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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

.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: 100%;
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  color: var(--tw-prose-body);
  font-size: 16px;
  line-height: 1.85;
  letter-spacing: 0.04em;
}

.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(a):not(:where([class~="not-prose"],[class~="not-prose"] *)):hover {
  opacity: 0.8;
}

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

.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;
  padding-left: 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;
  padding-left: 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;
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  padding-left: 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: 700;
  font-size: 2.25rem;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.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: #FFFFFF;
  font-weight: 700;
  font-size: 1.5rem;
  margin-top: 1.5em;
  margin-bottom: 0.75em;
  line-height: 1.4;
  letter-spacing: 0.04em;
  background: var(--tw-prose-primary);
  padding: 0.5rem 0.75rem;
}

@media (min-width: 768px) {
  .prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 2rem;
    line-height: 1.5;
    margin-top: 2em;
    margin-bottom: 1em;
    padding: 0.5rem 1rem;
  }
}

.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: 700;
  font-size: 28px;
  margin-top: 1.5em;
  margin-bottom: 0.75em;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.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: 700;
  margin-top: 1.5em;
  margin-bottom: 0.75em;
  line-height: 1.5;
  font-size: 24px;
  letter-spacing: 0.04em;
}

.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 rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose {
  font-family: Noto Sans JP;
  --tw-prose-primary: #312927;
}

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

.prose-xl {
  font-size: 1.25rem;
  line-height: 1.8;
}

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

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

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

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

.prose-xl :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.8em;
  margin-top: 1.5555556em;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

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

.prose-xl :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.8em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

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

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

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

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

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

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

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

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

.prose-xl :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.9em;
  line-height: 1.7777778;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.5rem;
  padding-top: 1.1111111em;
  padding-inline-end: 1.3333333em;
  padding-bottom: 1.1111111em;
  padding-inline-start: 1.3333333em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose-2xl {
  font-size: 1.5rem;
  line-height: 1.6666667;
}

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

.prose-2xl :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.25em;
  line-height: 1.4666667;
  margin-top: 1.0666667em;
  margin-bottom: 1.0666667em;
}

.prose-2xl :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
  padding-inline-start: 1.1111111em;
}

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

.prose-2xl :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 2em;
  margin-top: 1.5em;
  margin-bottom: 0.8333333em;
  line-height: 1.0833333;
}

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

.prose-2xl :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}

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

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

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

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

.prose-2xl :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8333333em;
  border-radius: 0.375rem;
  padding-top: 0.25em;
  padding-inline-end: 0.3333333em;
  padding-bottom: 0.25em;
  padding-inline-start: 0.3333333em;
}

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

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

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

.prose-2xl :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8333333em;
  line-height: 1.8;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.5rem;
  padding-top: 1.2em;
  padding-inline-end: 1.6em;
  padding-bottom: 1.2em;
  padding-inline-start: 1.6em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose-2xl :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8333333em;
  line-height: 1.4;
}

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

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

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

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

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

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

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

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

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

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

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

.prose-slate {
  --tw-prose-body: #334155;
  --tw-prose-headings: #0f172a;
  --tw-prose-lead: #475569;
  --tw-prose-links: #0f172a;
  --tw-prose-bold: #0f172a;
  --tw-prose-counters: #64748b;
  --tw-prose-bullets: #cbd5e1;
  --tw-prose-hr: #e2e8f0;
  --tw-prose-quotes: #0f172a;
  --tw-prose-quote-borders: #e2e8f0;
  --tw-prose-captions: #64748b;
  --tw-prose-kbd: #0f172a;
  --tw-prose-kbd-shadows: 15 23 42;
  --tw-prose-code: #0f172a;
  --tw-prose-pre-code: #e2e8f0;
  --tw-prose-pre-bg: #1e293b;
  --tw-prose-th-borders: #cbd5e1;
  --tw-prose-td-borders: #e2e8f0;
  --tw-prose-invert-body: #cbd5e1;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #94a3b8;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #94a3b8;
  --tw-prose-invert-bullets: #475569;
  --tw-prose-invert-hr: #334155;
  --tw-prose-invert-quotes: #f1f5f9;
  --tw-prose-invert-quote-borders: #334155;
  --tw-prose-invert-captions: #94a3b8;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #cbd5e1;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #475569;
  --tw-prose-invert-td-borders: #334155;
}

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

.prose-zinc {
  --tw-prose-body: #3f3f46;
  --tw-prose-headings: #18181b;
  --tw-prose-lead: #52525b;
  --tw-prose-links: #18181b;
  --tw-prose-bold: #18181b;
  --tw-prose-counters: #71717a;
  --tw-prose-bullets: #d4d4d8;
  --tw-prose-hr: #e4e4e7;
  --tw-prose-quotes: #18181b;
  --tw-prose-quote-borders: #e4e4e7;
  --tw-prose-captions: #71717a;
  --tw-prose-kbd: #18181b;
  --tw-prose-kbd-shadows: 24 24 27;
  --tw-prose-code: #18181b;
  --tw-prose-pre-code: #e4e4e7;
  --tw-prose-pre-bg: #27272a;
  --tw-prose-th-borders: #d4d4d8;
  --tw-prose-td-borders: #e4e4e7;
  --tw-prose-invert-body: #d4d4d8;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #a1a1aa;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #a1a1aa;
  --tw-prose-invert-bullets: #52525b;
  --tw-prose-invert-hr: #3f3f46;
  --tw-prose-invert-quotes: #f4f4f5;
  --tw-prose-invert-quote-borders: #3f3f46;
  --tw-prose-invert-captions: #a1a1aa;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d4d4d8;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #52525b;
  --tw-prose-invert-td-borders: #3f3f46;
}

.prose-neutral {
  --tw-prose-body: #404040;
  --tw-prose-headings: #171717;
  --tw-prose-lead: #525252;
  --tw-prose-links: #171717;
  --tw-prose-bold: #171717;
  --tw-prose-counters: #737373;
  --tw-prose-bullets: #d4d4d4;
  --tw-prose-hr: #e5e5e5;
  --tw-prose-quotes: #171717;
  --tw-prose-quote-borders: #e5e5e5;
  --tw-prose-captions: #737373;
  --tw-prose-kbd: #171717;
  --tw-prose-kbd-shadows: 23 23 23;
  --tw-prose-code: #171717;
  --tw-prose-pre-code: #e5e5e5;
  --tw-prose-pre-bg: #262626;
  --tw-prose-th-borders: #d4d4d4;
  --tw-prose-td-borders: #e5e5e5;
  --tw-prose-invert-body: #d4d4d4;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #a3a3a3;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #a3a3a3;
  --tw-prose-invert-bullets: #525252;
  --tw-prose-invert-hr: #404040;
  --tw-prose-invert-quotes: #f5f5f5;
  --tw-prose-invert-quote-borders: #404040;
  --tw-prose-invert-captions: #a3a3a3;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d4d4d4;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #525252;
  --tw-prose-invert-td-borders: #404040;
}

.prose-stone {
  --tw-prose-body: #44403c;
  --tw-prose-headings: #1c1917;
  --tw-prose-lead: #57534e;
  --tw-prose-links: #1c1917;
  --tw-prose-bold: #1c1917;
  --tw-prose-counters: #78716c;
  --tw-prose-bullets: #d6d3d1;
  --tw-prose-hr: #e7e5e4;
  --tw-prose-quotes: #1c1917;
  --tw-prose-quote-borders: #e7e5e4;
  --tw-prose-captions: #78716c;
  --tw-prose-kbd: #1c1917;
  --tw-prose-kbd-shadows: 28 25 23;
  --tw-prose-code: #1c1917;
  --tw-prose-pre-code: #e7e5e4;
  --tw-prose-pre-bg: #292524;
  --tw-prose-th-borders: #d6d3d1;
  --tw-prose-td-borders: #e7e5e4;
  --tw-prose-invert-body: #d6d3d1;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #a8a29e;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #a8a29e;
  --tw-prose-invert-bullets: #57534e;
  --tw-prose-invert-hr: #44403c;
  --tw-prose-invert-quotes: #f5f5f4;
  --tw-prose-invert-quote-borders: #44403c;
  --tw-prose-invert-captions: #a8a29e;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d6d3d1;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #57534e;
  --tw-prose-invert-td-borders: #44403c;
}

/* 記事用スタイル --------------------------------------------------------------------------------------------*/

/* 見出し */

.ki-article-label {
  margin-top: 2rem;
  margin-bottom: 1rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-primary-rgb) / var(--tw-border-opacity, 1));
  padding-bottom: 0.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(var(--color-primary-rgb) / var(--tw-text-opacity, 1));
}

/* ポイントセクション */

.ki-point {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-primary-rgb) / var(--tw-bg-opacity, 1));
}

.ki-point-header {
  margin: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.ki-point-icon {
  height: 2rem;
  width: 2rem;
  flex-shrink: 0;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
  color: #312927;
  font-family: 'Noto Sans JP';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.ki-point-label {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.ki-point-content {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
}

.ki-point-content p {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

/* 引用セクション */

blockquote.quote {
  position: relative;
  margin: 2rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
}

blockquote.quote::before {
  content: '「';
  position: absolute;
  top: -0.5rem;
  left: -2.5rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(var(--color-primary-rgb) / var(--tw-text-opacity, 1));
  line-height: 1;
  font-style: normal;
}

blockquote.quote::after {
  content: '」';
  position: absolute;
  bottom: -0.5rem;
  right: -2.5rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(var(--color-primary-rgb) / var(--tw-text-opacity, 1));
  line-height: 1;
  font-style: normal;
}

blockquote.quote p {
  position: relative;
  z-index: 10;
  margin-bottom: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

blockquote.quote .quote-source {
  margin-top: 1rem;
  text-align: right;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

/* アラートセクション */

.ki-alert {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.ki-alert-header {
  margin: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.ki-alert-icon {
  height: 2rem;
  width: 2rem;
  flex-shrink: 0;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
  color: #312927;
  font-family: 'Noto Sans JP';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.ki-alert-label {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.ki-alert-content {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0px;
  padding-bottom: 1.5rem;
}

.alert-content p {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

/* ケーススタディセクション */

.ki-casestudy {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  background-color: rgb(49 41 39 / 0.05);
  padding: 1.5rem;
  box-shadow:
      0 4px 6px -1px rgba(0, 0, 0, 0.1),
      0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.ki-casestudy-avatar {
  height: 3.5rem;
  width: 3.5rem;
  flex-shrink: 0;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(49 41 39 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  font-family: 'Noto Sans JP';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.ki-casestudy-bubble {
  position: relative;
  flex: 1 1 0%;
  border-radius: 0.5rem;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(49 41 39 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.ki-casestudy-label {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(49 41 39 / var(--tw-text-opacity, 1));
  letter-spacing: 0.1em;
}

.ki-casestudy-content p {
  margin-bottom: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

/* 体験談セクション */

.ki-experience {
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
}

.ki-experience-avatar-wrapper {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  min-width: 80px;
}

.ki-experience-avatar {
  display: flex;
  height: 4rem;
  width: 4rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(49 41 39 / var(--tw-border-opacity, 1));
  --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);
  background: linear-gradient(135deg, #e0e0e0 0%, #f5f5f5 100%);
}

.ki-experience-avatar img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.ki-experience-name {
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(49 41 39 / var(--tw-text-opacity, 1));
  max-width: 80px;
  word-wrap: break-word;
}

.ki-experience-bubble {
  position: relative;
  flex: 1 1 0%;
  border-radius: 0.5rem;
  border-left-width: 4px;
  border-color: rgb(49 41 39 / 0.8);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.ki-experience-label {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(49 41 39 / var(--tw-text-opacity, 1));
  letter-spacing: 0.1em;
}

.ki-experience-content p {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

/* テーブルスタイル */

.ki-article-table-wrapper {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  width: 100%;
}

/* モバイル表示用のスタイル */

@media (max-width: 767px) {
  .ki-article-table-wrapper {
    overflow-x: auto;
    border-radius: 0.5rem;
    --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);
  }

  .ki-article-table-wrapper::-webkit-scrollbar {
    height: 0.375rem;
  }

  .ki-article-table-wrapper::-webkit-scrollbar-track {
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  }

  .ki-article-table-wrapper::-webkit-scrollbar-thumb {
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
  }

  .ki-article-table-wrapper::-webkit-scrollbar-thumb:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
  }

  .ki-article-table {
    width: 100%;
    white-space: nowrap;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }

  .ki-article-table th {
    position: sticky;
    left: 0px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    text-align: left;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  }

  .ki-article-table td {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }

  .ki-article-table tr:hover {
    background-color: rgb(249 250 251 / 0.5);
  }
}

/* PC表示用のスタイル */

@media (min-width: 768px) {
  .ki-article-table {
    width: 100%;
    border-collapse: collapse;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }

  .ki-article-table th {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    text-align: left;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  }

  .ki-article-table td {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }

  .ki-article-table tr:hover {
    background-color: rgb(249 250 251 / 0.5);
  }
}

/* リストスタイル */

.ki-article-list {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

.ki-article-list {
  padding-left: 1.5rem;
}

.ki-article-list ul {
  margin-top: 0.5rem;
}

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

.ki-article-list ul {
  padding-left: 1.5rem;
}

.ki-article-list ol {
  margin-top: 0.5rem;
}

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

.ki-article-list ol {
  padding-left: 1.5rem;
}

/* 箇条書きリスト */

.ki-article-list ul > li {
  position: relative;
  list-style-type: disc;
}

.ki-article-list ul > li *::marker {
  color: rgb(156 163 175 );
}

.ki-article-list ul > li::marker {
  color: rgb(156 163 175 );
}

.ki-article-list ul > li > ul > li {
  list-style-type: circle;
}

.ki-article-list ul > li > ul > li > ul > li {
  list-style-type: square;
}

/* 番号付きリスト */

.ki-article-list ol > li {
  position: relative;
  list-style-type: decimal;
}

.ki-article-list ol > li *::marker {
  color: rgb(107 114 128 );
}

.ki-article-list ol > li::marker {
  color: rgb(107 114 128 );
}

.ki-article-list ol > li > ol > li {
  list-style-type: lower-alpha;
}

.ki-article-list ol > li > ol > li > ol > li {
  list-style-type: lower-roman;
}

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.\!static {
  position: static !important;
}

.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: -0.25rem;
}

.-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: -2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-bottom-72 {
  bottom: -18rem;
}

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

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

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

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

.-left-10 {
  left: -2.5rem;
}

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

.-right-10 {
  right: -2.5rem;
}

.-right-8 {
  right: -2rem;
}

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

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

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

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

.-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: -2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-top-72 {
  top: -18rem;
}

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

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

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

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

.bottom-0 {
  bottom: 0px;
}

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

.bottom-1 {
  bottom: 0.25rem;
}

.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: 2.5rem;
}

.bottom-11 {
  bottom: 2.75rem;
}

.bottom-12 {
  bottom: 3rem;
}

.bottom-14 {
  bottom: 3.5rem;
}

.bottom-16 {
  bottom: 4rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

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

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

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

.bottom-20 {
  bottom: 5rem;
}

.bottom-24 {
  bottom: 6rem;
}

.bottom-28 {
  bottom: 7rem;
}

.bottom-3 {
  bottom: 0.75rem;
}

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

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

.bottom-32 {
  bottom: 8rem;
}

.bottom-36 {
  bottom: 9rem;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-40 {
  bottom: 10rem;
}

.bottom-44 {
  bottom: 11rem;
}

.bottom-48 {
  bottom: 12rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

.bottom-52 {
  bottom: 13rem;
}

.bottom-56 {
  bottom: 14rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.bottom-60 {
  bottom: 15rem;
}

.bottom-64 {
  bottom: 16rem;
}

.bottom-7 {
  bottom: 1.75rem;
}

.bottom-72 {
  bottom: 18rem;
}

.bottom-8 {
  bottom: 2rem;
}

.bottom-80 {
  bottom: 20rem;
}

.bottom-9 {
  bottom: 2.25rem;
}

.bottom-96 {
  bottom: 24rem;
}

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

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

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

.bottom-\[max\(7rem\2c 22vh\)\] {
  bottom: max(7rem,22vh);
}

.bottom-auto {
  bottom: auto;
}

.left-0 {
  left: 0px;
}

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

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

.left-3 {
  left: 0.75rem;
}

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

.right-0 {
  right: 0px;
}

.right-4 {
  right: 1rem;
}

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

.start-1 {
  inset-inline-start: 0.25rem;
}

.top-0 {
  top: 0px;
}

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

.top-1 {
  top: 0.25rem;
}

.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: 2.5rem;
}

.top-11 {
  top: 2.75rem;
}

.top-12 {
  top: 3rem;
}

.top-14 {
  top: 3.5rem;
}

.top-16 {
  top: 4rem;
}

.top-2 {
  top: 0.5rem;
}

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

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

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

.top-20 {
  top: 5rem;
}

.top-24 {
  top: 6rem;
}

.top-28 {
  top: 7rem;
}

.top-3 {
  top: 0.75rem;
}

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

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

.top-32 {
  top: 8rem;
}

.top-36 {
  top: 9rem;
}

.top-4 {
  top: 1rem;
}

.top-40 {
  top: 10rem;
}

.top-44 {
  top: 11rem;
}

.top-48 {
  top: 12rem;
}

.top-5 {
  top: 1.25rem;
}

.top-52 {
  top: 13rem;
}

.top-56 {
  top: 14rem;
}

.top-6 {
  top: 1.5rem;
}

.top-60 {
  top: 15rem;
}

.top-64 {
  top: 16rem;
}

.top-7 {
  top: 1.75rem;
}

.top-72 {
  top: 18rem;
}

.top-8 {
  top: 2rem;
}

.top-80 {
  top: 20rem;
}

.top-9 {
  top: 2.25rem;
}

.top-96 {
  top: 24rem;
}

.top-\[26\%\] {
  top: 26%;
}

.top-auto {
  top: auto;
}

.isolate {
  isolation: isolate;
}

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

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

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

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

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

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

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

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

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-m-72 {
  margin: -18rem;
}

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

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

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

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

.m-0 {
  margin: 0px;
}

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

.m-1 {
  margin: 0.25rem;
}

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

.m-10 {
  margin: 2.5rem;
}

.m-11 {
  margin: 2.75rem;
}

.m-12 {
  margin: 3rem;
}

.m-14 {
  margin: 3.5rem;
}

.m-16 {
  margin: 4rem;
}

.m-2 {
  margin: 0.5rem;
}

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

.m-20 {
  margin: 5rem;
}

.m-24 {
  margin: 6rem;
}

.m-28 {
  margin: 7rem;
}

.m-3 {
  margin: 0.75rem;
}

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

.m-32 {
  margin: 8rem;
}

.m-36 {
  margin: 9rem;
}

.m-4 {
  margin: 1rem;
}

.m-40 {
  margin: 10rem;
}

.m-44 {
  margin: 11rem;
}

.m-48 {
  margin: 12rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-52 {
  margin: 13rem;
}

.m-56 {
  margin: 14rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-60 {
  margin: 15rem;
}

.m-64 {
  margin: 16rem;
}

.m-7 {
  margin: 1.75rem;
}

.m-72 {
  margin: 18rem;
}

.m-8 {
  margin: 2rem;
}

.m-80 {
  margin: 20rem;
}

.m-9 {
  margin: 2.25rem;
}

.m-96 {
  margin: 24rem;
}

.m-auto {
  margin: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-mx-7 {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

.-mx-72 {
  margin-left: -18rem;
  margin-right: -18rem;
}

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

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

.-mx-9 {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

.-mx-96 {
  margin-left: -24rem;
  margin-right: -24rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-my-7 {
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}

.-my-72 {
  margin-top: -18rem;
  margin-bottom: -18rem;
}

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

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

.-my-9 {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

.-my-96 {
  margin-top: -24rem;
  margin-bottom: -24rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.mx-72 {
  margin-left: 18rem;
  margin-right: 18rem;
}

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

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

.mx-9 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.mx-96 {
  margin-left: 24rem;
  margin-right: 24rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.my-72 {
  margin-top: 18rem;
  margin-bottom: 18rem;
}

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

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

.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.my-96 {
  margin-top: 24rem;
  margin-bottom: 24rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-mb-72 {
  margin-bottom: -18rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-ml-7 {
  margin-left: -1.75rem;
}

.-ml-72 {
  margin-left: -18rem;
}

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

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

.-ml-9 {
  margin-left: -2.25rem;
}

.-ml-96 {
  margin-left: -24rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-mr-7 {
  margin-right: -1.75rem;
}

.-mr-72 {
  margin-right: -18rem;
}

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

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

.-mr-9 {
  margin-right: -2.25rem;
}

.-mr-96 {
  margin-right: -24rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-mt-72 {
  margin-top: -18rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-72 {
  margin-bottom: 18rem;
}

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

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

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

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

.mb-auto {
  margin-bottom: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-7 {
  margin-left: 1.75rem;
}

.ml-72 {
  margin-left: 18rem;
}

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

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

.ml-9 {
  margin-left: 2.25rem;
}

.ml-96 {
  margin-left: 24rem;
}

.ml-\[-16px\] {
  margin-left: -16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-7 {
  margin-right: 1.75rem;
}

.mr-72 {
  margin-right: 18rem;
}

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

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

.mr-9 {
  margin-right: 2.25rem;
}

.mr-96 {
  margin-right: 24rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-72 {
  margin-top: 18rem;
}

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

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

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

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

.mt-\[-30px\] {
  margin-top: -30px;
}

.mt-\[77px\] {
  margin-top: 77px;
}

.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-5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

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

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

.grid {
  display: grid;
}

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

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-\[3\/4\] {
  aspect-ratio: 3/4;
}

.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-1 {
  height: 0.25rem;
}

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

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-20 {
  height: 5rem;
}

.h-32 {
  height: 8rem;
}

.h-4 {
  height: 1rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

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

.h-\[calc\(100vh-0px\)\] {
  height: calc(100vh - 0px);
}

.h-\[min\(52vw\2c 240px\)\] {
  height: min(52vw,240px);
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.max-h-60 {
  max-height: 15rem;
}

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

.max-h-\[5\.5rem\] {
  max-height: 5.5rem;
}

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

.max-h-\[calc\(100vh-300px\)\] {
  max-height: calc(100vh - 300px);
}

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

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

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

.w-1 {
  width: 0.25rem;
}

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

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

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

.w-20 {
  width: 5rem;
}

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

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

.w-\[200px\] {
  width: 200px;
}

.w-\[320px\] {
  width: 320px;
}

.w-\[4152px\] {
  width: 4152px;
}

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

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

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

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

.w-\[min\(100\%\2c 220px\)\] {
  width: min(100%,220px);
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

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

.min-w-\[calc\(50\%-1rem\)\] {
  min-width: calc(50% - 1rem);
}

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

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

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

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

.max-w-\[1180px\] {
  max-width: 1180px;
}

.max-w-\[340px\] {
  max-width: 340px;
}

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

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

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

.max-w-xs {
  max-width: 20rem;
}

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

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

.flex-initial {
  flex: 0 1 auto;
}

.flex-none {
  flex: none;
}

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

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

.shrink {
  flex-shrink: 1;
}

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

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

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

.grow {
  flex-grow: 1;
}

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

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

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

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

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

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

.rotate-12 {
  --tw-rotate: 12deg;
  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-\[-2deg\] {
  --tw-rotate: -2deg;
  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-\[-5deg\] {
  --tw-rotate: -5deg;
  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-\[6deg\] {
  --tw-rotate: 6deg;
  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));
}

.skew-x-12 {
  --tw-skew-x: 12deg;
  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 bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-bounce {
  animation: bounce 1s infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.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: -0.25rem;
}

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

.-scroll-m-10 {
  scroll-margin: -2.5rem;
}

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

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

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

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

.-scroll-m-2 {
  scroll-margin: -0.5rem;
}

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

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

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

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

.-scroll-m-3 {
  scroll-margin: -0.75rem;
}

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

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

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

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

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

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

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

.-scroll-m-5 {
  scroll-margin: -1.25rem;
}

.-scroll-m-52 {
  scroll-margin: -13rem;
}

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

.-scroll-m-6 {
  scroll-margin: -1.5rem;
}

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

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

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

.-scroll-m-72 {
  scroll-margin: -18rem;
}

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

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

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

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

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

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

.scroll-m-1 {
  scroll-margin: 0.25rem;
}

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

.scroll-m-10 {
  scroll-margin: 2.5rem;
}

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

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

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

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

.scroll-m-2 {
  scroll-margin: 0.5rem;
}

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

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

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

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

.scroll-m-3 {
  scroll-margin: 0.75rem;
}

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

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

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

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

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

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

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

.scroll-m-5 {
  scroll-margin: 1.25rem;
}

.scroll-m-52 {
  scroll-margin: 13rem;
}

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

.scroll-m-6 {
  scroll-margin: 1.5rem;
}

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

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

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

.scroll-m-72 {
  scroll-margin: 18rem;
}

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

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

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

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

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

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

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

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

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

.-scroll-mx-11 {
  scroll-margin-left: -2.75rem;
  scroll-margin-right: -2.75rem;
}

.-scroll-mx-12 {
  scroll-margin-left: -3rem;
  scroll-margin-right: -3rem;
}

.-scroll-mx-14 {
  scroll-margin-left: -3.5rem;
  scroll-margin-right: -3.5rem;
}

.-scroll-mx-16 {
  scroll-margin-left: -4rem;
  scroll-margin-right: -4rem;
}

.-scroll-mx-2 {
  scroll-margin-left: -0.5rem;
  scroll-margin-right: -0.5rem;
}

.-scroll-mx-2\.5 {
  scroll-margin-left: -0.625rem;
  scroll-margin-right: -0.625rem;
}

.-scroll-mx-20 {
  scroll-margin-left: -5rem;
  scroll-margin-right: -5rem;
}

.-scroll-mx-24 {
  scroll-margin-left: -6rem;
  scroll-margin-right: -6rem;
}

.-scroll-mx-28 {
  scroll-margin-left: -7rem;
  scroll-margin-right: -7rem;
}

.-scroll-mx-3 {
  scroll-margin-left: -0.75rem;
  scroll-margin-right: -0.75rem;
}

.-scroll-mx-3\.5 {
  scroll-margin-left: -0.875rem;
  scroll-margin-right: -0.875rem;
}

.-scroll-mx-32 {
  scroll-margin-left: -8rem;
  scroll-margin-right: -8rem;
}

.-scroll-mx-36 {
  scroll-margin-left: -9rem;
  scroll-margin-right: -9rem;
}

.-scroll-mx-4 {
  scroll-margin-left: -1rem;
  scroll-margin-right: -1rem;
}

.-scroll-mx-40 {
  scroll-margin-left: -10rem;
  scroll-margin-right: -10rem;
}

.-scroll-mx-44 {
  scroll-margin-left: -11rem;
  scroll-margin-right: -11rem;
}

.-scroll-mx-48 {
  scroll-margin-left: -12rem;
  scroll-margin-right: -12rem;
}

.-scroll-mx-5 {
  scroll-margin-left: -1.25rem;
  scroll-margin-right: -1.25rem;
}

.-scroll-mx-52 {
  scroll-margin-left: -13rem;
  scroll-margin-right: -13rem;
}

.-scroll-mx-56 {
  scroll-margin-left: -14rem;
  scroll-margin-right: -14rem;
}

.-scroll-mx-6 {
  scroll-margin-left: -1.5rem;
  scroll-margin-right: -1.5rem;
}

.-scroll-mx-60 {
  scroll-margin-left: -15rem;
  scroll-margin-right: -15rem;
}

.-scroll-mx-64 {
  scroll-margin-left: -16rem;
  scroll-margin-right: -16rem;
}

.-scroll-mx-7 {
  scroll-margin-left: -1.75rem;
  scroll-margin-right: -1.75rem;
}

.-scroll-mx-72 {
  scroll-margin-left: -18rem;
  scroll-margin-right: -18rem;
}

.-scroll-mx-8 {
  scroll-margin-left: -2rem;
  scroll-margin-right: -2rem;
}

.-scroll-mx-80 {
  scroll-margin-left: -20rem;
  scroll-margin-right: -20rem;
}

.-scroll-mx-9 {
  scroll-margin-left: -2.25rem;
  scroll-margin-right: -2.25rem;
}

.-scroll-mx-96 {
  scroll-margin-left: -24rem;
  scroll-margin-right: -24rem;
}

.-scroll-my-0 {
  scroll-margin-top: -0px;
  scroll-margin-bottom: -0px;
}

.-scroll-my-0\.5 {
  scroll-margin-top: -0.125rem;
  scroll-margin-bottom: -0.125rem;
}

.-scroll-my-1 {
  scroll-margin-top: -0.25rem;
  scroll-margin-bottom: -0.25rem;
}

.-scroll-my-1\.5 {
  scroll-margin-top: -0.375rem;
  scroll-margin-bottom: -0.375rem;
}

.-scroll-my-10 {
  scroll-margin-top: -2.5rem;
  scroll-margin-bottom: -2.5rem;
}

.-scroll-my-11 {
  scroll-margin-top: -2.75rem;
  scroll-margin-bottom: -2.75rem;
}

.-scroll-my-12 {
  scroll-margin-top: -3rem;
  scroll-margin-bottom: -3rem;
}

.-scroll-my-14 {
  scroll-margin-top: -3.5rem;
  scroll-margin-bottom: -3.5rem;
}

.-scroll-my-16 {
  scroll-margin-top: -4rem;
  scroll-margin-bottom: -4rem;
}

.-scroll-my-2 {
  scroll-margin-top: -0.5rem;
  scroll-margin-bottom: -0.5rem;
}

.-scroll-my-2\.5 {
  scroll-margin-top: -0.625rem;
  scroll-margin-bottom: -0.625rem;
}

.-scroll-my-20 {
  scroll-margin-top: -5rem;
  scroll-margin-bottom: -5rem;
}

.-scroll-my-24 {
  scroll-margin-top: -6rem;
  scroll-margin-bottom: -6rem;
}

.-scroll-my-28 {
  scroll-margin-top: -7rem;
  scroll-margin-bottom: -7rem;
}

.-scroll-my-3 {
  scroll-margin-top: -0.75rem;
  scroll-margin-bottom: -0.75rem;
}

.-scroll-my-3\.5 {
  scroll-margin-top: -0.875rem;
  scroll-margin-bottom: -0.875rem;
}

.-scroll-my-32 {
  scroll-margin-top: -8rem;
  scroll-margin-bottom: -8rem;
}

.-scroll-my-36 {
  scroll-margin-top: -9rem;
  scroll-margin-bottom: -9rem;
}

.-scroll-my-4 {
  scroll-margin-top: -1rem;
  scroll-margin-bottom: -1rem;
}

.-scroll-my-40 {
  scroll-margin-top: -10rem;
  scroll-margin-bottom: -10rem;
}

.-scroll-my-44 {
  scroll-margin-top: -11rem;
  scroll-margin-bottom: -11rem;
}

.-scroll-my-48 {
  scroll-margin-top: -12rem;
  scroll-margin-bottom: -12rem;
}

.-scroll-my-5 {
  scroll-margin-top: -1.25rem;
  scroll-margin-bottom: -1.25rem;
}

.-scroll-my-52 {
  scroll-margin-top: -13rem;
  scroll-margin-bottom: -13rem;
}

.-scroll-my-56 {
  scroll-margin-top: -14rem;
  scroll-margin-bottom: -14rem;
}

.-scroll-my-6 {
  scroll-margin-top: -1.5rem;
  scroll-margin-bottom: -1.5rem;
}

.-scroll-my-60 {
  scroll-margin-top: -15rem;
  scroll-margin-bottom: -15rem;
}

.-scroll-my-64 {
  scroll-margin-top: -16rem;
  scroll-margin-bottom: -16rem;
}

.-scroll-my-7 {
  scroll-margin-top: -1.75rem;
  scroll-margin-bottom: -1.75rem;
}

.-scroll-my-72 {
  scroll-margin-top: -18rem;
  scroll-margin-bottom: -18rem;
}

.-scroll-my-8 {
  scroll-margin-top: -2rem;
  scroll-margin-bottom: -2rem;
}

.-scroll-my-80 {
  scroll-margin-top: -20rem;
  scroll-margin-bottom: -20rem;
}

.-scroll-my-9 {
  scroll-margin-top: -2.25rem;
  scroll-margin-bottom: -2.25rem;
}

.-scroll-my-96 {
  scroll-margin-top: -24rem;
  scroll-margin-bottom: -24rem;
}

.scroll-mx-0 {
  scroll-margin-left: 0px;
  scroll-margin-right: 0px;
}

.scroll-mx-0\.5 {
  scroll-margin-left: 0.125rem;
  scroll-margin-right: 0.125rem;
}

.scroll-mx-1 {
  scroll-margin-left: 0.25rem;
  scroll-margin-right: 0.25rem;
}

.scroll-mx-1\.5 {
  scroll-margin-left: 0.375rem;
  scroll-margin-right: 0.375rem;
}

.scroll-mx-10 {
  scroll-margin-left: 2.5rem;
  scroll-margin-right: 2.5rem;
}

.scroll-mx-11 {
  scroll-margin-left: 2.75rem;
  scroll-margin-right: 2.75rem;
}

.scroll-mx-12 {
  scroll-margin-left: 3rem;
  scroll-margin-right: 3rem;
}

.scroll-mx-14 {
  scroll-margin-left: 3.5rem;
  scroll-margin-right: 3.5rem;
}

.scroll-mx-16 {
  scroll-margin-left: 4rem;
  scroll-margin-right: 4rem;
}

.scroll-mx-2 {
  scroll-margin-left: 0.5rem;
  scroll-margin-right: 0.5rem;
}

.scroll-mx-2\.5 {
  scroll-margin-left: 0.625rem;
  scroll-margin-right: 0.625rem;
}

.scroll-mx-20 {
  scroll-margin-left: 5rem;
  scroll-margin-right: 5rem;
}

.scroll-mx-24 {
  scroll-margin-left: 6rem;
  scroll-margin-right: 6rem;
}

.scroll-mx-28 {
  scroll-margin-left: 7rem;
  scroll-margin-right: 7rem;
}

.scroll-mx-3 {
  scroll-margin-left: 0.75rem;
  scroll-margin-right: 0.75rem;
}

.scroll-mx-3\.5 {
  scroll-margin-left: 0.875rem;
  scroll-margin-right: 0.875rem;
}

.scroll-mx-32 {
  scroll-margin-left: 8rem;
  scroll-margin-right: 8rem;
}

.scroll-mx-36 {
  scroll-margin-left: 9rem;
  scroll-margin-right: 9rem;
}

.scroll-mx-4 {
  scroll-margin-left: 1rem;
  scroll-margin-right: 1rem;
}

.scroll-mx-40 {
  scroll-margin-left: 10rem;
  scroll-margin-right: 10rem;
}

.scroll-mx-44 {
  scroll-margin-left: 11rem;
  scroll-margin-right: 11rem;
}

.scroll-mx-48 {
  scroll-margin-left: 12rem;
  scroll-margin-right: 12rem;
}

.scroll-mx-5 {
  scroll-margin-left: 1.25rem;
  scroll-margin-right: 1.25rem;
}

.scroll-mx-52 {
  scroll-margin-left: 13rem;
  scroll-margin-right: 13rem;
}

.scroll-mx-56 {
  scroll-margin-left: 14rem;
  scroll-margin-right: 14rem;
}

.scroll-mx-6 {
  scroll-margin-left: 1.5rem;
  scroll-margin-right: 1.5rem;
}

.scroll-mx-60 {
  scroll-margin-left: 15rem;
  scroll-margin-right: 15rem;
}

.scroll-mx-64 {
  scroll-margin-left: 16rem;
  scroll-margin-right: 16rem;
}

.scroll-mx-7 {
  scroll-margin-left: 1.75rem;
  scroll-margin-right: 1.75rem;
}

.scroll-mx-72 {
  scroll-margin-left: 18rem;
  scroll-margin-right: 18rem;
}

.scroll-mx-8 {
  scroll-margin-left: 2rem;
  scroll-margin-right: 2rem;
}

.scroll-mx-80 {
  scroll-margin-left: 20rem;
  scroll-margin-right: 20rem;
}

.scroll-mx-9 {
  scroll-margin-left: 2.25rem;
  scroll-margin-right: 2.25rem;
}

.scroll-mx-96 {
  scroll-margin-left: 24rem;
  scroll-margin-right: 24rem;
}

.scroll-my-0 {
  scroll-margin-top: 0px;
  scroll-margin-bottom: 0px;
}

.scroll-my-0\.5 {
  scroll-margin-top: 0.125rem;
  scroll-margin-bottom: 0.125rem;
}

.scroll-my-1 {
  scroll-margin-top: 0.25rem;
  scroll-margin-bottom: 0.25rem;
}

.scroll-my-1\.5 {
  scroll-margin-top: 0.375rem;
  scroll-margin-bottom: 0.375rem;
}

.scroll-my-10 {
  scroll-margin-top: 2.5rem;
  scroll-margin-bottom: 2.5rem;
}

.scroll-my-11 {
  scroll-margin-top: 2.75rem;
  scroll-margin-bottom: 2.75rem;
}

.scroll-my-12 {
  scroll-margin-top: 3rem;
  scroll-margin-bottom: 3rem;
}

.scroll-my-14 {
  scroll-margin-top: 3.5rem;
  scroll-margin-bottom: 3.5rem;
}

.scroll-my-16 {
  scroll-margin-top: 4rem;
  scroll-margin-bottom: 4rem;
}

.scroll-my-2 {
  scroll-margin-top: 0.5rem;
  scroll-margin-bottom: 0.5rem;
}

.scroll-my-2\.5 {
  scroll-margin-top: 0.625rem;
  scroll-margin-bottom: 0.625rem;
}

.scroll-my-20 {
  scroll-margin-top: 5rem;
  scroll-margin-bottom: 5rem;
}

.scroll-my-24 {
  scroll-margin-top: 6rem;
  scroll-margin-bottom: 6rem;
}

.scroll-my-28 {
  scroll-margin-top: 7rem;
  scroll-margin-bottom: 7rem;
}

.scroll-my-3 {
  scroll-margin-top: 0.75rem;
  scroll-margin-bottom: 0.75rem;
}

.scroll-my-3\.5 {
  scroll-margin-top: 0.875rem;
  scroll-margin-bottom: 0.875rem;
}

.scroll-my-32 {
  scroll-margin-top: 8rem;
  scroll-margin-bottom: 8rem;
}

.scroll-my-36 {
  scroll-margin-top: 9rem;
  scroll-margin-bottom: 9rem;
}

.scroll-my-4 {
  scroll-margin-top: 1rem;
  scroll-margin-bottom: 1rem;
}

.scroll-my-40 {
  scroll-margin-top: 10rem;
  scroll-margin-bottom: 10rem;
}

.scroll-my-44 {
  scroll-margin-top: 11rem;
  scroll-margin-bottom: 11rem;
}

.scroll-my-48 {
  scroll-margin-top: 12rem;
  scroll-margin-bottom: 12rem;
}

.scroll-my-5 {
  scroll-margin-top: 1.25rem;
  scroll-margin-bottom: 1.25rem;
}

.scroll-my-52 {
  scroll-margin-top: 13rem;
  scroll-margin-bottom: 13rem;
}

.scroll-my-56 {
  scroll-margin-top: 14rem;
  scroll-margin-bottom: 14rem;
}

.scroll-my-6 {
  scroll-margin-top: 1.5rem;
  scroll-margin-bottom: 1.5rem;
}

.scroll-my-60 {
  scroll-margin-top: 15rem;
  scroll-margin-bottom: 15rem;
}

.scroll-my-64 {
  scroll-margin-top: 16rem;
  scroll-margin-bottom: 16rem;
}

.scroll-my-7 {
  scroll-margin-top: 1.75rem;
  scroll-margin-bottom: 1.75rem;
}

.scroll-my-72 {
  scroll-margin-top: 18rem;
  scroll-margin-bottom: 18rem;
}

.scroll-my-8 {
  scroll-margin-top: 2rem;
  scroll-margin-bottom: 2rem;
}

.scroll-my-80 {
  scroll-margin-top: 20rem;
  scroll-margin-bottom: 20rem;
}

.scroll-my-9 {
  scroll-margin-top: 2.25rem;
  scroll-margin-bottom: 2.25rem;
}

.scroll-my-96 {
  scroll-margin-top: 24rem;
  scroll-margin-bottom: 24rem;
}

.-scroll-mb-0 {
  scroll-margin-bottom: -0px;
}

.-scroll-mb-0\.5 {
  scroll-margin-bottom: -0.125rem;
}

.-scroll-mb-1 {
  scroll-margin-bottom: -0.25rem;
}

.-scroll-mb-1\.5 {
  scroll-margin-bottom: -0.375rem;
}

.-scroll-mb-10 {
  scroll-margin-bottom: -2.5rem;
}

.-scroll-mb-11 {
  scroll-margin-bottom: -2.75rem;
}

.-scroll-mb-12 {
  scroll-margin-bottom: -3rem;
}

.-scroll-mb-14 {
  scroll-margin-bottom: -3.5rem;
}

.-scroll-mb-16 {
  scroll-margin-bottom: -4rem;
}

.-scroll-mb-2 {
  scroll-margin-bottom: -0.5rem;
}

.-scroll-mb-2\.5 {
  scroll-margin-bottom: -0.625rem;
}

.-scroll-mb-20 {
  scroll-margin-bottom: -5rem;
}

.-scroll-mb-24 {
  scroll-margin-bottom: -6rem;
}

.-scroll-mb-28 {
  scroll-margin-bottom: -7rem;
}

.-scroll-mb-3 {
  scroll-margin-bottom: -0.75rem;
}

.-scroll-mb-3\.5 {
  scroll-margin-bottom: -0.875rem;
}

.-scroll-mb-32 {
  scroll-margin-bottom: -8rem;
}

.-scroll-mb-36 {
  scroll-margin-bottom: -9rem;
}

.-scroll-mb-4 {
  scroll-margin-bottom: -1rem;
}

.-scroll-mb-40 {
  scroll-margin-bottom: -10rem;
}

.-scroll-mb-44 {
  scroll-margin-bottom: -11rem;
}

.-scroll-mb-48 {
  scroll-margin-bottom: -12rem;
}

.-scroll-mb-5 {
  scroll-margin-bottom: -1.25rem;
}

.-scroll-mb-52 {
  scroll-margin-bottom: -13rem;
}

.-scroll-mb-56 {
  scroll-margin-bottom: -14rem;
}

.-scroll-mb-6 {
  scroll-margin-bottom: -1.5rem;
}

.-scroll-mb-60 {
  scroll-margin-bottom: -15rem;
}

.-scroll-mb-64 {
  scroll-margin-bottom: -16rem;
}

.-scroll-mb-7 {
  scroll-margin-bottom: -1.75rem;
}

.-scroll-mb-72 {
  scroll-margin-bottom: -18rem;
}

.-scroll-mb-8 {
  scroll-margin-bottom: -2rem;
}

.-scroll-mb-80 {
  scroll-margin-bottom: -20rem;
}

.-scroll-mb-9 {
  scroll-margin-bottom: -2.25rem;
}

.-scroll-mb-96 {
  scroll-margin-bottom: -24rem;
}

.-scroll-ml-0 {
  scroll-margin-left: -0px;
}

.-scroll-ml-0\.5 {
  scroll-margin-left: -0.125rem;
}

.-scroll-ml-1 {
  scroll-margin-left: -0.25rem;
}

.-scroll-ml-1\.5 {
  scroll-margin-left: -0.375rem;
}

.-scroll-ml-10 {
  scroll-margin-left: -2.5rem;
}

.-scroll-ml-11 {
  scroll-margin-left: -2.75rem;
}

.-scroll-ml-12 {
  scroll-margin-left: -3rem;
}

.-scroll-ml-14 {
  scroll-margin-left: -3.5rem;
}

.-scroll-ml-16 {
  scroll-margin-left: -4rem;
}

.-scroll-ml-2 {
  scroll-margin-left: -0.5rem;
}

.-scroll-ml-2\.5 {
  scroll-margin-left: -0.625rem;
}

.-scroll-ml-20 {
  scroll-margin-left: -5rem;
}

.-scroll-ml-24 {
  scroll-margin-left: -6rem;
}

.-scroll-ml-28 {
  scroll-margin-left: -7rem;
}

.-scroll-ml-3 {
  scroll-margin-left: -0.75rem;
}

.-scroll-ml-3\.5 {
  scroll-margin-left: -0.875rem;
}

.-scroll-ml-32 {
  scroll-margin-left: -8rem;
}

.-scroll-ml-36 {
  scroll-margin-left: -9rem;
}

.-scroll-ml-4 {
  scroll-margin-left: -1rem;
}

.-scroll-ml-40 {
  scroll-margin-left: -10rem;
}

.-scroll-ml-44 {
  scroll-margin-left: -11rem;
}

.-scroll-ml-48 {
  scroll-margin-left: -12rem;
}

.-scroll-ml-5 {
  scroll-margin-left: -1.25rem;
}

.-scroll-ml-52 {
  scroll-margin-left: -13rem;
}

.-scroll-ml-56 {
  scroll-margin-left: -14rem;
}

.-scroll-ml-6 {
  scroll-margin-left: -1.5rem;
}

.-scroll-ml-60 {
  scroll-margin-left: -15rem;
}

.-scroll-ml-64 {
  scroll-margin-left: -16rem;
}

.-scroll-ml-7 {
  scroll-margin-left: -1.75rem;
}

.-scroll-ml-72 {
  scroll-margin-left: -18rem;
}

.-scroll-ml-8 {
  scroll-margin-left: -2rem;
}

.-scroll-ml-80 {
  scroll-margin-left: -20rem;
}

.-scroll-ml-9 {
  scroll-margin-left: -2.25rem;
}

.-scroll-ml-96 {
  scroll-margin-left: -24rem;
}

.-scroll-mr-0 {
  scroll-margin-right: -0px;
}

.-scroll-mr-0\.5 {
  scroll-margin-right: -0.125rem;
}

.-scroll-mr-1 {
  scroll-margin-right: -0.25rem;
}

.-scroll-mr-1\.5 {
  scroll-margin-right: -0.375rem;
}

.-scroll-mr-10 {
  scroll-margin-right: -2.5rem;
}

.-scroll-mr-11 {
  scroll-margin-right: -2.75rem;
}

.-scroll-mr-12 {
  scroll-margin-right: -3rem;
}

.-scroll-mr-14 {
  scroll-margin-right: -3.5rem;
}

.-scroll-mr-16 {
  scroll-margin-right: -4rem;
}

.-scroll-mr-2 {
  scroll-margin-right: -0.5rem;
}

.-scroll-mr-2\.5 {
  scroll-margin-right: -0.625rem;
}

.-scroll-mr-20 {
  scroll-margin-right: -5rem;
}

.-scroll-mr-24 {
  scroll-margin-right: -6rem;
}

.-scroll-mr-28 {
  scroll-margin-right: -7rem;
}

.-scroll-mr-3 {
  scroll-margin-right: -0.75rem;
}

.-scroll-mr-3\.5 {
  scroll-margin-right: -0.875rem;
}

.-scroll-mr-32 {
  scroll-margin-right: -8rem;
}

.-scroll-mr-36 {
  scroll-margin-right: -9rem;
}

.-scroll-mr-4 {
  scroll-margin-right: -1rem;
}

.-scroll-mr-40 {
  scroll-margin-right: -10rem;
}

.-scroll-mr-44 {
  scroll-margin-right: -11rem;
}

.-scroll-mr-48 {
  scroll-margin-right: -12rem;
}

.-scroll-mr-5 {
  scroll-margin-right: -1.25rem;
}

.-scroll-mr-52 {
  scroll-margin-right: -13rem;
}

.-scroll-mr-56 {
  scroll-margin-right: -14rem;
}

.-scroll-mr-6 {
  scroll-margin-right: -1.5rem;
}

.-scroll-mr-60 {
  scroll-margin-right: -15rem;
}

.-scroll-mr-64 {
  scroll-margin-right: -16rem;
}

.-scroll-mr-7 {
  scroll-margin-right: -1.75rem;
}

.-scroll-mr-72 {
  scroll-margin-right: -18rem;
}

.-scroll-mr-8 {
  scroll-margin-right: -2rem;
}

.-scroll-mr-80 {
  scroll-margin-right: -20rem;
}

.-scroll-mr-9 {
  scroll-margin-right: -2.25rem;
}

.-scroll-mr-96 {
  scroll-margin-right: -24rem;
}

.-scroll-mt-0 {
  scroll-margin-top: -0px;
}

.-scroll-mt-0\.5 {
  scroll-margin-top: -0.125rem;
}

.-scroll-mt-1 {
  scroll-margin-top: -0.25rem;
}

.-scroll-mt-1\.5 {
  scroll-margin-top: -0.375rem;
}

.-scroll-mt-10 {
  scroll-margin-top: -2.5rem;
}

.-scroll-mt-11 {
  scroll-margin-top: -2.75rem;
}

.-scroll-mt-12 {
  scroll-margin-top: -3rem;
}

.-scroll-mt-14 {
  scroll-margin-top: -3.5rem;
}

.-scroll-mt-16 {
  scroll-margin-top: -4rem;
}

.-scroll-mt-2 {
  scroll-margin-top: -0.5rem;
}

.-scroll-mt-2\.5 {
  scroll-margin-top: -0.625rem;
}

.-scroll-mt-20 {
  scroll-margin-top: -5rem;
}

.-scroll-mt-24 {
  scroll-margin-top: -6rem;
}

.-scroll-mt-28 {
  scroll-margin-top: -7rem;
}

.-scroll-mt-3 {
  scroll-margin-top: -0.75rem;
}

.-scroll-mt-3\.5 {
  scroll-margin-top: -0.875rem;
}

.-scroll-mt-32 {
  scroll-margin-top: -8rem;
}

.-scroll-mt-36 {
  scroll-margin-top: -9rem;
}

.-scroll-mt-4 {
  scroll-margin-top: -1rem;
}

.-scroll-mt-40 {
  scroll-margin-top: -10rem;
}

.-scroll-mt-44 {
  scroll-margin-top: -11rem;
}

.-scroll-mt-48 {
  scroll-margin-top: -12rem;
}

.-scroll-mt-5 {
  scroll-margin-top: -1.25rem;
}

.-scroll-mt-52 {
  scroll-margin-top: -13rem;
}

.-scroll-mt-56 {
  scroll-margin-top: -14rem;
}

.-scroll-mt-6 {
  scroll-margin-top: -1.5rem;
}

.-scroll-mt-60 {
  scroll-margin-top: -15rem;
}

.-scroll-mt-64 {
  scroll-margin-top: -16rem;
}

.-scroll-mt-7 {
  scroll-margin-top: -1.75rem;
}

.-scroll-mt-72 {
  scroll-margin-top: -18rem;
}

.-scroll-mt-8 {
  scroll-margin-top: -2rem;
}

.-scroll-mt-80 {
  scroll-margin-top: -20rem;
}

.-scroll-mt-9 {
  scroll-margin-top: -2.25rem;
}

.-scroll-mt-96 {
  scroll-margin-top: -24rem;
}

.scroll-mb-0 {
  scroll-margin-bottom: 0px;
}

.scroll-mb-0\.5 {
  scroll-margin-bottom: 0.125rem;
}

.scroll-mb-1 {
  scroll-margin-bottom: 0.25rem;
}

.scroll-mb-1\.5 {
  scroll-margin-bottom: 0.375rem;
}

.scroll-mb-10 {
  scroll-margin-bottom: 2.5rem;
}

.scroll-mb-11 {
  scroll-margin-bottom: 2.75rem;
}

.scroll-mb-12 {
  scroll-margin-bottom: 3rem;
}

.scroll-mb-14 {
  scroll-margin-bottom: 3.5rem;
}

.scroll-mb-16 {
  scroll-margin-bottom: 4rem;
}

.scroll-mb-2 {
  scroll-margin-bottom: 0.5rem;
}

.scroll-mb-2\.5 {
  scroll-margin-bottom: 0.625rem;
}

.scroll-mb-20 {
  scroll-margin-bottom: 5rem;
}

.scroll-mb-24 {
  scroll-margin-bottom: 6rem;
}

.scroll-mb-28 {
  scroll-margin-bottom: 7rem;
}

.scroll-mb-3 {
  scroll-margin-bottom: 0.75rem;
}

.scroll-mb-3\.5 {
  scroll-margin-bottom: 0.875rem;
}

.scroll-mb-32 {
  scroll-margin-bottom: 8rem;
}

.scroll-mb-36 {
  scroll-margin-bottom: 9rem;
}

.scroll-mb-4 {
  scroll-margin-bottom: 1rem;
}

.scroll-mb-40 {
  scroll-margin-bottom: 10rem;
}

.scroll-mb-44 {
  scroll-margin-bottom: 11rem;
}

.scroll-mb-48 {
  scroll-margin-bottom: 12rem;
}

.scroll-mb-5 {
  scroll-margin-bottom: 1.25rem;
}

.scroll-mb-52 {
  scroll-margin-bottom: 13rem;
}

.scroll-mb-56 {
  scroll-margin-bottom: 14rem;
}

.scroll-mb-6 {
  scroll-margin-bottom: 1.5rem;
}

.scroll-mb-60 {
  scroll-margin-bottom: 15rem;
}

.scroll-mb-64 {
  scroll-margin-bottom: 16rem;
}

.scroll-mb-7 {
  scroll-margin-bottom: 1.75rem;
}

.scroll-mb-72 {
  scroll-margin-bottom: 18rem;
}

.scroll-mb-8 {
  scroll-margin-bottom: 2rem;
}

.scroll-mb-80 {
  scroll-margin-bottom: 20rem;
}

.scroll-mb-9 {
  scroll-margin-bottom: 2.25rem;
}

.scroll-mb-96 {
  scroll-margin-bottom: 24rem;
}

.scroll-ml-0 {
  scroll-margin-left: 0px;
}

.scroll-ml-0\.5 {
  scroll-margin-left: 0.125rem;
}

.scroll-ml-1 {
  scroll-margin-left: 0.25rem;
}

.scroll-ml-1\.5 {
  scroll-margin-left: 0.375rem;
}

.scroll-ml-10 {
  scroll-margin-left: 2.5rem;
}

.scroll-ml-11 {
  scroll-margin-left: 2.75rem;
}

.scroll-ml-12 {
  scroll-margin-left: 3rem;
}

.scroll-ml-14 {
  scroll-margin-left: 3.5rem;
}

.scroll-ml-16 {
  scroll-margin-left: 4rem;
}

.scroll-ml-2 {
  scroll-margin-left: 0.5rem;
}

.scroll-ml-2\.5 {
  scroll-margin-left: 0.625rem;
}

.scroll-ml-20 {
  scroll-margin-left: 5rem;
}

.scroll-ml-24 {
  scroll-margin-left: 6rem;
}

.scroll-ml-28 {
  scroll-margin-left: 7rem;
}

.scroll-ml-3 {
  scroll-margin-left: 0.75rem;
}

.scroll-ml-3\.5 {
  scroll-margin-left: 0.875rem;
}

.scroll-ml-32 {
  scroll-margin-left: 8rem;
}

.scroll-ml-36 {
  scroll-margin-left: 9rem;
}

.scroll-ml-4 {
  scroll-margin-left: 1rem;
}

.scroll-ml-40 {
  scroll-margin-left: 10rem;
}

.scroll-ml-44 {
  scroll-margin-left: 11rem;
}

.scroll-ml-48 {
  scroll-margin-left: 12rem;
}

.scroll-ml-5 {
  scroll-margin-left: 1.25rem;
}

.scroll-ml-52 {
  scroll-margin-left: 13rem;
}

.scroll-ml-56 {
  scroll-margin-left: 14rem;
}

.scroll-ml-6 {
  scroll-margin-left: 1.5rem;
}

.scroll-ml-60 {
  scroll-margin-left: 15rem;
}

.scroll-ml-64 {
  scroll-margin-left: 16rem;
}

.scroll-ml-7 {
  scroll-margin-left: 1.75rem;
}

.scroll-ml-72 {
  scroll-margin-left: 18rem;
}

.scroll-ml-8 {
  scroll-margin-left: 2rem;
}

.scroll-ml-80 {
  scroll-margin-left: 20rem;
}

.scroll-ml-9 {
  scroll-margin-left: 2.25rem;
}

.scroll-ml-96 {
  scroll-margin-left: 24rem;
}

.scroll-mr-0 {
  scroll-margin-right: 0px;
}

.scroll-mr-0\.5 {
  scroll-margin-right: 0.125rem;
}

.scroll-mr-1 {
  scroll-margin-right: 0.25rem;
}

.scroll-mr-1\.5 {
  scroll-margin-right: 0.375rem;
}

.scroll-mr-10 {
  scroll-margin-right: 2.5rem;
}

.scroll-mr-11 {
  scroll-margin-right: 2.75rem;
}

.scroll-mr-12 {
  scroll-margin-right: 3rem;
}

.scroll-mr-14 {
  scroll-margin-right: 3.5rem;
}

.scroll-mr-16 {
  scroll-margin-right: 4rem;
}

.scroll-mr-2 {
  scroll-margin-right: 0.5rem;
}

.scroll-mr-2\.5 {
  scroll-margin-right: 0.625rem;
}

.scroll-mr-20 {
  scroll-margin-right: 5rem;
}

.scroll-mr-24 {
  scroll-margin-right: 6rem;
}

.scroll-mr-28 {
  scroll-margin-right: 7rem;
}

.scroll-mr-3 {
  scroll-margin-right: 0.75rem;
}

.scroll-mr-3\.5 {
  scroll-margin-right: 0.875rem;
}

.scroll-mr-32 {
  scroll-margin-right: 8rem;
}

.scroll-mr-36 {
  scroll-margin-right: 9rem;
}

.scroll-mr-4 {
  scroll-margin-right: 1rem;
}

.scroll-mr-40 {
  scroll-margin-right: 10rem;
}

.scroll-mr-44 {
  scroll-margin-right: 11rem;
}

.scroll-mr-48 {
  scroll-margin-right: 12rem;
}

.scroll-mr-5 {
  scroll-margin-right: 1.25rem;
}

.scroll-mr-52 {
  scroll-margin-right: 13rem;
}

.scroll-mr-56 {
  scroll-margin-right: 14rem;
}

.scroll-mr-6 {
  scroll-margin-right: 1.5rem;
}

.scroll-mr-60 {
  scroll-margin-right: 15rem;
}

.scroll-mr-64 {
  scroll-margin-right: 16rem;
}

.scroll-mr-7 {
  scroll-margin-right: 1.75rem;
}

.scroll-mr-72 {
  scroll-margin-right: 18rem;
}

.scroll-mr-8 {
  scroll-margin-right: 2rem;
}

.scroll-mr-80 {
  scroll-margin-right: 20rem;
}

.scroll-mr-9 {
  scroll-margin-right: 2.25rem;
}

.scroll-mr-96 {
  scroll-margin-right: 24rem;
}

.scroll-mt-0 {
  scroll-margin-top: 0px;
}

.scroll-mt-0\.5 {
  scroll-margin-top: 0.125rem;
}

.scroll-mt-1 {
  scroll-margin-top: 0.25rem;
}

.scroll-mt-1\.5 {
  scroll-margin-top: 0.375rem;
}

.scroll-mt-10 {
  scroll-margin-top: 2.5rem;
}

.scroll-mt-11 {
  scroll-margin-top: 2.75rem;
}

.scroll-mt-12 {
  scroll-margin-top: 3rem;
}

.scroll-mt-14 {
  scroll-margin-top: 3.5rem;
}

.scroll-mt-16 {
  scroll-margin-top: 4rem;
}

.scroll-mt-2 {
  scroll-margin-top: 0.5rem;
}

.scroll-mt-2\.5 {
  scroll-margin-top: 0.625rem;
}

.scroll-mt-20 {
  scroll-margin-top: 5rem;
}

.scroll-mt-24 {
  scroll-margin-top: 6rem;
}

.scroll-mt-28 {
  scroll-margin-top: 7rem;
}

.scroll-mt-3 {
  scroll-margin-top: 0.75rem;
}

.scroll-mt-3\.5 {
  scroll-margin-top: 0.875rem;
}

.scroll-mt-32 {
  scroll-margin-top: 8rem;
}

.scroll-mt-36 {
  scroll-margin-top: 9rem;
}

.scroll-mt-4 {
  scroll-margin-top: 1rem;
}

.scroll-mt-40 {
  scroll-margin-top: 10rem;
}

.scroll-mt-44 {
  scroll-margin-top: 11rem;
}

.scroll-mt-48 {
  scroll-margin-top: 12rem;
}

.scroll-mt-5 {
  scroll-margin-top: 1.25rem;
}

.scroll-mt-52 {
  scroll-margin-top: 13rem;
}

.scroll-mt-56 {
  scroll-margin-top: 14rem;
}

.scroll-mt-6 {
  scroll-margin-top: 1.5rem;
}

.scroll-mt-60 {
  scroll-margin-top: 15rem;
}

.scroll-mt-64 {
  scroll-margin-top: 16rem;
}

.scroll-mt-7 {
  scroll-margin-top: 1.75rem;
}

.scroll-mt-72 {
  scroll-margin-top: 18rem;
}

.scroll-mt-8 {
  scroll-margin-top: 2rem;
}

.scroll-mt-80 {
  scroll-margin-top: 20rem;
}

.scroll-mt-9 {
  scroll-margin-top: 2.25rem;
}

.scroll-mt-96 {
  scroll-margin-top: 24rem;
}

.scroll-p-0 {
  scroll-padding: 0px;
}

.scroll-p-0\.5 {
  scroll-padding: 0.125rem;
}

.scroll-p-1 {
  scroll-padding: 0.25rem;
}

.scroll-p-1\.5 {
  scroll-padding: 0.375rem;
}

.scroll-p-10 {
  scroll-padding: 2.5rem;
}

.scroll-p-11 {
  scroll-padding: 2.75rem;
}

.scroll-p-12 {
  scroll-padding: 3rem;
}

.scroll-p-14 {
  scroll-padding: 3.5rem;
}

.scroll-p-16 {
  scroll-padding: 4rem;
}

.scroll-p-2 {
  scroll-padding: 0.5rem;
}

.scroll-p-2\.5 {
  scroll-padding: 0.625rem;
}

.scroll-p-20 {
  scroll-padding: 5rem;
}

.scroll-p-24 {
  scroll-padding: 6rem;
}

.scroll-p-28 {
  scroll-padding: 7rem;
}

.scroll-p-3 {
  scroll-padding: 0.75rem;
}

.scroll-p-3\.5 {
  scroll-padding: 0.875rem;
}

.scroll-p-32 {
  scroll-padding: 8rem;
}

.scroll-p-36 {
  scroll-padding: 9rem;
}

.scroll-p-4 {
  scroll-padding: 1rem;
}

.scroll-p-40 {
  scroll-padding: 10rem;
}

.scroll-p-44 {
  scroll-padding: 11rem;
}

.scroll-p-48 {
  scroll-padding: 12rem;
}

.scroll-p-5 {
  scroll-padding: 1.25rem;
}

.scroll-p-52 {
  scroll-padding: 13rem;
}

.scroll-p-56 {
  scroll-padding: 14rem;
}

.scroll-p-6 {
  scroll-padding: 1.5rem;
}

.scroll-p-60 {
  scroll-padding: 15rem;
}

.scroll-p-64 {
  scroll-padding: 16rem;
}

.scroll-p-7 {
  scroll-padding: 1.75rem;
}

.scroll-p-72 {
  scroll-padding: 18rem;
}

.scroll-p-8 {
  scroll-padding: 2rem;
}

.scroll-p-80 {
  scroll-padding: 20rem;
}

.scroll-p-9 {
  scroll-padding: 2.25rem;
}

.scroll-p-96 {
  scroll-padding: 24rem;
}

.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: 0.25rem;
  scroll-padding-right: 0.25rem;
}

.scroll-px-1\.5 {
  scroll-padding-left: 0.375rem;
  scroll-padding-right: 0.375rem;
}

.scroll-px-10 {
  scroll-padding-left: 2.5rem;
  scroll-padding-right: 2.5rem;
}

.scroll-px-11 {
  scroll-padding-left: 2.75rem;
  scroll-padding-right: 2.75rem;
}

.scroll-px-12 {
  scroll-padding-left: 3rem;
  scroll-padding-right: 3rem;
}

.scroll-px-14 {
  scroll-padding-left: 3.5rem;
  scroll-padding-right: 3.5rem;
}

.scroll-px-16 {
  scroll-padding-left: 4rem;
  scroll-padding-right: 4rem;
}

.scroll-px-2 {
  scroll-padding-left: 0.5rem;
  scroll-padding-right: 0.5rem;
}

.scroll-px-2\.5 {
  scroll-padding-left: 0.625rem;
  scroll-padding-right: 0.625rem;
}

.scroll-px-20 {
  scroll-padding-left: 5rem;
  scroll-padding-right: 5rem;
}

.scroll-px-24 {
  scroll-padding-left: 6rem;
  scroll-padding-right: 6rem;
}

.scroll-px-28 {
  scroll-padding-left: 7rem;
  scroll-padding-right: 7rem;
}

.scroll-px-3 {
  scroll-padding-left: 0.75rem;
  scroll-padding-right: 0.75rem;
}

.scroll-px-3\.5 {
  scroll-padding-left: 0.875rem;
  scroll-padding-right: 0.875rem;
}

.scroll-px-32 {
  scroll-padding-left: 8rem;
  scroll-padding-right: 8rem;
}

.scroll-px-36 {
  scroll-padding-left: 9rem;
  scroll-padding-right: 9rem;
}

.scroll-px-4 {
  scroll-padding-left: 1rem;
  scroll-padding-right: 1rem;
}

.scroll-px-40 {
  scroll-padding-left: 10rem;
  scroll-padding-right: 10rem;
}

.scroll-px-44 {
  scroll-padding-left: 11rem;
  scroll-padding-right: 11rem;
}

.scroll-px-48 {
  scroll-padding-left: 12rem;
  scroll-padding-right: 12rem;
}

.scroll-px-5 {
  scroll-padding-left: 1.25rem;
  scroll-padding-right: 1.25rem;
}

.scroll-px-52 {
  scroll-padding-left: 13rem;
  scroll-padding-right: 13rem;
}

.scroll-px-56 {
  scroll-padding-left: 14rem;
  scroll-padding-right: 14rem;
}

.scroll-px-6 {
  scroll-padding-left: 1.5rem;
  scroll-padding-right: 1.5rem;
}

.scroll-px-60 {
  scroll-padding-left: 15rem;
  scroll-padding-right: 15rem;
}

.scroll-px-64 {
  scroll-padding-left: 16rem;
  scroll-padding-right: 16rem;
}

.scroll-px-7 {
  scroll-padding-left: 1.75rem;
  scroll-padding-right: 1.75rem;
}

.scroll-px-72 {
  scroll-padding-left: 18rem;
  scroll-padding-right: 18rem;
}

.scroll-px-8 {
  scroll-padding-left: 2rem;
  scroll-padding-right: 2rem;
}

.scroll-px-80 {
  scroll-padding-left: 20rem;
  scroll-padding-right: 20rem;
}

.scroll-px-9 {
  scroll-padding-left: 2.25rem;
  scroll-padding-right: 2.25rem;
}

.scroll-px-96 {
  scroll-padding-left: 24rem;
  scroll-padding-right: 24rem;
}

.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: 0.25rem;
  scroll-padding-bottom: 0.25rem;
}

.scroll-py-1\.5 {
  scroll-padding-top: 0.375rem;
  scroll-padding-bottom: 0.375rem;
}

.scroll-py-10 {
  scroll-padding-top: 2.5rem;
  scroll-padding-bottom: 2.5rem;
}

.scroll-py-11 {
  scroll-padding-top: 2.75rem;
  scroll-padding-bottom: 2.75rem;
}

.scroll-py-12 {
  scroll-padding-top: 3rem;
  scroll-padding-bottom: 3rem;
}

.scroll-py-14 {
  scroll-padding-top: 3.5rem;
  scroll-padding-bottom: 3.5rem;
}

.scroll-py-16 {
  scroll-padding-top: 4rem;
  scroll-padding-bottom: 4rem;
}

.scroll-py-2 {
  scroll-padding-top: 0.5rem;
  scroll-padding-bottom: 0.5rem;
}

.scroll-py-2\.5 {
  scroll-padding-top: 0.625rem;
  scroll-padding-bottom: 0.625rem;
}

.scroll-py-20 {
  scroll-padding-top: 5rem;
  scroll-padding-bottom: 5rem;
}

.scroll-py-24 {
  scroll-padding-top: 6rem;
  scroll-padding-bottom: 6rem;
}

.scroll-py-28 {
  scroll-padding-top: 7rem;
  scroll-padding-bottom: 7rem;
}

.scroll-py-3 {
  scroll-padding-top: 0.75rem;
  scroll-padding-bottom: 0.75rem;
}

.scroll-py-3\.5 {
  scroll-padding-top: 0.875rem;
  scroll-padding-bottom: 0.875rem;
}

.scroll-py-32 {
  scroll-padding-top: 8rem;
  scroll-padding-bottom: 8rem;
}

.scroll-py-36 {
  scroll-padding-top: 9rem;
  scroll-padding-bottom: 9rem;
}

.scroll-py-4 {
  scroll-padding-top: 1rem;
  scroll-padding-bottom: 1rem;
}

.scroll-py-40 {
  scroll-padding-top: 10rem;
  scroll-padding-bottom: 10rem;
}

.scroll-py-44 {
  scroll-padding-top: 11rem;
  scroll-padding-bottom: 11rem;
}

.scroll-py-48 {
  scroll-padding-top: 12rem;
  scroll-padding-bottom: 12rem;
}

.scroll-py-5 {
  scroll-padding-top: 1.25rem;
  scroll-padding-bottom: 1.25rem;
}

.scroll-py-52 {
  scroll-padding-top: 13rem;
  scroll-padding-bottom: 13rem;
}

.scroll-py-56 {
  scroll-padding-top: 14rem;
  scroll-padding-bottom: 14rem;
}

.scroll-py-6 {
  scroll-padding-top: 1.5rem;
  scroll-padding-bottom: 1.5rem;
}

.scroll-py-60 {
  scroll-padding-top: 15rem;
  scroll-padding-bottom: 15rem;
}

.scroll-py-64 {
  scroll-padding-top: 16rem;
  scroll-padding-bottom: 16rem;
}

.scroll-py-7 {
  scroll-padding-top: 1.75rem;
  scroll-padding-bottom: 1.75rem;
}

.scroll-py-72 {
  scroll-padding-top: 18rem;
  scroll-padding-bottom: 18rem;
}

.scroll-py-8 {
  scroll-padding-top: 2rem;
  scroll-padding-bottom: 2rem;
}

.scroll-py-80 {
  scroll-padding-top: 20rem;
  scroll-padding-bottom: 20rem;
}

.scroll-py-9 {
  scroll-padding-top: 2.25rem;
  scroll-padding-bottom: 2.25rem;
}

.scroll-py-96 {
  scroll-padding-top: 24rem;
  scroll-padding-bottom: 24rem;
}

.scroll-pb-0 {
  scroll-padding-bottom: 0px;
}

.scroll-pb-0\.5 {
  scroll-padding-bottom: 0.125rem;
}

.scroll-pb-1 {
  scroll-padding-bottom: 0.25rem;
}

.scroll-pb-1\.5 {
  scroll-padding-bottom: 0.375rem;
}

.scroll-pb-10 {
  scroll-padding-bottom: 2.5rem;
}

.scroll-pb-11 {
  scroll-padding-bottom: 2.75rem;
}

.scroll-pb-12 {
  scroll-padding-bottom: 3rem;
}

.scroll-pb-14 {
  scroll-padding-bottom: 3.5rem;
}

.scroll-pb-16 {
  scroll-padding-bottom: 4rem;
}

.scroll-pb-2 {
  scroll-padding-bottom: 0.5rem;
}

.scroll-pb-2\.5 {
  scroll-padding-bottom: 0.625rem;
}

.scroll-pb-20 {
  scroll-padding-bottom: 5rem;
}

.scroll-pb-24 {
  scroll-padding-bottom: 6rem;
}

.scroll-pb-28 {
  scroll-padding-bottom: 7rem;
}

.scroll-pb-3 {
  scroll-padding-bottom: 0.75rem;
}

.scroll-pb-3\.5 {
  scroll-padding-bottom: 0.875rem;
}

.scroll-pb-32 {
  scroll-padding-bottom: 8rem;
}

.scroll-pb-36 {
  scroll-padding-bottom: 9rem;
}

.scroll-pb-4 {
  scroll-padding-bottom: 1rem;
}

.scroll-pb-40 {
  scroll-padding-bottom: 10rem;
}

.scroll-pb-44 {
  scroll-padding-bottom: 11rem;
}

.scroll-pb-48 {
  scroll-padding-bottom: 12rem;
}

.scroll-pb-5 {
  scroll-padding-bottom: 1.25rem;
}

.scroll-pb-52 {
  scroll-padding-bottom: 13rem;
}

.scroll-pb-56 {
  scroll-padding-bottom: 14rem;
}

.scroll-pb-6 {
  scroll-padding-bottom: 1.5rem;
}

.scroll-pb-60 {
  scroll-padding-bottom: 15rem;
}

.scroll-pb-64 {
  scroll-padding-bottom: 16rem;
}

.scroll-pb-7 {
  scroll-padding-bottom: 1.75rem;
}

.scroll-pb-72 {
  scroll-padding-bottom: 18rem;
}

.scroll-pb-8 {
  scroll-padding-bottom: 2rem;
}

.scroll-pb-80 {
  scroll-padding-bottom: 20rem;
}

.scroll-pb-9 {
  scroll-padding-bottom: 2.25rem;
}

.scroll-pb-96 {
  scroll-padding-bottom: 24rem;
}

.scroll-pl-0 {
  scroll-padding-left: 0px;
}

.scroll-pl-0\.5 {
  scroll-padding-left: 0.125rem;
}

.scroll-pl-1 {
  scroll-padding-left: 0.25rem;
}

.scroll-pl-1\.5 {
  scroll-padding-left: 0.375rem;
}

.scroll-pl-10 {
  scroll-padding-left: 2.5rem;
}

.scroll-pl-11 {
  scroll-padding-left: 2.75rem;
}

.scroll-pl-12 {
  scroll-padding-left: 3rem;
}

.scroll-pl-14 {
  scroll-padding-left: 3.5rem;
}

.scroll-pl-16 {
  scroll-padding-left: 4rem;
}

.scroll-pl-2 {
  scroll-padding-left: 0.5rem;
}

.scroll-pl-2\.5 {
  scroll-padding-left: 0.625rem;
}

.scroll-pl-20 {
  scroll-padding-left: 5rem;
}

.scroll-pl-24 {
  scroll-padding-left: 6rem;
}

.scroll-pl-28 {
  scroll-padding-left: 7rem;
}

.scroll-pl-3 {
  scroll-padding-left: 0.75rem;
}

.scroll-pl-3\.5 {
  scroll-padding-left: 0.875rem;
}

.scroll-pl-32 {
  scroll-padding-left: 8rem;
}

.scroll-pl-36 {
  scroll-padding-left: 9rem;
}

.scroll-pl-4 {
  scroll-padding-left: 1rem;
}

.scroll-pl-40 {
  scroll-padding-left: 10rem;
}

.scroll-pl-44 {
  scroll-padding-left: 11rem;
}

.scroll-pl-48 {
  scroll-padding-left: 12rem;
}

.scroll-pl-5 {
  scroll-padding-left: 1.25rem;
}

.scroll-pl-52 {
  scroll-padding-left: 13rem;
}

.scroll-pl-56 {
  scroll-padding-left: 14rem;
}

.scroll-pl-6 {
  scroll-padding-left: 1.5rem;
}

.scroll-pl-60 {
  scroll-padding-left: 15rem;
}

.scroll-pl-64 {
  scroll-padding-left: 16rem;
}

.scroll-pl-7 {
  scroll-padding-left: 1.75rem;
}

.scroll-pl-72 {
  scroll-padding-left: 18rem;
}

.scroll-pl-8 {
  scroll-padding-left: 2rem;
}

.scroll-pl-80 {
  scroll-padding-left: 20rem;
}

.scroll-pl-9 {
  scroll-padding-left: 2.25rem;
}

.scroll-pl-96 {
  scroll-padding-left: 24rem;
}

.scroll-pr-0 {
  scroll-padding-right: 0px;
}

.scroll-pr-0\.5 {
  scroll-padding-right: 0.125rem;
}

.scroll-pr-1 {
  scroll-padding-right: 0.25rem;
}

.scroll-pr-1\.5 {
  scroll-padding-right: 0.375rem;
}

.scroll-pr-10 {
  scroll-padding-right: 2.5rem;
}

.scroll-pr-11 {
  scroll-padding-right: 2.75rem;
}

.scroll-pr-12 {
  scroll-padding-right: 3rem;
}

.scroll-pr-14 {
  scroll-padding-right: 3.5rem;
}

.scroll-pr-16 {
  scroll-padding-right: 4rem;
}

.scroll-pr-2 {
  scroll-padding-right: 0.5rem;
}

.scroll-pr-2\.5 {
  scroll-padding-right: 0.625rem;
}

.scroll-pr-20 {
  scroll-padding-right: 5rem;
}

.scroll-pr-24 {
  scroll-padding-right: 6rem;
}

.scroll-pr-28 {
  scroll-padding-right: 7rem;
}

.scroll-pr-3 {
  scroll-padding-right: 0.75rem;
}

.scroll-pr-3\.5 {
  scroll-padding-right: 0.875rem;
}

.scroll-pr-32 {
  scroll-padding-right: 8rem;
}

.scroll-pr-36 {
  scroll-padding-right: 9rem;
}

.scroll-pr-4 {
  scroll-padding-right: 1rem;
}

.scroll-pr-40 {
  scroll-padding-right: 10rem;
}

.scroll-pr-44 {
  scroll-padding-right: 11rem;
}

.scroll-pr-48 {
  scroll-padding-right: 12rem;
}

.scroll-pr-5 {
  scroll-padding-right: 1.25rem;
}

.scroll-pr-52 {
  scroll-padding-right: 13rem;
}

.scroll-pr-56 {
  scroll-padding-right: 14rem;
}

.scroll-pr-6 {
  scroll-padding-right: 1.5rem;
}

.scroll-pr-60 {
  scroll-padding-right: 15rem;
}

.scroll-pr-64 {
  scroll-padding-right: 16rem;
}

.scroll-pr-7 {
  scroll-padding-right: 1.75rem;
}

.scroll-pr-72 {
  scroll-padding-right: 18rem;
}

.scroll-pr-8 {
  scroll-padding-right: 2rem;
}

.scroll-pr-80 {
  scroll-padding-right: 20rem;
}

.scroll-pr-9 {
  scroll-padding-right: 2.25rem;
}

.scroll-pr-96 {
  scroll-padding-right: 24rem;
}

.scroll-pt-0 {
  scroll-padding-top: 0px;
}

.scroll-pt-0\.5 {
  scroll-padding-top: 0.125rem;
}

.scroll-pt-1 {
  scroll-padding-top: 0.25rem;
}

.scroll-pt-1\.5 {
  scroll-padding-top: 0.375rem;
}

.scroll-pt-10 {
  scroll-padding-top: 2.5rem;
}

.scroll-pt-11 {
  scroll-padding-top: 2.75rem;
}

.scroll-pt-12 {
  scroll-padding-top: 3rem;
}

.scroll-pt-14 {
  scroll-padding-top: 3.5rem;
}

.scroll-pt-16 {
  scroll-padding-top: 4rem;
}

.scroll-pt-2 {
  scroll-padding-top: 0.5rem;
}

.scroll-pt-2\.5 {
  scroll-padding-top: 0.625rem;
}

.scroll-pt-20 {
  scroll-padding-top: 5rem;
}

.scroll-pt-24 {
  scroll-padding-top: 6rem;
}

.scroll-pt-28 {
  scroll-padding-top: 7rem;
}

.scroll-pt-3 {
  scroll-padding-top: 0.75rem;
}

.scroll-pt-3\.5 {
  scroll-padding-top: 0.875rem;
}

.scroll-pt-32 {
  scroll-padding-top: 8rem;
}

.scroll-pt-36 {
  scroll-padding-top: 9rem;
}

.scroll-pt-4 {
  scroll-padding-top: 1rem;
}

.scroll-pt-40 {
  scroll-padding-top: 10rem;
}

.scroll-pt-44 {
  scroll-padding-top: 11rem;
}

.scroll-pt-48 {
  scroll-padding-top: 12rem;
}

.scroll-pt-5 {
  scroll-padding-top: 1.25rem;
}

.scroll-pt-52 {
  scroll-padding-top: 13rem;
}

.scroll-pt-56 {
  scroll-padding-top: 14rem;
}

.scroll-pt-6 {
  scroll-padding-top: 1.5rem;
}

.scroll-pt-60 {
  scroll-padding-top: 15rem;
}

.scroll-pt-64 {
  scroll-padding-top: 16rem;
}

.scroll-pt-7 {
  scroll-padding-top: 1.75rem;
}

.scroll-pt-72 {
  scroll-padding-top: 18rem;
}

.scroll-pt-8 {
  scroll-padding-top: 2rem;
}

.scroll-pt-80 {
  scroll-padding-top: 20rem;
}

.scroll-pt-9 {
  scroll-padding-top: 2.25rem;
}

.scroll-pt-96 {
  scroll-padding-top: 24rem;
}

.list-\[circle\] {
  list-style-type: circle;
}

.list-\[lower-alpha\] {
  list-style-type: lower-alpha;
}

.list-\[lower-roman\] {
  list-style-type: lower-roman;
}

.list-\[square\] {
  list-style-type: square;
}

.list-decimal {
  list-style-type: decimal;
}

.list-disc {
  list-style-type: disc;
}

.list-none {
  list-style-type: none;
}

.columns-2 {
  -moz-columns: 2;
       columns: 2;
}

.grid-flow-row {
  grid-auto-flow: row;
}

.grid-flow-col {
  grid-auto-flow: column;
}

.grid-flow-dense {
  grid-auto-flow: dense;
}

.grid-flow-row-dense {
  grid-auto-flow: row dense;
}

.grid-flow-col-dense {
  grid-auto-flow: column dense;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-cols-none {
  grid-template-columns: none;
}

.grid-cols-subgrid {
  grid-template-columns: subgrid;
}

.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.grid-rows-10 {
  grid-template-rows: repeat(10, minmax(0, 1fr));
}

.grid-rows-11 {
  grid-template-rows: repeat(11, minmax(0, 1fr));
}

.grid-rows-12 {
  grid-template-rows: repeat(12, minmax(0, 1fr));
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.grid-rows-7 {
  grid-template-rows: repeat(7, minmax(0, 1fr));
}

.grid-rows-8 {
  grid-template-rows: repeat(8, minmax(0, 1fr));
}

.grid-rows-9 {
  grid-template-rows: repeat(9, minmax(0, 1fr));
}

.grid-rows-none {
  grid-template-rows: none;
}

.grid-rows-subgrid {
  grid-template-rows: subgrid;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-stretch {
  align-items: stretch;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-0 {
  gap: 0px;
}

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-11 {
  gap: 2.75rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-24 {
  gap: 6rem;
}

.gap-28 {
  gap: 7rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-3\.5 {
  gap: 0.875rem;
}

.gap-32 {
  gap: 8rem;
}

.gap-36 {
  gap: 9rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-40 {
  gap: 10rem;
}

.gap-44 {
  gap: 11rem;
}

.gap-48 {
  gap: 12rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-52 {
  gap: 13rem;
}

.gap-56 {
  gap: 14rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-60 {
  gap: 15rem;
}

.gap-64 {
  gap: 16rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-72 {
  gap: 18rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-80 {
  gap: 20rem;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-96 {
  gap: 24rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.-space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0px * var(--tw-space-x-reverse));
  margin-left: calc(-0px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-3rem * var(--tw-space-x-reverse));
  margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-4rem * var(--tw-space-x-reverse));
  margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-5rem * var(--tw-space-x-reverse));
  margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-6rem * var(--tw-space-x-reverse));
  margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-7rem * var(--tw-space-x-reverse));
  margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-8rem * var(--tw-space-x-reverse));
  margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-9rem * var(--tw-space-x-reverse));
  margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1rem * var(--tw-space-x-reverse));
  margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-10rem * var(--tw-space-x-reverse));
  margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-11rem * var(--tw-space-x-reverse));
  margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-12rem * var(--tw-space-x-reverse));
  margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-13rem * var(--tw-space-x-reverse));
  margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-14rem * var(--tw-space-x-reverse));
  margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-15rem * var(--tw-space-x-reverse));
  margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-16rem * var(--tw-space-x-reverse));
  margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-18rem * var(--tw-space-x-reverse));
  margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-2rem * var(--tw-space-x-reverse));
  margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-20rem * var(--tw-space-x-reverse));
  margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-24rem * var(--tw-space-x-reverse));
  margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0px * var(--tw-space-y-reverse));
}

.-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
}

.-space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
}

.-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
}

.-space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
}

.-space-y-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
}

.-space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
}

.-space-y-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
}

.-space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
}

.-space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
}

.-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
}

.-space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
}

.-space-y-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
}

.-space-y-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
}

.-space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
}

.-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
}

.-space-y-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
}

.-space-y-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
}

.-space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
}

.-space-y-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
}

.-space-y-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
}

.-space-y-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
}

.-space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
}

.-space-y-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
}

.-space-y-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
}

.-space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
}

.-space-y-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
}

.-space-y-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
}

.-space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
}

.-space-y-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
}

.-space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
}

.-space-y-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
}

.-space-y-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
}

.-space-y-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
}

.space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.125rem * var(--tw-space-x-reverse));
  margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.75rem * var(--tw-space-x-reverse));
  margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3rem * var(--tw-space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3.5rem * var(--tw-space-x-reverse));
  margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(4rem * var(--tw-space-x-reverse));
  margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(5rem * var(--tw-space-x-reverse));
  margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(6rem * var(--tw-space-x-reverse));
  margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(7rem * var(--tw-space-x-reverse));
  margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.875rem * var(--tw-space-x-reverse));
  margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(8rem * var(--tw-space-x-reverse));
  margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(9rem * var(--tw-space-x-reverse));
  margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(10rem * var(--tw-space-x-reverse));
  margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(11rem * var(--tw-space-x-reverse));
  margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(12rem * var(--tw-space-x-reverse));
  margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(13rem * var(--tw-space-x-reverse));
  margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(14rem * var(--tw-space-x-reverse));
  margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(15rem * var(--tw-space-x-reverse));
  margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(16rem * var(--tw-space-x-reverse));
  margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.75rem * var(--tw-space-x-reverse));
  margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(18rem * var(--tw-space-x-reverse));
  margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(20rem * var(--tw-space-x-reverse));
  margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.25rem * var(--tw-space-x-reverse));
  margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(24rem * var(--tw-space-x-reverse));
  margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}

.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

.space-y-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
}

.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}

.space-y-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
}

.space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}

.space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}

.space-y-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(6rem * var(--tw-space-y-reverse));
}

.space-y-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(7rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
}

.space-y-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8rem * var(--tw-space-y-reverse));
}

.space-y-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(9rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10rem * var(--tw-space-y-reverse));
}

.space-y-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(11rem * var(--tw-space-y-reverse));
}

.space-y-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(12rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(13rem * var(--tw-space-y-reverse));
}

.space-y-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(14rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(15rem * var(--tw-space-y-reverse));
}

.space-y-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16rem * var(--tw-space-y-reverse));
}

.space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}

.space-y-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(18rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.space-y-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(20rem * var(--tw-space-y-reverse));
}

.space-y-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
}

.space-y-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(24rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.text-wrap {
  text-wrap: wrap;
}

.break-words {
  overflow-wrap: break-word;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.rounded-bl-full {
  border-bottom-left-radius: 9999px;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-\[5px\] {
  border-width: 5px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-l {
  border-left-width: 1px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-t {
  border-top-width: 1px;
}

.border-hidden {
  border-style: hidden;
}

.border-none {
  border-style: none;
}

.border-accent {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-accent-rgb) / var(--tw-border-opacity, 1));
}

.border-accent\/0 {
  border-color: rgb(var(--color-accent-rgb) / 0);
}

.border-accent\/10 {
  border-color: rgb(var(--color-accent-rgb) / 0.1);
}

.border-accent\/100 {
  border-color: rgb(var(--color-accent-rgb) / 1);
}

.border-accent\/15 {
  border-color: rgb(var(--color-accent-rgb) / 0.15);
}

.border-accent\/20 {
  border-color: rgb(var(--color-accent-rgb) / 0.2);
}

.border-accent\/25 {
  border-color: rgb(var(--color-accent-rgb) / 0.25);
}

.border-accent\/30 {
  border-color: rgb(var(--color-accent-rgb) / 0.3);
}

.border-accent\/35 {
  border-color: rgb(var(--color-accent-rgb) / 0.35);
}

.border-accent\/40 {
  border-color: rgb(var(--color-accent-rgb) / 0.4);
}

.border-accent\/45 {
  border-color: rgb(var(--color-accent-rgb) / 0.45);
}

.border-accent\/5 {
  border-color: rgb(var(--color-accent-rgb) / 0.05);
}

.border-accent\/50 {
  border-color: rgb(var(--color-accent-rgb) / 0.5);
}

.border-accent\/55 {
  border-color: rgb(var(--color-accent-rgb) / 0.55);
}

.border-accent\/60 {
  border-color: rgb(var(--color-accent-rgb) / 0.6);
}

.border-accent\/65 {
  border-color: rgb(var(--color-accent-rgb) / 0.65);
}

.border-accent\/70 {
  border-color: rgb(var(--color-accent-rgb) / 0.7);
}

.border-accent\/75 {
  border-color: rgb(var(--color-accent-rgb) / 0.75);
}

.border-accent\/80 {
  border-color: rgb(var(--color-accent-rgb) / 0.8);
}

.border-accent\/85 {
  border-color: rgb(var(--color-accent-rgb) / 0.85);
}

.border-accent\/90 {
  border-color: rgb(var(--color-accent-rgb) / 0.9);
}

.border-accent\/95 {
  border-color: rgb(var(--color-accent-rgb) / 0.95);
}

.border-button {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-button-rgb) / var(--tw-border-opacity, 1));
}

.border-button-dark {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-button-dark-rgb) / var(--tw-border-opacity, 1));
}

.border-button-dark\/0 {
  border-color: rgb(var(--color-button-dark-rgb) / 0);
}

.border-button-dark\/10 {
  border-color: rgb(var(--color-button-dark-rgb) / 0.1);
}

.border-button-dark\/100 {
  border-color: rgb(var(--color-button-dark-rgb) / 1);
}

.border-button-dark\/15 {
  border-color: rgb(var(--color-button-dark-rgb) / 0.15);
}

.border-button-dark\/20 {
  border-color: rgb(var(--color-button-dark-rgb) / 0.2);
}

.border-button-dark\/25 {
  border-color: rgb(var(--color-button-dark-rgb) / 0.25);
}

.border-button-dark\/30 {
  border-color: rgb(var(--color-button-dark-rgb) / 0.3);
}

.border-button-dark\/35 {
  border-color: rgb(var(--color-button-dark-rgb) / 0.35);
}

.border-button-dark\/40 {
  border-color: rgb(var(--color-button-dark-rgb) / 0.4);
}

.border-button-dark\/45 {
  border-color: rgb(var(--color-button-dark-rgb) / 0.45);
}

.border-button-dark\/5 {
  border-color: rgb(var(--color-button-dark-rgb) / 0.05);
}

.border-button-dark\/50 {
  border-color: rgb(var(--color-button-dark-rgb) / 0.5);
}

.border-button-dark\/55 {
  border-color: rgb(var(--color-button-dark-rgb) / 0.55);
}

.border-button-dark\/60 {
  border-color: rgb(var(--color-button-dark-rgb) / 0.6);
}

.border-button-dark\/65 {
  border-color: rgb(var(--color-button-dark-rgb) / 0.65);
}

.border-button-dark\/70 {
  border-color: rgb(var(--color-button-dark-rgb) / 0.7);
}

.border-button-dark\/75 {
  border-color: rgb(var(--color-button-dark-rgb) / 0.75);
}

.border-button-dark\/80 {
  border-color: rgb(var(--color-button-dark-rgb) / 0.8);
}

.border-button-dark\/85 {
  border-color: rgb(var(--color-button-dark-rgb) / 0.85);
}

.border-button-dark\/90 {
  border-color: rgb(var(--color-button-dark-rgb) / 0.9);
}

.border-button-dark\/95 {
  border-color: rgb(var(--color-button-dark-rgb) / 0.95);
}

.border-button\/0 {
  border-color: rgb(var(--color-button-rgb) / 0);
}

.border-button\/10 {
  border-color: rgb(var(--color-button-rgb) / 0.1);
}

.border-button\/100 {
  border-color: rgb(var(--color-button-rgb) / 1);
}

.border-button\/15 {
  border-color: rgb(var(--color-button-rgb) / 0.15);
}

.border-button\/20 {
  border-color: rgb(var(--color-button-rgb) / 0.2);
}

.border-button\/25 {
  border-color: rgb(var(--color-button-rgb) / 0.25);
}

.border-button\/30 {
  border-color: rgb(var(--color-button-rgb) / 0.3);
}

.border-button\/35 {
  border-color: rgb(var(--color-button-rgb) / 0.35);
}

.border-button\/40 {
  border-color: rgb(var(--color-button-rgb) / 0.4);
}

.border-button\/45 {
  border-color: rgb(var(--color-button-rgb) / 0.45);
}

.border-button\/5 {
  border-color: rgb(var(--color-button-rgb) / 0.05);
}

.border-button\/50 {
  border-color: rgb(var(--color-button-rgb) / 0.5);
}

.border-button\/55 {
  border-color: rgb(var(--color-button-rgb) / 0.55);
}

.border-button\/60 {
  border-color: rgb(var(--color-button-rgb) / 0.6);
}

.border-button\/65 {
  border-color: rgb(var(--color-button-rgb) / 0.65);
}

.border-button\/70 {
  border-color: rgb(var(--color-button-rgb) / 0.7);
}

.border-button\/75 {
  border-color: rgb(var(--color-button-rgb) / 0.75);
}

.border-button\/80 {
  border-color: rgb(var(--color-button-rgb) / 0.8);
}

.border-button\/85 {
  border-color: rgb(var(--color-button-rgb) / 0.85);
}

.border-button\/90 {
  border-color: rgb(var(--color-button-rgb) / 0.9);
}

.border-button\/95 {
  border-color: rgb(var(--color-button-rgb) / 0.95);
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

.border-gray-100\/80 {
  border-color: rgb(243 244 246 / 0.8);
}

.border-gray-100\/90 {
  border-color: rgb(243 244 246 / 0.9);
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}

.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}

.border-link {
  --tw-border-opacity: 1;
  border-color: rgb(0 123 255 / var(--tw-border-opacity, 1));
}

.border-link\/0 {
  border-color: rgb(0 123 255 / 0);
}

.border-link\/10 {
  border-color: rgb(0 123 255 / 0.1);
}

.border-link\/100 {
  border-color: rgb(0 123 255 / 1);
}

.border-link\/15 {
  border-color: rgb(0 123 255 / 0.15);
}

.border-link\/20 {
  border-color: rgb(0 123 255 / 0.2);
}

.border-link\/25 {
  border-color: rgb(0 123 255 / 0.25);
}

.border-link\/30 {
  border-color: rgb(0 123 255 / 0.3);
}

.border-link\/35 {
  border-color: rgb(0 123 255 / 0.35);
}

.border-link\/40 {
  border-color: rgb(0 123 255 / 0.4);
}

.border-link\/45 {
  border-color: rgb(0 123 255 / 0.45);
}

.border-link\/5 {
  border-color: rgb(0 123 255 / 0.05);
}

.border-link\/50 {
  border-color: rgb(0 123 255 / 0.5);
}

.border-link\/55 {
  border-color: rgb(0 123 255 / 0.55);
}

.border-link\/60 {
  border-color: rgb(0 123 255 / 0.6);
}

.border-link\/65 {
  border-color: rgb(0 123 255 / 0.65);
}

.border-link\/70 {
  border-color: rgb(0 123 255 / 0.7);
}

.border-link\/75 {
  border-color: rgb(0 123 255 / 0.75);
}

.border-link\/80 {
  border-color: rgb(0 123 255 / 0.8);
}

.border-link\/85 {
  border-color: rgb(0 123 255 / 0.85);
}

.border-link\/90 {
  border-color: rgb(0 123 255 / 0.9);
}

.border-link\/95 {
  border-color: rgb(0 123 255 / 0.95);
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-primary-rgb) / var(--tw-border-opacity, 1));
}

.border-primary-dark {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-primary-dark-rgb) / var(--tw-border-opacity, 1));
}

.border-primary-dark\/0 {
  border-color: rgb(var(--color-primary-dark-rgb) / 0);
}

.border-primary-dark\/10 {
  border-color: rgb(var(--color-primary-dark-rgb) / 0.1);
}

.border-primary-dark\/100 {
  border-color: rgb(var(--color-primary-dark-rgb) / 1);
}

.border-primary-dark\/15 {
  border-color: rgb(var(--color-primary-dark-rgb) / 0.15);
}

.border-primary-dark\/20 {
  border-color: rgb(var(--color-primary-dark-rgb) / 0.2);
}

.border-primary-dark\/25 {
  border-color: rgb(var(--color-primary-dark-rgb) / 0.25);
}

.border-primary-dark\/30 {
  border-color: rgb(var(--color-primary-dark-rgb) / 0.3);
}

.border-primary-dark\/35 {
  border-color: rgb(var(--color-primary-dark-rgb) / 0.35);
}

.border-primary-dark\/40 {
  border-color: rgb(var(--color-primary-dark-rgb) / 0.4);
}

.border-primary-dark\/45 {
  border-color: rgb(var(--color-primary-dark-rgb) / 0.45);
}

.border-primary-dark\/5 {
  border-color: rgb(var(--color-primary-dark-rgb) / 0.05);
}

.border-primary-dark\/50 {
  border-color: rgb(var(--color-primary-dark-rgb) / 0.5);
}

.border-primary-dark\/55 {
  border-color: rgb(var(--color-primary-dark-rgb) / 0.55);
}

.border-primary-dark\/60 {
  border-color: rgb(var(--color-primary-dark-rgb) / 0.6);
}

.border-primary-dark\/65 {
  border-color: rgb(var(--color-primary-dark-rgb) / 0.65);
}

.border-primary-dark\/70 {
  border-color: rgb(var(--color-primary-dark-rgb) / 0.7);
}

.border-primary-dark\/75 {
  border-color: rgb(var(--color-primary-dark-rgb) / 0.75);
}

.border-primary-dark\/80 {
  border-color: rgb(var(--color-primary-dark-rgb) / 0.8);
}

.border-primary-dark\/85 {
  border-color: rgb(var(--color-primary-dark-rgb) / 0.85);
}

.border-primary-dark\/90 {
  border-color: rgb(var(--color-primary-dark-rgb) / 0.9);
}

.border-primary-dark\/95 {
  border-color: rgb(var(--color-primary-dark-rgb) / 0.95);
}

.border-primary-darker {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-primary-darker-rgb) / var(--tw-border-opacity, 1));
}

.border-primary-darker\/0 {
  border-color: rgb(var(--color-primary-darker-rgb) / 0);
}

.border-primary-darker\/10 {
  border-color: rgb(var(--color-primary-darker-rgb) / 0.1);
}

.border-primary-darker\/100 {
  border-color: rgb(var(--color-primary-darker-rgb) / 1);
}

.border-primary-darker\/15 {
  border-color: rgb(var(--color-primary-darker-rgb) / 0.15);
}

.border-primary-darker\/20 {
  border-color: rgb(var(--color-primary-darker-rgb) / 0.2);
}

.border-primary-darker\/25 {
  border-color: rgb(var(--color-primary-darker-rgb) / 0.25);
}

.border-primary-darker\/30 {
  border-color: rgb(var(--color-primary-darker-rgb) / 0.3);
}

.border-primary-darker\/35 {
  border-color: rgb(var(--color-primary-darker-rgb) / 0.35);
}

.border-primary-darker\/40 {
  border-color: rgb(var(--color-primary-darker-rgb) / 0.4);
}

.border-primary-darker\/45 {
  border-color: rgb(var(--color-primary-darker-rgb) / 0.45);
}

.border-primary-darker\/5 {
  border-color: rgb(var(--color-primary-darker-rgb) / 0.05);
}

.border-primary-darker\/50 {
  border-color: rgb(var(--color-primary-darker-rgb) / 0.5);
}

.border-primary-darker\/55 {
  border-color: rgb(var(--color-primary-darker-rgb) / 0.55);
}

.border-primary-darker\/60 {
  border-color: rgb(var(--color-primary-darker-rgb) / 0.6);
}

.border-primary-darker\/65 {
  border-color: rgb(var(--color-primary-darker-rgb) / 0.65);
}

.border-primary-darker\/70 {
  border-color: rgb(var(--color-primary-darker-rgb) / 0.7);
}

.border-primary-darker\/75 {
  border-color: rgb(var(--color-primary-darker-rgb) / 0.75);
}

.border-primary-darker\/80 {
  border-color: rgb(var(--color-primary-darker-rgb) / 0.8);
}

.border-primary-darker\/85 {
  border-color: rgb(var(--color-primary-darker-rgb) / 0.85);
}

.border-primary-darker\/90 {
  border-color: rgb(var(--color-primary-darker-rgb) / 0.9);
}

.border-primary-darker\/95 {
  border-color: rgb(var(--color-primary-darker-rgb) / 0.95);
}

.border-primary\/0 {
  border-color: rgb(var(--color-primary-rgb) / 0);
}

.border-primary\/10 {
  border-color: rgb(var(--color-primary-rgb) / 0.1);
}

.border-primary\/100 {
  border-color: rgb(var(--color-primary-rgb) / 1);
}

.border-primary\/15 {
  border-color: rgb(var(--color-primary-rgb) / 0.15);
}

.border-primary\/20 {
  border-color: rgb(var(--color-primary-rgb) / 0.2);
}

.border-primary\/25 {
  border-color: rgb(var(--color-primary-rgb) / 0.25);
}

.border-primary\/30 {
  border-color: rgb(var(--color-primary-rgb) / 0.3);
}

.border-primary\/35 {
  border-color: rgb(var(--color-primary-rgb) / 0.35);
}

.border-primary\/40 {
  border-color: rgb(var(--color-primary-rgb) / 0.4);
}

.border-primary\/45 {
  border-color: rgb(var(--color-primary-rgb) / 0.45);
}

.border-primary\/5 {
  border-color: rgb(var(--color-primary-rgb) / 0.05);
}

.border-primary\/50 {
  border-color: rgb(var(--color-primary-rgb) / 0.5);
}

.border-primary\/55 {
  border-color: rgb(var(--color-primary-rgb) / 0.55);
}

.border-primary\/60 {
  border-color: rgb(var(--color-primary-rgb) / 0.6);
}

.border-primary\/65 {
  border-color: rgb(var(--color-primary-rgb) / 0.65);
}

.border-primary\/70 {
  border-color: rgb(var(--color-primary-rgb) / 0.7);
}

.border-primary\/75 {
  border-color: rgb(var(--color-primary-rgb) / 0.75);
}

.border-primary\/80 {
  border-color: rgb(var(--color-primary-rgb) / 0.8);
}

.border-primary\/85 {
  border-color: rgb(var(--color-primary-rgb) / 0.85);
}

.border-primary\/90 {
  border-color: rgb(var(--color-primary-rgb) / 0.9);
}

.border-primary\/95 {
  border-color: rgb(var(--color-primary-rgb) / 0.95);
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(49 41 39 / var(--tw-border-opacity, 1));
}

.border-secondary\/0 {
  border-color: rgb(49 41 39 / 0);
}

.border-secondary\/10 {
  border-color: rgb(49 41 39 / 0.1);
}

.border-secondary\/100 {
  border-color: rgb(49 41 39 / 1);
}

.border-secondary\/15 {
  border-color: rgb(49 41 39 / 0.15);
}

.border-secondary\/20 {
  border-color: rgb(49 41 39 / 0.2);
}

.border-secondary\/25 {
  border-color: rgb(49 41 39 / 0.25);
}

.border-secondary\/30 {
  border-color: rgb(49 41 39 / 0.3);
}

.border-secondary\/35 {
  border-color: rgb(49 41 39 / 0.35);
}

.border-secondary\/40 {
  border-color: rgb(49 41 39 / 0.4);
}

.border-secondary\/45 {
  border-color: rgb(49 41 39 / 0.45);
}

.border-secondary\/5 {
  border-color: rgb(49 41 39 / 0.05);
}

.border-secondary\/50 {
  border-color: rgb(49 41 39 / 0.5);
}

.border-secondary\/55 {
  border-color: rgb(49 41 39 / 0.55);
}

.border-secondary\/60 {
  border-color: rgb(49 41 39 / 0.6);
}

.border-secondary\/65 {
  border-color: rgb(49 41 39 / 0.65);
}

.border-secondary\/70 {
  border-color: rgb(49 41 39 / 0.7);
}

.border-secondary\/75 {
  border-color: rgb(49 41 39 / 0.75);
}

.border-secondary\/80 {
  border-color: rgb(49 41 39 / 0.8);
}

.border-secondary\/85 {
  border-color: rgb(49 41 39 / 0.85);
}

.border-secondary\/90 {
  border-color: rgb(49 41 39 / 0.9);
}

.border-secondary\/95 {
  border-color: rgb(49 41 39 / 0.95);
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.bg-accent {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-accent-rgb) / var(--tw-bg-opacity, 1));
}

.bg-accent\/0 {
  background-color: rgb(var(--color-accent-rgb) / 0);
}

.bg-accent\/10 {
  background-color: rgb(var(--color-accent-rgb) / 0.1);
}

.bg-accent\/100 {
  background-color: rgb(var(--color-accent-rgb) / 1);
}

.bg-accent\/15 {
  background-color: rgb(var(--color-accent-rgb) / 0.15);
}

.bg-accent\/20 {
  background-color: rgb(var(--color-accent-rgb) / 0.2);
}

.bg-accent\/25 {
  background-color: rgb(var(--color-accent-rgb) / 0.25);
}

.bg-accent\/30 {
  background-color: rgb(var(--color-accent-rgb) / 0.3);
}

.bg-accent\/35 {
  background-color: rgb(var(--color-accent-rgb) / 0.35);
}

.bg-accent\/40 {
  background-color: rgb(var(--color-accent-rgb) / 0.4);
}

.bg-accent\/45 {
  background-color: rgb(var(--color-accent-rgb) / 0.45);
}

.bg-accent\/5 {
  background-color: rgb(var(--color-accent-rgb) / 0.05);
}

.bg-accent\/50 {
  background-color: rgb(var(--color-accent-rgb) / 0.5);
}

.bg-accent\/55 {
  background-color: rgb(var(--color-accent-rgb) / 0.55);
}

.bg-accent\/60 {
  background-color: rgb(var(--color-accent-rgb) / 0.6);
}

.bg-accent\/65 {
  background-color: rgb(var(--color-accent-rgb) / 0.65);
}

.bg-accent\/70 {
  background-color: rgb(var(--color-accent-rgb) / 0.7);
}

.bg-accent\/75 {
  background-color: rgb(var(--color-accent-rgb) / 0.75);
}

.bg-accent\/80 {
  background-color: rgb(var(--color-accent-rgb) / 0.8);
}

.bg-accent\/85 {
  background-color: rgb(var(--color-accent-rgb) / 0.85);
}

.bg-accent\/90 {
  background-color: rgb(var(--color-accent-rgb) / 0.9);
}

.bg-accent\/95 {
  background-color: rgb(var(--color-accent-rgb) / 0.95);
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.bg-button {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-button-rgb) / var(--tw-bg-opacity, 1));
}

.bg-button-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-button-dark-rgb) / var(--tw-bg-opacity, 1));
}

.bg-button-dark\/0 {
  background-color: rgb(var(--color-button-dark-rgb) / 0);
}

.bg-button-dark\/10 {
  background-color: rgb(var(--color-button-dark-rgb) / 0.1);
}

.bg-button-dark\/100 {
  background-color: rgb(var(--color-button-dark-rgb) / 1);
}

.bg-button-dark\/15 {
  background-color: rgb(var(--color-button-dark-rgb) / 0.15);
}

.bg-button-dark\/20 {
  background-color: rgb(var(--color-button-dark-rgb) / 0.2);
}

.bg-button-dark\/25 {
  background-color: rgb(var(--color-button-dark-rgb) / 0.25);
}

.bg-button-dark\/30 {
  background-color: rgb(var(--color-button-dark-rgb) / 0.3);
}

.bg-button-dark\/35 {
  background-color: rgb(var(--color-button-dark-rgb) / 0.35);
}

.bg-button-dark\/40 {
  background-color: rgb(var(--color-button-dark-rgb) / 0.4);
}

.bg-button-dark\/45 {
  background-color: rgb(var(--color-button-dark-rgb) / 0.45);
}

.bg-button-dark\/5 {
  background-color: rgb(var(--color-button-dark-rgb) / 0.05);
}

.bg-button-dark\/50 {
  background-color: rgb(var(--color-button-dark-rgb) / 0.5);
}

.bg-button-dark\/55 {
  background-color: rgb(var(--color-button-dark-rgb) / 0.55);
}

.bg-button-dark\/60 {
  background-color: rgb(var(--color-button-dark-rgb) / 0.6);
}

.bg-button-dark\/65 {
  background-color: rgb(var(--color-button-dark-rgb) / 0.65);
}

.bg-button-dark\/70 {
  background-color: rgb(var(--color-button-dark-rgb) / 0.7);
}

.bg-button-dark\/75 {
  background-color: rgb(var(--color-button-dark-rgb) / 0.75);
}

.bg-button-dark\/80 {
  background-color: rgb(var(--color-button-dark-rgb) / 0.8);
}

.bg-button-dark\/85 {
  background-color: rgb(var(--color-button-dark-rgb) / 0.85);
}

.bg-button-dark\/90 {
  background-color: rgb(var(--color-button-dark-rgb) / 0.9);
}

.bg-button-dark\/95 {
  background-color: rgb(var(--color-button-dark-rgb) / 0.95);
}

.bg-button\/0 {
  background-color: rgb(var(--color-button-rgb) / 0);
}

.bg-button\/10 {
  background-color: rgb(var(--color-button-rgb) / 0.1);
}

.bg-button\/100 {
  background-color: rgb(var(--color-button-rgb) / 1);
}

.bg-button\/15 {
  background-color: rgb(var(--color-button-rgb) / 0.15);
}

.bg-button\/20 {
  background-color: rgb(var(--color-button-rgb) / 0.2);
}

.bg-button\/25 {
  background-color: rgb(var(--color-button-rgb) / 0.25);
}

.bg-button\/30 {
  background-color: rgb(var(--color-button-rgb) / 0.3);
}

.bg-button\/35 {
  background-color: rgb(var(--color-button-rgb) / 0.35);
}

.bg-button\/40 {
  background-color: rgb(var(--color-button-rgb) / 0.4);
}

.bg-button\/45 {
  background-color: rgb(var(--color-button-rgb) / 0.45);
}

.bg-button\/5 {
  background-color: rgb(var(--color-button-rgb) / 0.05);
}

.bg-button\/50 {
  background-color: rgb(var(--color-button-rgb) / 0.5);
}

.bg-button\/55 {
  background-color: rgb(var(--color-button-rgb) / 0.55);
}

.bg-button\/60 {
  background-color: rgb(var(--color-button-rgb) / 0.6);
}

.bg-button\/65 {
  background-color: rgb(var(--color-button-rgb) / 0.65);
}

.bg-button\/70 {
  background-color: rgb(var(--color-button-rgb) / 0.7);
}

.bg-button\/75 {
  background-color: rgb(var(--color-button-rgb) / 0.75);
}

.bg-button\/80 {
  background-color: rgb(var(--color-button-rgb) / 0.8);
}

.bg-button\/85 {
  background-color: rgb(var(--color-button-rgb) / 0.85);
}

.bg-button\/90 {
  background-color: rgb(var(--color-button-rgb) / 0.9);
}

.bg-button\/95 {
  background-color: rgb(var(--color-button-rgb) / 0.95);
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-gray-50\/80 {
  background-color: rgb(249 250 251 / 0.8);
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}

.bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}

.bg-link {
  --tw-bg-opacity: 1;
  background-color: rgb(0 123 255 / var(--tw-bg-opacity, 1));
}

.bg-link\/0 {
  background-color: rgb(0 123 255 / 0);
}

.bg-link\/10 {
  background-color: rgb(0 123 255 / 0.1);
}

.bg-link\/100 {
  background-color: rgb(0 123 255 / 1);
}

.bg-link\/15 {
  background-color: rgb(0 123 255 / 0.15);
}

.bg-link\/20 {
  background-color: rgb(0 123 255 / 0.2);
}

.bg-link\/25 {
  background-color: rgb(0 123 255 / 0.25);
}

.bg-link\/30 {
  background-color: rgb(0 123 255 / 0.3);
}

.bg-link\/35 {
  background-color: rgb(0 123 255 / 0.35);
}

.bg-link\/40 {
  background-color: rgb(0 123 255 / 0.4);
}

.bg-link\/45 {
  background-color: rgb(0 123 255 / 0.45);
}

.bg-link\/5 {
  background-color: rgb(0 123 255 / 0.05);
}

.bg-link\/50 {
  background-color: rgb(0 123 255 / 0.5);
}

.bg-link\/55 {
  background-color: rgb(0 123 255 / 0.55);
}

.bg-link\/60 {
  background-color: rgb(0 123 255 / 0.6);
}

.bg-link\/65 {
  background-color: rgb(0 123 255 / 0.65);
}

.bg-link\/70 {
  background-color: rgb(0 123 255 / 0.7);
}

.bg-link\/75 {
  background-color: rgb(0 123 255 / 0.75);
}

.bg-link\/80 {
  background-color: rgb(0 123 255 / 0.8);
}

.bg-link\/85 {
  background-color: rgb(0 123 255 / 0.85);
}

.bg-link\/90 {
  background-color: rgb(0 123 255 / 0.9);
}

.bg-link\/95 {
  background-color: rgb(0 123 255 / 0.95);
}

.bg-pink-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity, 1));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-primary-rgb) / var(--tw-bg-opacity, 1));
}

.bg-primary-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-primary-dark-rgb) / var(--tw-bg-opacity, 1));
}

.bg-primary-dark\/0 {
  background-color: rgb(var(--color-primary-dark-rgb) / 0);
}

.bg-primary-dark\/10 {
  background-color: rgb(var(--color-primary-dark-rgb) / 0.1);
}

.bg-primary-dark\/100 {
  background-color: rgb(var(--color-primary-dark-rgb) / 1);
}

.bg-primary-dark\/15 {
  background-color: rgb(var(--color-primary-dark-rgb) / 0.15);
}

.bg-primary-dark\/20 {
  background-color: rgb(var(--color-primary-dark-rgb) / 0.2);
}

.bg-primary-dark\/25 {
  background-color: rgb(var(--color-primary-dark-rgb) / 0.25);
}

.bg-primary-dark\/30 {
  background-color: rgb(var(--color-primary-dark-rgb) / 0.3);
}

.bg-primary-dark\/35 {
  background-color: rgb(var(--color-primary-dark-rgb) / 0.35);
}

.bg-primary-dark\/40 {
  background-color: rgb(var(--color-primary-dark-rgb) / 0.4);
}

.bg-primary-dark\/45 {
  background-color: rgb(var(--color-primary-dark-rgb) / 0.45);
}

.bg-primary-dark\/5 {
  background-color: rgb(var(--color-primary-dark-rgb) / 0.05);
}

.bg-primary-dark\/50 {
  background-color: rgb(var(--color-primary-dark-rgb) / 0.5);
}

.bg-primary-dark\/55 {
  background-color: rgb(var(--color-primary-dark-rgb) / 0.55);
}

.bg-primary-dark\/60 {
  background-color: rgb(var(--color-primary-dark-rgb) / 0.6);
}

.bg-primary-dark\/65 {
  background-color: rgb(var(--color-primary-dark-rgb) / 0.65);
}

.bg-primary-dark\/70 {
  background-color: rgb(var(--color-primary-dark-rgb) / 0.7);
}

.bg-primary-dark\/75 {
  background-color: rgb(var(--color-primary-dark-rgb) / 0.75);
}

.bg-primary-dark\/80 {
  background-color: rgb(var(--color-primary-dark-rgb) / 0.8);
}

.bg-primary-dark\/85 {
  background-color: rgb(var(--color-primary-dark-rgb) / 0.85);
}

.bg-primary-dark\/90 {
  background-color: rgb(var(--color-primary-dark-rgb) / 0.9);
}

.bg-primary-dark\/95 {
  background-color: rgb(var(--color-primary-dark-rgb) / 0.95);
}

.bg-primary-darker {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-primary-darker-rgb) / var(--tw-bg-opacity, 1));
}

.bg-primary-darker\/0 {
  background-color: rgb(var(--color-primary-darker-rgb) / 0);
}

.bg-primary-darker\/10 {
  background-color: rgb(var(--color-primary-darker-rgb) / 0.1);
}

.bg-primary-darker\/100 {
  background-color: rgb(var(--color-primary-darker-rgb) / 1);
}

.bg-primary-darker\/15 {
  background-color: rgb(var(--color-primary-darker-rgb) / 0.15);
}

.bg-primary-darker\/20 {
  background-color: rgb(var(--color-primary-darker-rgb) / 0.2);
}

.bg-primary-darker\/25 {
  background-color: rgb(var(--color-primary-darker-rgb) / 0.25);
}

.bg-primary-darker\/30 {
  background-color: rgb(var(--color-primary-darker-rgb) / 0.3);
}

.bg-primary-darker\/35 {
  background-color: rgb(var(--color-primary-darker-rgb) / 0.35);
}

.bg-primary-darker\/40 {
  background-color: rgb(var(--color-primary-darker-rgb) / 0.4);
}

.bg-primary-darker\/45 {
  background-color: rgb(var(--color-primary-darker-rgb) / 0.45);
}

.bg-primary-darker\/5 {
  background-color: rgb(var(--color-primary-darker-rgb) / 0.05);
}

.bg-primary-darker\/50 {
  background-color: rgb(var(--color-primary-darker-rgb) / 0.5);
}

.bg-primary-darker\/55 {
  background-color: rgb(var(--color-primary-darker-rgb) / 0.55);
}

.bg-primary-darker\/60 {
  background-color: rgb(var(--color-primary-darker-rgb) / 0.6);
}

.bg-primary-darker\/65 {
  background-color: rgb(var(--color-primary-darker-rgb) / 0.65);
}

.bg-primary-darker\/70 {
  background-color: rgb(var(--color-primary-darker-rgb) / 0.7);
}

.bg-primary-darker\/75 {
  background-color: rgb(var(--color-primary-darker-rgb) / 0.75);
}

.bg-primary-darker\/80 {
  background-color: rgb(var(--color-primary-darker-rgb) / 0.8);
}

.bg-primary-darker\/85 {
  background-color: rgb(var(--color-primary-darker-rgb) / 0.85);
}

.bg-primary-darker\/90 {
  background-color: rgb(var(--color-primary-darker-rgb) / 0.9);
}

.bg-primary-darker\/95 {
  background-color: rgb(var(--color-primary-darker-rgb) / 0.95);
}

.bg-primary\/0 {
  background-color: rgb(var(--color-primary-rgb) / 0);
}

.bg-primary\/10 {
  background-color: rgb(var(--color-primary-rgb) / 0.1);
}

.bg-primary\/100 {
  background-color: rgb(var(--color-primary-rgb) / 1);
}

.bg-primary\/15 {
  background-color: rgb(var(--color-primary-rgb) / 0.15);
}

.bg-primary\/20 {
  background-color: rgb(var(--color-primary-rgb) / 0.2);
}

.bg-primary\/25 {
  background-color: rgb(var(--color-primary-rgb) / 0.25);
}

.bg-primary\/30 {
  background-color: rgb(var(--color-primary-rgb) / 0.3);
}

.bg-primary\/35 {
  background-color: rgb(var(--color-primary-rgb) / 0.35);
}

.bg-primary\/40 {
  background-color: rgb(var(--color-primary-rgb) / 0.4);
}

.bg-primary\/45 {
  background-color: rgb(var(--color-primary-rgb) / 0.45);
}

.bg-primary\/5 {
  background-color: rgb(var(--color-primary-rgb) / 0.05);
}

.bg-primary\/50 {
  background-color: rgb(var(--color-primary-rgb) / 0.5);
}

.bg-primary\/55 {
  background-color: rgb(var(--color-primary-rgb) / 0.55);
}

.bg-primary\/60 {
  background-color: rgb(var(--color-primary-rgb) / 0.6);
}

.bg-primary\/65 {
  background-color: rgb(var(--color-primary-rgb) / 0.65);
}

.bg-primary\/70 {
  background-color: rgb(var(--color-primary-rgb) / 0.7);
}

.bg-primary\/75 {
  background-color: rgb(var(--color-primary-rgb) / 0.75);
}

.bg-primary\/80 {
  background-color: rgb(var(--color-primary-rgb) / 0.8);
}

.bg-primary\/85 {
  background-color: rgb(var(--color-primary-rgb) / 0.85);
}

.bg-primary\/90 {
  background-color: rgb(var(--color-primary-rgb) / 0.9);
}

.bg-primary\/95 {
  background-color: rgb(var(--color-primary-rgb) / 0.95);
}

.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(49 41 39 / var(--tw-bg-opacity, 1));
}

.bg-secondary\/0 {
  background-color: rgb(49 41 39 / 0);
}

.bg-secondary\/10 {
  background-color: rgb(49 41 39 / 0.1);
}

.bg-secondary\/100 {
  background-color: rgb(49 41 39 / 1);
}

.bg-secondary\/15 {
  background-color: rgb(49 41 39 / 0.15);
}

.bg-secondary\/20 {
  background-color: rgb(49 41 39 / 0.2);
}

.bg-secondary\/25 {
  background-color: rgb(49 41 39 / 0.25);
}

.bg-secondary\/30 {
  background-color: rgb(49 41 39 / 0.3);
}

.bg-secondary\/35 {
  background-color: rgb(49 41 39 / 0.35);
}

.bg-secondary\/40 {
  background-color: rgb(49 41 39 / 0.4);
}

.bg-secondary\/45 {
  background-color: rgb(49 41 39 / 0.45);
}

.bg-secondary\/5 {
  background-color: rgb(49 41 39 / 0.05);
}

.bg-secondary\/50 {
  background-color: rgb(49 41 39 / 0.5);
}

.bg-secondary\/55 {
  background-color: rgb(49 41 39 / 0.55);
}

.bg-secondary\/60 {
  background-color: rgb(49 41 39 / 0.6);
}

.bg-secondary\/65 {
  background-color: rgb(49 41 39 / 0.65);
}

.bg-secondary\/70 {
  background-color: rgb(49 41 39 / 0.7);
}

.bg-secondary\/75 {
  background-color: rgb(49 41 39 / 0.75);
}

.bg-secondary\/80 {
  background-color: rgb(49 41 39 / 0.8);
}

.bg-secondary\/85 {
  background-color: rgb(49 41 39 / 0.85);
}

.bg-secondary\/90 {
  background-color: rgb(49 41 39 / 0.9);
}

.bg-secondary\/95 {
  background-color: rgb(49 41 39 / 0.95);
}

.bg-teal-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}

.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}

.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}

.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}

.bg-opacity-100 {
  --tw-bg-opacity: 1;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}

.from-accent {
  --tw-gradient-from: rgb(var(--color-accent-rgb) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-accent-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-100 {
  --tw-gradient-from: #f3f4f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-50 {
  --tw-gradient-from: #f9fafb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-50\/80 {
  --tw-gradient-from: rgb(249 250 251 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-50\/90 {
  --tw-gradient-from: rgb(249 250 251 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary {
  --tw-gradient-from: rgb(var(--color-primary-rgb) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-dark {
  --tw-gradient-from: rgb(var(--color-primary-dark-rgb) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-dark\/0 {
  --tw-gradient-from: rgb(var(--color-primary-dark-rgb) / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-dark\/10 {
  --tw-gradient-from: rgb(var(--color-primary-dark-rgb) / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-dark\/100 {
  --tw-gradient-from: rgb(var(--color-primary-dark-rgb) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-dark\/15 {
  --tw-gradient-from: rgb(var(--color-primary-dark-rgb) / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-dark\/20 {
  --tw-gradient-from: rgb(var(--color-primary-dark-rgb) / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-dark\/25 {
  --tw-gradient-from: rgb(var(--color-primary-dark-rgb) / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-dark\/30 {
  --tw-gradient-from: rgb(var(--color-primary-dark-rgb) / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-dark\/35 {
  --tw-gradient-from: rgb(var(--color-primary-dark-rgb) / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-dark\/40 {
  --tw-gradient-from: rgb(var(--color-primary-dark-rgb) / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-dark\/45 {
  --tw-gradient-from: rgb(var(--color-primary-dark-rgb) / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-dark\/5 {
  --tw-gradient-from: rgb(var(--color-primary-dark-rgb) / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-dark\/50 {
  --tw-gradient-from: rgb(var(--color-primary-dark-rgb) / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-dark\/55 {
  --tw-gradient-from: rgb(var(--color-primary-dark-rgb) / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-dark\/60 {
  --tw-gradient-from: rgb(var(--color-primary-dark-rgb) / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-dark\/65 {
  --tw-gradient-from: rgb(var(--color-primary-dark-rgb) / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-dark\/70 {
  --tw-gradient-from: rgb(var(--color-primary-dark-rgb) / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-dark\/75 {
  --tw-gradient-from: rgb(var(--color-primary-dark-rgb) / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-dark\/80 {
  --tw-gradient-from: rgb(var(--color-primary-dark-rgb) / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-dark\/85 {
  --tw-gradient-from: rgb(var(--color-primary-dark-rgb) / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-dark\/90 {
  --tw-gradient-from: rgb(var(--color-primary-dark-rgb) / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-dark\/95 {
  --tw-gradient-from: rgb(var(--color-primary-dark-rgb) / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-darker {
  --tw-gradient-from: rgb(var(--color-primary-darker-rgb) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-darker\/0 {
  --tw-gradient-from: rgb(var(--color-primary-darker-rgb) / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-darker\/10 {
  --tw-gradient-from: rgb(var(--color-primary-darker-rgb) / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-darker\/100 {
  --tw-gradient-from: rgb(var(--color-primary-darker-rgb) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-darker\/15 {
  --tw-gradient-from: rgb(var(--color-primary-darker-rgb) / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-darker\/20 {
  --tw-gradient-from: rgb(var(--color-primary-darker-rgb) / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-darker\/25 {
  --tw-gradient-from: rgb(var(--color-primary-darker-rgb) / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-darker\/30 {
  --tw-gradient-from: rgb(var(--color-primary-darker-rgb) / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-darker\/35 {
  --tw-gradient-from: rgb(var(--color-primary-darker-rgb) / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-darker\/40 {
  --tw-gradient-from: rgb(var(--color-primary-darker-rgb) / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-darker\/45 {
  --tw-gradient-from: rgb(var(--color-primary-darker-rgb) / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-darker\/5 {
  --tw-gradient-from: rgb(var(--color-primary-darker-rgb) / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-darker\/50 {
  --tw-gradient-from: rgb(var(--color-primary-darker-rgb) / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-darker\/55 {
  --tw-gradient-from: rgb(var(--color-primary-darker-rgb) / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-darker\/60 {
  --tw-gradient-from: rgb(var(--color-primary-darker-rgb) / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-darker\/65 {
  --tw-gradient-from: rgb(var(--color-primary-darker-rgb) / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-darker\/70 {
  --tw-gradient-from: rgb(var(--color-primary-darker-rgb) / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-darker\/75 {
  --tw-gradient-from: rgb(var(--color-primary-darker-rgb) / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-darker\/80 {
  --tw-gradient-from: rgb(var(--color-primary-darker-rgb) / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-darker\/85 {
  --tw-gradient-from: rgb(var(--color-primary-darker-rgb) / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-darker\/90 {
  --tw-gradient-from: rgb(var(--color-primary-darker-rgb) / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-darker\/95 {
  --tw-gradient-from: rgb(var(--color-primary-darker-rgb) / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary\/0 {
  --tw-gradient-from: rgb(var(--color-primary-rgb) / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary\/10 {
  --tw-gradient-from: rgb(var(--color-primary-rgb) / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary\/100 {
  --tw-gradient-from: rgb(var(--color-primary-rgb) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary\/15 {
  --tw-gradient-from: rgb(var(--color-primary-rgb) / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary\/20 {
  --tw-gradient-from: rgb(var(--color-primary-rgb) / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary\/25 {
  --tw-gradient-from: rgb(var(--color-primary-rgb) / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary\/30 {
  --tw-gradient-from: rgb(var(--color-primary-rgb) / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary\/35 {
  --tw-gradient-from: rgb(var(--color-primary-rgb) / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary\/40 {
  --tw-gradient-from: rgb(var(--color-primary-rgb) / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary\/45 {
  --tw-gradient-from: rgb(var(--color-primary-rgb) / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary\/5 {
  --tw-gradient-from: rgb(var(--color-primary-rgb) / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary\/50 {
  --tw-gradient-from: rgb(var(--color-primary-rgb) / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary\/55 {
  --tw-gradient-from: rgb(var(--color-primary-rgb) / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary\/60 {
  --tw-gradient-from: rgb(var(--color-primary-rgb) / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary\/65 {
  --tw-gradient-from: rgb(var(--color-primary-rgb) / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary\/70 {
  --tw-gradient-from: rgb(var(--color-primary-rgb) / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary\/75 {
  --tw-gradient-from: rgb(var(--color-primary-rgb) / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary\/80 {
  --tw-gradient-from: rgb(var(--color-primary-rgb) / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary\/85 {
  --tw-gradient-from: rgb(var(--color-primary-rgb) / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary\/90 {
  --tw-gradient-from: rgb(var(--color-primary-rgb) / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary\/95 {
  --tw-gradient-from: rgb(var(--color-primary-rgb) / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white\/40 {
  --tw-gradient-from: rgb(255 255 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white\/50 {
  --tw-gradient-from: rgb(255 255 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white\/55 {
  --tw-gradient-from: rgb(255 255 255 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white\/65 {
  --tw-gradient-from: rgb(255 255 255 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white\/85 {
  --tw-gradient-from: rgb(255 255 255 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.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-5\% {
  --tw-gradient-from-position: 5%;
}

.from-50\% {
  --tw-gradient-from-position: 50%;
}

.from-55\% {
  --tw-gradient-from-position: 55%;
}

.from-60\% {
  --tw-gradient-from-position: 60%;
}

.from-65\% {
  --tw-gradient-from-position: 65%;
}

.from-70\% {
  --tw-gradient-from-position: 70%;
}

.from-75\% {
  --tw-gradient-from-position: 75%;
}

.from-80\% {
  --tw-gradient-from-position: 80%;
}

.from-85\% {
  --tw-gradient-from-position: 85%;
}

.from-90\% {
  --tw-gradient-from-position: 90%;
}

.from-95\% {
  --tw-gradient-from-position: 95%;
}

.via-accent\/80 {
  --tw-gradient-to: rgb(var(--color-accent-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-accent-rgb) / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary {
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-rgb) / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-dark {
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-dark-rgb) / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-dark\/0 {
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-dark-rgb) / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-dark\/10 {
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-dark-rgb) / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-dark\/100 {
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-dark-rgb) / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-dark\/15 {
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-dark-rgb) / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-dark\/20 {
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-dark-rgb) / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-dark\/25 {
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-dark-rgb) / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-dark\/30 {
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-dark-rgb) / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-dark\/35 {
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-dark-rgb) / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-dark\/40 {
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-dark-rgb) / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-dark\/45 {
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-dark-rgb) / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-dark\/5 {
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-dark-rgb) / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-dark\/50 {
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-dark-rgb) / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-dark\/55 {
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-dark-rgb) / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-dark\/60 {
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-dark-rgb) / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-dark\/65 {
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-dark-rgb) / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-dark\/70 {
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-dark-rgb) / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-dark\/75 {
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-dark-rgb) / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-dark\/80 {
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-dark-rgb) / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-dark\/85 {
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-dark-rgb) / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-dark\/90 {
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-dark-rgb) / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-dark\/95 {
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-dark-rgb) / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-darker {
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-darker-rgb) / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-darker\/0 {
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-darker-rgb) / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-darker\/10 {
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-darker-rgb) / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-darker\/100 {
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-darker-rgb) / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-darker\/15 {
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-darker-rgb) / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-darker\/20 {
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-darker-rgb) / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-darker\/25 {
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-darker-rgb) / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-darker\/30 {
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-darker-rgb) / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-darker\/35 {
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-darker-rgb) / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-darker\/40 {
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-darker-rgb) / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-darker\/45 {
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-darker-rgb) / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-darker\/5 {
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-darker-rgb) / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-darker\/50 {
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-darker-rgb) / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-darker\/55 {
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-darker-rgb) / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-darker\/60 {
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-darker-rgb) / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-darker\/65 {
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-darker-rgb) / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-darker\/70 {
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-darker-rgb) / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-darker\/75 {
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-darker-rgb) / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-darker\/80 {
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-darker-rgb) / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-darker\/85 {
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-darker-rgb) / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-darker\/90 {
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-darker-rgb) / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-darker\/95 {
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-darker-rgb) / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary\/0 {
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-rgb) / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary\/10 {
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-rgb) / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary\/100 {
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-rgb) / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary\/15 {
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-rgb) / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary\/20 {
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-rgb) / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary\/25 {
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-rgb) / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary\/30 {
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-rgb) / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary\/35 {
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-rgb) / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary\/40 {
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-rgb) / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary\/45 {
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-rgb) / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary\/5 {
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-rgb) / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary\/50 {
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-rgb) / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary\/55 {
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-rgb) / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary\/60 {
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-rgb) / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary\/65 {
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-rgb) / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary\/70 {
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-rgb) / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary\/75 {
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-rgb) / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary\/80 {
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-rgb) / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary\/85 {
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-rgb) / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary\/90 {
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-rgb) / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary\/95 {
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary-rgb) / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-transparent {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-white\/25 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-white\/40 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-accent {
  --tw-gradient-to: rgb(var(--color-accent-rgb) / 1) var(--tw-gradient-to-position);
}

.to-gray-100 {
  --tw-gradient-to: #f3f4f6 var(--tw-gradient-to-position);
}

.to-gray-200 {
  --tw-gradient-to: #e5e7eb var(--tw-gradient-to-position);
}

.to-gray-300 {
  --tw-gradient-to: #d1d5db var(--tw-gradient-to-position);
}

.to-gray-50 {
  --tw-gradient-to: #f9fafb var(--tw-gradient-to-position);
}

.to-primary {
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 1) var(--tw-gradient-to-position);
}

.to-primary-dark {
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 1) var(--tw-gradient-to-position);
}

.to-primary-dark\/0 {
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0) var(--tw-gradient-to-position);
}

.to-primary-dark\/10 {
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0.1) var(--tw-gradient-to-position);
}

.to-primary-dark\/100 {
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 1) var(--tw-gradient-to-position);
}

.to-primary-dark\/15 {
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0.15) var(--tw-gradient-to-position);
}

.to-primary-dark\/20 {
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0.2) var(--tw-gradient-to-position);
}

.to-primary-dark\/25 {
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0.25) var(--tw-gradient-to-position);
}

.to-primary-dark\/30 {
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0.3) var(--tw-gradient-to-position);
}

.to-primary-dark\/35 {
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0.35) var(--tw-gradient-to-position);
}

.to-primary-dark\/40 {
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0.4) var(--tw-gradient-to-position);
}

.to-primary-dark\/45 {
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0.45) var(--tw-gradient-to-position);
}

.to-primary-dark\/5 {
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0.05) var(--tw-gradient-to-position);
}

.to-primary-dark\/50 {
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0.5) var(--tw-gradient-to-position);
}

.to-primary-dark\/55 {
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0.55) var(--tw-gradient-to-position);
}

.to-primary-dark\/60 {
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0.6) var(--tw-gradient-to-position);
}

.to-primary-dark\/65 {
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0.65) var(--tw-gradient-to-position);
}

.to-primary-dark\/70 {
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0.7) var(--tw-gradient-to-position);
}

.to-primary-dark\/75 {
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0.75) var(--tw-gradient-to-position);
}

.to-primary-dark\/80 {
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0.8) var(--tw-gradient-to-position);
}

.to-primary-dark\/85 {
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0.85) var(--tw-gradient-to-position);
}

.to-primary-dark\/90 {
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0.9) var(--tw-gradient-to-position);
}

.to-primary-dark\/95 {
  --tw-gradient-to: rgb(var(--color-primary-dark-rgb) / 0.95) var(--tw-gradient-to-position);
}

.to-primary-darker {
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 1) var(--tw-gradient-to-position);
}

.to-primary-darker\/0 {
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0) var(--tw-gradient-to-position);
}

.to-primary-darker\/10 {
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0.1) var(--tw-gradient-to-position);
}

.to-primary-darker\/100 {
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 1) var(--tw-gradient-to-position);
}

.to-primary-darker\/15 {
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0.15) var(--tw-gradient-to-position);
}

.to-primary-darker\/20 {
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0.2) var(--tw-gradient-to-position);
}

.to-primary-darker\/25 {
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0.25) var(--tw-gradient-to-position);
}

.to-primary-darker\/30 {
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0.3) var(--tw-gradient-to-position);
}

.to-primary-darker\/35 {
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0.35) var(--tw-gradient-to-position);
}

.to-primary-darker\/40 {
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0.4) var(--tw-gradient-to-position);
}

.to-primary-darker\/45 {
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0.45) var(--tw-gradient-to-position);
}

.to-primary-darker\/5 {
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0.05) var(--tw-gradient-to-position);
}

.to-primary-darker\/50 {
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0.5) var(--tw-gradient-to-position);
}

.to-primary-darker\/55 {
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0.55) var(--tw-gradient-to-position);
}

.to-primary-darker\/60 {
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0.6) var(--tw-gradient-to-position);
}

.to-primary-darker\/65 {
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0.65) var(--tw-gradient-to-position);
}

.to-primary-darker\/70 {
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0.7) var(--tw-gradient-to-position);
}

.to-primary-darker\/75 {
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0.75) var(--tw-gradient-to-position);
}

.to-primary-darker\/80 {
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0.8) var(--tw-gradient-to-position);
}

.to-primary-darker\/85 {
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0.85) var(--tw-gradient-to-position);
}

.to-primary-darker\/90 {
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0.9) var(--tw-gradient-to-position);
}

.to-primary-darker\/95 {
  --tw-gradient-to: rgb(var(--color-primary-darker-rgb) / 0.95) var(--tw-gradient-to-position);
}

.to-primary\/0 {
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0) var(--tw-gradient-to-position);
}

.to-primary\/10 {
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0.1) var(--tw-gradient-to-position);
}

.to-primary\/100 {
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 1) var(--tw-gradient-to-position);
}

.to-primary\/15 {
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0.15) var(--tw-gradient-to-position);
}

.to-primary\/20 {
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0.2) var(--tw-gradient-to-position);
}

.to-primary\/25 {
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0.25) var(--tw-gradient-to-position);
}

.to-primary\/30 {
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0.3) var(--tw-gradient-to-position);
}

.to-primary\/35 {
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0.35) var(--tw-gradient-to-position);
}

.to-primary\/40 {
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0.4) var(--tw-gradient-to-position);
}

.to-primary\/45 {
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0.45) var(--tw-gradient-to-position);
}

.to-primary\/5 {
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0.05) var(--tw-gradient-to-position);
}

.to-primary\/50 {
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0.5) var(--tw-gradient-to-position);
}

.to-primary\/55 {
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0.55) var(--tw-gradient-to-position);
}

.to-primary\/60 {
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0.6) var(--tw-gradient-to-position);
}

.to-primary\/65 {
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0.65) var(--tw-gradient-to-position);
}

.to-primary\/70 {
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0.7) var(--tw-gradient-to-position);
}

.to-primary\/75 {
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0.75) var(--tw-gradient-to-position);
}

.to-primary\/80 {
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0.8) var(--tw-gradient-to-position);
}

.to-primary\/85 {
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0.85) var(--tw-gradient-to-position);
}

.to-primary\/90 {
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0.9) var(--tw-gradient-to-position);
}

.to-primary\/95 {
  --tw-gradient-to: rgb(var(--color-primary-rgb) / 0.95) var(--tw-gradient-to-position);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.to-white {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

.to-white\/15 {
  --tw-gradient-to: rgb(255 255 255 / 0.15) var(--tw-gradient-to-position);
}

.fill-primary\/\[0\.02\] {
  fill: rgb(var(--color-primary-rgb) / 0.02);
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.p-0 {
  padding: 0px;
}

.p-0\.5 {
  padding: 0.125rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-11 {
  padding: 2.75rem;
}

.p-12 {
  padding: 3rem;
}

.p-14 {
  padding: 3.5rem;
}

.p-16 {
  padding: 4rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-20 {
  padding: 5rem;
}

.p-24 {
  padding: 6rem;
}

.p-28 {
  padding: 7rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-3\.5 {
  padding: 0.875rem;
}

.p-32 {
  padding: 8rem;
}

.p-36 {
  padding: 9rem;
}

.p-4 {
  padding: 1rem;
}

.p-40 {
  padding: 10rem;
}

.p-44 {
  padding: 11rem;
}

.p-48 {
  padding: 12rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-52 {
  padding: 13rem;
}

.p-56 {
  padding: 14rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-60 {
  padding: 15rem;
}

.p-64 {
  padding: 16rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-72 {
  padding: 18rem;
}

.p-8 {
  padding: 2rem;
}

.p-80 {
  padding: 20rem;
}

.p-9 {
  padding: 2.25rem;
}

.p-96 {
  padding: 24rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.px-28 {
  padding-left: 7rem;
  padding-right: 7rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.px-36 {
  padding-left: 9rem;
  padding-right: 9rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.px-44 {
  padding-left: 11rem;
  padding-right: 11rem;
}

.px-48 {
  padding-left: 12rem;
  padding-right: 12rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-52 {
  padding-left: 13rem;
  padding-right: 13rem;
}

.px-56 {
  padding-left: 14rem;
  padding-right: 14rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-60 {
  padding-left: 15rem;
  padding-right: 15rem;
}

.px-64 {
  padding-left: 16rem;
  padding-right: 16rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-72 {
  padding-left: 18rem;
  padding-right: 18rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-80 {
  padding-left: 20rem;
  padding-right: 20rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.px-96 {
  padding-left: 24rem;
  padding-right: 24rem;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.py-44 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-52 {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-60 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-72 {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-80 {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.py-96 {
  padding-top: 24rem;
  padding-bottom: 24rem;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-0\.5 {
  padding-bottom: 0.125rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-1\.5 {
  padding-bottom: 0.375rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-11 {
  padding-bottom: 2.75rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-2\.5 {
  padding-bottom: 0.625rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pb-28 {
  padding-bottom: 7rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-3\.5 {
  padding-bottom: 0.875rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pb-36 {
  padding-bottom: 9rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-40 {
  padding-bottom: 10rem;
}

.pb-44 {
  padding-bottom: 11rem;
}

.pb-48 {
  padding-bottom: 12rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-52 {
  padding-bottom: 13rem;
}

.pb-56 {
  padding-bottom: 14rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-60 {
  padding-bottom: 15rem;
}

.pb-64 {
  padding-bottom: 16rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pb-72 {
  padding-bottom: 18rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-80 {
  padding-bottom: 20rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.pb-96 {
  padding-bottom: 24rem;
}

.pl-0 {
  padding-left: 0px;
}

.pl-0\.5 {
  padding-left: 0.125rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-1\.5 {
  padding-left: 0.375rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-11 {
  padding-left: 2.75rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pl-14 {
  padding-left: 3.5rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-2\.5 {
  padding-left: 0.625rem;
}

.pl-20 {
  padding-left: 5rem;
}

.pl-24 {
  padding-left: 6rem;
}

.pl-28 {
  padding-left: 7rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-3\.5 {
  padding-left: 0.875rem;
}

.pl-32 {
  padding-left: 8rem;
}

.pl-36 {
  padding-left: 9rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-40 {
  padding-left: 10rem;
}

.pl-44 {
  padding-left: 11rem;
}

.pl-48 {
  padding-left: 12rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-52 {
  padding-left: 13rem;
}

.pl-56 {
  padding-left: 14rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-60 {
  padding-left: 15rem;
}

.pl-64 {
  padding-left: 16rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pl-72 {
  padding-left: 18rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pl-80 {
  padding-left: 20rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

.pl-96 {
  padding-left: 24rem;
}

.pr-0 {
  padding-right: 0px;
}

.pr-0\.5 {
  padding-right: 0.125rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-1\.5 {
  padding-right: 0.375rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-11 {
  padding-right: 2.75rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-14 {
  padding-right: 3.5rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-2\.5 {
  padding-right: 0.625rem;
}

.pr-20 {
  padding-right: 5rem;
}

.pr-24 {
  padding-right: 6rem;
}

.pr-28 {
  padding-right: 7rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-3\.5 {
  padding-right: 0.875rem;
}

.pr-32 {
  padding-right: 8rem;
}

.pr-36 {
  padding-right: 9rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-40 {
  padding-right: 10rem;
}

.pr-44 {
  padding-right: 11rem;
}

.pr-48 {
  padding-right: 12rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pr-52 {
  padding-right: 13rem;
}

.pr-56 {
  padding-right: 14rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-60 {
  padding-right: 15rem;
}

.pr-64 {
  padding-right: 16rem;
}

.pr-7 {
  padding-right: 1.75rem;
}

.pr-72 {
  padding-right: 18rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pr-80 {
  padding-right: 20rem;
}

.pr-9 {
  padding-right: 2.25rem;
}

.pr-96 {
  padding-right: 24rem;
}

.pt-0 {
  padding-top: 0px;
}

.pt-0\.5 {
  padding-top: 0.125rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-1\.5 {
  padding-top: 0.375rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-11 {
  padding-top: 2.75rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-2\.5 {
  padding-top: 0.625rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pt-28 {
  padding-top: 7rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-3\.5 {
  padding-top: 0.875rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pt-36 {
  padding-top: 9rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-40 {
  padding-top: 10rem;
}

.pt-44 {
  padding-top: 11rem;
}

.pt-48 {
  padding-top: 12rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-52 {
  padding-top: 13rem;
}

.pt-56 {
  padding-top: 14rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-60 {
  padding-top: 15rem;
}

.pt-64 {
  padding-top: 16rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pt-72 {
  padding-top: 18rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-80 {
  padding-top: 20rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

.pt-96 {
  padding-top: 24rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.align-top {
  vertical-align: top;
}

.font-en {
  font-family: "Red Rose", sans-serif;
}

.font-heading {
  font-family: "Noto Sans JP", ui-sans-serif, system-ui, sans-serif;
}

.font-sans {
  font-family: "Noto Sans JP", ui-sans-serif, system-ui, sans-serif;
}

.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-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

.text-8xl {
  font-size: 6rem;
  line-height: 1;
}

.text-9xl {
  font-size: 8rem;
  line-height: 1;
}

.text-\[10px\] {
  font-size: 10px;
}

.text-\[11px\] {
  font-size: 11px;
}

.text-\[160px\] {
  font-size: 160px;
}

.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-black {
  font-weight: 900;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-extralight {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.font-thin {
  font-weight: 100;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.italic {
  font-style: italic;
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.\!leading-\[0\.5\] {
  line-height: 0.5 !important;
}

.\!leading-normal {
  line-height: 1.5 !important;
}

.\!leading-tight {
  line-height: 1.25 !important;
}

.leading-loose {
  line-height: 2;
}

.leading-none {
  line-height: 1;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-\[0\.35em\] {
  letter-spacing: 0.35em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.text-accent {
  --tw-text-opacity: 1;
  color: rgb(var(--color-accent-rgb) / var(--tw-text-opacity, 1));
}

.text-accent\/0 {
  color: rgb(var(--color-accent-rgb) / 0);
}

.text-accent\/10 {
  color: rgb(var(--color-accent-rgb) / 0.1);
}

.text-accent\/100 {
  color: rgb(var(--color-accent-rgb) / 1);
}

.text-accent\/15 {
  color: rgb(var(--color-accent-rgb) / 0.15);
}

.text-accent\/20 {
  color: rgb(var(--color-accent-rgb) / 0.2);
}

.text-accent\/25 {
  color: rgb(var(--color-accent-rgb) / 0.25);
}

.text-accent\/30 {
  color: rgb(var(--color-accent-rgb) / 0.3);
}

.text-accent\/35 {
  color: rgb(var(--color-accent-rgb) / 0.35);
}

.text-accent\/40 {
  color: rgb(var(--color-accent-rgb) / 0.4);
}

.text-accent\/45 {
  color: rgb(var(--color-accent-rgb) / 0.45);
}

.text-accent\/5 {
  color: rgb(var(--color-accent-rgb) / 0.05);
}

.text-accent\/50 {
  color: rgb(var(--color-accent-rgb) / 0.5);
}

.text-accent\/55 {
  color: rgb(var(--color-accent-rgb) / 0.55);
}

.text-accent\/60 {
  color: rgb(var(--color-accent-rgb) / 0.6);
}

.text-accent\/65 {
  color: rgb(var(--color-accent-rgb) / 0.65);
}

.text-accent\/70 {
  color: rgb(var(--color-accent-rgb) / 0.7);
}

.text-accent\/75 {
  color: rgb(var(--color-accent-rgb) / 0.75);
}

.text-accent\/80 {
  color: rgb(var(--color-accent-rgb) / 0.8);
}

.text-accent\/85 {
  color: rgb(var(--color-accent-rgb) / 0.85);
}

.text-accent\/90 {
  color: rgb(var(--color-accent-rgb) / 0.9);
}

.text-accent\/95 {
  color: rgb(var(--color-accent-rgb) / 0.95);
}

.text-amber-100 {
  --tw-text-opacity: 1;
  color: rgb(254 243 199 / var(--tw-text-opacity, 1));
}

.text-amber-100\/0 {
  color: rgb(254 243 199 / 0);
}

.text-amber-100\/10 {
  color: rgb(254 243 199 / 0.1);
}

.text-amber-100\/100 {
  color: rgb(254 243 199 / 1);
}

.text-amber-100\/15 {
  color: rgb(254 243 199 / 0.15);
}

.text-amber-100\/20 {
  color: rgb(254 243 199 / 0.2);
}

.text-amber-100\/25 {
  color: rgb(254 243 199 / 0.25);
}

.text-amber-100\/30 {
  color: rgb(254 243 199 / 0.3);
}

.text-amber-100\/35 {
  color: rgb(254 243 199 / 0.35);
}

.text-amber-100\/40 {
  color: rgb(254 243 199 / 0.4);
}

.text-amber-100\/45 {
  color: rgb(254 243 199 / 0.45);
}

.text-amber-100\/5 {
  color: rgb(254 243 199 / 0.05);
}

.text-amber-100\/50 {
  color: rgb(254 243 199 / 0.5);
}

.text-amber-100\/55 {
  color: rgb(254 243 199 / 0.55);
}

.text-amber-100\/60 {
  color: rgb(254 243 199 / 0.6);
}

.text-amber-100\/65 {
  color: rgb(254 243 199 / 0.65);
}

.text-amber-100\/70 {
  color: rgb(254 243 199 / 0.7);
}

.text-amber-100\/75 {
  color: rgb(254 243 199 / 0.75);
}

.text-amber-100\/80 {
  color: rgb(254 243 199 / 0.8);
}

.text-amber-100\/85 {
  color: rgb(254 243 199 / 0.85);
}

.text-amber-100\/90 {
  color: rgb(254 243 199 / 0.9);
}

.text-amber-100\/95 {
  color: rgb(254 243 199 / 0.95);
}

.text-amber-200 {
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity, 1));
}

.text-amber-200\/0 {
  color: rgb(253 230 138 / 0);
}

.text-amber-200\/10 {
  color: rgb(253 230 138 / 0.1);
}

.text-amber-200\/100 {
  color: rgb(253 230 138 / 1);
}

.text-amber-200\/15 {
  color: rgb(253 230 138 / 0.15);
}

.text-amber-200\/20 {
  color: rgb(253 230 138 / 0.2);
}

.text-amber-200\/25 {
  color: rgb(253 230 138 / 0.25);
}

.text-amber-200\/30 {
  color: rgb(253 230 138 / 0.3);
}

.text-amber-200\/35 {
  color: rgb(253 230 138 / 0.35);
}

.text-amber-200\/40 {
  color: rgb(253 230 138 / 0.4);
}

.text-amber-200\/45 {
  color: rgb(253 230 138 / 0.45);
}

.text-amber-200\/5 {
  color: rgb(253 230 138 / 0.05);
}

.text-amber-200\/50 {
  color: rgb(253 230 138 / 0.5);
}

.text-amber-200\/55 {
  color: rgb(253 230 138 / 0.55);
}

.text-amber-200\/60 {
  color: rgb(253 230 138 / 0.6);
}

.text-amber-200\/65 {
  color: rgb(253 230 138 / 0.65);
}

.text-amber-200\/70 {
  color: rgb(253 230 138 / 0.7);
}

.text-amber-200\/75 {
  color: rgb(253 230 138 / 0.75);
}

.text-amber-200\/80 {
  color: rgb(253 230 138 / 0.8);
}

.text-amber-200\/85 {
  color: rgb(253 230 138 / 0.85);
}

.text-amber-200\/90 {
  color: rgb(253 230 138 / 0.9);
}

.text-amber-200\/95 {
  color: rgb(253 230 138 / 0.95);
}

.text-amber-300 {
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity, 1));
}

.text-amber-300\/0 {
  color: rgb(252 211 77 / 0);
}

.text-amber-300\/10 {
  color: rgb(252 211 77 / 0.1);
}

.text-amber-300\/100 {
  color: rgb(252 211 77 / 1);
}

.text-amber-300\/15 {
  color: rgb(252 211 77 / 0.15);
}

.text-amber-300\/20 {
  color: rgb(252 211 77 / 0.2);
}

.text-amber-300\/25 {
  color: rgb(252 211 77 / 0.25);
}

.text-amber-300\/30 {
  color: rgb(252 211 77 / 0.3);
}

.text-amber-300\/35 {
  color: rgb(252 211 77 / 0.35);
}

.text-amber-300\/40 {
  color: rgb(252 211 77 / 0.4);
}

.text-amber-300\/45 {
  color: rgb(252 211 77 / 0.45);
}

.text-amber-300\/5 {
  color: rgb(252 211 77 / 0.05);
}

.text-amber-300\/50 {
  color: rgb(252 211 77 / 0.5);
}

.text-amber-300\/55 {
  color: rgb(252 211 77 / 0.55);
}

.text-amber-300\/60 {
  color: rgb(252 211 77 / 0.6);
}

.text-amber-300\/65 {
  color: rgb(252 211 77 / 0.65);
}

.text-amber-300\/70 {
  color: rgb(252 211 77 / 0.7);
}

.text-amber-300\/75 {
  color: rgb(252 211 77 / 0.75);
}

.text-amber-300\/80 {
  color: rgb(252 211 77 / 0.8);
}

.text-amber-300\/85 {
  color: rgb(252 211 77 / 0.85);
}

.text-amber-300\/90 {
  color: rgb(252 211 77 / 0.9);
}

.text-amber-300\/95 {
  color: rgb(252 211 77 / 0.95);
}

.text-amber-400 {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}

.text-amber-400\/0 {
  color: rgb(251 191 36 / 0);
}

.text-amber-400\/10 {
  color: rgb(251 191 36 / 0.1);
}

.text-amber-400\/100 {
  color: rgb(251 191 36 / 1);
}

.text-amber-400\/15 {
  color: rgb(251 191 36 / 0.15);
}

.text-amber-400\/20 {
  color: rgb(251 191 36 / 0.2);
}

.text-amber-400\/25 {
  color: rgb(251 191 36 / 0.25);
}

.text-amber-400\/30 {
  color: rgb(251 191 36 / 0.3);
}

.text-amber-400\/35 {
  color: rgb(251 191 36 / 0.35);
}

.text-amber-400\/40 {
  color: rgb(251 191 36 / 0.4);
}

.text-amber-400\/45 {
  color: rgb(251 191 36 / 0.45);
}

.text-amber-400\/5 {
  color: rgb(251 191 36 / 0.05);
}

.text-amber-400\/50 {
  color: rgb(251 191 36 / 0.5);
}

.text-amber-400\/55 {
  color: rgb(251 191 36 / 0.55);
}

.text-amber-400\/60 {
  color: rgb(251 191 36 / 0.6);
}

.text-amber-400\/65 {
  color: rgb(251 191 36 / 0.65);
}

.text-amber-400\/70 {
  color: rgb(251 191 36 / 0.7);
}

.text-amber-400\/75 {
  color: rgb(251 191 36 / 0.75);
}

.text-amber-400\/80 {
  color: rgb(251 191 36 / 0.8);
}

.text-amber-400\/85 {
  color: rgb(251 191 36 / 0.85);
}

.text-amber-400\/90 {
  color: rgb(251 191 36 / 0.9);
}

.text-amber-400\/95 {
  color: rgb(251 191 36 / 0.95);
}

.text-amber-50 {
  --tw-text-opacity: 1;
  color: rgb(255 251 235 / var(--tw-text-opacity, 1));
}

.text-amber-50\/0 {
  color: rgb(255 251 235 / 0);
}

.text-amber-50\/10 {
  color: rgb(255 251 235 / 0.1);
}

.text-amber-50\/100 {
  color: rgb(255 251 235 / 1);
}

.text-amber-50\/15 {
  color: rgb(255 251 235 / 0.15);
}

.text-amber-50\/20 {
  color: rgb(255 251 235 / 0.2);
}

.text-amber-50\/25 {
  color: rgb(255 251 235 / 0.25);
}

.text-amber-50\/30 {
  color: rgb(255 251 235 / 0.3);
}

.text-amber-50\/35 {
  color: rgb(255 251 235 / 0.35);
}

.text-amber-50\/40 {
  color: rgb(255 251 235 / 0.4);
}

.text-amber-50\/45 {
  color: rgb(255 251 235 / 0.45);
}

.text-amber-50\/5 {
  color: rgb(255 251 235 / 0.05);
}

.text-amber-50\/50 {
  color: rgb(255 251 235 / 0.5);
}

.text-amber-50\/55 {
  color: rgb(255 251 235 / 0.55);
}

.text-amber-50\/60 {
  color: rgb(255 251 235 / 0.6);
}

.text-amber-50\/65 {
  color: rgb(255 251 235 / 0.65);
}

.text-amber-50\/70 {
  color: rgb(255 251 235 / 0.7);
}

.text-amber-50\/75 {
  color: rgb(255 251 235 / 0.75);
}

.text-amber-50\/80 {
  color: rgb(255 251 235 / 0.8);
}

.text-amber-50\/85 {
  color: rgb(255 251 235 / 0.85);
}

.text-amber-50\/90 {
  color: rgb(255 251 235 / 0.9);
}

.text-amber-50\/95 {
  color: rgb(255 251 235 / 0.95);
}

.text-amber-500 {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}

.text-amber-500\/0 {
  color: rgb(245 158 11 / 0);
}

.text-amber-500\/10 {
  color: rgb(245 158 11 / 0.1);
}

.text-amber-500\/100 {
  color: rgb(245 158 11 / 1);
}

.text-amber-500\/15 {
  color: rgb(245 158 11 / 0.15);
}

.text-amber-500\/20 {
  color: rgb(245 158 11 / 0.2);
}

.text-amber-500\/25 {
  color: rgb(245 158 11 / 0.25);
}

.text-amber-500\/30 {
  color: rgb(245 158 11 / 0.3);
}

.text-amber-500\/35 {
  color: rgb(245 158 11 / 0.35);
}

.text-amber-500\/40 {
  color: rgb(245 158 11 / 0.4);
}

.text-amber-500\/45 {
  color: rgb(245 158 11 / 0.45);
}

.text-amber-500\/5 {
  color: rgb(245 158 11 / 0.05);
}

.text-amber-500\/50 {
  color: rgb(245 158 11 / 0.5);
}

.text-amber-500\/55 {
  color: rgb(245 158 11 / 0.55);
}

.text-amber-500\/60 {
  color: rgb(245 158 11 / 0.6);
}

.text-amber-500\/65 {
  color: rgb(245 158 11 / 0.65);
}

.text-amber-500\/70 {
  color: rgb(245 158 11 / 0.7);
}

.text-amber-500\/75 {
  color: rgb(245 158 11 / 0.75);
}

.text-amber-500\/80 {
  color: rgb(245 158 11 / 0.8);
}

.text-amber-500\/85 {
  color: rgb(245 158 11 / 0.85);
}

.text-amber-500\/90 {
  color: rgb(245 158 11 / 0.9);
}

.text-amber-500\/95 {
  color: rgb(245 158 11 / 0.95);
}

.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}

.text-amber-600\/0 {
  color: rgb(217 119 6 / 0);
}

.text-amber-600\/10 {
  color: rgb(217 119 6 / 0.1);
}

.text-amber-600\/100 {
  color: rgb(217 119 6 / 1);
}

.text-amber-600\/15 {
  color: rgb(217 119 6 / 0.15);
}

.text-amber-600\/20 {
  color: rgb(217 119 6 / 0.2);
}

.text-amber-600\/25 {
  color: rgb(217 119 6 / 0.25);
}

.text-amber-600\/30 {
  color: rgb(217 119 6 / 0.3);
}

.text-amber-600\/35 {
  color: rgb(217 119 6 / 0.35);
}

.text-amber-600\/40 {
  color: rgb(217 119 6 / 0.4);
}

.text-amber-600\/45 {
  color: rgb(217 119 6 / 0.45);
}

.text-amber-600\/5 {
  color: rgb(217 119 6 / 0.05);
}

.text-amber-600\/50 {
  color: rgb(217 119 6 / 0.5);
}

.text-amber-600\/55 {
  color: rgb(217 119 6 / 0.55);
}

.text-amber-600\/60 {
  color: rgb(217 119 6 / 0.6);
}

.text-amber-600\/65 {
  color: rgb(217 119 6 / 0.65);
}

.text-amber-600\/70 {
  color: rgb(217 119 6 / 0.7);
}

.text-amber-600\/75 {
  color: rgb(217 119 6 / 0.75);
}

.text-amber-600\/80 {
  color: rgb(217 119 6 / 0.8);
}

.text-amber-600\/85 {
  color: rgb(217 119 6 / 0.85);
}

.text-amber-600\/90 {
  color: rgb(217 119 6 / 0.9);
}

.text-amber-600\/95 {
  color: rgb(217 119 6 / 0.95);
}

.text-amber-700 {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}

.text-amber-700\/0 {
  color: rgb(180 83 9 / 0);
}

.text-amber-700\/10 {
  color: rgb(180 83 9 / 0.1);
}

.text-amber-700\/100 {
  color: rgb(180 83 9 / 1);
}

.text-amber-700\/15 {
  color: rgb(180 83 9 / 0.15);
}

.text-amber-700\/20 {
  color: rgb(180 83 9 / 0.2);
}

.text-amber-700\/25 {
  color: rgb(180 83 9 / 0.25);
}

.text-amber-700\/30 {
  color: rgb(180 83 9 / 0.3);
}

.text-amber-700\/35 {
  color: rgb(180 83 9 / 0.35);
}

.text-amber-700\/40 {
  color: rgb(180 83 9 / 0.4);
}

.text-amber-700\/45 {
  color: rgb(180 83 9 / 0.45);
}

.text-amber-700\/5 {
  color: rgb(180 83 9 / 0.05);
}

.text-amber-700\/50 {
  color: rgb(180 83 9 / 0.5);
}

.text-amber-700\/55 {
  color: rgb(180 83 9 / 0.55);
}

.text-amber-700\/60 {
  color: rgb(180 83 9 / 0.6);
}

.text-amber-700\/65 {
  color: rgb(180 83 9 / 0.65);
}

.text-amber-700\/70 {
  color: rgb(180 83 9 / 0.7);
}

.text-amber-700\/75 {
  color: rgb(180 83 9 / 0.75);
}

.text-amber-700\/80 {
  color: rgb(180 83 9 / 0.8);
}

.text-amber-700\/85 {
  color: rgb(180 83 9 / 0.85);
}

.text-amber-700\/90 {
  color: rgb(180 83 9 / 0.9);
}

.text-amber-700\/95 {
  color: rgb(180 83 9 / 0.95);
}

.text-amber-800 {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}

.text-amber-800\/0 {
  color: rgb(146 64 14 / 0);
}

.text-amber-800\/10 {
  color: rgb(146 64 14 / 0.1);
}

.text-amber-800\/100 {
  color: rgb(146 64 14 / 1);
}

.text-amber-800\/15 {
  color: rgb(146 64 14 / 0.15);
}

.text-amber-800\/20 {
  color: rgb(146 64 14 / 0.2);
}

.text-amber-800\/25 {
  color: rgb(146 64 14 / 0.25);
}

.text-amber-800\/30 {
  color: rgb(146 64 14 / 0.3);
}

.text-amber-800\/35 {
  color: rgb(146 64 14 / 0.35);
}

.text-amber-800\/40 {
  color: rgb(146 64 14 / 0.4);
}

.text-amber-800\/45 {
  color: rgb(146 64 14 / 0.45);
}

.text-amber-800\/5 {
  color: rgb(146 64 14 / 0.05);
}

.text-amber-800\/50 {
  color: rgb(146 64 14 / 0.5);
}

.text-amber-800\/55 {
  color: rgb(146 64 14 / 0.55);
}

.text-amber-800\/60 {
  color: rgb(146 64 14 / 0.6);
}

.text-amber-800\/65 {
  color: rgb(146 64 14 / 0.65);
}

.text-amber-800\/70 {
  color: rgb(146 64 14 / 0.7);
}

.text-amber-800\/75 {
  color: rgb(146 64 14 / 0.75);
}

.text-amber-800\/80 {
  color: rgb(146 64 14 / 0.8);
}

.text-amber-800\/85 {
  color: rgb(146 64 14 / 0.85);
}

.text-amber-800\/90 {
  color: rgb(146 64 14 / 0.9);
}

.text-amber-800\/95 {
  color: rgb(146 64 14 / 0.95);
}

.text-amber-900 {
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity, 1));
}

.text-amber-900\/0 {
  color: rgb(120 53 15 / 0);
}

.text-amber-900\/10 {
  color: rgb(120 53 15 / 0.1);
}

.text-amber-900\/100 {
  color: rgb(120 53 15 / 1);
}

.text-amber-900\/15 {
  color: rgb(120 53 15 / 0.15);
}

.text-amber-900\/20 {
  color: rgb(120 53 15 / 0.2);
}

.text-amber-900\/25 {
  color: rgb(120 53 15 / 0.25);
}

.text-amber-900\/30 {
  color: rgb(120 53 15 / 0.3);
}

.text-amber-900\/35 {
  color: rgb(120 53 15 / 0.35);
}

.text-amber-900\/40 {
  color: rgb(120 53 15 / 0.4);
}

.text-amber-900\/45 {
  color: rgb(120 53 15 / 0.45);
}

.text-amber-900\/5 {
  color: rgb(120 53 15 / 0.05);
}

.text-amber-900\/50 {
  color: rgb(120 53 15 / 0.5);
}

.text-amber-900\/55 {
  color: rgb(120 53 15 / 0.55);
}

.text-amber-900\/60 {
  color: rgb(120 53 15 / 0.6);
}

.text-amber-900\/65 {
  color: rgb(120 53 15 / 0.65);
}

.text-amber-900\/70 {
  color: rgb(120 53 15 / 0.7);
}

.text-amber-900\/75 {
  color: rgb(120 53 15 / 0.75);
}

.text-amber-900\/80 {
  color: rgb(120 53 15 / 0.8);
}

.text-amber-900\/85 {
  color: rgb(120 53 15 / 0.85);
}

.text-amber-900\/90 {
  color: rgb(120 53 15 / 0.9);
}

.text-amber-900\/95 {
  color: rgb(120 53 15 / 0.95);
}

.text-amber-950 {
  --tw-text-opacity: 1;
  color: rgb(69 26 3 / var(--tw-text-opacity, 1));
}

.text-amber-950\/0 {
  color: rgb(69 26 3 / 0);
}

.text-amber-950\/10 {
  color: rgb(69 26 3 / 0.1);
}

.text-amber-950\/100 {
  color: rgb(69 26 3 / 1);
}

.text-amber-950\/15 {
  color: rgb(69 26 3 / 0.15);
}

.text-amber-950\/20 {
  color: rgb(69 26 3 / 0.2);
}

.text-amber-950\/25 {
  color: rgb(69 26 3 / 0.25);
}

.text-amber-950\/30 {
  color: rgb(69 26 3 / 0.3);
}

.text-amber-950\/35 {
  color: rgb(69 26 3 / 0.35);
}

.text-amber-950\/40 {
  color: rgb(69 26 3 / 0.4);
}

.text-amber-950\/45 {
  color: rgb(69 26 3 / 0.45);
}

.text-amber-950\/5 {
  color: rgb(69 26 3 / 0.05);
}

.text-amber-950\/50 {
  color: rgb(69 26 3 / 0.5);
}

.text-amber-950\/55 {
  color: rgb(69 26 3 / 0.55);
}

.text-amber-950\/60 {
  color: rgb(69 26 3 / 0.6);
}

.text-amber-950\/65 {
  color: rgb(69 26 3 / 0.65);
}

.text-amber-950\/70 {
  color: rgb(69 26 3 / 0.7);
}

.text-amber-950\/75 {
  color: rgb(69 26 3 / 0.75);
}

.text-amber-950\/80 {
  color: rgb(69 26 3 / 0.8);
}

.text-amber-950\/85 {
  color: rgb(69 26 3 / 0.85);
}

.text-amber-950\/90 {
  color: rgb(69 26 3 / 0.9);
}

.text-amber-950\/95 {
  color: rgb(69 26 3 / 0.95);
}

.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}

.text-blue-100\/0 {
  color: rgb(219 234 254 / 0);
}

.text-blue-100\/10 {
  color: rgb(219 234 254 / 0.1);
}

.text-blue-100\/100 {
  color: rgb(219 234 254 / 1);
}

.text-blue-100\/15 {
  color: rgb(219 234 254 / 0.15);
}

.text-blue-100\/20 {
  color: rgb(219 234 254 / 0.2);
}

.text-blue-100\/25 {
  color: rgb(219 234 254 / 0.25);
}

.text-blue-100\/30 {
  color: rgb(219 234 254 / 0.3);
}

.text-blue-100\/35 {
  color: rgb(219 234 254 / 0.35);
}

.text-blue-100\/40 {
  color: rgb(219 234 254 / 0.4);
}

.text-blue-100\/45 {
  color: rgb(219 234 254 / 0.45);
}

.text-blue-100\/5 {
  color: rgb(219 234 254 / 0.05);
}

.text-blue-100\/50 {
  color: rgb(219 234 254 / 0.5);
}

.text-blue-100\/55 {
  color: rgb(219 234 254 / 0.55);
}

.text-blue-100\/60 {
  color: rgb(219 234 254 / 0.6);
}

.text-blue-100\/65 {
  color: rgb(219 234 254 / 0.65);
}

.text-blue-100\/70 {
  color: rgb(219 234 254 / 0.7);
}

.text-blue-100\/75 {
  color: rgb(219 234 254 / 0.75);
}

.text-blue-100\/80 {
  color: rgb(219 234 254 / 0.8);
}

.text-blue-100\/85 {
  color: rgb(219 234 254 / 0.85);
}

.text-blue-100\/90 {
  color: rgb(219 234 254 / 0.9);
}

.text-blue-100\/95 {
  color: rgb(219 234 254 / 0.95);
}

.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}

.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, 1));
}

.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, 1));
}

.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, 1));
}

.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, 1));
}

.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(37 99 235 / var(--tw-text-opacity, 1));
}

.text-blue-600\/0 {
  color: rgb(37 99 235 / 0);
}

.text-blue-600\/10 {
  color: rgb(37 99 235 / 0.1);
}

.text-blue-600\/100 {
  color: rgb(37 99 235 / 1);
}

.text-blue-600\/15 {
  color: rgb(37 99 235 / 0.15);
}

.text-blue-600\/20 {
  color: rgb(37 99 235 / 0.2);
}

.text-blue-600\/25 {
  color: rgb(37 99 235 / 0.25);
}

.text-blue-600\/30 {
  color: rgb(37 99 235 / 0.3);
}

.text-blue-600\/35 {
  color: rgb(37 99 235 / 0.35);
}

.text-blue-600\/40 {
  color: rgb(37 99 235 / 0.4);
}

.text-blue-600\/45 {
  color: rgb(37 99 235 / 0.45);
}

.text-blue-600\/5 {
  color: rgb(37 99 235 / 0.05);
}

.text-blue-600\/50 {
  color: rgb(37 99 235 / 0.5);
}

.text-blue-600\/55 {
  color: rgb(37 99 235 / 0.55);
}

.text-blue-600\/60 {
  color: rgb(37 99 235 / 0.6);
}

.text-blue-600\/65 {
  color: rgb(37 99 235 / 0.65);
}

.text-blue-600\/70 {
  color: rgb(37 99 235 / 0.7);
}

.text-blue-600\/75 {
  color: rgb(37 99 235 / 0.75);
}

.text-blue-600\/80 {
  color: rgb(37 99 235 / 0.8);
}

.text-blue-600\/85 {
  color: rgb(37 99 235 / 0.85);
}

.text-blue-600\/90 {
  color: rgb(37 99 235 / 0.9);
}

.text-blue-600\/95 {
  color: rgb(37 99 235 / 0.95);
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.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, 1));
}

.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(30 58 138 / var(--tw-text-opacity, 1));
}

.text-blue-900\/0 {
  color: rgb(30 58 138 / 0);
}

.text-blue-900\/10 {
  color: rgb(30 58 138 / 0.1);
}

.text-blue-900\/100 {
  color: rgb(30 58 138 / 1);
}

.text-blue-900\/15 {
  color: rgb(30 58 138 / 0.15);
}

.text-blue-900\/20 {
  color: rgb(30 58 138 / 0.2);
}

.text-blue-900\/25 {
  color: rgb(30 58 138 / 0.25);
}

.text-blue-900\/30 {
  color: rgb(30 58 138 / 0.3);
}

.text-blue-900\/35 {
  color: rgb(30 58 138 / 0.35);
}

.text-blue-900\/40 {
  color: rgb(30 58 138 / 0.4);
}

.text-blue-900\/45 {
  color: rgb(30 58 138 / 0.45);
}

.text-blue-900\/5 {
  color: rgb(30 58 138 / 0.05);
}

.text-blue-900\/50 {
  color: rgb(30 58 138 / 0.5);
}

.text-blue-900\/55 {
  color: rgb(30 58 138 / 0.55);
}

.text-blue-900\/60 {
  color: rgb(30 58 138 / 0.6);
}

.text-blue-900\/65 {
  color: rgb(30 58 138 / 0.65);
}

.text-blue-900\/70 {
  color: rgb(30 58 138 / 0.7);
}

.text-blue-900\/75 {
  color: rgb(30 58 138 / 0.75);
}

.text-blue-900\/80 {
  color: rgb(30 58 138 / 0.8);
}

.text-blue-900\/85 {
  color: rgb(30 58 138 / 0.85);
}

.text-blue-900\/90 {
  color: rgb(30 58 138 / 0.9);
}

.text-blue-900\/95 {
  color: rgb(30 58 138 / 0.95);
}

.text-blue-950 {
  --tw-text-opacity: 1;
  color: rgb(23 37 84 / var(--tw-text-opacity, 1));
}

.text-blue-950\/0 {
  color: rgb(23 37 84 / 0);
}

.text-blue-950\/10 {
  color: rgb(23 37 84 / 0.1);
}

.text-blue-950\/100 {
  color: rgb(23 37 84 / 1);
}

.text-blue-950\/15 {
  color: rgb(23 37 84 / 0.15);
}

.text-blue-950\/20 {
  color: rgb(23 37 84 / 0.2);
}

.text-blue-950\/25 {
  color: rgb(23 37 84 / 0.25);
}

.text-blue-950\/30 {
  color: rgb(23 37 84 / 0.3);
}

.text-blue-950\/35 {
  color: rgb(23 37 84 / 0.35);
}

.text-blue-950\/40 {
  color: rgb(23 37 84 / 0.4);
}

.text-blue-950\/45 {
  color: rgb(23 37 84 / 0.45);
}

.text-blue-950\/5 {
  color: rgb(23 37 84 / 0.05);
}

.text-blue-950\/50 {
  color: rgb(23 37 84 / 0.5);
}

.text-blue-950\/55 {
  color: rgb(23 37 84 / 0.55);
}

.text-blue-950\/60 {
  color: rgb(23 37 84 / 0.6);
}

.text-blue-950\/65 {
  color: rgb(23 37 84 / 0.65);
}

.text-blue-950\/70 {
  color: rgb(23 37 84 / 0.7);
}

.text-blue-950\/75 {
  color: rgb(23 37 84 / 0.75);
}

.text-blue-950\/80 {
  color: rgb(23 37 84 / 0.8);
}

.text-blue-950\/85 {
  color: rgb(23 37 84 / 0.85);
}

.text-blue-950\/90 {
  color: rgb(23 37 84 / 0.9);
}

.text-blue-950\/95 {
  color: rgb(23 37 84 / 0.95);
}

.text-button {
  --tw-text-opacity: 1;
  color: rgb(var(--color-button-rgb) / var(--tw-text-opacity, 1));
}

.text-button-dark {
  --tw-text-opacity: 1;
  color: rgb(var(--color-button-dark-rgb) / var(--tw-text-opacity, 1));
}

.text-button-dark\/0 {
  color: rgb(var(--color-button-dark-rgb) / 0);
}

.text-button-dark\/10 {
  color: rgb(var(--color-button-dark-rgb) / 0.1);
}

.text-button-dark\/100 {
  color: rgb(var(--color-button-dark-rgb) / 1);
}

.text-button-dark\/15 {
  color: rgb(var(--color-button-dark-rgb) / 0.15);
}

.text-button-dark\/20 {
  color: rgb(var(--color-button-dark-rgb) / 0.2);
}

.text-button-dark\/25 {
  color: rgb(var(--color-button-dark-rgb) / 0.25);
}

.text-button-dark\/30 {
  color: rgb(var(--color-button-dark-rgb) / 0.3);
}

.text-button-dark\/35 {
  color: rgb(var(--color-button-dark-rgb) / 0.35);
}

.text-button-dark\/40 {
  color: rgb(var(--color-button-dark-rgb) / 0.4);
}

.text-button-dark\/45 {
  color: rgb(var(--color-button-dark-rgb) / 0.45);
}

.text-button-dark\/5 {
  color: rgb(var(--color-button-dark-rgb) / 0.05);
}

.text-button-dark\/50 {
  color: rgb(var(--color-button-dark-rgb) / 0.5);
}

.text-button-dark\/55 {
  color: rgb(var(--color-button-dark-rgb) / 0.55);
}

.text-button-dark\/60 {
  color: rgb(var(--color-button-dark-rgb) / 0.6);
}

.text-button-dark\/65 {
  color: rgb(var(--color-button-dark-rgb) / 0.65);
}

.text-button-dark\/70 {
  color: rgb(var(--color-button-dark-rgb) / 0.7);
}

.text-button-dark\/75 {
  color: rgb(var(--color-button-dark-rgb) / 0.75);
}

.text-button-dark\/80 {
  color: rgb(var(--color-button-dark-rgb) / 0.8);
}

.text-button-dark\/85 {
  color: rgb(var(--color-button-dark-rgb) / 0.85);
}

.text-button-dark\/90 {
  color: rgb(var(--color-button-dark-rgb) / 0.9);
}

.text-button-dark\/95 {
  color: rgb(var(--color-button-dark-rgb) / 0.95);
}

.text-button\/0 {
  color: rgb(var(--color-button-rgb) / 0);
}

.text-button\/10 {
  color: rgb(var(--color-button-rgb) / 0.1);
}

.text-button\/100 {
  color: rgb(var(--color-button-rgb) / 1);
}

.text-button\/15 {
  color: rgb(var(--color-button-rgb) / 0.15);
}

.text-button\/20 {
  color: rgb(var(--color-button-rgb) / 0.2);
}

.text-button\/25 {
  color: rgb(var(--color-button-rgb) / 0.25);
}

.text-button\/30 {
  color: rgb(var(--color-button-rgb) / 0.3);
}

.text-button\/35 {
  color: rgb(var(--color-button-rgb) / 0.35);
}

.text-button\/40 {
  color: rgb(var(--color-button-rgb) / 0.4);
}

.text-button\/45 {
  color: rgb(var(--color-button-rgb) / 0.45);
}

.text-button\/5 {
  color: rgb(var(--color-button-rgb) / 0.05);
}

.text-button\/50 {
  color: rgb(var(--color-button-rgb) / 0.5);
}

.text-button\/55 {
  color: rgb(var(--color-button-rgb) / 0.55);
}

.text-button\/60 {
  color: rgb(var(--color-button-rgb) / 0.6);
}

.text-button\/65 {
  color: rgb(var(--color-button-rgb) / 0.65);
}

.text-button\/70 {
  color: rgb(var(--color-button-rgb) / 0.7);
}

.text-button\/75 {
  color: rgb(var(--color-button-rgb) / 0.75);
}

.text-button\/80 {
  color: rgb(var(--color-button-rgb) / 0.8);
}

.text-button\/85 {
  color: rgb(var(--color-button-rgb) / 0.85);
}

.text-button\/90 {
  color: rgb(var(--color-button-rgb) / 0.9);
}

.text-button\/95 {
  color: rgb(var(--color-button-rgb) / 0.95);
}

.text-cyan-100 {
  --tw-text-opacity: 1;
  color: rgb(207 250 254 / var(--tw-text-opacity, 1));
}

.text-cyan-100\/0 {
  color: rgb(207 250 254 / 0);
}

.text-cyan-100\/10 {
  color: rgb(207 250 254 / 0.1);
}

.text-cyan-100\/100 {
  color: rgb(207 250 254 / 1);
}

.text-cyan-100\/15 {
  color: rgb(207 250 254 / 0.15);
}

.text-cyan-100\/20 {
  color: rgb(207 250 254 / 0.2);
}

.text-cyan-100\/25 {
  color: rgb(207 250 254 / 0.25);
}

.text-cyan-100\/30 {
  color: rgb(207 250 254 / 0.3);
}

.text-cyan-100\/35 {
  color: rgb(207 250 254 / 0.35);
}

.text-cyan-100\/40 {
  color: rgb(207 250 254 / 0.4);
}

.text-cyan-100\/45 {
  color: rgb(207 250 254 / 0.45);
}

.text-cyan-100\/5 {
  color: rgb(207 250 254 / 0.05);
}

.text-cyan-100\/50 {
  color: rgb(207 250 254 / 0.5);
}

.text-cyan-100\/55 {
  color: rgb(207 250 254 / 0.55);
}

.text-cyan-100\/60 {
  color: rgb(207 250 254 / 0.6);
}

.text-cyan-100\/65 {
  color: rgb(207 250 254 / 0.65);
}

.text-cyan-100\/70 {
  color: rgb(207 250 254 / 0.7);
}

.text-cyan-100\/75 {
  color: rgb(207 250 254 / 0.75);
}

.text-cyan-100\/80 {
  color: rgb(207 250 254 / 0.8);
}

.text-cyan-100\/85 {
  color: rgb(207 250 254 / 0.85);
}

.text-cyan-100\/90 {
  color: rgb(207 250 254 / 0.9);
}

.text-cyan-100\/95 {
  color: rgb(207 250 254 / 0.95);
}

.text-cyan-200 {
  --tw-text-opacity: 1;
  color: rgb(165 243 252 / var(--tw-text-opacity, 1));
}

.text-cyan-200\/0 {
  color: rgb(165 243 252 / 0);
}

.text-cyan-200\/10 {
  color: rgb(165 243 252 / 0.1);
}

.text-cyan-200\/100 {
  color: rgb(165 243 252 / 1);
}

.text-cyan-200\/15 {
  color: rgb(165 243 252 / 0.15);
}

.text-cyan-200\/20 {
  color: rgb(165 243 252 / 0.2);
}

.text-cyan-200\/25 {
  color: rgb(165 243 252 / 0.25);
}

.text-cyan-200\/30 {
  color: rgb(165 243 252 / 0.3);
}

.text-cyan-200\/35 {
  color: rgb(165 243 252 / 0.35);
}

.text-cyan-200\/40 {
  color: rgb(165 243 252 / 0.4);
}

.text-cyan-200\/45 {
  color: rgb(165 243 252 / 0.45);
}

.text-cyan-200\/5 {
  color: rgb(165 243 252 / 0.05);
}

.text-cyan-200\/50 {
  color: rgb(165 243 252 / 0.5);
}

.text-cyan-200\/55 {
  color: rgb(165 243 252 / 0.55);
}

.text-cyan-200\/60 {
  color: rgb(165 243 252 / 0.6);
}

.text-cyan-200\/65 {
  color: rgb(165 243 252 / 0.65);
}

.text-cyan-200\/70 {
  color: rgb(165 243 252 / 0.7);
}

.text-cyan-200\/75 {
  color: rgb(165 243 252 / 0.75);
}

.text-cyan-200\/80 {
  color: rgb(165 243 252 / 0.8);
}

.text-cyan-200\/85 {
  color: rgb(165 243 252 / 0.85);
}

.text-cyan-200\/90 {
  color: rgb(165 243 252 / 0.9);
}

.text-cyan-200\/95 {
  color: rgb(165 243 252 / 0.95);
}

.text-cyan-300 {
  --tw-text-opacity: 1;
  color: rgb(103 232 249 / var(--tw-text-opacity, 1));
}

.text-cyan-300\/0 {
  color: rgb(103 232 249 / 0);
}

.text-cyan-300\/10 {
  color: rgb(103 232 249 / 0.1);
}

.text-cyan-300\/100 {
  color: rgb(103 232 249 / 1);
}

.text-cyan-300\/15 {
  color: rgb(103 232 249 / 0.15);
}

.text-cyan-300\/20 {
  color: rgb(103 232 249 / 0.2);
}

.text-cyan-300\/25 {
  color: rgb(103 232 249 / 0.25);
}

.text-cyan-300\/30 {
  color: rgb(103 232 249 / 0.3);
}

.text-cyan-300\/35 {
  color: rgb(103 232 249 / 0.35);
}

.text-cyan-300\/40 {
  color: rgb(103 232 249 / 0.4);
}

.text-cyan-300\/45 {
  color: rgb(103 232 249 / 0.45);
}

.text-cyan-300\/5 {
  color: rgb(103 232 249 / 0.05);
}

.text-cyan-300\/50 {
  color: rgb(103 232 249 / 0.5);
}

.text-cyan-300\/55 {
  color: rgb(103 232 249 / 0.55);
}

.text-cyan-300\/60 {
  color: rgb(103 232 249 / 0.6);
}

.text-cyan-300\/65 {
  color: rgb(103 232 249 / 0.65);
}

.text-cyan-300\/70 {
  color: rgb(103 232 249 / 0.7);
}

.text-cyan-300\/75 {
  color: rgb(103 232 249 / 0.75);
}

.text-cyan-300\/80 {
  color: rgb(103 232 249 / 0.8);
}

.text-cyan-300\/85 {
  color: rgb(103 232 249 / 0.85);
}

.text-cyan-300\/90 {
  color: rgb(103 232 249 / 0.9);
}

.text-cyan-300\/95 {
  color: rgb(103 232 249 / 0.95);
}

.text-cyan-400 {
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1));
}

.text-cyan-400\/0 {
  color: rgb(34 211 238 / 0);
}

.text-cyan-400\/10 {
  color: rgb(34 211 238 / 0.1);
}

.text-cyan-400\/100 {
  color: rgb(34 211 238 / 1);
}

.text-cyan-400\/15 {
  color: rgb(34 211 238 / 0.15);
}

.text-cyan-400\/20 {
  color: rgb(34 211 238 / 0.2);
}

.text-cyan-400\/25 {
  color: rgb(34 211 238 / 0.25);
}

.text-cyan-400\/30 {
  color: rgb(34 211 238 / 0.3);
}

.text-cyan-400\/35 {
  color: rgb(34 211 238 / 0.35);
}

.text-cyan-400\/40 {
  color: rgb(34 211 238 / 0.4);
}

.text-cyan-400\/45 {
  color: rgb(34 211 238 / 0.45);
}

.text-cyan-400\/5 {
  color: rgb(34 211 238 / 0.05);
}

.text-cyan-400\/50 {
  color: rgb(34 211 238 / 0.5);
}

.text-cyan-400\/55 {
  color: rgb(34 211 238 / 0.55);
}

.text-cyan-400\/60 {
  color: rgb(34 211 238 / 0.6);
}

.text-cyan-400\/65 {
  color: rgb(34 211 238 / 0.65);
}

.text-cyan-400\/70 {
  color: rgb(34 211 238 / 0.7);
}

.text-cyan-400\/75 {
  color: rgb(34 211 238 / 0.75);
}

.text-cyan-400\/80 {
  color: rgb(34 211 238 / 0.8);
}

.text-cyan-400\/85 {
  color: rgb(34 211 238 / 0.85);
}

.text-cyan-400\/90 {
  color: rgb(34 211 238 / 0.9);
}

.text-cyan-400\/95 {
  color: rgb(34 211 238 / 0.95);
}

.text-cyan-50 {
  --tw-text-opacity: 1;
  color: rgb(236 254 255 / var(--tw-text-opacity, 1));
}

.text-cyan-50\/0 {
  color: rgb(236 254 255 / 0);
}

.text-cyan-50\/10 {
  color: rgb(236 254 255 / 0.1);
}

.text-cyan-50\/100 {
  color: rgb(236 254 255 / 1);
}

.text-cyan-50\/15 {
  color: rgb(236 254 255 / 0.15);
}

.text-cyan-50\/20 {
  color: rgb(236 254 255 / 0.2);
}

.text-cyan-50\/25 {
  color: rgb(236 254 255 / 0.25);
}

.text-cyan-50\/30 {
  color: rgb(236 254 255 / 0.3);
}

.text-cyan-50\/35 {
  color: rgb(236 254 255 / 0.35);
}

.text-cyan-50\/40 {
  color: rgb(236 254 255 / 0.4);
}

.text-cyan-50\/45 {
  color: rgb(236 254 255 / 0.45);
}

.text-cyan-50\/5 {
  color: rgb(236 254 255 / 0.05);
}

.text-cyan-50\/50 {
  color: rgb(236 254 255 / 0.5);
}

.text-cyan-50\/55 {
  color: rgb(236 254 255 / 0.55);
}

.text-cyan-50\/60 {
  color: rgb(236 254 255 / 0.6);
}

.text-cyan-50\/65 {
  color: rgb(236 254 255 / 0.65);
}

.text-cyan-50\/70 {
  color: rgb(236 254 255 / 0.7);
}

.text-cyan-50\/75 {
  color: rgb(236 254 255 / 0.75);
}

.text-cyan-50\/80 {
  color: rgb(236 254 255 / 0.8);
}

.text-cyan-50\/85 {
  color: rgb(236 254 255 / 0.85);
}

.text-cyan-50\/90 {
  color: rgb(236 254 255 / 0.9);
}

.text-cyan-50\/95 {
  color: rgb(236 254 255 / 0.95);
}

.text-cyan-500 {
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity, 1));
}

.text-cyan-500\/0 {
  color: rgb(6 182 212 / 0);
}

.text-cyan-500\/10 {
  color: rgb(6 182 212 / 0.1);
}

.text-cyan-500\/100 {
  color: rgb(6 182 212 / 1);
}

.text-cyan-500\/15 {
  color: rgb(6 182 212 / 0.15);
}

.text-cyan-500\/20 {
  color: rgb(6 182 212 / 0.2);
}

.text-cyan-500\/25 {
  color: rgb(6 182 212 / 0.25);
}

.text-cyan-500\/30 {
  color: rgb(6 182 212 / 0.3);
}

.text-cyan-500\/35 {
  color: rgb(6 182 212 / 0.35);
}

.text-cyan-500\/40 {
  color: rgb(6 182 212 / 0.4);
}

.text-cyan-500\/45 {
  color: rgb(6 182 212 / 0.45);
}

.text-cyan-500\/5 {
  color: rgb(6 182 212 / 0.05);
}

.text-cyan-500\/50 {
  color: rgb(6 182 212 / 0.5);
}

.text-cyan-500\/55 {
  color: rgb(6 182 212 / 0.55);
}

.text-cyan-500\/60 {
  color: rgb(6 182 212 / 0.6);
}

.text-cyan-500\/65 {
  color: rgb(6 182 212 / 0.65);
}

.text-cyan-500\/70 {
  color: rgb(6 182 212 / 0.7);
}

.text-cyan-500\/75 {
  color: rgb(6 182 212 / 0.75);
}

.text-cyan-500\/80 {
  color: rgb(6 182 212 / 0.8);
}

.text-cyan-500\/85 {
  color: rgb(6 182 212 / 0.85);
}

.text-cyan-500\/90 {
  color: rgb(6 182 212 / 0.9);
}

.text-cyan-500\/95 {
  color: rgb(6 182 212 / 0.95);
}

.text-cyan-600 {
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity, 1));
}

.text-cyan-600\/0 {
  color: rgb(8 145 178 / 0);
}

.text-cyan-600\/10 {
  color: rgb(8 145 178 / 0.1);
}

.text-cyan-600\/100 {
  color: rgb(8 145 178 / 1);
}

.text-cyan-600\/15 {
  color: rgb(8 145 178 / 0.15);
}

.text-cyan-600\/20 {
  color: rgb(8 145 178 / 0.2);
}

.text-cyan-600\/25 {
  color: rgb(8 145 178 / 0.25);
}

.text-cyan-600\/30 {
  color: rgb(8 145 178 / 0.3);
}

.text-cyan-600\/35 {
  color: rgb(8 145 178 / 0.35);
}

.text-cyan-600\/40 {
  color: rgb(8 145 178 / 0.4);
}

.text-cyan-600\/45 {
  color: rgb(8 145 178 / 0.45);
}

.text-cyan-600\/5 {
  color: rgb(8 145 178 / 0.05);
}

.text-cyan-600\/50 {
  color: rgb(8 145 178 / 0.5);
}

.text-cyan-600\/55 {
  color: rgb(8 145 178 / 0.55);
}

.text-cyan-600\/60 {
  color: rgb(8 145 178 / 0.6);
}

.text-cyan-600\/65 {
  color: rgb(8 145 178 / 0.65);
}

.text-cyan-600\/70 {
  color: rgb(8 145 178 / 0.7);
}

.text-cyan-600\/75 {
  color: rgb(8 145 178 / 0.75);
}

.text-cyan-600\/80 {
  color: rgb(8 145 178 / 0.8);
}

.text-cyan-600\/85 {
  color: rgb(8 145 178 / 0.85);
}

.text-cyan-600\/90 {
  color: rgb(8 145 178 / 0.9);
}

.text-cyan-600\/95 {
  color: rgb(8 145 178 / 0.95);
}

.text-cyan-700 {
  --tw-text-opacity: 1;
  color: rgb(14 116 144 / var(--tw-text-opacity, 1));
}

.text-cyan-700\/0 {
  color: rgb(14 116 144 / 0);
}

.text-cyan-700\/10 {
  color: rgb(14 116 144 / 0.1);
}

.text-cyan-700\/100 {
  color: rgb(14 116 144 / 1);
}

.text-cyan-700\/15 {
  color: rgb(14 116 144 / 0.15);
}

.text-cyan-700\/20 {
  color: rgb(14 116 144 / 0.2);
}

.text-cyan-700\/25 {
  color: rgb(14 116 144 / 0.25);
}

.text-cyan-700\/30 {
  color: rgb(14 116 144 / 0.3);
}

.text-cyan-700\/35 {
  color: rgb(14 116 144 / 0.35);
}

.text-cyan-700\/40 {
  color: rgb(14 116 144 / 0.4);
}

.text-cyan-700\/45 {
  color: rgb(14 116 144 / 0.45);
}

.text-cyan-700\/5 {
  color: rgb(14 116 144 / 0.05);
}

.text-cyan-700\/50 {
  color: rgb(14 116 144 / 0.5);
}

.text-cyan-700\/55 {
  color: rgb(14 116 144 / 0.55);
}

.text-cyan-700\/60 {
  color: rgb(14 116 144 / 0.6);
}

.text-cyan-700\/65 {
  color: rgb(14 116 144 / 0.65);
}

.text-cyan-700\/70 {
  color: rgb(14 116 144 / 0.7);
}

.text-cyan-700\/75 {
  color: rgb(14 116 144 / 0.75);
}

.text-cyan-700\/80 {
  color: rgb(14 116 144 / 0.8);
}

.text-cyan-700\/85 {
  color: rgb(14 116 144 / 0.85);
}

.text-cyan-700\/90 {
  color: rgb(14 116 144 / 0.9);
}

.text-cyan-700\/95 {
  color: rgb(14 116 144 / 0.95);
}

.text-cyan-800 {
  --tw-text-opacity: 1;
  color: rgb(21 94 117 / var(--tw-text-opacity, 1));
}

.text-cyan-800\/0 {
  color: rgb(21 94 117 / 0);
}

.text-cyan-800\/10 {
  color: rgb(21 94 117 / 0.1);
}

.text-cyan-800\/100 {
  color: rgb(21 94 117 / 1);
}

.text-cyan-800\/15 {
  color: rgb(21 94 117 / 0.15);
}

.text-cyan-800\/20 {
  color: rgb(21 94 117 / 0.2);
}

.text-cyan-800\/25 {
  color: rgb(21 94 117 / 0.25);
}

.text-cyan-800\/30 {
  color: rgb(21 94 117 / 0.3);
}

.text-cyan-800\/35 {
  color: rgb(21 94 117 / 0.35);
}

.text-cyan-800\/40 {
  color: rgb(21 94 117 / 0.4);
}

.text-cyan-800\/45 {
  color: rgb(21 94 117 / 0.45);
}

.text-cyan-800\/5 {
  color: rgb(21 94 117 / 0.05);
}

.text-cyan-800\/50 {
  color: rgb(21 94 117 / 0.5);
}

.text-cyan-800\/55 {
  color: rgb(21 94 117 / 0.55);
}

.text-cyan-800\/60 {
  color: rgb(21 94 117 / 0.6);
}

.text-cyan-800\/65 {
  color: rgb(21 94 117 / 0.65);
}

.text-cyan-800\/70 {
  color: rgb(21 94 117 / 0.7);
}

.text-cyan-800\/75 {
  color: rgb(21 94 117 / 0.75);
}

.text-cyan-800\/80 {
  color: rgb(21 94 117 / 0.8);
}

.text-cyan-800\/85 {
  color: rgb(21 94 117 / 0.85);
}

.text-cyan-800\/90 {
  color: rgb(21 94 117 / 0.9);
}

.text-cyan-800\/95 {
  color: rgb(21 94 117 / 0.95);
}

.text-cyan-900 {
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity, 1));
}

.text-cyan-900\/0 {
  color: rgb(22 78 99 / 0);
}

.text-cyan-900\/10 {
  color: rgb(22 78 99 / 0.1);
}

.text-cyan-900\/100 {
  color: rgb(22 78 99 / 1);
}

.text-cyan-900\/15 {
  color: rgb(22 78 99 / 0.15);
}

.text-cyan-900\/20 {
  color: rgb(22 78 99 / 0.2);
}

.text-cyan-900\/25 {
  color: rgb(22 78 99 / 0.25);
}

.text-cyan-900\/30 {
  color: rgb(22 78 99 / 0.3);
}

.text-cyan-900\/35 {
  color: rgb(22 78 99 / 0.35);
}

.text-cyan-900\/40 {
  color: rgb(22 78 99 / 0.4);
}

.text-cyan-900\/45 {
  color: rgb(22 78 99 / 0.45);
}

.text-cyan-900\/5 {
  color: rgb(22 78 99 / 0.05);
}

.text-cyan-900\/50 {
  color: rgb(22 78 99 / 0.5);
}

.text-cyan-900\/55 {
  color: rgb(22 78 99 / 0.55);
}

.text-cyan-900\/60 {
  color: rgb(22 78 99 / 0.6);
}

.text-cyan-900\/65 {
  color: rgb(22 78 99 / 0.65);
}

.text-cyan-900\/70 {
  color: rgb(22 78 99 / 0.7);
}

.text-cyan-900\/75 {
  color: rgb(22 78 99 / 0.75);
}

.text-cyan-900\/80 {
  color: rgb(22 78 99 / 0.8);
}

.text-cyan-900\/85 {
  color: rgb(22 78 99 / 0.85);
}

.text-cyan-900\/90 {
  color: rgb(22 78 99 / 0.9);
}

.text-cyan-900\/95 {
  color: rgb(22 78 99 / 0.95);
}

.text-cyan-950 {
  --tw-text-opacity: 1;
  color: rgb(8 51 68 / var(--tw-text-opacity, 1));
}

.text-cyan-950\/0 {
  color: rgb(8 51 68 / 0);
}

.text-cyan-950\/10 {
  color: rgb(8 51 68 / 0.1);
}

.text-cyan-950\/100 {
  color: rgb(8 51 68 / 1);
}

.text-cyan-950\/15 {
  color: rgb(8 51 68 / 0.15);
}

.text-cyan-950\/20 {
  color: rgb(8 51 68 / 0.2);
}

.text-cyan-950\/25 {
  color: rgb(8 51 68 / 0.25);
}

.text-cyan-950\/30 {
  color: rgb(8 51 68 / 0.3);
}

.text-cyan-950\/35 {
  color: rgb(8 51 68 / 0.35);
}

.text-cyan-950\/40 {
  color: rgb(8 51 68 / 0.4);
}

.text-cyan-950\/45 {
  color: rgb(8 51 68 / 0.45);
}

.text-cyan-950\/5 {
  color: rgb(8 51 68 / 0.05);
}

.text-cyan-950\/50 {
  color: rgb(8 51 68 / 0.5);
}

.text-cyan-950\/55 {
  color: rgb(8 51 68 / 0.55);
}

.text-cyan-950\/60 {
  color: rgb(8 51 68 / 0.6);
}

.text-cyan-950\/65 {
  color: rgb(8 51 68 / 0.65);
}

.text-cyan-950\/70 {
  color: rgb(8 51 68 / 0.7);
}

.text-cyan-950\/75 {
  color: rgb(8 51 68 / 0.75);
}

.text-cyan-950\/80 {
  color: rgb(8 51 68 / 0.8);
}

.text-cyan-950\/85 {
  color: rgb(8 51 68 / 0.85);
}

.text-cyan-950\/90 {
  color: rgb(8 51 68 / 0.9);
}

.text-cyan-950\/95 {
  color: rgb(8 51 68 / 0.95);
}

.text-emerald-100 {
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity, 1));
}

.text-emerald-100\/0 {
  color: rgb(209 250 229 / 0);
}

.text-emerald-100\/10 {
  color: rgb(209 250 229 / 0.1);
}

.text-emerald-100\/100 {
  color: rgb(209 250 229 / 1);
}

.text-emerald-100\/15 {
  color: rgb(209 250 229 / 0.15);
}

.text-emerald-100\/20 {
  color: rgb(209 250 229 / 0.2);
}

.text-emerald-100\/25 {
  color: rgb(209 250 229 / 0.25);
}

.text-emerald-100\/30 {
  color: rgb(209 250 229 / 0.3);
}

.text-emerald-100\/35 {
  color: rgb(209 250 229 / 0.35);
}

.text-emerald-100\/40 {
  color: rgb(209 250 229 / 0.4);
}

.text-emerald-100\/45 {
  color: rgb(209 250 229 / 0.45);
}

.text-emerald-100\/5 {
  color: rgb(209 250 229 / 0.05);
}

.text-emerald-100\/50 {
  color: rgb(209 250 229 / 0.5);
}

.text-emerald-100\/55 {
  color: rgb(209 250 229 / 0.55);
}

.text-emerald-100\/60 {
  color: rgb(209 250 229 / 0.6);
}

.text-emerald-100\/65 {
  color: rgb(209 250 229 / 0.65);
}

.text-emerald-100\/70 {
  color: rgb(209 250 229 / 0.7);
}

.text-emerald-100\/75 {
  color: rgb(209 250 229 / 0.75);
}

.text-emerald-100\/80 {
  color: rgb(209 250 229 / 0.8);
}

.text-emerald-100\/85 {
  color: rgb(209 250 229 / 0.85);
}

.text-emerald-100\/90 {
  color: rgb(209 250 229 / 0.9);
}

.text-emerald-100\/95 {
  color: rgb(209 250 229 / 0.95);
}

.text-emerald-200 {
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity, 1));
}

.text-emerald-200\/0 {
  color: rgb(167 243 208 / 0);
}

.text-emerald-200\/10 {
  color: rgb(167 243 208 / 0.1);
}

.text-emerald-200\/100 {
  color: rgb(167 243 208 / 1);
}

.text-emerald-200\/15 {
  color: rgb(167 243 208 / 0.15);
}

.text-emerald-200\/20 {
  color: rgb(167 243 208 / 0.2);
}

.text-emerald-200\/25 {
  color: rgb(167 243 208 / 0.25);
}

.text-emerald-200\/30 {
  color: rgb(167 243 208 / 0.3);
}

.text-emerald-200\/35 {
  color: rgb(167 243 208 / 0.35);
}

.text-emerald-200\/40 {
  color: rgb(167 243 208 / 0.4);
}

.text-emerald-200\/45 {
  color: rgb(167 243 208 / 0.45);
}

.text-emerald-200\/5 {
  color: rgb(167 243 208 / 0.05);
}

.text-emerald-200\/50 {
  color: rgb(167 243 208 / 0.5);
}

.text-emerald-200\/55 {
  color: rgb(167 243 208 / 0.55);
}

.text-emerald-200\/60 {
  color: rgb(167 243 208 / 0.6);
}

.text-emerald-200\/65 {
  color: rgb(167 243 208 / 0.65);
}

.text-emerald-200\/70 {
  color: rgb(167 243 208 / 0.7);
}

.text-emerald-200\/75 {
  color: rgb(167 243 208 / 0.75);
}

.text-emerald-200\/80 {
  color: rgb(167 243 208 / 0.8);
}

.text-emerald-200\/85 {
  color: rgb(167 243 208 / 0.85);
}

.text-emerald-200\/90 {
  color: rgb(167 243 208 / 0.9);
}

.text-emerald-200\/95 {
  color: rgb(167 243 208 / 0.95);
}

.text-emerald-300 {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}

.text-emerald-300\/0 {
  color: rgb(110 231 183 / 0);
}

.text-emerald-300\/10 {
  color: rgb(110 231 183 / 0.1);
}

.text-emerald-300\/100 {
  color: rgb(110 231 183 / 1);
}

.text-emerald-300\/15 {
  color: rgb(110 231 183 / 0.15);
}

.text-emerald-300\/20 {
  color: rgb(110 231 183 / 0.2);
}

.text-emerald-300\/25 {
  color: rgb(110 231 183 / 0.25);
}

.text-emerald-300\/30 {
  color: rgb(110 231 183 / 0.3);
}

.text-emerald-300\/35 {
  color: rgb(110 231 183 / 0.35);
}

.text-emerald-300\/40 {
  color: rgb(110 231 183 / 0.4);
}

.text-emerald-300\/45 {
  color: rgb(110 231 183 / 0.45);
}

.text-emerald-300\/5 {
  color: rgb(110 231 183 / 0.05);
}

.text-emerald-300\/50 {
  color: rgb(110 231 183 / 0.5);
}

.text-emerald-300\/55 {
  color: rgb(110 231 183 / 0.55);
}

.text-emerald-300\/60 {
  color: rgb(110 231 183 / 0.6);
}

.text-emerald-300\/65 {
  color: rgb(110 231 183 / 0.65);
}

.text-emerald-300\/70 {
  color: rgb(110 231 183 / 0.7);
}

.text-emerald-300\/75 {
  color: rgb(110 231 183 / 0.75);
}

.text-emerald-300\/80 {
  color: rgb(110 231 183 / 0.8);
}

.text-emerald-300\/85 {
  color: rgb(110 231 183 / 0.85);
}

.text-emerald-300\/90 {
  color: rgb(110 231 183 / 0.9);
}

.text-emerald-300\/95 {
  color: rgb(110 231 183 / 0.95);
}

.text-emerald-400 {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}

.text-emerald-400\/0 {
  color: rgb(52 211 153 / 0);
}

.text-emerald-400\/10 {
  color: rgb(52 211 153 / 0.1);
}

.text-emerald-400\/100 {
  color: rgb(52 211 153 / 1);
}

.text-emerald-400\/15 {
  color: rgb(52 211 153 / 0.15);
}

.text-emerald-400\/20 {
  color: rgb(52 211 153 / 0.2);
}

.text-emerald-400\/25 {
  color: rgb(52 211 153 / 0.25);
}

.text-emerald-400\/30 {
  color: rgb(52 211 153 / 0.3);
}

.text-emerald-400\/35 {
  color: rgb(52 211 153 / 0.35);
}

.text-emerald-400\/40 {
  color: rgb(52 211 153 / 0.4);
}

.text-emerald-400\/45 {
  color: rgb(52 211 153 / 0.45);
}

.text-emerald-400\/5 {
  color: rgb(52 211 153 / 0.05);
}

.text-emerald-400\/50 {
  color: rgb(52 211 153 / 0.5);
}

.text-emerald-400\/55 {
  color: rgb(52 211 153 / 0.55);
}

.text-emerald-400\/60 {
  color: rgb(52 211 153 / 0.6);
}

.text-emerald-400\/65 {
  color: rgb(52 211 153 / 0.65);
}

.text-emerald-400\/70 {
  color: rgb(52 211 153 / 0.7);
}

.text-emerald-400\/75 {
  color: rgb(52 211 153 / 0.75);
}

.text-emerald-400\/80 {
  color: rgb(52 211 153 / 0.8);
}

.text-emerald-400\/85 {
  color: rgb(52 211 153 / 0.85);
}

.text-emerald-400\/90 {
  color: rgb(52 211 153 / 0.9);
}

.text-emerald-400\/95 {
  color: rgb(52 211 153 / 0.95);
}

.text-emerald-50 {
  --tw-text-opacity: 1;
  color: rgb(236 253 245 / var(--tw-text-opacity, 1));
}

.text-emerald-50\/0 {
  color: rgb(236 253 245 / 0);
}

.text-emerald-50\/10 {
  color: rgb(236 253 245 / 0.1);
}

.text-emerald-50\/100 {
  color: rgb(236 253 245 / 1);
}

.text-emerald-50\/15 {
  color: rgb(236 253 245 / 0.15);
}

.text-emerald-50\/20 {
  color: rgb(236 253 245 / 0.2);
}

.text-emerald-50\/25 {
  color: rgb(236 253 245 / 0.25);
}

.text-emerald-50\/30 {
  color: rgb(236 253 245 / 0.3);
}

.text-emerald-50\/35 {
  color: rgb(236 253 245 / 0.35);
}

.text-emerald-50\/40 {
  color: rgb(236 253 245 / 0.4);
}

.text-emerald-50\/45 {
  color: rgb(236 253 245 / 0.45);
}

.text-emerald-50\/5 {
  color: rgb(236 253 245 / 0.05);
}

.text-emerald-50\/50 {
  color: rgb(236 253 245 / 0.5);
}

.text-emerald-50\/55 {
  color: rgb(236 253 245 / 0.55);
}

.text-emerald-50\/60 {
  color: rgb(236 253 245 / 0.6);
}

.text-emerald-50\/65 {
  color: rgb(236 253 245 / 0.65);
}

.text-emerald-50\/70 {
  color: rgb(236 253 245 / 0.7);
}

.text-emerald-50\/75 {
  color: rgb(236 253 245 / 0.75);
}

.text-emerald-50\/80 {
  color: rgb(236 253 245 / 0.8);
}

.text-emerald-50\/85 {
  color: rgb(236 253 245 / 0.85);
}

.text-emerald-50\/90 {
  color: rgb(236 253 245 / 0.9);
}

.text-emerald-50\/95 {
  color: rgb(236 253 245 / 0.95);
}

.text-emerald-500 {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}

.text-emerald-500\/0 {
  color: rgb(16 185 129 / 0);
}

.text-emerald-500\/10 {
  color: rgb(16 185 129 / 0.1);
}

.text-emerald-500\/100 {
  color: rgb(16 185 129 / 1);
}

.text-emerald-500\/15 {
  color: rgb(16 185 129 / 0.15);
}

.text-emerald-500\/20 {
  color: rgb(16 185 129 / 0.2);
}

.text-emerald-500\/25 {
  color: rgb(16 185 129 / 0.25);
}

.text-emerald-500\/30 {
  color: rgb(16 185 129 / 0.3);
}

.text-emerald-500\/35 {
  color: rgb(16 185 129 / 0.35);
}

.text-emerald-500\/40 {
  color: rgb(16 185 129 / 0.4);
}

.text-emerald-500\/45 {
  color: rgb(16 185 129 / 0.45);
}

.text-emerald-500\/5 {
  color: rgb(16 185 129 / 0.05);
}

.text-emerald-500\/50 {
  color: rgb(16 185 129 / 0.5);
}

.text-emerald-500\/55 {
  color: rgb(16 185 129 / 0.55);
}

.text-emerald-500\/60 {
  color: rgb(16 185 129 / 0.6);
}

.text-emerald-500\/65 {
  color: rgb(16 185 129 / 0.65);
}

.text-emerald-500\/70 {
  color: rgb(16 185 129 / 0.7);
}

.text-emerald-500\/75 {
  color: rgb(16 185 129 / 0.75);
}

.text-emerald-500\/80 {
  color: rgb(16 185 129 / 0.8);
}

.text-emerald-500\/85 {
  color: rgb(16 185 129 / 0.85);
}

.text-emerald-500\/90 {
  color: rgb(16 185 129 / 0.9);
}

.text-emerald-500\/95 {
  color: rgb(16 185 129 / 0.95);
}

.text-emerald-600 {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}

.text-emerald-600\/0 {
  color: rgb(5 150 105 / 0);
}

.text-emerald-600\/10 {
  color: rgb(5 150 105 / 0.1);
}

.text-emerald-600\/100 {
  color: rgb(5 150 105 / 1);
}

.text-emerald-600\/15 {
  color: rgb(5 150 105 / 0.15);
}

.text-emerald-600\/20 {
  color: rgb(5 150 105 / 0.2);
}

.text-emerald-600\/25 {
  color: rgb(5 150 105 / 0.25);
}

.text-emerald-600\/30 {
  color: rgb(5 150 105 / 0.3);
}

.text-emerald-600\/35 {
  color: rgb(5 150 105 / 0.35);
}

.text-emerald-600\/40 {
  color: rgb(5 150 105 / 0.4);
}

.text-emerald-600\/45 {
  color: rgb(5 150 105 / 0.45);
}

.text-emerald-600\/5 {
  color: rgb(5 150 105 / 0.05);
}

.text-emerald-600\/50 {
  color: rgb(5 150 105 / 0.5);
}

.text-emerald-600\/55 {
  color: rgb(5 150 105 / 0.55);
}

.text-emerald-600\/60 {
  color: rgb(5 150 105 / 0.6);
}

.text-emerald-600\/65 {
  color: rgb(5 150 105 / 0.65);
}

.text-emerald-600\/70 {
  color: rgb(5 150 105 / 0.7);
}

.text-emerald-600\/75 {
  color: rgb(5 150 105 / 0.75);
}

.text-emerald-600\/80 {
  color: rgb(5 150 105 / 0.8);
}

.text-emerald-600\/85 {
  color: rgb(5 150 105 / 0.85);
}

.text-emerald-600\/90 {
  color: rgb(5 150 105 / 0.9);
}

.text-emerald-600\/95 {
  color: rgb(5 150 105 / 0.95);
}

.text-emerald-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}

.text-emerald-700\/0 {
  color: rgb(4 120 87 / 0);
}

.text-emerald-700\/10 {
  color: rgb(4 120 87 / 0.1);
}

.text-emerald-700\/100 {
  color: rgb(4 120 87 / 1);
}

.text-emerald-700\/15 {
  color: rgb(4 120 87 / 0.15);
}

.text-emerald-700\/20 {
  color: rgb(4 120 87 / 0.2);
}

.text-emerald-700\/25 {
  color: rgb(4 120 87 / 0.25);
}

.text-emerald-700\/30 {
  color: rgb(4 120 87 / 0.3);
}

.text-emerald-700\/35 {
  color: rgb(4 120 87 / 0.35);
}

.text-emerald-700\/40 {
  color: rgb(4 120 87 / 0.4);
}

.text-emerald-700\/45 {
  color: rgb(4 120 87 / 0.45);
}

.text-emerald-700\/5 {
  color: rgb(4 120 87 / 0.05);
}

.text-emerald-700\/50 {
  color: rgb(4 120 87 / 0.5);
}

.text-emerald-700\/55 {
  color: rgb(4 120 87 / 0.55);
}

.text-emerald-700\/60 {
  color: rgb(4 120 87 / 0.6);
}

.text-emerald-700\/65 {
  color: rgb(4 120 87 / 0.65);
}

.text-emerald-700\/70 {
  color: rgb(4 120 87 / 0.7);
}

.text-emerald-700\/75 {
  color: rgb(4 120 87 / 0.75);
}

.text-emerald-700\/80 {
  color: rgb(4 120 87 / 0.8);
}

.text-emerald-700\/85 {
  color: rgb(4 120 87 / 0.85);
}

.text-emerald-700\/90 {
  color: rgb(4 120 87 / 0.9);
}

.text-emerald-700\/95 {
  color: rgb(4 120 87 / 0.95);
}

.text-emerald-800 {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}

.text-emerald-800\/0 {
  color: rgb(6 95 70 / 0);
}

.text-emerald-800\/10 {
  color: rgb(6 95 70 / 0.1);
}

.text-emerald-800\/100 {
  color: rgb(6 95 70 / 1);
}

.text-emerald-800\/15 {
  color: rgb(6 95 70 / 0.15);
}

.text-emerald-800\/20 {
  color: rgb(6 95 70 / 0.2);
}

.text-emerald-800\/25 {
  color: rgb(6 95 70 / 0.25);
}

.text-emerald-800\/30 {
  color: rgb(6 95 70 / 0.3);
}

.text-emerald-800\/35 {
  color: rgb(6 95 70 / 0.35);
}

.text-emerald-800\/40 {
  color: rgb(6 95 70 / 0.4);
}

.text-emerald-800\/45 {
  color: rgb(6 95 70 / 0.45);
}

.text-emerald-800\/5 {
  color: rgb(6 95 70 / 0.05);
}

.text-emerald-800\/50 {
  color: rgb(6 95 70 / 0.5);
}

.text-emerald-800\/55 {
  color: rgb(6 95 70 / 0.55);
}

.text-emerald-800\/60 {
  color: rgb(6 95 70 / 0.6);
}

.text-emerald-800\/65 {
  color: rgb(6 95 70 / 0.65);
}

.text-emerald-800\/70 {
  color: rgb(6 95 70 / 0.7);
}

.text-emerald-800\/75 {
  color: rgb(6 95 70 / 0.75);
}

.text-emerald-800\/80 {
  color: rgb(6 95 70 / 0.8);
}

.text-emerald-800\/85 {
  color: rgb(6 95 70 / 0.85);
}

.text-emerald-800\/90 {
  color: rgb(6 95 70 / 0.9);
}

.text-emerald-800\/95 {
  color: rgb(6 95 70 / 0.95);
}

.text-emerald-900 {
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity, 1));
}

.text-emerald-900\/0 {
  color: rgb(6 78 59 / 0);
}

.text-emerald-900\/10 {
  color: rgb(6 78 59 / 0.1);
}

.text-emerald-900\/100 {
  color: rgb(6 78 59 / 1);
}

.text-emerald-900\/15 {
  color: rgb(6 78 59 / 0.15);
}

.text-emerald-900\/20 {
  color: rgb(6 78 59 / 0.2);
}

.text-emerald-900\/25 {
  color: rgb(6 78 59 / 0.25);
}

.text-emerald-900\/30 {
  color: rgb(6 78 59 / 0.3);
}

.text-emerald-900\/35 {
  color: rgb(6 78 59 / 0.35);
}

.text-emerald-900\/40 {
  color: rgb(6 78 59 / 0.4);
}

.text-emerald-900\/45 {
  color: rgb(6 78 59 / 0.45);
}

.text-emerald-900\/5 {
  color: rgb(6 78 59 / 0.05);
}

.text-emerald-900\/50 {
  color: rgb(6 78 59 / 0.5);
}

.text-emerald-900\/55 {
  color: rgb(6 78 59 / 0.55);
}

.text-emerald-900\/60 {
  color: rgb(6 78 59 / 0.6);
}

.text-emerald-900\/65 {
  color: rgb(6 78 59 / 0.65);
}

.text-emerald-900\/70 {
  color: rgb(6 78 59 / 0.7);
}

.text-emerald-900\/75 {
  color: rgb(6 78 59 / 0.75);
}

.text-emerald-900\/80 {
  color: rgb(6 78 59 / 0.8);
}

.text-emerald-900\/85 {
  color: rgb(6 78 59 / 0.85);
}

.text-emerald-900\/90 {
  color: rgb(6 78 59 / 0.9);
}

.text-emerald-900\/95 {
  color: rgb(6 78 59 / 0.95);
}

.text-emerald-950 {
  --tw-text-opacity: 1;
  color: rgb(2 44 34 / var(--tw-text-opacity, 1));
}

.text-emerald-950\/0 {
  color: rgb(2 44 34 / 0);
}

.text-emerald-950\/10 {
  color: rgb(2 44 34 / 0.1);
}

.text-emerald-950\/100 {
  color: rgb(2 44 34 / 1);
}

.text-emerald-950\/15 {
  color: rgb(2 44 34 / 0.15);
}

.text-emerald-950\/20 {
  color: rgb(2 44 34 / 0.2);
}

.text-emerald-950\/25 {
  color: rgb(2 44 34 / 0.25);
}

.text-emerald-950\/30 {
  color: rgb(2 44 34 / 0.3);
}

.text-emerald-950\/35 {
  color: rgb(2 44 34 / 0.35);
}

.text-emerald-950\/40 {
  color: rgb(2 44 34 / 0.4);
}

.text-emerald-950\/45 {
  color: rgb(2 44 34 / 0.45);
}

.text-emerald-950\/5 {
  color: rgb(2 44 34 / 0.05);
}

.text-emerald-950\/50 {
  color: rgb(2 44 34 / 0.5);
}

.text-emerald-950\/55 {
  color: rgb(2 44 34 / 0.55);
}

.text-emerald-950\/60 {
  color: rgb(2 44 34 / 0.6);
}

.text-emerald-950\/65 {
  color: rgb(2 44 34 / 0.65);
}

.text-emerald-950\/70 {
  color: rgb(2 44 34 / 0.7);
}

.text-emerald-950\/75 {
  color: rgb(2 44 34 / 0.75);
}

.text-emerald-950\/80 {
  color: rgb(2 44 34 / 0.8);
}

.text-emerald-950\/85 {
  color: rgb(2 44 34 / 0.85);
}

.text-emerald-950\/90 {
  color: rgb(2 44 34 / 0.9);
}

.text-emerald-950\/95 {
  color: rgb(2 44 34 / 0.95);
}

.text-fuchsia-100 {
  --tw-text-opacity: 1;
  color: rgb(250 232 255 / var(--tw-text-opacity, 1));
}

.text-fuchsia-100\/0 {
  color: rgb(250 232 255 / 0);
}

.text-fuchsia-100\/10 {
  color: rgb(250 232 255 / 0.1);
}

.text-fuchsia-100\/100 {
  color: rgb(250 232 255 / 1);
}

.text-fuchsia-100\/15 {
  color: rgb(250 232 255 / 0.15);
}

.text-fuchsia-100\/20 {
  color: rgb(250 232 255 / 0.2);
}

.text-fuchsia-100\/25 {
  color: rgb(250 232 255 / 0.25);
}

.text-fuchsia-100\/30 {
  color: rgb(250 232 255 / 0.3);
}

.text-fuchsia-100\/35 {
  color: rgb(250 232 255 / 0.35);
}

.text-fuchsia-100\/40 {
  color: rgb(250 232 255 / 0.4);
}

.text-fuchsia-100\/45 {
  color: rgb(250 232 255 / 0.45);
}

.text-fuchsia-100\/5 {
  color: rgb(250 232 255 / 0.05);
}

.text-fuchsia-100\/50 {
  color: rgb(250 232 255 / 0.5);
}

.text-fuchsia-100\/55 {
  color: rgb(250 232 255 / 0.55);
}

.text-fuchsia-100\/60 {
  color: rgb(250 232 255 / 0.6);
}

.text-fuchsia-100\/65 {
  color: rgb(250 232 255 / 0.65);
}

.text-fuchsia-100\/70 {
  color: rgb(250 232 255 / 0.7);
}

.text-fuchsia-100\/75 {
  color: rgb(250 232 255 / 0.75);
}

.text-fuchsia-100\/80 {
  color: rgb(250 232 255 / 0.8);
}

.text-fuchsia-100\/85 {
  color: rgb(250 232 255 / 0.85);
}

.text-fuchsia-100\/90 {
  color: rgb(250 232 255 / 0.9);
}

.text-fuchsia-100\/95 {
  color: rgb(250 232 255 / 0.95);
}

.text-fuchsia-200 {
  --tw-text-opacity: 1;
  color: rgb(245 208 254 / var(--tw-text-opacity, 1));
}

.text-fuchsia-200\/0 {
  color: rgb(245 208 254 / 0);
}

.text-fuchsia-200\/10 {
  color: rgb(245 208 254 / 0.1);
}

.text-fuchsia-200\/100 {
  color: rgb(245 208 254 / 1);
}

.text-fuchsia-200\/15 {
  color: rgb(245 208 254 / 0.15);
}

.text-fuchsia-200\/20 {
  color: rgb(245 208 254 / 0.2);
}

.text-fuchsia-200\/25 {
  color: rgb(245 208 254 / 0.25);
}

.text-fuchsia-200\/30 {
  color: rgb(245 208 254 / 0.3);
}

.text-fuchsia-200\/35 {
  color: rgb(245 208 254 / 0.35);
}

.text-fuchsia-200\/40 {
  color: rgb(245 208 254 / 0.4);
}

.text-fuchsia-200\/45 {
  color: rgb(245 208 254 / 0.45);
}

.text-fuchsia-200\/5 {
  color: rgb(245 208 254 / 0.05);
}

.text-fuchsia-200\/50 {
  color: rgb(245 208 254 / 0.5);
}

.text-fuchsia-200\/55 {
  color: rgb(245 208 254 / 0.55);
}

.text-fuchsia-200\/60 {
  color: rgb(245 208 254 / 0.6);
}

.text-fuchsia-200\/65 {
  color: rgb(245 208 254 / 0.65);
}

.text-fuchsia-200\/70 {
  color: rgb(245 208 254 / 0.7);
}

.text-fuchsia-200\/75 {
  color: rgb(245 208 254 / 0.75);
}

.text-fuchsia-200\/80 {
  color: rgb(245 208 254 / 0.8);
}

.text-fuchsia-200\/85 {
  color: rgb(245 208 254 / 0.85);
}

.text-fuchsia-200\/90 {
  color: rgb(245 208 254 / 0.9);
}

.text-fuchsia-200\/95 {
  color: rgb(245 208 254 / 0.95);
}

.text-fuchsia-300 {
  --tw-text-opacity: 1;
  color: rgb(240 171 252 / var(--tw-text-opacity, 1));
}

.text-fuchsia-300\/0 {
  color: rgb(240 171 252 / 0);
}

.text-fuchsia-300\/10 {
  color: rgb(240 171 252 / 0.1);
}

.text-fuchsia-300\/100 {
  color: rgb(240 171 252 / 1);
}

.text-fuchsia-300\/15 {
  color: rgb(240 171 252 / 0.15);
}

.text-fuchsia-300\/20 {
  color: rgb(240 171 252 / 0.2);
}

.text-fuchsia-300\/25 {
  color: rgb(240 171 252 / 0.25);
}

.text-fuchsia-300\/30 {
  color: rgb(240 171 252 / 0.3);
}

.text-fuchsia-300\/35 {
  color: rgb(240 171 252 / 0.35);
}

.text-fuchsia-300\/40 {
  color: rgb(240 171 252 / 0.4);
}

.text-fuchsia-300\/45 {
  color: rgb(240 171 252 / 0.45);
}

.text-fuchsia-300\/5 {
  color: rgb(240 171 252 / 0.05);
}

.text-fuchsia-300\/50 {
  color: rgb(240 171 252 / 0.5);
}

.text-fuchsia-300\/55 {
  color: rgb(240 171 252 / 0.55);
}

.text-fuchsia-300\/60 {
  color: rgb(240 171 252 / 0.6);
}

.text-fuchsia-300\/65 {
  color: rgb(240 171 252 / 0.65);
}

.text-fuchsia-300\/70 {
  color: rgb(240 171 252 / 0.7);
}

.text-fuchsia-300\/75 {
  color: rgb(240 171 252 / 0.75);
}

.text-fuchsia-300\/80 {
  color: rgb(240 171 252 / 0.8);
}

.text-fuchsia-300\/85 {
  color: rgb(240 171 252 / 0.85);
}

.text-fuchsia-300\/90 {
  color: rgb(240 171 252 / 0.9);
}

.text-fuchsia-300\/95 {
  color: rgb(240 171 252 / 0.95);
}

.text-fuchsia-400 {
  --tw-text-opacity: 1;
  color: rgb(232 121 249 / var(--tw-text-opacity, 1));
}

.text-fuchsia-400\/0 {
  color: rgb(232 121 249 / 0);
}

.text-fuchsia-400\/10 {
  color: rgb(232 121 249 / 0.1);
}

.text-fuchsia-400\/100 {
  color: rgb(232 121 249 / 1);
}

.text-fuchsia-400\/15 {
  color: rgb(232 121 249 / 0.15);
}

.text-fuchsia-400\/20 {
  color: rgb(232 121 249 / 0.2);
}

.text-fuchsia-400\/25 {
  color: rgb(232 121 249 / 0.25);
}

.text-fuchsia-400\/30 {
  color: rgb(232 121 249 / 0.3);
}

.text-fuchsia-400\/35 {
  color: rgb(232 121 249 / 0.35);
}

.text-fuchsia-400\/40 {
  color: rgb(232 121 249 / 0.4);
}

.text-fuchsia-400\/45 {
  color: rgb(232 121 249 / 0.45);
}

.text-fuchsia-400\/5 {
  color: rgb(232 121 249 / 0.05);
}

.text-fuchsia-400\/50 {
  color: rgb(232 121 249 / 0.5);
}

.text-fuchsia-400\/55 {
  color: rgb(232 121 249 / 0.55);
}

.text-fuchsia-400\/60 {
  color: rgb(232 121 249 / 0.6);
}

.text-fuchsia-400\/65 {
  color: rgb(232 121 249 / 0.65);
}

.text-fuchsia-400\/70 {
  color: rgb(232 121 249 / 0.7);
}

.text-fuchsia-400\/75 {
  color: rgb(232 121 249 / 0.75);
}

.text-fuchsia-400\/80 {
  color: rgb(232 121 249 / 0.8);
}

.text-fuchsia-400\/85 {
  color: rgb(232 121 249 / 0.85);
}

.text-fuchsia-400\/90 {
  color: rgb(232 121 249 / 0.9);
}

.text-fuchsia-400\/95 {
  color: rgb(232 121 249 / 0.95);
}

.text-fuchsia-50 {
  --tw-text-opacity: 1;
  color: rgb(253 244 255 / var(--tw-text-opacity, 1));
}

.text-fuchsia-50\/0 {
  color: rgb(253 244 255 / 0);
}

.text-fuchsia-50\/10 {
  color: rgb(253 244 255 / 0.1);
}

.text-fuchsia-50\/100 {
  color: rgb(253 244 255 / 1);
}

.text-fuchsia-50\/15 {
  color: rgb(253 244 255 / 0.15);
}

.text-fuchsia-50\/20 {
  color: rgb(253 244 255 / 0.2);
}

.text-fuchsia-50\/25 {
  color: rgb(253 244 255 / 0.25);
}

.text-fuchsia-50\/30 {
  color: rgb(253 244 255 / 0.3);
}

.text-fuchsia-50\/35 {
  color: rgb(253 244 255 / 0.35);
}

.text-fuchsia-50\/40 {
  color: rgb(253 244 255 / 0.4);
}

.text-fuchsia-50\/45 {
  color: rgb(253 244 255 / 0.45);
}

.text-fuchsia-50\/5 {
  color: rgb(253 244 255 / 0.05);
}

.text-fuchsia-50\/50 {
  color: rgb(253 244 255 / 0.5);
}

.text-fuchsia-50\/55 {
  color: rgb(253 244 255 / 0.55);
}

.text-fuchsia-50\/60 {
  color: rgb(253 244 255 / 0.6);
}

.text-fuchsia-50\/65 {
  color: rgb(253 244 255 / 0.65);
}

.text-fuchsia-50\/70 {
  color: rgb(253 244 255 / 0.7);
}

.text-fuchsia-50\/75 {
  color: rgb(253 244 255 / 0.75);
}

.text-fuchsia-50\/80 {
  color: rgb(253 244 255 / 0.8);
}

.text-fuchsia-50\/85 {
  color: rgb(253 244 255 / 0.85);
}

.text-fuchsia-50\/90 {
  color: rgb(253 244 255 / 0.9);
}

.text-fuchsia-50\/95 {
  color: rgb(253 244 255 / 0.95);
}

.text-fuchsia-500 {
  --tw-text-opacity: 1;
  color: rgb(217 70 239 / var(--tw-text-opacity, 1));
}

.text-fuchsia-500\/0 {
  color: rgb(217 70 239 / 0);
}

.text-fuchsia-500\/10 {
  color: rgb(217 70 239 / 0.1);
}

.text-fuchsia-500\/100 {
  color: rgb(217 70 239 / 1);
}

.text-fuchsia-500\/15 {
  color: rgb(217 70 239 / 0.15);
}

.text-fuchsia-500\/20 {
  color: rgb(217 70 239 / 0.2);
}

.text-fuchsia-500\/25 {
  color: rgb(217 70 239 / 0.25);
}

.text-fuchsia-500\/30 {
  color: rgb(217 70 239 / 0.3);
}

.text-fuchsia-500\/35 {
  color: rgb(217 70 239 / 0.35);
}

.text-fuchsia-500\/40 {
  color: rgb(217 70 239 / 0.4);
}

.text-fuchsia-500\/45 {
  color: rgb(217 70 239 / 0.45);
}

.text-fuchsia-500\/5 {
  color: rgb(217 70 239 / 0.05);
}

.text-fuchsia-500\/50 {
  color: rgb(217 70 239 / 0.5);
}

.text-fuchsia-500\/55 {
  color: rgb(217 70 239 / 0.55);
}

.text-fuchsia-500\/60 {
  color: rgb(217 70 239 / 0.6);
}

.text-fuchsia-500\/65 {
  color: rgb(217 70 239 / 0.65);
}

.text-fuchsia-500\/70 {
  color: rgb(217 70 239 / 0.7);
}

.text-fuchsia-500\/75 {
  color: rgb(217 70 239 / 0.75);
}

.text-fuchsia-500\/80 {
  color: rgb(217 70 239 / 0.8);
}

.text-fuchsia-500\/85 {
  color: rgb(217 70 239 / 0.85);
}

.text-fuchsia-500\/90 {
  color: rgb(217 70 239 / 0.9);
}

.text-fuchsia-500\/95 {
  color: rgb(217 70 239 / 0.95);
}

.text-fuchsia-600 {
  --tw-text-opacity: 1;
  color: rgb(192 38 211 / var(--tw-text-opacity, 1));
}

.text-fuchsia-600\/0 {
  color: rgb(192 38 211 / 0);
}

.text-fuchsia-600\/10 {
  color: rgb(192 38 211 / 0.1);
}

.text-fuchsia-600\/100 {
  color: rgb(192 38 211 / 1);
}

.text-fuchsia-600\/15 {
  color: rgb(192 38 211 / 0.15);
}

.text-fuchsia-600\/20 {
  color: rgb(192 38 211 / 0.2);
}

.text-fuchsia-600\/25 {
  color: rgb(192 38 211 / 0.25);
}

.text-fuchsia-600\/30 {
  color: rgb(192 38 211 / 0.3);
}

.text-fuchsia-600\/35 {
  color: rgb(192 38 211 / 0.35);
}

.text-fuchsia-600\/40 {
  color: rgb(192 38 211 / 0.4);
}

.text-fuchsia-600\/45 {
  color: rgb(192 38 211 / 0.45);
}

.text-fuchsia-600\/5 {
  color: rgb(192 38 211 / 0.05);
}

.text-fuchsia-600\/50 {
  color: rgb(192 38 211 / 0.5);
}

.text-fuchsia-600\/55 {
  color: rgb(192 38 211 / 0.55);
}

.text-fuchsia-600\/60 {
  color: rgb(192 38 211 / 0.6);
}

.text-fuchsia-600\/65 {
  color: rgb(192 38 211 / 0.65);
}

.text-fuchsia-600\/70 {
  color: rgb(192 38 211 / 0.7);
}

.text-fuchsia-600\/75 {
  color: rgb(192 38 211 / 0.75);
}

.text-fuchsia-600\/80 {
  color: rgb(192 38 211 / 0.8);
}

.text-fuchsia-600\/85 {
  color: rgb(192 38 211 / 0.85);
}

.text-fuchsia-600\/90 {
  color: rgb(192 38 211 / 0.9);
}

.text-fuchsia-600\/95 {
  color: rgb(192 38 211 / 0.95);
}

.text-fuchsia-700 {
  --tw-text-opacity: 1;
  color: rgb(162 28 175 / var(--tw-text-opacity, 1));
}

.text-fuchsia-700\/0 {
  color: rgb(162 28 175 / 0);
}

.text-fuchsia-700\/10 {
  color: rgb(162 28 175 / 0.1);
}

.text-fuchsia-700\/100 {
  color: rgb(162 28 175 / 1);
}

.text-fuchsia-700\/15 {
  color: rgb(162 28 175 / 0.15);
}

.text-fuchsia-700\/20 {
  color: rgb(162 28 175 / 0.2);
}

.text-fuchsia-700\/25 {
  color: rgb(162 28 175 / 0.25);
}

.text-fuchsia-700\/30 {
  color: rgb(162 28 175 / 0.3);
}

.text-fuchsia-700\/35 {
  color: rgb(162 28 175 / 0.35);
}

.text-fuchsia-700\/40 {
  color: rgb(162 28 175 / 0.4);
}

.text-fuchsia-700\/45 {
  color: rgb(162 28 175 / 0.45);
}

.text-fuchsia-700\/5 {
  color: rgb(162 28 175 / 0.05);
}

.text-fuchsia-700\/50 {
  color: rgb(162 28 175 / 0.5);
}

.text-fuchsia-700\/55 {
  color: rgb(162 28 175 / 0.55);
}

.text-fuchsia-700\/60 {
  color: rgb(162 28 175 / 0.6);
}

.text-fuchsia-700\/65 {
  color: rgb(162 28 175 / 0.65);
}

.text-fuchsia-700\/70 {
  color: rgb(162 28 175 / 0.7);
}

.text-fuchsia-700\/75 {
  color: rgb(162 28 175 / 0.75);
}

.text-fuchsia-700\/80 {
  color: rgb(162 28 175 / 0.8);
}

.text-fuchsia-700\/85 {
  color: rgb(162 28 175 / 0.85);
}

.text-fuchsia-700\/90 {
  color: rgb(162 28 175 / 0.9);
}

.text-fuchsia-700\/95 {
  color: rgb(162 28 175 / 0.95);
}

.text-fuchsia-800 {
  --tw-text-opacity: 1;
  color: rgb(134 25 143 / var(--tw-text-opacity, 1));
}

.text-fuchsia-800\/0 {
  color: rgb(134 25 143 / 0);
}

.text-fuchsia-800\/10 {
  color: rgb(134 25 143 / 0.1);
}

.text-fuchsia-800\/100 {
  color: rgb(134 25 143 / 1);
}

.text-fuchsia-800\/15 {
  color: rgb(134 25 143 / 0.15);
}

.text-fuchsia-800\/20 {
  color: rgb(134 25 143 / 0.2);
}

.text-fuchsia-800\/25 {
  color: rgb(134 25 143 / 0.25);
}

.text-fuchsia-800\/30 {
  color: rgb(134 25 143 / 0.3);
}

.text-fuchsia-800\/35 {
  color: rgb(134 25 143 / 0.35);
}

.text-fuchsia-800\/40 {
  color: rgb(134 25 143 / 0.4);
}

.text-fuchsia-800\/45 {
  color: rgb(134 25 143 / 0.45);
}

.text-fuchsia-800\/5 {
  color: rgb(134 25 143 / 0.05);
}

.text-fuchsia-800\/50 {
  color: rgb(134 25 143 / 0.5);
}

.text-fuchsia-800\/55 {
  color: rgb(134 25 143 / 0.55);
}

.text-fuchsia-800\/60 {
  color: rgb(134 25 143 / 0.6);
}

.text-fuchsia-800\/65 {
  color: rgb(134 25 143 / 0.65);
}

.text-fuchsia-800\/70 {
  color: rgb(134 25 143 / 0.7);
}

.text-fuchsia-800\/75 {
  color: rgb(134 25 143 / 0.75);
}

.text-fuchsia-800\/80 {
  color: rgb(134 25 143 / 0.8);
}

.text-fuchsia-800\/85 {
  color: rgb(134 25 143 / 0.85);
}

.text-fuchsia-800\/90 {
  color: rgb(134 25 143 / 0.9);
}

.text-fuchsia-800\/95 {
  color: rgb(134 25 143 / 0.95);
}

.text-fuchsia-900 {
  --tw-text-opacity: 1;
  color: rgb(112 26 117 / var(--tw-text-opacity, 1));
}

.text-fuchsia-900\/0 {
  color: rgb(112 26 117 / 0);
}

.text-fuchsia-900\/10 {
  color: rgb(112 26 117 / 0.1);
}

.text-fuchsia-900\/100 {
  color: rgb(112 26 117 / 1);
}

.text-fuchsia-900\/15 {
  color: rgb(112 26 117 / 0.15);
}

.text-fuchsia-900\/20 {
  color: rgb(112 26 117 / 0.2);
}

.text-fuchsia-900\/25 {
  color: rgb(112 26 117 / 0.25);
}

.text-fuchsia-900\/30 {
  color: rgb(112 26 117 / 0.3);
}

.text-fuchsia-900\/35 {
  color: rgb(112 26 117 / 0.35);
}

.text-fuchsia-900\/40 {
  color: rgb(112 26 117 / 0.4);
}

.text-fuchsia-900\/45 {
  color: rgb(112 26 117 / 0.45);
}

.text-fuchsia-900\/5 {
  color: rgb(112 26 117 / 0.05);
}

.text-fuchsia-900\/50 {
  color: rgb(112 26 117 / 0.5);
}

.text-fuchsia-900\/55 {
  color: rgb(112 26 117 / 0.55);
}

.text-fuchsia-900\/60 {
  color: rgb(112 26 117 / 0.6);
}

.text-fuchsia-900\/65 {
  color: rgb(112 26 117 / 0.65);
}

.text-fuchsia-900\/70 {
  color: rgb(112 26 117 / 0.7);
}

.text-fuchsia-900\/75 {
  color: rgb(112 26 117 / 0.75);
}

.text-fuchsia-900\/80 {
  color: rgb(112 26 117 / 0.8);
}

.text-fuchsia-900\/85 {
  color: rgb(112 26 117 / 0.85);
}

.text-fuchsia-900\/90 {
  color: rgb(112 26 117 / 0.9);
}

.text-fuchsia-900\/95 {
  color: rgb(112 26 117 / 0.95);
}

.text-fuchsia-950 {
  --tw-text-opacity: 1;
  color: rgb(74 4 78 / var(--tw-text-opacity, 1));
}

.text-fuchsia-950\/0 {
  color: rgb(74 4 78 / 0);
}

.text-fuchsia-950\/10 {
  color: rgb(74 4 78 / 0.1);
}

.text-fuchsia-950\/100 {
  color: rgb(74 4 78 / 1);
}

.text-fuchsia-950\/15 {
  color: rgb(74 4 78 / 0.15);
}

.text-fuchsia-950\/20 {
  color: rgb(74 4 78 / 0.2);
}

.text-fuchsia-950\/25 {
  color: rgb(74 4 78 / 0.25);
}

.text-fuchsia-950\/30 {
  color: rgb(74 4 78 / 0.3);
}

.text-fuchsia-950\/35 {
  color: rgb(74 4 78 / 0.35);
}

.text-fuchsia-950\/40 {
  color: rgb(74 4 78 / 0.4);
}

.text-fuchsia-950\/45 {
  color: rgb(74 4 78 / 0.45);
}

.text-fuchsia-950\/5 {
  color: rgb(74 4 78 / 0.05);
}

.text-fuchsia-950\/50 {
  color: rgb(74 4 78 / 0.5);
}

.text-fuchsia-950\/55 {
  color: rgb(74 4 78 / 0.55);
}

.text-fuchsia-950\/60 {
  color: rgb(74 4 78 / 0.6);
}

.text-fuchsia-950\/65 {
  color: rgb(74 4 78 / 0.65);
}

.text-fuchsia-950\/70 {
  color: rgb(74 4 78 / 0.7);
}

.text-fuchsia-950\/75 {
  color: rgb(74 4 78 / 0.75);
}

.text-fuchsia-950\/80 {
  color: rgb(74 4 78 / 0.8);
}

.text-fuchsia-950\/85 {
  color: rgb(74 4 78 / 0.85);
}

.text-fuchsia-950\/90 {
  color: rgb(74 4 78 / 0.9);
}

.text-fuchsia-950\/95 {
  color: rgb(74 4 78 / 0.95);
}

.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}

.text-gray-100\/0 {
  color: rgb(243 244 246 / 0);
}

.text-gray-100\/10 {
  color: rgb(243 244 246 / 0.1);
}

.text-gray-100\/100 {
  color: rgb(243 244 246 / 1);
}

.text-gray-100\/15 {
  color: rgb(243 244 246 / 0.15);
}

.text-gray-100\/20 {
  color: rgb(243 244 246 / 0.2);
}

.text-gray-100\/25 {
  color: rgb(243 244 246 / 0.25);
}

.text-gray-100\/30 {
  color: rgb(243 244 246 / 0.3);
}

.text-gray-100\/35 {
  color: rgb(243 244 246 / 0.35);
}

.text-gray-100\/40 {
  color: rgb(243 244 246 / 0.4);
}

.text-gray-100\/45 {
  color: rgb(243 244 246 / 0.45);
}

.text-gray-100\/5 {
  color: rgb(243 244 246 / 0.05);
}

.text-gray-100\/50 {
  color: rgb(243 244 246 / 0.5);
}

.text-gray-100\/55 {
  color: rgb(243 244 246 / 0.55);
}

.text-gray-100\/60 {
  color: rgb(243 244 246 / 0.6);
}

.text-gray-100\/65 {
  color: rgb(243 244 246 / 0.65);
}

.text-gray-100\/70 {
  color: rgb(243 244 246 / 0.7);
}

.text-gray-100\/75 {
  color: rgb(243 244 246 / 0.75);
}

.text-gray-100\/80 {
  color: rgb(243 244 246 / 0.8);
}

.text-gray-100\/85 {
  color: rgb(243 244 246 / 0.85);
}

.text-gray-100\/90 {
  color: rgb(243 244 246 / 0.9);
}

.text-gray-100\/95 {
  color: rgb(243 244 246 / 0.95);
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

.text-gray-200\/0 {
  color: rgb(229 231 235 / 0);
}

.text-gray-200\/10 {
  color: rgb(229 231 235 / 0.1);
}

.text-gray-200\/100 {
  color: rgb(229 231 235 / 1);
}

.text-gray-200\/15 {
  color: rgb(229 231 235 / 0.15);
}

.text-gray-200\/20 {
  color: rgb(229 231 235 / 0.2);
}

.text-gray-200\/25 {
  color: rgb(229 231 235 / 0.25);
}

.text-gray-200\/30 {
  color: rgb(229 231 235 / 0.3);
}

.text-gray-200\/35 {
  color: rgb(229 231 235 / 0.35);
}

.text-gray-200\/40 {
  color: rgb(229 231 235 / 0.4);
}

.text-gray-200\/45 {
  color: rgb(229 231 235 / 0.45);
}

.text-gray-200\/5 {
  color: rgb(229 231 235 / 0.05);
}

.text-gray-200\/50 {
  color: rgb(229 231 235 / 0.5);
}

.text-gray-200\/55 {
  color: rgb(229 231 235 / 0.55);
}

.text-gray-200\/60 {
  color: rgb(229 231 235 / 0.6);
}

.text-gray-200\/65 {
  color: rgb(229 231 235 / 0.65);
}

.text-gray-200\/70 {
  color: rgb(229 231 235 / 0.7);
}

.text-gray-200\/75 {
  color: rgb(229 231 235 / 0.75);
}

.text-gray-200\/80 {
  color: rgb(229 231 235 / 0.8);
}

.text-gray-200\/85 {
  color: rgb(229 231 235 / 0.85);
}

.text-gray-200\/90 {
  color: rgb(229 231 235 / 0.9);
}

.text-gray-200\/95 {
  color: rgb(229 231 235 / 0.95);
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-gray-300\/0 {
  color: rgb(209 213 219 / 0);
}

.text-gray-300\/10 {
  color: rgb(209 213 219 / 0.1);
}

.text-gray-300\/100 {
  color: rgb(209 213 219 / 1);
}

.text-gray-300\/15 {
  color: rgb(209 213 219 / 0.15);
}

.text-gray-300\/20 {
  color: rgb(209 213 219 / 0.2);
}

.text-gray-300\/25 {
  color: rgb(209 213 219 / 0.25);
}

.text-gray-300\/30 {
  color: rgb(209 213 219 / 0.3);
}

.text-gray-300\/35 {
  color: rgb(209 213 219 / 0.35);
}

.text-gray-300\/40 {
  color: rgb(209 213 219 / 0.4);
}

.text-gray-300\/45 {
  color: rgb(209 213 219 / 0.45);
}

.text-gray-300\/5 {
  color: rgb(209 213 219 / 0.05);
}

.text-gray-300\/50 {
  color: rgb(209 213 219 / 0.5);
}

.text-gray-300\/55 {
  color: rgb(209 213 219 / 0.55);
}

.text-gray-300\/60 {
  color: rgb(209 213 219 / 0.6);
}

.text-gray-300\/65 {
  color: rgb(209 213 219 / 0.65);
}

.text-gray-300\/70 {
  color: rgb(209 213 219 / 0.7);
}

.text-gray-300\/75 {
  color: rgb(209 213 219 / 0.75);
}

.text-gray-300\/80 {
  color: rgb(209 213 219 / 0.8);
}

.text-gray-300\/85 {
  color: rgb(209 213 219 / 0.85);
}

.text-gray-300\/90 {
  color: rgb(209 213 219 / 0.9);
}

.text-gray-300\/95 {
  color: rgb(209 213 219 / 0.95);
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-400\/0 {
  color: rgb(156 163 175 / 0);
}

.text-gray-400\/10 {
  color: rgb(156 163 175 / 0.1);
}

.text-gray-400\/100 {
  color: rgb(156 163 175 / 1);
}

.text-gray-400\/15 {
  color: rgb(156 163 175 / 0.15);
}

.text-gray-400\/20 {
  color: rgb(156 163 175 / 0.2);
}

.text-gray-400\/25 {
  color: rgb(156 163 175 / 0.25);
}

.text-gray-400\/30 {
  color: rgb(156 163 175 / 0.3);
}

.text-gray-400\/35 {
  color: rgb(156 163 175 / 0.35);
}

.text-gray-400\/40 {
  color: rgb(156 163 175 / 0.4);
}

.text-gray-400\/45 {
  color: rgb(156 163 175 / 0.45);
}

.text-gray-400\/5 {
  color: rgb(156 163 175 / 0.05);
}

.text-gray-400\/50 {
  color: rgb(156 163 175 / 0.5);
}

.text-gray-400\/55 {
  color: rgb(156 163 175 / 0.55);
}

.text-gray-400\/60 {
  color: rgb(156 163 175 / 0.6);
}

.text-gray-400\/65 {
  color: rgb(156 163 175 / 0.65);
}

.text-gray-400\/70 {
  color: rgb(156 163 175 / 0.7);
}

.text-gray-400\/75 {
  color: rgb(156 163 175 / 0.75);
}

.text-gray-400\/80 {
  color: rgb(156 163 175 / 0.8);
}

.text-gray-400\/85 {
  color: rgb(156 163 175 / 0.85);
}

.text-gray-400\/90 {
  color: rgb(156 163 175 / 0.9);
}

.text-gray-400\/95 {
  color: rgb(156 163 175 / 0.95);
}

.text-gray-50 {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}

.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, 1));
}

.text-gray-500\/0 {
  color: rgb(107 114 128 / 0);
}

.text-gray-500\/10 {
  color: rgb(107 114 128 / 0.1);
}

.text-gray-500\/100 {
  color: rgb(107 114 128 / 1);
}

.text-gray-500\/15 {
  color: rgb(107 114 128 / 0.15);
}

.text-gray-500\/20 {
  color: rgb(107 114 128 / 0.2);
}

.text-gray-500\/25 {
  color: rgb(107 114 128 / 0.25);
}

.text-gray-500\/30 {
  color: rgb(107 114 128 / 0.3);
}

.text-gray-500\/35 {
  color: rgb(107 114 128 / 0.35);
}

.text-gray-500\/40 {
  color: rgb(107 114 128 / 0.4);
}

.text-gray-500\/45 {
  color: rgb(107 114 128 / 0.45);
}

.text-gray-500\/5 {
  color: rgb(107 114 128 / 0.05);
}

.text-gray-500\/50 {
  color: rgb(107 114 128 / 0.5);
}

.text-gray-500\/55 {
  color: rgb(107 114 128 / 0.55);
}

.text-gray-500\/60 {
  color: rgb(107 114 128 / 0.6);
}

.text-gray-500\/65 {
  color: rgb(107 114 128 / 0.65);
}

.text-gray-500\/70 {
  color: rgb(107 114 128 / 0.7);
}

.text-gray-500\/75 {
  color: rgb(107 114 128 / 0.75);
}

.text-gray-500\/80 {
  color: rgb(107 114 128 / 0.8);
}

.text-gray-500\/85 {
  color: rgb(107 114 128 / 0.85);
}

.text-gray-500\/90 {
  color: rgb(107 114 128 / 0.9);
}

.text-gray-500\/95 {
  color: rgb(107 114 128 / 0.95);
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-600\/0 {
  color: rgb(75 85 99 / 0);
}

.text-gray-600\/10 {
  color: rgb(75 85 99 / 0.1);
}

.text-gray-600\/100 {
  color: rgb(75 85 99 / 1);
}

.text-gray-600\/15 {
  color: rgb(75 85 99 / 0.15);
}

.text-gray-600\/20 {
  color: rgb(75 85 99 / 0.2);
}

.text-gray-600\/25 {
  color: rgb(75 85 99 / 0.25);
}

.text-gray-600\/30 {
  color: rgb(75 85 99 / 0.3);
}

.text-gray-600\/35 {
  color: rgb(75 85 99 / 0.35);
}

.text-gray-600\/40 {
  color: rgb(75 85 99 / 0.4);
}

.text-gray-600\/45 {
  color: rgb(75 85 99 / 0.45);
}

.text-gray-600\/5 {
  color: rgb(75 85 99 / 0.05);
}

.text-gray-600\/50 {
  color: rgb(75 85 99 / 0.5);
}

.text-gray-600\/55 {
  color: rgb(75 85 99 / 0.55);
}

.text-gray-600\/60 {
  color: rgb(75 85 99 / 0.6);
}

.text-gray-600\/65 {
  color: rgb(75 85 99 / 0.65);
}

.text-gray-600\/70 {
  color: rgb(75 85 99 / 0.7);
}

.text-gray-600\/75 {
  color: rgb(75 85 99 / 0.75);
}

.text-gray-600\/80 {
  color: rgb(75 85 99 / 0.8);
}

.text-gray-600\/85 {
  color: rgb(75 85 99 / 0.85);
}

.text-gray-600\/90 {
  color: rgb(75 85 99 / 0.9);
}

.text-gray-600\/95 {
  color: rgb(75 85 99 / 0.95);
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-700\/0 {
  color: rgb(55 65 81 / 0);
}

.text-gray-700\/10 {
  color: rgb(55 65 81 / 0.1);
}

.text-gray-700\/100 {
  color: rgb(55 65 81 / 1);
}

.text-gray-700\/15 {
  color: rgb(55 65 81 / 0.15);
}

.text-gray-700\/20 {
  color: rgb(55 65 81 / 0.2);
}

.text-gray-700\/25 {
  color: rgb(55 65 81 / 0.25);
}

.text-gray-700\/30 {
  color: rgb(55 65 81 / 0.3);
}

.text-gray-700\/35 {
  color: rgb(55 65 81 / 0.35);
}

.text-gray-700\/40 {
  color: rgb(55 65 81 / 0.4);
}

.text-gray-700\/45 {
  color: rgb(55 65 81 / 0.45);
}

.text-gray-700\/5 {
  color: rgb(55 65 81 / 0.05);
}

.text-gray-700\/50 {
  color: rgb(55 65 81 / 0.5);
}

.text-gray-700\/55 {
  color: rgb(55 65 81 / 0.55);
}

.text-gray-700\/60 {
  color: rgb(55 65 81 / 0.6);
}

.text-gray-700\/65 {
  color: rgb(55 65 81 / 0.65);
}

.text-gray-700\/70 {
  color: rgb(55 65 81 / 0.7);
}

.text-gray-700\/75 {
  color: rgb(55 65 81 / 0.75);
}

.text-gray-700\/80 {
  color: rgb(55 65 81 / 0.8);
}

.text-gray-700\/85 {
  color: rgb(55 65 81 / 0.85);
}

.text-gray-700\/90 {
  color: rgb(55 65 81 / 0.9);
}

.text-gray-700\/95 {
  color: rgb(55 65 81 / 0.95);
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-gray-800\/0 {
  color: rgb(31 41 55 / 0);
}

.text-gray-800\/10 {
  color: rgb(31 41 55 / 0.1);
}

.text-gray-800\/100 {
  color: rgb(31 41 55 / 1);
}

.text-gray-800\/15 {
  color: rgb(31 41 55 / 0.15);
}

.text-gray-800\/20 {
  color: rgb(31 41 55 / 0.2);
}

.text-gray-800\/25 {
  color: rgb(31 41 55 / 0.25);
}

.text-gray-800\/30 {
  color: rgb(31 41 55 / 0.3);
}

.text-gray-800\/35 {
  color: rgb(31 41 55 / 0.35);
}

.text-gray-800\/40 {
  color: rgb(31 41 55 / 0.4);
}

.text-gray-800\/45 {
  color: rgb(31 41 55 / 0.45);
}

.text-gray-800\/5 {
  color: rgb(31 41 55 / 0.05);
}

.text-gray-800\/50 {
  color: rgb(31 41 55 / 0.5);
}

.text-gray-800\/55 {
  color: rgb(31 41 55 / 0.55);
}

.text-gray-800\/60 {
  color: rgb(31 41 55 / 0.6);
}

.text-gray-800\/65 {
  color: rgb(31 41 55 / 0.65);
}

.text-gray-800\/70 {
  color: rgb(31 41 55 / 0.7);
}

.text-gray-800\/75 {
  color: rgb(31 41 55 / 0.75);
}

.text-gray-800\/80 {
  color: rgb(31 41 55 / 0.8);
}

.text-gray-800\/85 {
  color: rgb(31 41 55 / 0.85);
}

.text-gray-800\/90 {
  color: rgb(31 41 55 / 0.9);
}

.text-gray-800\/95 {
  color: rgb(31 41 55 / 0.95);
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-gray-900\/0 {
  color: rgb(17 24 39 / 0);
}

.text-gray-900\/10 {
  color: rgb(17 24 39 / 0.1);
}

.text-gray-900\/100 {
  color: rgb(17 24 39 / 1);
}

.text-gray-900\/15 {
  color: rgb(17 24 39 / 0.15);
}

.text-gray-900\/20 {
  color: rgb(17 24 39 / 0.2);
}

.text-gray-900\/25 {
  color: rgb(17 24 39 / 0.25);
}

.text-gray-900\/30 {
  color: rgb(17 24 39 / 0.3);
}

.text-gray-900\/35 {
  color: rgb(17 24 39 / 0.35);
}

.text-gray-900\/40 {
  color: rgb(17 24 39 / 0.4);
}

.text-gray-900\/45 {
  color: rgb(17 24 39 / 0.45);
}

.text-gray-900\/5 {
  color: rgb(17 24 39 / 0.05);
}

.text-gray-900\/50 {
  color: rgb(17 24 39 / 0.5);
}

.text-gray-900\/55 {
  color: rgb(17 24 39 / 0.55);
}

.text-gray-900\/60 {
  color: rgb(17 24 39 / 0.6);
}

.text-gray-900\/65 {
  color: rgb(17 24 39 / 0.65);
}

.text-gray-900\/70 {
  color: rgb(17 24 39 / 0.7);
}

.text-gray-900\/75 {
  color: rgb(17 24 39 / 0.75);
}

.text-gray-900\/80 {
  color: rgb(17 24 39 / 0.8);
}

.text-gray-900\/85 {
  color: rgb(17 24 39 / 0.85);
}

.text-gray-900\/90 {
  color: rgb(17 24 39 / 0.9);
}

.text-gray-900\/95 {
  color: rgb(17 24 39 / 0.95);
}

.text-gray-950 {
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity, 1));
}

.text-gray-950\/0 {
  color: rgb(3 7 18 / 0);
}

.text-gray-950\/10 {
  color: rgb(3 7 18 / 0.1);
}

.text-gray-950\/100 {
  color: rgb(3 7 18 / 1);
}

.text-gray-950\/15 {
  color: rgb(3 7 18 / 0.15);
}

.text-gray-950\/20 {
  color: rgb(3 7 18 / 0.2);
}

.text-gray-950\/25 {
  color: rgb(3 7 18 / 0.25);
}

.text-gray-950\/30 {
  color: rgb(3 7 18 / 0.3);
}

.text-gray-950\/35 {
  color: rgb(3 7 18 / 0.35);
}

.text-gray-950\/40 {
  color: rgb(3 7 18 / 0.4);
}

.text-gray-950\/45 {
  color: rgb(3 7 18 / 0.45);
}

.text-gray-950\/5 {
  color: rgb(3 7 18 / 0.05);
}

.text-gray-950\/50 {
  color: rgb(3 7 18 / 0.5);
}

.text-gray-950\/55 {
  color: rgb(3 7 18 / 0.55);
}

.text-gray-950\/60 {
  color: rgb(3 7 18 / 0.6);
}

.text-gray-950\/65 {
  color: rgb(3 7 18 / 0.65);
}

.text-gray-950\/70 {
  color: rgb(3 7 18 / 0.7);
}

.text-gray-950\/75 {
  color: rgb(3 7 18 / 0.75);
}

.text-gray-950\/80 {
  color: rgb(3 7 18 / 0.8);
}

.text-gray-950\/85 {
  color: rgb(3 7 18 / 0.85);
}

.text-gray-950\/90 {
  color: rgb(3 7 18 / 0.9);
}

.text-gray-950\/95 {
  color: rgb(3 7 18 / 0.95);
}

.text-green-100 {
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity, 1));
}

.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, 1));
}

.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, 1));
}

.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, 1));
}

.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, 1));
}

.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(34 197 94 / var(--tw-text-opacity, 1));
}

.text-green-500\/0 {
  color: rgb(34 197 94 / 0);
}

.text-green-500\/10 {
  color: rgb(34 197 94 / 0.1);
}

.text-green-500\/100 {
  color: rgb(34 197 94 / 1);
}

.text-green-500\/15 {
  color: rgb(34 197 94 / 0.15);
}

.text-green-500\/20 {
  color: rgb(34 197 94 / 0.2);
}

.text-green-500\/25 {
  color: rgb(34 197 94 / 0.25);
}

.text-green-500\/30 {
  color: rgb(34 197 94 / 0.3);
}

.text-green-500\/35 {
  color: rgb(34 197 94 / 0.35);
}

.text-green-500\/40 {
  color: rgb(34 197 94 / 0.4);
}

.text-green-500\/45 {
  color: rgb(34 197 94 / 0.45);
}

.text-green-500\/5 {
  color: rgb(34 197 94 / 0.05);
}

.text-green-500\/50 {
  color: rgb(34 197 94 / 0.5);
}

.text-green-500\/55 {
  color: rgb(34 197 94 / 0.55);
}

.text-green-500\/60 {
  color: rgb(34 197 94 / 0.6);
}

.text-green-500\/65 {
  color: rgb(34 197 94 / 0.65);
}

.text-green-500\/70 {
  color: rgb(34 197 94 / 0.7);
}

.text-green-500\/75 {
  color: rgb(34 197 94 / 0.75);
}

.text-green-500\/80 {
  color: rgb(34 197 94 / 0.8);
}

.text-green-500\/85 {
  color: rgb(34 197 94 / 0.85);
}

.text-green-500\/90 {
  color: rgb(34 197 94 / 0.9);
}

.text-green-500\/95 {
  color: rgb(34 197 94 / 0.95);
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.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(21 128 61 / var(--tw-text-opacity, 1));
}

.text-green-700\/0 {
  color: rgb(21 128 61 / 0);
}

.text-green-700\/10 {
  color: rgb(21 128 61 / 0.1);
}

.text-green-700\/100 {
  color: rgb(21 128 61 / 1);
}

.text-green-700\/15 {
  color: rgb(21 128 61 / 0.15);
}

.text-green-700\/20 {
  color: rgb(21 128 61 / 0.2);
}

.text-green-700\/25 {
  color: rgb(21 128 61 / 0.25);
}

.text-green-700\/30 {
  color: rgb(21 128 61 / 0.3);
}

.text-green-700\/35 {
  color: rgb(21 128 61 / 0.35);
}

.text-green-700\/40 {
  color: rgb(21 128 61 / 0.4);
}

.text-green-700\/45 {
  color: rgb(21 128 61 / 0.45);
}

.text-green-700\/5 {
  color: rgb(21 128 61 / 0.05);
}

.text-green-700\/50 {
  color: rgb(21 128 61 / 0.5);
}

.text-green-700\/55 {
  color: rgb(21 128 61 / 0.55);
}

.text-green-700\/60 {
  color: rgb(21 128 61 / 0.6);
}

.text-green-700\/65 {
  color: rgb(21 128 61 / 0.65);
}

.text-green-700\/70 {
  color: rgb(21 128 61 / 0.7);
}

.text-green-700\/75 {
  color: rgb(21 128 61 / 0.75);
}

.text-green-700\/80 {
  color: rgb(21 128 61 / 0.8);
}

.text-green-700\/85 {
  color: rgb(21 128 61 / 0.85);
}

.text-green-700\/90 {
  color: rgb(21 128 61 / 0.9);
}

.text-green-700\/95 {
  color: rgb(21 128 61 / 0.95);
}

.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.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(20 83 45 / var(--tw-text-opacity, 1));
}

.text-green-900\/0 {
  color: rgb(20 83 45 / 0);
}

.text-green-900\/10 {
  color: rgb(20 83 45 / 0.1);
}

.text-green-900\/100 {
  color: rgb(20 83 45 / 1);
}

.text-green-900\/15 {
  color: rgb(20 83 45 / 0.15);
}

.text-green-900\/20 {
  color: rgb(20 83 45 / 0.2);
}

.text-green-900\/25 {
  color: rgb(20 83 45 / 0.25);
}

.text-green-900\/30 {
  color: rgb(20 83 45 / 0.3);
}

.text-green-900\/35 {
  color: rgb(20 83 45 / 0.35);
}

.text-green-900\/40 {
  color: rgb(20 83 45 / 0.4);
}

.text-green-900\/45 {
  color: rgb(20 83 45 / 0.45);
}

.text-green-900\/5 {
  color: rgb(20 83 45 / 0.05);
}

.text-green-900\/50 {
  color: rgb(20 83 45 / 0.5);
}

.text-green-900\/55 {
  color: rgb(20 83 45 / 0.55);
}

.text-green-900\/60 {
  color: rgb(20 83 45 / 0.6);
}

.text-green-900\/65 {
  color: rgb(20 83 45 / 0.65);
}

.text-green-900\/70 {
  color: rgb(20 83 45 / 0.7);
}

.text-green-900\/75 {
  color: rgb(20 83 45 / 0.75);
}

.text-green-900\/80 {
  color: rgb(20 83 45 / 0.8);
}

.text-green-900\/85 {
  color: rgb(20 83 45 / 0.85);
}

.text-green-900\/90 {
  color: rgb(20 83 45 / 0.9);
}

.text-green-900\/95 {
  color: rgb(20 83 45 / 0.95);
}

.text-green-950 {
  --tw-text-opacity: 1;
  color: rgb(5 46 22 / var(--tw-text-opacity, 1));
}

.text-green-950\/0 {
  color: rgb(5 46 22 / 0);
}

.text-green-950\/10 {
  color: rgb(5 46 22 / 0.1);
}

.text-green-950\/100 {
  color: rgb(5 46 22 / 1);
}

.text-green-950\/15 {
  color: rgb(5 46 22 / 0.15);
}

.text-green-950\/20 {
  color: rgb(5 46 22 / 0.2);
}

.text-green-950\/25 {
  color: rgb(5 46 22 / 0.25);
}

.text-green-950\/30 {
  color: rgb(5 46 22 / 0.3);
}

.text-green-950\/35 {
  color: rgb(5 46 22 / 0.35);
}

.text-green-950\/40 {
  color: rgb(5 46 22 / 0.4);
}

.text-green-950\/45 {
  color: rgb(5 46 22 / 0.45);
}

.text-green-950\/5 {
  color: rgb(5 46 22 / 0.05);
}

.text-green-950\/50 {
  color: rgb(5 46 22 / 0.5);
}

.text-green-950\/55 {
  color: rgb(5 46 22 / 0.55);
}

.text-green-950\/60 {
  color: rgb(5 46 22 / 0.6);
}

.text-green-950\/65 {
  color: rgb(5 46 22 / 0.65);
}

.text-green-950\/70 {
  color: rgb(5 46 22 / 0.7);
}

.text-green-950\/75 {
  color: rgb(5 46 22 / 0.75);
}

.text-green-950\/80 {
  color: rgb(5 46 22 / 0.8);
}

.text-green-950\/85 {
  color: rgb(5 46 22 / 0.85);
}

.text-green-950\/90 {
  color: rgb(5 46 22 / 0.9);
}

.text-green-950\/95 {
  color: rgb(5 46 22 / 0.95);
}

.text-indigo-100 {
  --tw-text-opacity: 1;
  color: rgb(224 231 255 / var(--tw-text-opacity, 1));
}

.text-indigo-100\/0 {
  color: rgb(224 231 255 / 0);
}

.text-indigo-100\/10 {
  color: rgb(224 231 255 / 0.1);
}

.text-indigo-100\/100 {
  color: rgb(224 231 255 / 1);
}

.text-indigo-100\/15 {
  color: rgb(224 231 255 / 0.15);
}

.text-indigo-100\/20 {
  color: rgb(224 231 255 / 0.2);
}

.text-indigo-100\/25 {
  color: rgb(224 231 255 / 0.25);
}

.text-indigo-100\/30 {
  color: rgb(224 231 255 / 0.3);
}

.text-indigo-100\/35 {
  color: rgb(224 231 255 / 0.35);
}

.text-indigo-100\/40 {
  color: rgb(224 231 255 / 0.4);
}

.text-indigo-100\/45 {
  color: rgb(224 231 255 / 0.45);
}

.text-indigo-100\/5 {
  color: rgb(224 231 255 / 0.05);
}

.text-indigo-100\/50 {
  color: rgb(224 231 255 / 0.5);
}

.text-indigo-100\/55 {
  color: rgb(224 231 255 / 0.55);
}

.text-indigo-100\/60 {
  color: rgb(224 231 255 / 0.6);
}

.text-indigo-100\/65 {
  color: rgb(224 231 255 / 0.65);
}

.text-indigo-100\/70 {
  color: rgb(224 231 255 / 0.7);
}

.text-indigo-100\/75 {
  color: rgb(224 231 255 / 0.75);
}

.text-indigo-100\/80 {
  color: rgb(224 231 255 / 0.8);
}

.text-indigo-100\/85 {
  color: rgb(224 231 255 / 0.85);
}

.text-indigo-100\/90 {
  color: rgb(224 231 255 / 0.9);
}

.text-indigo-100\/95 {
  color: rgb(224 231 255 / 0.95);
}

.text-indigo-200 {
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity, 1));
}

.text-indigo-200\/0 {
  color: rgb(199 210 254 / 0);
}

.text-indigo-200\/10 {
  color: rgb(199 210 254 / 0.1);
}

.text-indigo-200\/100 {
  color: rgb(199 210 254 / 1);
}

.text-indigo-200\/15 {
  color: rgb(199 210 254 / 0.15);
}

.text-indigo-200\/20 {
  color: rgb(199 210 254 / 0.2);
}

.text-indigo-200\/25 {
  color: rgb(199 210 254 / 0.25);
}

.text-indigo-200\/30 {
  color: rgb(199 210 254 / 0.3);
}

.text-indigo-200\/35 {
  color: rgb(199 210 254 / 0.35);
}

.text-indigo-200\/40 {
  color: rgb(199 210 254 / 0.4);
}

.text-indigo-200\/45 {
  color: rgb(199 210 254 / 0.45);
}

.text-indigo-200\/5 {
  color: rgb(199 210 254 / 0.05);
}

.text-indigo-200\/50 {
  color: rgb(199 210 254 / 0.5);
}

.text-indigo-200\/55 {
  color: rgb(199 210 254 / 0.55);
}

.text-indigo-200\/60 {
  color: rgb(199 210 254 / 0.6);
}

.text-indigo-200\/65 {
  color: rgb(199 210 254 / 0.65);
}

.text-indigo-200\/70 {
  color: rgb(199 210 254 / 0.7);
}

.text-indigo-200\/75 {
  color: rgb(199 210 254 / 0.75);
}

.text-indigo-200\/80 {
  color: rgb(199 210 254 / 0.8);
}

.text-indigo-200\/85 {
  color: rgb(199 210 254 / 0.85);
}

.text-indigo-200\/90 {
  color: rgb(199 210 254 / 0.9);
}

.text-indigo-200\/95 {
  color: rgb(199 210 254 / 0.95);
}

.text-indigo-300 {
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity, 1));
}

.text-indigo-300\/0 {
  color: rgb(165 180 252 / 0);
}

.text-indigo-300\/10 {
  color: rgb(165 180 252 / 0.1);
}

.text-indigo-300\/100 {
  color: rgb(165 180 252 / 1);
}

.text-indigo-300\/15 {
  color: rgb(165 180 252 / 0.15);
}

.text-indigo-300\/20 {
  color: rgb(165 180 252 / 0.2);
}

.text-indigo-300\/25 {
  color: rgb(165 180 252 / 0.25);
}

.text-indigo-300\/30 {
  color: rgb(165 180 252 / 0.3);
}

.text-indigo-300\/35 {
  color: rgb(165 180 252 / 0.35);
}

.text-indigo-300\/40 {
  color: rgb(165 180 252 / 0.4);
}

.text-indigo-300\/45 {
  color: rgb(165 180 252 / 0.45);
}

.text-indigo-300\/5 {
  color: rgb(165 180 252 / 0.05);
}

.text-indigo-300\/50 {
  color: rgb(165 180 252 / 0.5);
}

.text-indigo-300\/55 {
  color: rgb(165 180 252 / 0.55);
}

.text-indigo-300\/60 {
  color: rgb(165 180 252 / 0.6);
}

.text-indigo-300\/65 {
  color: rgb(165 180 252 / 0.65);
}

.text-indigo-300\/70 {
  color: rgb(165 180 252 / 0.7);
}

.text-indigo-300\/75 {
  color: rgb(165 180 252 / 0.75);
}

.text-indigo-300\/80 {
  color: rgb(165 180 252 / 0.8);
}

.text-indigo-300\/85 {
  color: rgb(165 180 252 / 0.85);
}

.text-indigo-300\/90 {
  color: rgb(165 180 252 / 0.9);
}

.text-indigo-300\/95 {
  color: rgb(165 180 252 / 0.95);
}

.text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}

.text-indigo-400\/0 {
  color: rgb(129 140 248 / 0);
}

.text-indigo-400\/10 {
  color: rgb(129 140 248 / 0.1);
}

.text-indigo-400\/100 {
  color: rgb(129 140 248 / 1);
}

.text-indigo-400\/15 {
  color: rgb(129 140 248 / 0.15);
}

.text-indigo-400\/20 {
  color: rgb(129 140 248 / 0.2);
}

.text-indigo-400\/25 {
  color: rgb(129 140 248 / 0.25);
}

.text-indigo-400\/30 {
  color: rgb(129 140 248 / 0.3);
}

.text-indigo-400\/35 {
  color: rgb(129 140 248 / 0.35);
}

.text-indigo-400\/40 {
  color: rgb(129 140 248 / 0.4);
}

.text-indigo-400\/45 {
  color: rgb(129 140 248 / 0.45);
}

.text-indigo-400\/5 {
  color: rgb(129 140 248 / 0.05);
}

.text-indigo-400\/50 {
  color: rgb(129 140 248 / 0.5);
}

.text-indigo-400\/55 {
  color: rgb(129 140 248 / 0.55);
}

.text-indigo-400\/60 {
  color: rgb(129 140 248 / 0.6);
}

.text-indigo-400\/65 {
  color: rgb(129 140 248 / 0.65);
}

.text-indigo-400\/70 {
  color: rgb(129 140 248 / 0.7);
}

.text-indigo-400\/75 {
  color: rgb(129 140 248 / 0.75);
}

.text-indigo-400\/80 {
  color: rgb(129 140 248 / 0.8);
}

.text-indigo-400\/85 {
  color: rgb(129 140 248 / 0.85);
}

.text-indigo-400\/90 {
  color: rgb(129 140 248 / 0.9);
}

.text-indigo-400\/95 {
  color: rgb(129 140 248 / 0.95);
}

.text-indigo-50 {
  --tw-text-opacity: 1;
  color: rgb(238 242 255 / var(--tw-text-opacity, 1));
}

.text-indigo-50\/0 {
  color: rgb(238 242 255 / 0);
}

.text-indigo-50\/10 {
  color: rgb(238 242 255 / 0.1);
}

.text-indigo-50\/100 {
  color: rgb(238 242 255 / 1);
}

.text-indigo-50\/15 {
  color: rgb(238 242 255 / 0.15);
}

.text-indigo-50\/20 {
  color: rgb(238 242 255 / 0.2);
}

.text-indigo-50\/25 {
  color: rgb(238 242 255 / 0.25);
}

.text-indigo-50\/30 {
  color: rgb(238 242 255 / 0.3);
}

.text-indigo-50\/35 {
  color: rgb(238 242 255 / 0.35);
}

.text-indigo-50\/40 {
  color: rgb(238 242 255 / 0.4);
}

.text-indigo-50\/45 {
  color: rgb(238 242 255 / 0.45);
}

.text-indigo-50\/5 {
  color: rgb(238 242 255 / 0.05);
}

.text-indigo-50\/50 {
  color: rgb(238 242 255 / 0.5);
}

.text-indigo-50\/55 {
  color: rgb(238 242 255 / 0.55);
}

.text-indigo-50\/60 {
  color: rgb(238 242 255 / 0.6);
}

.text-indigo-50\/65 {
  color: rgb(238 242 255 / 0.65);
}

.text-indigo-50\/70 {
  color: rgb(238 242 255 / 0.7);
}

.text-indigo-50\/75 {
  color: rgb(238 242 255 / 0.75);
}

.text-indigo-50\/80 {
  color: rgb(238 242 255 / 0.8);
}

.text-indigo-50\/85 {
  color: rgb(238 242 255 / 0.85);
}

.text-indigo-50\/90 {
  color: rgb(238 242 255 / 0.9);
}

.text-indigo-50\/95 {
  color: rgb(238 242 255 / 0.95);
}

.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}

.text-indigo-500\/0 {
  color: rgb(99 102 241 / 0);
}

.text-indigo-500\/10 {
  color: rgb(99 102 241 / 0.1);
}

.text-indigo-500\/100 {
  color: rgb(99 102 241 / 1);
}

.text-indigo-500\/15 {
  color: rgb(99 102 241 / 0.15);
}

.text-indigo-500\/20 {
  color: rgb(99 102 241 / 0.2);
}

.text-indigo-500\/25 {
  color: rgb(99 102 241 / 0.25);
}

.text-indigo-500\/30 {
  color: rgb(99 102 241 / 0.3);
}

.text-indigo-500\/35 {
  color: rgb(99 102 241 / 0.35);
}

.text-indigo-500\/40 {
  color: rgb(99 102 241 / 0.4);
}

.text-indigo-500\/45 {
  color: rgb(99 102 241 / 0.45);
}

.text-indigo-500\/5 {
  color: rgb(99 102 241 / 0.05);
}

.text-indigo-500\/50 {
  color: rgb(99 102 241 / 0.5);
}

.text-indigo-500\/55 {
  color: rgb(99 102 241 / 0.55);
}

.text-indigo-500\/60 {
  color: rgb(99 102 241 / 0.6);
}

.text-indigo-500\/65 {
  color: rgb(99 102 241 / 0.65);
}

.text-indigo-500\/70 {
  color: rgb(99 102 241 / 0.7);
}

.text-indigo-500\/75 {
  color: rgb(99 102 241 / 0.75);
}

.text-indigo-500\/80 {
  color: rgb(99 102 241 / 0.8);
}

.text-indigo-500\/85 {
  color: rgb(99 102 241 / 0.85);
}

.text-indigo-500\/90 {
  color: rgb(99 102 241 / 0.9);
}

.text-indigo-500\/95 {
  color: rgb(99 102 241 / 0.95);
}

.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}

.text-indigo-600\/0 {
  color: rgb(79 70 229 / 0);
}

.text-indigo-600\/10 {
  color: rgb(79 70 229 / 0.1);
}

.text-indigo-600\/100 {
  color: rgb(79 70 229 / 1);
}

.text-indigo-600\/15 {
  color: rgb(79 70 229 / 0.15);
}

.text-indigo-600\/20 {
  color: rgb(79 70 229 / 0.2);
}

.text-indigo-600\/25 {
  color: rgb(79 70 229 / 0.25);
}

.text-indigo-600\/30 {
  color: rgb(79 70 229 / 0.3);
}

.text-indigo-600\/35 {
  color: rgb(79 70 229 / 0.35);
}

.text-indigo-600\/40 {
  color: rgb(79 70 229 / 0.4);
}

.text-indigo-600\/45 {
  color: rgb(79 70 229 / 0.45);
}

.text-indigo-600\/5 {
  color: rgb(79 70 229 / 0.05);
}

.text-indigo-600\/50 {
  color: rgb(79 70 229 / 0.5);
}

.text-indigo-600\/55 {
  color: rgb(79 70 229 / 0.55);
}

.text-indigo-600\/60 {
  color: rgb(79 70 229 / 0.6);
}

.text-indigo-600\/65 {
  color: rgb(79 70 229 / 0.65);
}

.text-indigo-600\/70 {
  color: rgb(79 70 229 / 0.7);
}

.text-indigo-600\/75 {
  color: rgb(79 70 229 / 0.75);
}

.text-indigo-600\/80 {
  color: rgb(79 70 229 / 0.8);
}

.text-indigo-600\/85 {
  color: rgb(79 70 229 / 0.85);
}

.text-indigo-600\/90 {
  color: rgb(79 70 229 / 0.9);
}

.text-indigo-600\/95 {
  color: rgb(79 70 229 / 0.95);
}

.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}

.text-indigo-700\/0 {
  color: rgb(67 56 202 / 0);
}

.text-indigo-700\/10 {
  color: rgb(67 56 202 / 0.1);
}

.text-indigo-700\/100 {
  color: rgb(67 56 202 / 1);
}

.text-indigo-700\/15 {
  color: rgb(67 56 202 / 0.15);
}

.text-indigo-700\/20 {
  color: rgb(67 56 202 / 0.2);
}

.text-indigo-700\/25 {
  color: rgb(67 56 202 / 0.25);
}

.text-indigo-700\/30 {
  color: rgb(67 56 202 / 0.3);
}

.text-indigo-700\/35 {
  color: rgb(67 56 202 / 0.35);
}

.text-indigo-700\/40 {
  color: rgb(67 56 202 / 0.4);
}

.text-indigo-700\/45 {
  color: rgb(67 56 202 / 0.45);
}

.text-indigo-700\/5 {
  color: rgb(67 56 202 / 0.05);
}

.text-indigo-700\/50 {
  color: rgb(67 56 202 / 0.5);
}

.text-indigo-700\/55 {
  color: rgb(67 56 202 / 0.55);
}

.text-indigo-700\/60 {
  color: rgb(67 56 202 / 0.6);
}

.text-indigo-700\/65 {
  color: rgb(67 56 202 / 0.65);
}

.text-indigo-700\/70 {
  color: rgb(67 56 202 / 0.7);
}

.text-indigo-700\/75 {
  color: rgb(67 56 202 / 0.75);
}

.text-indigo-700\/80 {
  color: rgb(67 56 202 / 0.8);
}

.text-indigo-700\/85 {
  color: rgb(67 56 202 / 0.85);
}

.text-indigo-700\/90 {
  color: rgb(67 56 202 / 0.9);
}

.text-indigo-700\/95 {
  color: rgb(67 56 202 / 0.95);
}

.text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}

.text-indigo-800\/0 {
  color: rgb(55 48 163 / 0);
}

.text-indigo-800\/10 {
  color: rgb(55 48 163 / 0.1);
}

.text-indigo-800\/100 {
  color: rgb(55 48 163 / 1);
}

.text-indigo-800\/15 {
  color: rgb(55 48 163 / 0.15);
}

.text-indigo-800\/20 {
  color: rgb(55 48 163 / 0.2);
}

.text-indigo-800\/25 {
  color: rgb(55 48 163 / 0.25);
}

.text-indigo-800\/30 {
  color: rgb(55 48 163 / 0.3);
}

.text-indigo-800\/35 {
  color: rgb(55 48 163 / 0.35);
}

.text-indigo-800\/40 {
  color: rgb(55 48 163 / 0.4);
}

.text-indigo-800\/45 {
  color: rgb(55 48 163 / 0.45);
}

.text-indigo-800\/5 {
  color: rgb(55 48 163 / 0.05);
}

.text-indigo-800\/50 {
  color: rgb(55 48 163 / 0.5);
}

.text-indigo-800\/55 {
  color: rgb(55 48 163 / 0.55);
}

.text-indigo-800\/60 {
  color: rgb(55 48 163 / 0.6);
}

.text-indigo-800\/65 {
  color: rgb(55 48 163 / 0.65);
}

.text-indigo-800\/70 {
  color: rgb(55 48 163 / 0.7);
}

.text-indigo-800\/75 {
  color: rgb(55 48 163 / 0.75);
}

.text-indigo-800\/80 {
  color: rgb(55 48 163 / 0.8);
}

.text-indigo-800\/85 {
  color: rgb(55 48 163 / 0.85);
}

.text-indigo-800\/90 {
  color: rgb(55 48 163 / 0.9);
}

.text-indigo-800\/95 {
  color: rgb(55 48 163 / 0.95);
}

.text-indigo-900 {
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity, 1));
}

.text-indigo-900\/0 {
  color: rgb(49 46 129 / 0);
}

.text-indigo-900\/10 {
  color: rgb(49 46 129 / 0.1);
}

.text-indigo-900\/100 {
  color: rgb(49 46 129 / 1);
}

.text-indigo-900\/15 {
  color: rgb(49 46 129 / 0.15);
}

.text-indigo-900\/20 {
  color: rgb(49 46 129 / 0.2);
}

.text-indigo-900\/25 {
  color: rgb(49 46 129 / 0.25);
}

.text-indigo-900\/30 {
  color: rgb(49 46 129 / 0.3);
}

.text-indigo-900\/35 {
  color: rgb(49 46 129 / 0.35);
}

.text-indigo-900\/40 {
  color: rgb(49 46 129 / 0.4);
}

.text-indigo-900\/45 {
  color: rgb(49 46 129 / 0.45);
}

.text-indigo-900\/5 {
  color: rgb(49 46 129 / 0.05);
}

.text-indigo-900\/50 {
  color: rgb(49 46 129 / 0.5);
}

.text-indigo-900\/55 {
  color: rgb(49 46 129 / 0.55);
}

.text-indigo-900\/60 {
  color: rgb(49 46 129 / 0.6);
}

.text-indigo-900\/65 {
  color: rgb(49 46 129 / 0.65);
}

.text-indigo-900\/70 {
  color: rgb(49 46 129 / 0.7);
}

.text-indigo-900\/75 {
  color: rgb(49 46 129 / 0.75);
}

.text-indigo-900\/80 {
  color: rgb(49 46 129 / 0.8);
}

.text-indigo-900\/85 {
  color: rgb(49 46 129 / 0.85);
}

.text-indigo-900\/90 {
  color: rgb(49 46 129 / 0.9);
}

.text-indigo-900\/95 {
  color: rgb(49 46 129 / 0.95);
}

.text-indigo-950 {
  --tw-text-opacity: 1;
  color: rgb(30 27 75 / var(--tw-text-opacity, 1));
}

.text-indigo-950\/0 {
  color: rgb(30 27 75 / 0);
}

.text-indigo-950\/10 {
  color: rgb(30 27 75 / 0.1);
}

.text-indigo-950\/100 {
  color: rgb(30 27 75 / 1);
}

.text-indigo-950\/15 {
  color: rgb(30 27 75 / 0.15);
}

.text-indigo-950\/20 {
  color: rgb(30 27 75 / 0.2);
}

.text-indigo-950\/25 {
  color: rgb(30 27 75 / 0.25);
}

.text-indigo-950\/30 {
  color: rgb(30 27 75 / 0.3);
}

.text-indigo-950\/35 {
  color: rgb(30 27 75 / 0.35);
}

.text-indigo-950\/40 {
  color: rgb(30 27 75 / 0.4);
}

.text-indigo-950\/45 {
  color: rgb(30 27 75 / 0.45);
}

.text-indigo-950\/5 {
  color: rgb(30 27 75 / 0.05);
}

.text-indigo-950\/50 {
  color: rgb(30 27 75 / 0.5);
}

.text-indigo-950\/55 {
  color: rgb(30 27 75 / 0.55);
}

.text-indigo-950\/60 {
  color: rgb(30 27 75 / 0.6);
}

.text-indigo-950\/65 {
  color: rgb(30 27 75 / 0.65);
}

.text-indigo-950\/70 {
  color: rgb(30 27 75 / 0.7);
}

.text-indigo-950\/75 {
  color: rgb(30 27 75 / 0.75);
}

.text-indigo-950\/80 {
  color: rgb(30 27 75 / 0.8);
}

.text-indigo-950\/85 {
  color: rgb(30 27 75 / 0.85);
}

.text-indigo-950\/90 {
  color: rgb(30 27 75 / 0.9);
}

.text-indigo-950\/95 {
  color: rgb(30 27 75 / 0.95);
}

.text-inherit {
  color: inherit;
}

.text-lime-100 {
  --tw-text-opacity: 1;
  color: rgb(236 252 203 / var(--tw-text-opacity, 1));
}

.text-lime-100\/0 {
  color: rgb(236 252 203 / 0);
}

.text-lime-100\/10 {
  color: rgb(236 252 203 / 0.1);
}

.text-lime-100\/100 {
  color: rgb(236 252 203 / 1);
}

.text-lime-100\/15 {
  color: rgb(236 252 203 / 0.15);
}

.text-lime-100\/20 {
  color: rgb(236 252 203 / 0.2);
}

.text-lime-100\/25 {
  color: rgb(236 252 203 / 0.25);
}

.text-lime-100\/30 {
  color: rgb(236 252 203 / 0.3);
}

.text-lime-100\/35 {
  color: rgb(236 252 203 / 0.35);
}

.text-lime-100\/40 {
  color: rgb(236 252 203 / 0.4);
}

.text-lime-100\/45 {
  color: rgb(236 252 203 / 0.45);
}

.text-lime-100\/5 {
  color: rgb(236 252 203 / 0.05);
}

.text-lime-100\/50 {
  color: rgb(236 252 203 / 0.5);
}

.text-lime-100\/55 {
  color: rgb(236 252 203 / 0.55);
}

.text-lime-100\/60 {
  color: rgb(236 252 203 / 0.6);
}

.text-lime-100\/65 {
  color: rgb(236 252 203 / 0.65);
}

.text-lime-100\/70 {
  color: rgb(236 252 203 / 0.7);
}

.text-lime-100\/75 {
  color: rgb(236 252 203 / 0.75);
}

.text-lime-100\/80 {
  color: rgb(236 252 203 / 0.8);
}

.text-lime-100\/85 {
  color: rgb(236 252 203 / 0.85);
}

.text-lime-100\/90 {
  color: rgb(236 252 203 / 0.9);
}

.text-lime-100\/95 {
  color: rgb(236 252 203 / 0.95);
}

.text-lime-200 {
  --tw-text-opacity: 1;
  color: rgb(217 249 157 / var(--tw-text-opacity, 1));
}

.text-lime-200\/0 {
  color: rgb(217 249 157 / 0);
}

.text-lime-200\/10 {
  color: rgb(217 249 157 / 0.1);
}

.text-lime-200\/100 {
  color: rgb(217 249 157 / 1);
}

.text-lime-200\/15 {
  color: rgb(217 249 157 / 0.15);
}

.text-lime-200\/20 {
  color: rgb(217 249 157 / 0.2);
}

.text-lime-200\/25 {
  color: rgb(217 249 157 / 0.25);
}

.text-lime-200\/30 {
  color: rgb(217 249 157 / 0.3);
}

.text-lime-200\/35 {
  color: rgb(217 249 157 / 0.35);
}

.text-lime-200\/40 {
  color: rgb(217 249 157 / 0.4);
}

.text-lime-200\/45 {
  color: rgb(217 249 157 / 0.45);
}

.text-lime-200\/5 {
  color: rgb(217 249 157 / 0.05);
}

.text-lime-200\/50 {
  color: rgb(217 249 157 / 0.5);
}

.text-lime-200\/55 {
  color: rgb(217 249 157 / 0.55);
}

.text-lime-200\/60 {
  color: rgb(217 249 157 / 0.6);
}

.text-lime-200\/65 {
  color: rgb(217 249 157 / 0.65);
}

.text-lime-200\/70 {
  color: rgb(217 249 157 / 0.7);
}

.text-lime-200\/75 {
  color: rgb(217 249 157 / 0.75);
}

.text-lime-200\/80 {
  color: rgb(217 249 157 / 0.8);
}

.text-lime-200\/85 {
  color: rgb(217 249 157 / 0.85);
}

.text-lime-200\/90 {
  color: rgb(217 249 157 / 0.9);
}

.text-lime-200\/95 {
  color: rgb(217 249 157 / 0.95);
}

.text-lime-300 {
  --tw-text-opacity: 1;
  color: rgb(190 242 100 / var(--tw-text-opacity, 1));
}

.text-lime-300\/0 {
  color: rgb(190 242 100 / 0);
}

.text-lime-300\/10 {
  color: rgb(190 242 100 / 0.1);
}

.text-lime-300\/100 {
  color: rgb(190 242 100 / 1);
}

.text-lime-300\/15 {
  color: rgb(190 242 100 / 0.15);
}

.text-lime-300\/20 {
  color: rgb(190 242 100 / 0.2);
}

.text-lime-300\/25 {
  color: rgb(190 242 100 / 0.25);
}

.text-lime-300\/30 {
  color: rgb(190 242 100 / 0.3);
}

.text-lime-300\/35 {
  color: rgb(190 242 100 / 0.35);
}

.text-lime-300\/40 {
  color: rgb(190 242 100 / 0.4);
}

.text-lime-300\/45 {
  color: rgb(190 242 100 / 0.45);
}

.text-lime-300\/5 {
  color: rgb(190 242 100 / 0.05);
}

.text-lime-300\/50 {
  color: rgb(190 242 100 / 0.5);
}

.text-lime-300\/55 {
  color: rgb(190 242 100 / 0.55);
}

.text-lime-300\/60 {
  color: rgb(190 242 100 / 0.6);
}

.text-lime-300\/65 {
  color: rgb(190 242 100 / 0.65);
}

.text-lime-300\/70 {
  color: rgb(190 242 100 / 0.7);
}

.text-lime-300\/75 {
  color: rgb(190 242 100 / 0.75);
}

.text-lime-300\/80 {
  color: rgb(190 242 100 / 0.8);
}

.text-lime-300\/85 {
  color: rgb(190 242 100 / 0.85);
}

.text-lime-300\/90 {
  color: rgb(190 242 100 / 0.9);
}

.text-lime-300\/95 {
  color: rgb(190 242 100 / 0.95);
}

.text-lime-400 {
  --tw-text-opacity: 1;
  color: rgb(163 230 53 / var(--tw-text-opacity, 1));
}

.text-lime-400\/0 {
  color: rgb(163 230 53 / 0);
}

.text-lime-400\/10 {
  color: rgb(163 230 53 / 0.1);
}

.text-lime-400\/100 {
  color: rgb(163 230 53 / 1);
}

.text-lime-400\/15 {
  color: rgb(163 230 53 / 0.15);
}

.text-lime-400\/20 {
  color: rgb(163 230 53 / 0.2);
}

.text-lime-400\/25 {
  color: rgb(163 230 53 / 0.25);
}

.text-lime-400\/30 {
  color: rgb(163 230 53 / 0.3);
}

.text-lime-400\/35 {
  color: rgb(163 230 53 / 0.35);
}

.text-lime-400\/40 {
  color: rgb(163 230 53 / 0.4);
}

.text-lime-400\/45 {
  color: rgb(163 230 53 / 0.45);
}

.text-lime-400\/5 {
  color: rgb(163 230 53 / 0.05);
}

.text-lime-400\/50 {
  color: rgb(163 230 53 / 0.5);
}

.text-lime-400\/55 {
  color: rgb(163 230 53 / 0.55);
}

.text-lime-400\/60 {
  color: rgb(163 230 53 / 0.6);
}

.text-lime-400\/65 {
  color: rgb(163 230 53 / 0.65);
}

.text-lime-400\/70 {
  color: rgb(163 230 53 / 0.7);
}

.text-lime-400\/75 {
  color: rgb(163 230 53 / 0.75);
}

.text-lime-400\/80 {
  color: rgb(163 230 53 / 0.8);
}

.text-lime-400\/85 {
  color: rgb(163 230 53 / 0.85);
}

.text-lime-400\/90 {
  color: rgb(163 230 53 / 0.9);
}

.text-lime-400\/95 {
  color: rgb(163 230 53 / 0.95);
}

.text-lime-50 {
  --tw-text-opacity: 1;
  color: rgb(247 254 231 / var(--tw-text-opacity, 1));
}

.text-lime-50\/0 {
  color: rgb(247 254 231 / 0);
}

.text-lime-50\/10 {
  color: rgb(247 254 231 / 0.1);
}

.text-lime-50\/100 {
  color: rgb(247 254 231 / 1);
}

.text-lime-50\/15 {
  color: rgb(247 254 231 / 0.15);
}

.text-lime-50\/20 {
  color: rgb(247 254 231 / 0.2);
}

.text-lime-50\/25 {
  color: rgb(247 254 231 / 0.25);
}

.text-lime-50\/30 {
  color: rgb(247 254 231 / 0.3);
}

.text-lime-50\/35 {
  color: rgb(247 254 231 / 0.35);
}

.text-lime-50\/40 {
  color: rgb(247 254 231 / 0.4);
}

.text-lime-50\/45 {
  color: rgb(247 254 231 / 0.45);
}

.text-lime-50\/5 {
  color: rgb(247 254 231 / 0.05);
}

.text-lime-50\/50 {
  color: rgb(247 254 231 / 0.5);
}

.text-lime-50\/55 {
  color: rgb(247 254 231 / 0.55);
}

.text-lime-50\/60 {
  color: rgb(247 254 231 / 0.6);
}

.text-lime-50\/65 {
  color: rgb(247 254 231 / 0.65);
}

.text-lime-50\/70 {
  color: rgb(247 254 231 / 0.7);
}

.text-lime-50\/75 {
  color: rgb(247 254 231 / 0.75);
}

.text-lime-50\/80 {
  color: rgb(247 254 231 / 0.8);
}

.text-lime-50\/85 {
  color: rgb(247 254 231 / 0.85);
}

.text-lime-50\/90 {
  color: rgb(247 254 231 / 0.9);
}

.text-lime-50\/95 {
  color: rgb(247 254 231 / 0.95);
}

.text-lime-500 {
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity, 1));
}

.text-lime-500\/0 {
  color: rgb(132 204 22 / 0);
}

.text-lime-500\/10 {
  color: rgb(132 204 22 / 0.1);
}

.text-lime-500\/100 {
  color: rgb(132 204 22 / 1);
}

.text-lime-500\/15 {
  color: rgb(132 204 22 / 0.15);
}

.text-lime-500\/20 {
  color: rgb(132 204 22 / 0.2);
}

.text-lime-500\/25 {
  color: rgb(132 204 22 / 0.25);
}

.text-lime-500\/30 {
  color: rgb(132 204 22 / 0.3);
}

.text-lime-500\/35 {
  color: rgb(132 204 22 / 0.35);
}

.text-lime-500\/40 {
  color: rgb(132 204 22 / 0.4);
}

.text-lime-500\/45 {
  color: rgb(132 204 22 / 0.45);
}

.text-lime-500\/5 {
  color: rgb(132 204 22 / 0.05);
}

.text-lime-500\/50 {
  color: rgb(132 204 22 / 0.5);
}

.text-lime-500\/55 {
  color: rgb(132 204 22 / 0.55);
}

.text-lime-500\/60 {
  color: rgb(132 204 22 / 0.6);
}

.text-lime-500\/65 {
  color: rgb(132 204 22 / 0.65);
}

.text-lime-500\/70 {
  color: rgb(132 204 22 / 0.7);
}

.text-lime-500\/75 {
  color: rgb(132 204 22 / 0.75);
}

.text-lime-500\/80 {
  color: rgb(132 204 22 / 0.8);
}

.text-lime-500\/85 {
  color: rgb(132 204 22 / 0.85);
}

.text-lime-500\/90 {
  color: rgb(132 204 22 / 0.9);
}

.text-lime-500\/95 {
  color: rgb(132 204 22 / 0.95);
}

.text-lime-600 {
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity, 1));
}

.text-lime-600\/0 {
  color: rgb(101 163 13 / 0);
}

.text-lime-600\/10 {
  color: rgb(101 163 13 / 0.1);
}

.text-lime-600\/100 {
  color: rgb(101 163 13 / 1);
}

.text-lime-600\/15 {
  color: rgb(101 163 13 / 0.15);
}

.text-lime-600\/20 {
  color: rgb(101 163 13 / 0.2);
}

.text-lime-600\/25 {
  color: rgb(101 163 13 / 0.25);
}

.text-lime-600\/30 {
  color: rgb(101 163 13 / 0.3);
}

.text-lime-600\/35 {
  color: rgb(101 163 13 / 0.35);
}

.text-lime-600\/40 {
  color: rgb(101 163 13 / 0.4);
}

.text-lime-600\/45 {
  color: rgb(101 163 13 / 0.45);
}

.text-lime-600\/5 {
  color: rgb(101 163 13 / 0.05);
}

.text-lime-600\/50 {
  color: rgb(101 163 13 / 0.5);
}

.text-lime-600\/55 {
  color: rgb(101 163 13 / 0.55);
}

.text-lime-600\/60 {
  color: rgb(101 163 13 / 0.6);
}

.text-lime-600\/65 {
  color: rgb(101 163 13 / 0.65);
}

.text-lime-600\/70 {
  color: rgb(101 163 13 / 0.7);
}

.text-lime-600\/75 {
  color: rgb(101 163 13 / 0.75);
}

.text-lime-600\/80 {
  color: rgb(101 163 13 / 0.8);
}

.text-lime-600\/85 {
  color: rgb(101 163 13 / 0.85);
}

.text-lime-600\/90 {
  color: rgb(101 163 13 / 0.9);
}

.text-lime-600\/95 {
  color: rgb(101 163 13 / 0.95);
}

.text-lime-700 {
  --tw-text-opacity: 1;
  color: rgb(77 124 15 / var(--tw-text-opacity, 1));
}

.text-lime-700\/0 {
  color: rgb(77 124 15 / 0);
}

.text-lime-700\/10 {
  color: rgb(77 124 15 / 0.1);
}

.text-lime-700\/100 {
  color: rgb(77 124 15 / 1);
}

.text-lime-700\/15 {
  color: rgb(77 124 15 / 0.15);
}

.text-lime-700\/20 {
  color: rgb(77 124 15 / 0.2);
}

.text-lime-700\/25 {
  color: rgb(77 124 15 / 0.25);
}

.text-lime-700\/30 {
  color: rgb(77 124 15 / 0.3);
}

.text-lime-700\/35 {
  color: rgb(77 124 15 / 0.35);
}

.text-lime-700\/40 {
  color: rgb(77 124 15 / 0.4);
}

.text-lime-700\/45 {
  color: rgb(77 124 15 / 0.45);
}

.text-lime-700\/5 {
  color: rgb(77 124 15 / 0.05);
}

.text-lime-700\/50 {
  color: rgb(77 124 15 / 0.5);
}

.text-lime-700\/55 {
  color: rgb(77 124 15 / 0.55);
}

.text-lime-700\/60 {
  color: rgb(77 124 15 / 0.6);
}

.text-lime-700\/65 {
  color: rgb(77 124 15 / 0.65);
}

.text-lime-700\/70 {
  color: rgb(77 124 15 / 0.7);
}

.text-lime-700\/75 {
  color: rgb(77 124 15 / 0.75);
}

.text-lime-700\/80 {
  color: rgb(77 124 15 / 0.8);
}

.text-lime-700\/85 {
  color: rgb(77 124 15 / 0.85);
}

.text-lime-700\/90 {
  color: rgb(77 124 15 / 0.9);
}

.text-lime-700\/95 {
  color: rgb(77 124 15 / 0.95);
}

.text-lime-800 {
  --tw-text-opacity: 1;
  color: rgb(63 98 18 / var(--tw-text-opacity, 1));
}

.text-lime-800\/0 {
  color: rgb(63 98 18 / 0);
}

.text-lime-800\/10 {
  color: rgb(63 98 18 / 0.1);
}

.text-lime-800\/100 {
  color: rgb(63 98 18 / 1);
}

.text-lime-800\/15 {
  color: rgb(63 98 18 / 0.15);
}

.text-lime-800\/20 {
  color: rgb(63 98 18 / 0.2);
}

.text-lime-800\/25 {
  color: rgb(63 98 18 / 0.25);
}

.text-lime-800\/30 {
  color: rgb(63 98 18 / 0.3);
}

.text-lime-800\/35 {
  color: rgb(63 98 18 / 0.35);
}

.text-lime-800\/40 {
  color: rgb(63 98 18 / 0.4);
}

.text-lime-800\/45 {
  color: rgb(63 98 18 / 0.45);
}

.text-lime-800\/5 {
  color: rgb(63 98 18 / 0.05);
}

.text-lime-800\/50 {
  color: rgb(63 98 18 / 0.5);
}

.text-lime-800\/55 {
  color: rgb(63 98 18 / 0.55);
}

.text-lime-800\/60 {
  color: rgb(63 98 18 / 0.6);
}

.text-lime-800\/65 {
  color: rgb(63 98 18 / 0.65);
}

.text-lime-800\/70 {
  color: rgb(63 98 18 / 0.7);
}

.text-lime-800\/75 {
  color: rgb(63 98 18 / 0.75);
}

.text-lime-800\/80 {
  color: rgb(63 98 18 / 0.8);
}

.text-lime-800\/85 {
  color: rgb(63 98 18 / 0.85);
}

.text-lime-800\/90 {
  color: rgb(63 98 18 / 0.9);
}

.text-lime-800\/95 {
  color: rgb(63 98 18 / 0.95);
}

.text-lime-900 {
  --tw-text-opacity: 1;
  color: rgb(54 83 20 / var(--tw-text-opacity, 1));
}

.text-lime-900\/0 {
  color: rgb(54 83 20 / 0);
}

.text-lime-900\/10 {
  color: rgb(54 83 20 / 0.1);
}

.text-lime-900\/100 {
  color: rgb(54 83 20 / 1);
}

.text-lime-900\/15 {
  color: rgb(54 83 20 / 0.15);
}

.text-lime-900\/20 {
  color: rgb(54 83 20 / 0.2);
}

.text-lime-900\/25 {
  color: rgb(54 83 20 / 0.25);
}

.text-lime-900\/30 {
  color: rgb(54 83 20 / 0.3);
}

.text-lime-900\/35 {
  color: rgb(54 83 20 / 0.35);
}

.text-lime-900\/40 {
  color: rgb(54 83 20 / 0.4);
}

.text-lime-900\/45 {
  color: rgb(54 83 20 / 0.45);
}

.text-lime-900\/5 {
  color: rgb(54 83 20 / 0.05);
}

.text-lime-900\/50 {
  color: rgb(54 83 20 / 0.5);
}

.text-lime-900\/55 {
  color: rgb(54 83 20 / 0.55);
}

.text-lime-900\/60 {
  color: rgb(54 83 20 / 0.6);
}

.text-lime-900\/65 {
  color: rgb(54 83 20 / 0.65);
}

.text-lime-900\/70 {
  color: rgb(54 83 20 / 0.7);
}

.text-lime-900\/75 {
  color: rgb(54 83 20 / 0.75);
}

.text-lime-900\/80 {
  color: rgb(54 83 20 / 0.8);
}

.text-lime-900\/85 {
  color: rgb(54 83 20 / 0.85);
}

.text-lime-900\/90 {
  color: rgb(54 83 20 / 0.9);
}

.text-lime-900\/95 {
  color: rgb(54 83 20 / 0.95);
}

.text-lime-950 {
  --tw-text-opacity: 1;
  color: rgb(26 46 5 / var(--tw-text-opacity, 1));
}

.text-lime-950\/0 {
  color: rgb(26 46 5 / 0);
}

.text-lime-950\/10 {
  color: rgb(26 46 5 / 0.1);
}

.text-lime-950\/100 {
  color: rgb(26 46 5 / 1);
}

.text-lime-950\/15 {
  color: rgb(26 46 5 / 0.15);
}

.text-lime-950\/20 {
  color: rgb(26 46 5 / 0.2);
}

.text-lime-950\/25 {
  color: rgb(26 46 5 / 0.25);
}

.text-lime-950\/30 {
  color: rgb(26 46 5 / 0.3);
}

.text-lime-950\/35 {
  color: rgb(26 46 5 / 0.35);
}

.text-lime-950\/40 {
  color: rgb(26 46 5 / 0.4);
}

.text-lime-950\/45 {
  color: rgb(26 46 5 / 0.45);
}

.text-lime-950\/5 {
  color: rgb(26 46 5 / 0.05);
}

.text-lime-950\/50 {
  color: rgb(26 46 5 / 0.5);
}

.text-lime-950\/55 {
  color: rgb(26 46 5 / 0.55);
}

.text-lime-950\/60 {
  color: rgb(26 46 5 / 0.6);
}

.text-lime-950\/65 {
  color: rgb(26 46 5 / 0.65);
}

.text-lime-950\/70 {
  color: rgb(26 46 5 / 0.7);
}

.text-lime-950\/75 {
  color: rgb(26 46 5 / 0.75);
}

.text-lime-950\/80 {
  color: rgb(26 46 5 / 0.8);
}

.text-lime-950\/85 {
  color: rgb(26 46 5 / 0.85);
}

.text-lime-950\/90 {
  color: rgb(26 46 5 / 0.9);
}

.text-lime-950\/95 {
  color: rgb(26 46 5 / 0.95);
}

.text-link {
  --tw-text-opacity: 1;
  color: rgb(0 123 255 / var(--tw-text-opacity, 1));
}

.text-link\/0 {
  color: rgb(0 123 255 / 0);
}

.text-link\/10 {
  color: rgb(0 123 255 / 0.1);
}

.text-link\/100 {
  color: rgb(0 123 255 / 1);
}

.text-link\/15 {
  color: rgb(0 123 255 / 0.15);
}

.text-link\/20 {
  color: rgb(0 123 255 / 0.2);
}

.text-link\/25 {
  color: rgb(0 123 255 / 0.25);
}

.text-link\/30 {
  color: rgb(0 123 255 / 0.3);
}

.text-link\/35 {
  color: rgb(0 123 255 / 0.35);
}

.text-link\/40 {
  color: rgb(0 123 255 / 0.4);
}

.text-link\/45 {
  color: rgb(0 123 255 / 0.45);
}

.text-link\/5 {
  color: rgb(0 123 255 / 0.05);
}

.text-link\/50 {
  color: rgb(0 123 255 / 0.5);
}

.text-link\/55 {
  color: rgb(0 123 255 / 0.55);
}

.text-link\/60 {
  color: rgb(0 123 255 / 0.6);
}

.text-link\/65 {
  color: rgb(0 123 255 / 0.65);
}

.text-link\/70 {
  color: rgb(0 123 255 / 0.7);
}

.text-link\/75 {
  color: rgb(0 123 255 / 0.75);
}

.text-link\/80 {
  color: rgb(0 123 255 / 0.8);
}

.text-link\/85 {
  color: rgb(0 123 255 / 0.85);
}

.text-link\/90 {
  color: rgb(0 123 255 / 0.9);
}

.text-link\/95 {
  color: rgb(0 123 255 / 0.95);
}

.text-neutral-100 {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}

.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, 1));
}

.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, 1));
}

.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, 1));
}

.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, 1));
}

.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, 1));
}

.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, 1));
}

.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, 1));
}

.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, 1));
}

.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, 1));
}

.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-neutral-950 {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity, 1));
}

.text-neutral-950\/0 {
  color: rgb(10 10 10 / 0);
}

.text-neutral-950\/10 {
  color: rgb(10 10 10 / 0.1);
}

.text-neutral-950\/100 {
  color: rgb(10 10 10 / 1);
}

.text-neutral-950\/15 {
  color: rgb(10 10 10 / 0.15);
}

.text-neutral-950\/20 {
  color: rgb(10 10 10 / 0.2);
}

.text-neutral-950\/25 {
  color: rgb(10 10 10 / 0.25);
}

.text-neutral-950\/30 {
  color: rgb(10 10 10 / 0.3);
}

.text-neutral-950\/35 {
  color: rgb(10 10 10 / 0.35);
}

.text-neutral-950\/40 {
  color: rgb(10 10 10 / 0.4);
}

.text-neutral-950\/45 {
  color: rgb(10 10 10 / 0.45);
}

.text-neutral-950\/5 {
  color: rgb(10 10 10 / 0.05);
}

.text-neutral-950\/50 {
  color: rgb(10 10 10 / 0.5);
}

.text-neutral-950\/55 {
  color: rgb(10 10 10 / 0.55);
}

.text-neutral-950\/60 {
  color: rgb(10 10 10 / 0.6);
}

.text-neutral-950\/65 {
  color: rgb(10 10 10 / 0.65);
}

.text-neutral-950\/70 {
  color: rgb(10 10 10 / 0.7);
}

.text-neutral-950\/75 {
  color: rgb(10 10 10 / 0.75);
}

.text-neutral-950\/80 {
  color: rgb(10 10 10 / 0.8);
}

.text-neutral-950\/85 {
  color: rgb(10 10 10 / 0.85);
}

.text-neutral-950\/90 {
  color: rgb(10 10 10 / 0.9);
}

.text-neutral-950\/95 {
  color: rgb(10 10 10 / 0.95);
}

.text-orange-100 {
  --tw-text-opacity: 1;
  color: rgb(255 237 213 / var(--tw-text-opacity, 1));
}

.text-orange-100\/0 {
  color: rgb(255 237 213 / 0);
}

.text-orange-100\/10 {
  color: rgb(255 237 213 / 0.1);
}

.text-orange-100\/100 {
  color: rgb(255 237 213 / 1);
}

.text-orange-100\/15 {
  color: rgb(255 237 213 / 0.15);
}

.text-orange-100\/20 {
  color: rgb(255 237 213 / 0.2);
}

.text-orange-100\/25 {
  color: rgb(255 237 213 / 0.25);
}

.text-orange-100\/30 {
  color: rgb(255 237 213 / 0.3);
}

.text-orange-100\/35 {
  color: rgb(255 237 213 / 0.35);
}

.text-orange-100\/40 {
  color: rgb(255 237 213 / 0.4);
}

.text-orange-100\/45 {
  color: rgb(255 237 213 / 0.45);
}

.text-orange-100\/5 {
  color: rgb(255 237 213 / 0.05);
}

.text-orange-100\/50 {
  color: rgb(255 237 213 / 0.5);
}

.text-orange-100\/55 {
  color: rgb(255 237 213 / 0.55);
}

.text-orange-100\/60 {
  color: rgb(255 237 213 / 0.6);
}

.text-orange-100\/65 {
  color: rgb(255 237 213 / 0.65);
}

.text-orange-100\/70 {
  color: rgb(255 237 213 / 0.7);
}

.text-orange-100\/75 {
  color: rgb(255 237 213 / 0.75);
}

.text-orange-100\/80 {
  color: rgb(255 237 213 / 0.8);
}

.text-orange-100\/85 {
  color: rgb(255 237 213 / 0.85);
}

.text-orange-100\/90 {
  color: rgb(255 237 213 / 0.9);
}

.text-orange-100\/95 {
  color: rgb(255 237 213 / 0.95);
}

.text-orange-200 {
  --tw-text-opacity: 1;
  color: rgb(254 215 170 / var(--tw-text-opacity, 1));
}

.text-orange-200\/0 {
  color: rgb(254 215 170 / 0);
}

.text-orange-200\/10 {
  color: rgb(254 215 170 / 0.1);
}

.text-orange-200\/100 {
  color: rgb(254 215 170 / 1);
}

.text-orange-200\/15 {
  color: rgb(254 215 170 / 0.15);
}

.text-orange-200\/20 {
  color: rgb(254 215 170 / 0.2);
}

.text-orange-200\/25 {
  color: rgb(254 215 170 / 0.25);
}

.text-orange-200\/30 {
  color: rgb(254 215 170 / 0.3);
}

.text-orange-200\/35 {
  color: rgb(254 215 170 / 0.35);
}

.text-orange-200\/40 {
  color: rgb(254 215 170 / 0.4);
}

.text-orange-200\/45 {
  color: rgb(254 215 170 / 0.45);
}

.text-orange-200\/5 {
  color: rgb(254 215 170 / 0.05);
}

.text-orange-200\/50 {
  color: rgb(254 215 170 / 0.5);
}

.text-orange-200\/55 {
  color: rgb(254 215 170 / 0.55);
}

.text-orange-200\/60 {
  color: rgb(254 215 170 / 0.6);
}

.text-orange-200\/65 {
  color: rgb(254 215 170 / 0.65);
}

.text-orange-200\/70 {
  color: rgb(254 215 170 / 0.7);
}

.text-orange-200\/75 {
  color: rgb(254 215 170 / 0.75);
}

.text-orange-200\/80 {
  color: rgb(254 215 170 / 0.8);
}

.text-orange-200\/85 {
  color: rgb(254 215 170 / 0.85);
}

.text-orange-200\/90 {
  color: rgb(254 215 170 / 0.9);
}

.text-orange-200\/95 {
  color: rgb(254 215 170 / 0.95);
}

.text-orange-300 {
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity, 1));
}

.text-orange-300\/0 {
  color: rgb(253 186 116 / 0);
}

.text-orange-300\/10 {
  color: rgb(253 186 116 / 0.1);
}

.text-orange-300\/100 {
  color: rgb(253 186 116 / 1);
}

.text-orange-300\/15 {
  color: rgb(253 186 116 / 0.15);
}

.text-orange-300\/20 {
  color: rgb(253 186 116 / 0.2);
}

.text-orange-300\/25 {
  color: rgb(253 186 116 / 0.25);
}

.text-orange-300\/30 {
  color: rgb(253 186 116 / 0.3);
}

.text-orange-300\/35 {
  color: rgb(253 186 116 / 0.35);
}

.text-orange-300\/40 {
  color: rgb(253 186 116 / 0.4);
}

.text-orange-300\/45 {
  color: rgb(253 186 116 / 0.45);
}

.text-orange-300\/5 {
  color: rgb(253 186 116 / 0.05);
}

.text-orange-300\/50 {
  color: rgb(253 186 116 / 0.5);
}

.text-orange-300\/55 {
  color: rgb(253 186 116 / 0.55);
}

.text-orange-300\/60 {
  color: rgb(253 186 116 / 0.6);
}

.text-orange-300\/65 {
  color: rgb(253 186 116 / 0.65);
}

.text-orange-300\/70 {
  color: rgb(253 186 116 / 0.7);
}

.text-orange-300\/75 {
  color: rgb(253 186 116 / 0.75);
}

.text-orange-300\/80 {
  color: rgb(253 186 116 / 0.8);
}

.text-orange-300\/85 {
  color: rgb(253 186 116 / 0.85);
}

.text-orange-300\/90 {
  color: rgb(253 186 116 / 0.9);
}

.text-orange-300\/95 {
  color: rgb(253 186 116 / 0.95);
}

.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}

.text-orange-400\/0 {
  color: rgb(251 146 60 / 0);
}

.text-orange-400\/10 {
  color: rgb(251 146 60 / 0.1);
}

.text-orange-400\/100 {
  color: rgb(251 146 60 / 1);
}

.text-orange-400\/15 {
  color: rgb(251 146 60 / 0.15);
}

.text-orange-400\/20 {
  color: rgb(251 146 60 / 0.2);
}

.text-orange-400\/25 {
  color: rgb(251 146 60 / 0.25);
}

.text-orange-400\/30 {
  color: rgb(251 146 60 / 0.3);
}

.text-orange-400\/35 {
  color: rgb(251 146 60 / 0.35);
}

.text-orange-400\/40 {
  color: rgb(251 146 60 / 0.4);
}

.text-orange-400\/45 {
  color: rgb(251 146 60 / 0.45);
}

.text-orange-400\/5 {
  color: rgb(251 146 60 / 0.05);
}

.text-orange-400\/50 {
  color: rgb(251 146 60 / 0.5);
}

.text-orange-400\/55 {
  color: rgb(251 146 60 / 0.55);
}

.text-orange-400\/60 {
  color: rgb(251 146 60 / 0.6);
}

.text-orange-400\/65 {
  color: rgb(251 146 60 / 0.65);
}

.text-orange-400\/70 {
  color: rgb(251 146 60 / 0.7);
}

.text-orange-400\/75 {
  color: rgb(251 146 60 / 0.75);
}

.text-orange-400\/80 {
  color: rgb(251 146 60 / 0.8);
}

.text-orange-400\/85 {
  color: rgb(251 146 60 / 0.85);
}

.text-orange-400\/90 {
  color: rgb(251 146 60 / 0.9);
}

.text-orange-400\/95 {
  color: rgb(251 146 60 / 0.95);
}

.text-orange-50 {
  --tw-text-opacity: 1;
  color: rgb(255 247 237 / var(--tw-text-opacity, 1));
}

.text-orange-50\/0 {
  color: rgb(255 247 237 / 0);
}

.text-orange-50\/10 {
  color: rgb(255 247 237 / 0.1);
}

.text-orange-50\/100 {
  color: rgb(255 247 237 / 1);
}

.text-orange-50\/15 {
  color: rgb(255 247 237 / 0.15);
}

.text-orange-50\/20 {
  color: rgb(255 247 237 / 0.2);
}

.text-orange-50\/25 {
  color: rgb(255 247 237 / 0.25);
}

.text-orange-50\/30 {
  color: rgb(255 247 237 / 0.3);
}

.text-orange-50\/35 {
  color: rgb(255 247 237 / 0.35);
}

.text-orange-50\/40 {
  color: rgb(255 247 237 / 0.4);
}

.text-orange-50\/45 {
  color: rgb(255 247 237 / 0.45);
}

.text-orange-50\/5 {
  color: rgb(255 247 237 / 0.05);
}

.text-orange-50\/50 {
  color: rgb(255 247 237 / 0.5);
}

.text-orange-50\/55 {
  color: rgb(255 247 237 / 0.55);
}

.text-orange-50\/60 {
  color: rgb(255 247 237 / 0.6);
}

.text-orange-50\/65 {
  color: rgb(255 247 237 / 0.65);
}

.text-orange-50\/70 {
  color: rgb(255 247 237 / 0.7);
}

.text-orange-50\/75 {
  color: rgb(255 247 237 / 0.75);
}

.text-orange-50\/80 {
  color: rgb(255 247 237 / 0.8);
}

.text-orange-50\/85 {
  color: rgb(255 247 237 / 0.85);
}

.text-orange-50\/90 {
  color: rgb(255 247 237 / 0.9);
}

.text-orange-50\/95 {
  color: rgb(255 247 237 / 0.95);
}

.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}

.text-orange-500\/0 {
  color: rgb(249 115 22 / 0);
}

.text-orange-500\/10 {
  color: rgb(249 115 22 / 0.1);
}

.text-orange-500\/100 {
  color: rgb(249 115 22 / 1);
}

.text-orange-500\/15 {
  color: rgb(249 115 22 / 0.15);
}

.text-orange-500\/20 {
  color: rgb(249 115 22 / 0.2);
}

.text-orange-500\/25 {
  color: rgb(249 115 22 / 0.25);
}

.text-orange-500\/30 {
  color: rgb(249 115 22 / 0.3);
}

.text-orange-500\/35 {
  color: rgb(249 115 22 / 0.35);
}

.text-orange-500\/40 {
  color: rgb(249 115 22 / 0.4);
}

.text-orange-500\/45 {
  color: rgb(249 115 22 / 0.45);
}

.text-orange-500\/5 {
  color: rgb(249 115 22 / 0.05);
}

.text-orange-500\/50 {
  color: rgb(249 115 22 / 0.5);
}

.text-orange-500\/55 {
  color: rgb(249 115 22 / 0.55);
}

.text-orange-500\/60 {
  color: rgb(249 115 22 / 0.6);
}

.text-orange-500\/65 {
  color: rgb(249 115 22 / 0.65);
}

.text-orange-500\/70 {
  color: rgb(249 115 22 / 0.7);
}

.text-orange-500\/75 {
  color: rgb(249 115 22 / 0.75);
}

.text-orange-500\/80 {
  color: rgb(249 115 22 / 0.8);
}

.text-orange-500\/85 {
  color: rgb(249 115 22 / 0.85);
}

.text-orange-500\/90 {
  color: rgb(249 115 22 / 0.9);
}

.text-orange-500\/95 {
  color: rgb(249 115 22 / 0.95);
}

.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}

.text-orange-600\/0 {
  color: rgb(234 88 12 / 0);
}

.text-orange-600\/10 {
  color: rgb(234 88 12 / 0.1);
}

.text-orange-600\/100 {
  color: rgb(234 88 12 / 1);
}

.text-orange-600\/15 {
  color: rgb(234 88 12 / 0.15);
}

.text-orange-600\/20 {
  color: rgb(234 88 12 / 0.2);
}

.text-orange-600\/25 {
  color: rgb(234 88 12 / 0.25);
}

.text-orange-600\/30 {
  color: rgb(234 88 12 / 0.3);
}

.text-orange-600\/35 {
  color: rgb(234 88 12 / 0.35);
}

.text-orange-600\/40 {
  color: rgb(234 88 12 / 0.4);
}

.text-orange-600\/45 {
  color: rgb(234 88 12 / 0.45);
}

.text-orange-600\/5 {
  color: rgb(234 88 12 / 0.05);
}

.text-orange-600\/50 {
  color: rgb(234 88 12 / 0.5);
}

.text-orange-600\/55 {
  color: rgb(234 88 12 / 0.55);
}

.text-orange-600\/60 {
  color: rgb(234 88 12 / 0.6);
}

.text-orange-600\/65 {
  color: rgb(234 88 12 / 0.65);
}

.text-orange-600\/70 {
  color: rgb(234 88 12 / 0.7);
}

.text-orange-600\/75 {
  color: rgb(234 88 12 / 0.75);
}

.text-orange-600\/80 {
  color: rgb(234 88 12 / 0.8);
}

.text-orange-600\/85 {
  color: rgb(234 88 12 / 0.85);
}

.text-orange-600\/90 {
  color: rgb(234 88 12 / 0.9);
}

.text-orange-600\/95 {
  color: rgb(234 88 12 / 0.95);
}

.text-orange-700 {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity, 1));
}

.text-orange-700\/0 {
  color: rgb(194 65 12 / 0);
}

.text-orange-700\/10 {
  color: rgb(194 65 12 / 0.1);
}

.text-orange-700\/100 {
  color: rgb(194 65 12 / 1);
}

.text-orange-700\/15 {
  color: rgb(194 65 12 / 0.15);
}

.text-orange-700\/20 {
  color: rgb(194 65 12 / 0.2);
}

.text-orange-700\/25 {
  color: rgb(194 65 12 / 0.25);
}

.text-orange-700\/30 {
  color: rgb(194 65 12 / 0.3);
}

.text-orange-700\/35 {
  color: rgb(194 65 12 / 0.35);
}

.text-orange-700\/40 {
  color: rgb(194 65 12 / 0.4);
}

.text-orange-700\/45 {
  color: rgb(194 65 12 / 0.45);
}

.text-orange-700\/5 {
  color: rgb(194 65 12 / 0.05);
}

.text-orange-700\/50 {
  color: rgb(194 65 12 / 0.5);
}

.text-orange-700\/55 {
  color: rgb(194 65 12 / 0.55);
}

.text-orange-700\/60 {
  color: rgb(194 65 12 / 0.6);
}

.text-orange-700\/65 {
  color: rgb(194 65 12 / 0.65);
}

.text-orange-700\/70 {
  color: rgb(194 65 12 / 0.7);
}

.text-orange-700\/75 {
  color: rgb(194 65 12 / 0.75);
}

.text-orange-700\/80 {
  color: rgb(194 65 12 / 0.8);
}

.text-orange-700\/85 {
  color: rgb(194 65 12 / 0.85);
}

.text-orange-700\/90 {
  color: rgb(194 65 12 / 0.9);
}

.text-orange-700\/95 {
  color: rgb(194 65 12 / 0.95);
}

.text-orange-800 {
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity, 1));
}

.text-orange-800\/0 {
  color: rgb(154 52 18 / 0);
}

.text-orange-800\/10 {
  color: rgb(154 52 18 / 0.1);
}

.text-orange-800\/100 {
  color: rgb(154 52 18 / 1);
}

.text-orange-800\/15 {
  color: rgb(154 52 18 / 0.15);
}

.text-orange-800\/20 {
  color: rgb(154 52 18 / 0.2);
}

.text-orange-800\/25 {
  color: rgb(154 52 18 / 0.25);
}

.text-orange-800\/30 {
  color: rgb(154 52 18 / 0.3);
}

.text-orange-800\/35 {
  color: rgb(154 52 18 / 0.35);
}

.text-orange-800\/40 {
  color: rgb(154 52 18 / 0.4);
}

.text-orange-800\/45 {
  color: rgb(154 52 18 / 0.45);
}

.text-orange-800\/5 {
  color: rgb(154 52 18 / 0.05);
}

.text-orange-800\/50 {
  color: rgb(154 52 18 / 0.5);
}

.text-orange-800\/55 {
  color: rgb(154 52 18 / 0.55);
}

.text-orange-800\/60 {
  color: rgb(154 52 18 / 0.6);
}

.text-orange-800\/65 {
  color: rgb(154 52 18 / 0.65);
}

.text-orange-800\/70 {
  color: rgb(154 52 18 / 0.7);
}

.text-orange-800\/75 {
  color: rgb(154 52 18 / 0.75);
}

.text-orange-800\/80 {
  color: rgb(154 52 18 / 0.8);
}

.text-orange-800\/85 {
  color: rgb(154 52 18 / 0.85);
}

.text-orange-800\/90 {
  color: rgb(154 52 18 / 0.9);
}

.text-orange-800\/95 {
  color: rgb(154 52 18 / 0.95);
}

.text-orange-900 {
  --tw-text-opacity: 1;
  color: rgb(124 45 18 / var(--tw-text-opacity, 1));
}

.text-orange-900\/0 {
  color: rgb(124 45 18 / 0);
}

.text-orange-900\/10 {
  color: rgb(124 45 18 / 0.1);
}

.text-orange-900\/100 {
  color: rgb(124 45 18 / 1);
}

.text-orange-900\/15 {
  color: rgb(124 45 18 / 0.15);
}

.text-orange-900\/20 {
  color: rgb(124 45 18 / 0.2);
}

.text-orange-900\/25 {
  color: rgb(124 45 18 / 0.25);
}

.text-orange-900\/30 {
  color: rgb(124 45 18 / 0.3);
}

.text-orange-900\/35 {
  color: rgb(124 45 18 / 0.35);
}

.text-orange-900\/40 {
  color: rgb(124 45 18 / 0.4);
}

.text-orange-900\/45 {
  color: rgb(124 45 18 / 0.45);
}

.text-orange-900\/5 {
  color: rgb(124 45 18 / 0.05);
}

.text-orange-900\/50 {
  color: rgb(124 45 18 / 0.5);
}

.text-orange-900\/55 {
  color: rgb(124 45 18 / 0.55);
}

.text-orange-900\/60 {
  color: rgb(124 45 18 / 0.6);
}

.text-orange-900\/65 {
  color: rgb(124 45 18 / 0.65);
}

.text-orange-900\/70 {
  color: rgb(124 45 18 / 0.7);
}

.text-orange-900\/75 {
  color: rgb(124 45 18 / 0.75);
}

.text-orange-900\/80 {
  color: rgb(124 45 18 / 0.8);
}

.text-orange-900\/85 {
  color: rgb(124 45 18 / 0.85);
}

.text-orange-900\/90 {
  color: rgb(124 45 18 / 0.9);
}

.text-orange-900\/95 {
  color: rgb(124 45 18 / 0.95);
}

.text-orange-950 {
  --tw-text-opacity: 1;
  color: rgb(67 20 7 / var(--tw-text-opacity, 1));
}

.text-orange-950\/0 {
  color: rgb(67 20 7 / 0);
}

.text-orange-950\/10 {
  color: rgb(67 20 7 / 0.1);
}

.text-orange-950\/100 {
  color: rgb(67 20 7 / 1);
}

.text-orange-950\/15 {
  color: rgb(67 20 7 / 0.15);
}

.text-orange-950\/20 {
  color: rgb(67 20 7 / 0.2);
}

.text-orange-950\/25 {
  color: rgb(67 20 7 / 0.25);
}

.text-orange-950\/30 {
  color: rgb(67 20 7 / 0.3);
}

.text-orange-950\/35 {
  color: rgb(67 20 7 / 0.35);
}

.text-orange-950\/40 {
  color: rgb(67 20 7 / 0.4);
}

.text-orange-950\/45 {
  color: rgb(67 20 7 / 0.45);
}

.text-orange-950\/5 {
  color: rgb(67 20 7 / 0.05);
}

.text-orange-950\/50 {
  color: rgb(67 20 7 / 0.5);
}

.text-orange-950\/55 {
  color: rgb(67 20 7 / 0.55);
}

.text-orange-950\/60 {
  color: rgb(67 20 7 / 0.6);
}

.text-orange-950\/65 {
  color: rgb(67 20 7 / 0.65);
}

.text-orange-950\/70 {
  color: rgb(67 20 7 / 0.7);
}

.text-orange-950\/75 {
  color: rgb(67 20 7 / 0.75);
}

.text-orange-950\/80 {
  color: rgb(67 20 7 / 0.8);
}

.text-orange-950\/85 {
  color: rgb(67 20 7 / 0.85);
}

.text-orange-950\/90 {
  color: rgb(67 20 7 / 0.9);
}

.text-orange-950\/95 {
  color: rgb(67 20 7 / 0.95);
}

.text-pink-100 {
  --tw-text-opacity: 1;
  color: rgb(252 231 243 / var(--tw-text-opacity, 1));
}

.text-pink-100\/0 {
  color: rgb(252 231 243 / 0);
}

.text-pink-100\/10 {
  color: rgb(252 231 243 / 0.1);
}

.text-pink-100\/100 {
  color: rgb(252 231 243 / 1);
}

.text-pink-100\/15 {
  color: rgb(252 231 243 / 0.15);
}

.text-pink-100\/20 {
  color: rgb(252 231 243 / 0.2);
}

.text-pink-100\/25 {
  color: rgb(252 231 243 / 0.25);
}

.text-pink-100\/30 {
  color: rgb(252 231 243 / 0.3);
}

.text-pink-100\/35 {
  color: rgb(252 231 243 / 0.35);
}

.text-pink-100\/40 {
  color: rgb(252 231 243 / 0.4);
}

.text-pink-100\/45 {
  color: rgb(252 231 243 / 0.45);
}

.text-pink-100\/5 {
  color: rgb(252 231 243 / 0.05);
}

.text-pink-100\/50 {
  color: rgb(252 231 243 / 0.5);
}

.text-pink-100\/55 {
  color: rgb(252 231 243 / 0.55);
}

.text-pink-100\/60 {
  color: rgb(252 231 243 / 0.6);
}

.text-pink-100\/65 {
  color: rgb(252 231 243 / 0.65);
}

.text-pink-100\/70 {
  color: rgb(252 231 243 / 0.7);
}

.text-pink-100\/75 {
  color: rgb(252 231 243 / 0.75);
}

.text-pink-100\/80 {
  color: rgb(252 231 243 / 0.8);
}

.text-pink-100\/85 {
  color: rgb(252 231 243 / 0.85);
}

.text-pink-100\/90 {
  color: rgb(252 231 243 / 0.9);
}

.text-pink-100\/95 {
  color: rgb(252 231 243 / 0.95);
}

.text-pink-200 {
  --tw-text-opacity: 1;
  color: rgb(251 207 232 / var(--tw-text-opacity, 1));
}

.text-pink-200\/0 {
  color: rgb(251 207 232 / 0);
}

.text-pink-200\/10 {
  color: rgb(251 207 232 / 0.1);
}

.text-pink-200\/100 {
  color: rgb(251 207 232 / 1);
}

.text-pink-200\/15 {
  color: rgb(251 207 232 / 0.15);
}

.text-pink-200\/20 {
  color: rgb(251 207 232 / 0.2);
}

.text-pink-200\/25 {
  color: rgb(251 207 232 / 0.25);
}

.text-pink-200\/30 {
  color: rgb(251 207 232 / 0.3);
}

.text-pink-200\/35 {
  color: rgb(251 207 232 / 0.35);
}

.text-pink-200\/40 {
  color: rgb(251 207 232 / 0.4);
}

.text-pink-200\/45 {
  color: rgb(251 207 232 / 0.45);
}

.text-pink-200\/5 {
  color: rgb(251 207 232 / 0.05);
}

.text-pink-200\/50 {
  color: rgb(251 207 232 / 0.5);
}

.text-pink-200\/55 {
  color: rgb(251 207 232 / 0.55);
}

.text-pink-200\/60 {
  color: rgb(251 207 232 / 0.6);
}

.text-pink-200\/65 {
  color: rgb(251 207 232 / 0.65);
}

.text-pink-200\/70 {
  color: rgb(251 207 232 / 0.7);
}

.text-pink-200\/75 {
  color: rgb(251 207 232 / 0.75);
}

.text-pink-200\/80 {
  color: rgb(251 207 232 / 0.8);
}

.text-pink-200\/85 {
  color: rgb(251 207 232 / 0.85);
}

.text-pink-200\/90 {
  color: rgb(251 207 232 / 0.9);
}

.text-pink-200\/95 {
  color: rgb(251 207 232 / 0.95);
}

.text-pink-300 {
  --tw-text-opacity: 1;
  color: rgb(249 168 212 / var(--tw-text-opacity, 1));
}

.text-pink-300\/0 {
  color: rgb(249 168 212 / 0);
}

.text-pink-300\/10 {
  color: rgb(249 168 212 / 0.1);
}

.text-pink-300\/100 {
  color: rgb(249 168 212 / 1);
}

.text-pink-300\/15 {
  color: rgb(249 168 212 / 0.15);
}

.text-pink-300\/20 {
  color: rgb(249 168 212 / 0.2);
}

.text-pink-300\/25 {
  color: rgb(249 168 212 / 0.25);
}

.text-pink-300\/30 {
  color: rgb(249 168 212 / 0.3);
}

.text-pink-300\/35 {
  color: rgb(249 168 212 / 0.35);
}

.text-pink-300\/40 {
  color: rgb(249 168 212 / 0.4);
}

.text-pink-300\/45 {
  color: rgb(249 168 212 / 0.45);
}

.text-pink-300\/5 {
  color: rgb(249 168 212 / 0.05);
}

.text-pink-300\/50 {
  color: rgb(249 168 212 / 0.5);
}

.text-pink-300\/55 {
  color: rgb(249 168 212 / 0.55);
}

.text-pink-300\/60 {
  color: rgb(249 168 212 / 0.6);
}

.text-pink-300\/65 {
  color: rgb(249 168 212 / 0.65);
}

.text-pink-300\/70 {
  color: rgb(249 168 212 / 0.7);
}

.text-pink-300\/75 {
  color: rgb(249 168 212 / 0.75);
}

.text-pink-300\/80 {
  color: rgb(249 168 212 / 0.8);
}

.text-pink-300\/85 {
  color: rgb(249 168 212 / 0.85);
}

.text-pink-300\/90 {
  color: rgb(249 168 212 / 0.9);
}

.text-pink-300\/95 {
  color: rgb(249 168 212 / 0.95);
}

.text-pink-400 {
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity, 1));
}

.text-pink-400\/0 {
  color: rgb(244 114 182 / 0);
}

.text-pink-400\/10 {
  color: rgb(244 114 182 / 0.1);
}

.text-pink-400\/100 {
  color: rgb(244 114 182 / 1);
}

.text-pink-400\/15 {
  color: rgb(244 114 182 / 0.15);
}

.text-pink-400\/20 {
  color: rgb(244 114 182 / 0.2);
}

.text-pink-400\/25 {
  color: rgb(244 114 182 / 0.25);
}

.text-pink-400\/30 {
  color: rgb(244 114 182 / 0.3);
}

.text-pink-400\/35 {
  color: rgb(244 114 182 / 0.35);
}

.text-pink-400\/40 {
  color: rgb(244 114 182 / 0.4);
}

.text-pink-400\/45 {
  color: rgb(244 114 182 / 0.45);
}

.text-pink-400\/5 {
  color: rgb(244 114 182 / 0.05);
}

.text-pink-400\/50 {
  color: rgb(244 114 182 / 0.5);
}

.text-pink-400\/55 {
  color: rgb(244 114 182 / 0.55);
}

.text-pink-400\/60 {
  color: rgb(244 114 182 / 0.6);
}

.text-pink-400\/65 {
  color: rgb(244 114 182 / 0.65);
}

.text-pink-400\/70 {
  color: rgb(244 114 182 / 0.7);
}

.text-pink-400\/75 {
  color: rgb(244 114 182 / 0.75);
}

.text-pink-400\/80 {
  color: rgb(244 114 182 / 0.8);
}

.text-pink-400\/85 {
  color: rgb(244 114 182 / 0.85);
}

.text-pink-400\/90 {
  color: rgb(244 114 182 / 0.9);
}

.text-pink-400\/95 {
  color: rgb(244 114 182 / 0.95);
}

.text-pink-50 {
  --tw-text-opacity: 1;
  color: rgb(253 242 248 / var(--tw-text-opacity, 1));
}

.text-pink-50\/0 {
  color: rgb(253 242 248 / 0);
}

.text-pink-50\/10 {
  color: rgb(253 242 248 / 0.1);
}

.text-pink-50\/100 {
  color: rgb(253 242 248 / 1);
}

.text-pink-50\/15 {
  color: rgb(253 242 248 / 0.15);
}

.text-pink-50\/20 {
  color: rgb(253 242 248 / 0.2);
}

.text-pink-50\/25 {
  color: rgb(253 242 248 / 0.25);
}

.text-pink-50\/30 {
  color: rgb(253 242 248 / 0.3);
}

.text-pink-50\/35 {
  color: rgb(253 242 248 / 0.35);
}

.text-pink-50\/40 {
  color: rgb(253 242 248 / 0.4);
}

.text-pink-50\/45 {
  color: rgb(253 242 248 / 0.45);
}

.text-pink-50\/5 {
  color: rgb(253 242 248 / 0.05);
}

.text-pink-50\/50 {
  color: rgb(253 242 248 / 0.5);
}

.text-pink-50\/55 {
  color: rgb(253 242 248 / 0.55);
}

.text-pink-50\/60 {
  color: rgb(253 242 248 / 0.6);
}

.text-pink-50\/65 {
  color: rgb(253 242 248 / 0.65);
}

.text-pink-50\/70 {
  color: rgb(253 242 248 / 0.7);
}

.text-pink-50\/75 {
  color: rgb(253 242 248 / 0.75);
}

.text-pink-50\/80 {
  color: rgb(253 242 248 / 0.8);
}

.text-pink-50\/85 {
  color: rgb(253 242 248 / 0.85);
}

.text-pink-50\/90 {
  color: rgb(253 242 248 / 0.9);
}

.text-pink-50\/95 {
  color: rgb(253 242 248 / 0.95);
}

.text-pink-500 {
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity, 1));
}

.text-pink-500\/0 {
  color: rgb(236 72 153 / 0);
}

.text-pink-500\/10 {
  color: rgb(236 72 153 / 0.1);
}

.text-pink-500\/100 {
  color: rgb(236 72 153 / 1);
}

.text-pink-500\/15 {
  color: rgb(236 72 153 / 0.15);
}

.text-pink-500\/20 {
  color: rgb(236 72 153 / 0.2);
}

.text-pink-500\/25 {
  color: rgb(236 72 153 / 0.25);
}

.text-pink-500\/30 {
  color: rgb(236 72 153 / 0.3);
}

.text-pink-500\/35 {
  color: rgb(236 72 153 / 0.35);
}

.text-pink-500\/40 {
  color: rgb(236 72 153 / 0.4);
}

.text-pink-500\/45 {
  color: rgb(236 72 153 / 0.45);
}

.text-pink-500\/5 {
  color: rgb(236 72 153 / 0.05);
}

.text-pink-500\/50 {
  color: rgb(236 72 153 / 0.5);
}

.text-pink-500\/55 {
  color: rgb(236 72 153 / 0.55);
}

.text-pink-500\/60 {
  color: rgb(236 72 153 / 0.6);
}

.text-pink-500\/65 {
  color: rgb(236 72 153 / 0.65);
}

.text-pink-500\/70 {
  color: rgb(236 72 153 / 0.7);
}

.text-pink-500\/75 {
  color: rgb(236 72 153 / 0.75);
}

.text-pink-500\/80 {
  color: rgb(236 72 153 / 0.8);
}

.text-pink-500\/85 {
  color: rgb(236 72 153 / 0.85);
}

.text-pink-500\/90 {
  color: rgb(236 72 153 / 0.9);
}

.text-pink-500\/95 {
  color: rgb(236 72 153 / 0.95);
}

.text-pink-600 {
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity, 1));
}

.text-pink-600\/0 {
  color: rgb(219 39 119 / 0);
}

.text-pink-600\/10 {
  color: rgb(219 39 119 / 0.1);
}

.text-pink-600\/100 {
  color: rgb(219 39 119 / 1);
}

.text-pink-600\/15 {
  color: rgb(219 39 119 / 0.15);
}

.text-pink-600\/20 {
  color: rgb(219 39 119 / 0.2);
}

.text-pink-600\/25 {
  color: rgb(219 39 119 / 0.25);
}

.text-pink-600\/30 {
  color: rgb(219 39 119 / 0.3);
}

.text-pink-600\/35 {
  color: rgb(219 39 119 / 0.35);
}

.text-pink-600\/40 {
  color: rgb(219 39 119 / 0.4);
}

.text-pink-600\/45 {
  color: rgb(219 39 119 / 0.45);
}

.text-pink-600\/5 {
  color: rgb(219 39 119 / 0.05);
}

.text-pink-600\/50 {
  color: rgb(219 39 119 / 0.5);
}

.text-pink-600\/55 {
  color: rgb(219 39 119 / 0.55);
}

.text-pink-600\/60 {
  color: rgb(219 39 119 / 0.6);
}

.text-pink-600\/65 {
  color: rgb(219 39 119 / 0.65);
}

.text-pink-600\/70 {
  color: rgb(219 39 119 / 0.7);
}

.text-pink-600\/75 {
  color: rgb(219 39 119 / 0.75);
}

.text-pink-600\/80 {
  color: rgb(219 39 119 / 0.8);
}

.text-pink-600\/85 {
  color: rgb(219 39 119 / 0.85);
}

.text-pink-600\/90 {
  color: rgb(219 39 119 / 0.9);
}

.text-pink-600\/95 {
  color: rgb(219 39 119 / 0.95);
}

.text-pink-700 {
  --tw-text-opacity: 1;
  color: rgb(190 24 93 / var(--tw-text-opacity, 1));
}

.text-pink-700\/0 {
  color: rgb(190 24 93 / 0);
}

.text-pink-700\/10 {
  color: rgb(190 24 93 / 0.1);
}

.text-pink-700\/100 {
  color: rgb(190 24 93 / 1);
}

.text-pink-700\/15 {
  color: rgb(190 24 93 / 0.15);
}

.text-pink-700\/20 {
  color: rgb(190 24 93 / 0.2);
}

.text-pink-700\/25 {
  color: rgb(190 24 93 / 0.25);
}

.text-pink-700\/30 {
  color: rgb(190 24 93 / 0.3);
}

.text-pink-700\/35 {
  color: rgb(190 24 93 / 0.35);
}

.text-pink-700\/40 {
  color: rgb(190 24 93 / 0.4);
}

.text-pink-700\/45 {
  color: rgb(190 24 93 / 0.45);
}

.text-pink-700\/5 {
  color: rgb(190 24 93 / 0.05);
}

.text-pink-700\/50 {
  color: rgb(190 24 93 / 0.5);
}

.text-pink-700\/55 {
  color: rgb(190 24 93 / 0.55);
}

.text-pink-700\/60 {
  color: rgb(190 24 93 / 0.6);
}

.text-pink-700\/65 {
  color: rgb(190 24 93 / 0.65);
}

.text-pink-700\/70 {
  color: rgb(190 24 93 / 0.7);
}

.text-pink-700\/75 {
  color: rgb(190 24 93 / 0.75);
}

.text-pink-700\/80 {
  color: rgb(190 24 93 / 0.8);
}

.text-pink-700\/85 {
  color: rgb(190 24 93 / 0.85);
}

.text-pink-700\/90 {
  color: rgb(190 24 93 / 0.9);
}

.text-pink-700\/95 {
  color: rgb(190 24 93 / 0.95);
}

.text-pink-800 {
  --tw-text-opacity: 1;
  color: rgb(157 23 77 / var(--tw-text-opacity, 1));
}

.text-pink-800\/0 {
  color: rgb(157 23 77 / 0);
}

.text-pink-800\/10 {
  color: rgb(157 23 77 / 0.1);
}

.text-pink-800\/100 {
  color: rgb(157 23 77 / 1);
}

.text-pink-800\/15 {
  color: rgb(157 23 77 / 0.15);
}

.text-pink-800\/20 {
  color: rgb(157 23 77 / 0.2);
}

.text-pink-800\/25 {
  color: rgb(157 23 77 / 0.25);
}

.text-pink-800\/30 {
  color: rgb(157 23 77 / 0.3);
}

.text-pink-800\/35 {
  color: rgb(157 23 77 / 0.35);
}

.text-pink-800\/40 {
  color: rgb(157 23 77 / 0.4);
}

.text-pink-800\/45 {
  color: rgb(157 23 77 / 0.45);
}

.text-pink-800\/5 {
  color: rgb(157 23 77 / 0.05);
}

.text-pink-800\/50 {
  color: rgb(157 23 77 / 0.5);
}

.text-pink-800\/55 {
  color: rgb(157 23 77 / 0.55);
}

.text-pink-800\/60 {
  color: rgb(157 23 77 / 0.6);
}

.text-pink-800\/65 {
  color: rgb(157 23 77 / 0.65);
}

.text-pink-800\/70 {
  color: rgb(157 23 77 / 0.7);
}

.text-pink-800\/75 {
  color: rgb(157 23 77 / 0.75);
}

.text-pink-800\/80 {
  color: rgb(157 23 77 / 0.8);
}

.text-pink-800\/85 {
  color: rgb(157 23 77 / 0.85);
}

.text-pink-800\/90 {
  color: rgb(157 23 77 / 0.9);
}

.text-pink-800\/95 {
  color: rgb(157 23 77 / 0.95);
}

.text-pink-900 {
  --tw-text-opacity: 1;
  color: rgb(131 24 67 / var(--tw-text-opacity, 1));
}

.text-pink-900\/0 {
  color: rgb(131 24 67 / 0);
}

.text-pink-900\/10 {
  color: rgb(131 24 67 / 0.1);
}

.text-pink-900\/100 {
  color: rgb(131 24 67 / 1);
}

.text-pink-900\/15 {
  color: rgb(131 24 67 / 0.15);
}

.text-pink-900\/20 {
  color: rgb(131 24 67 / 0.2);
}

.text-pink-900\/25 {
  color: rgb(131 24 67 / 0.25);
}

.text-pink-900\/30 {
  color: rgb(131 24 67 / 0.3);
}

.text-pink-900\/35 {
  color: rgb(131 24 67 / 0.35);
}

.text-pink-900\/40 {
  color: rgb(131 24 67 / 0.4);
}

.text-pink-900\/45 {
  color: rgb(131 24 67 / 0.45);
}

.text-pink-900\/5 {
  color: rgb(131 24 67 / 0.05);
}

.text-pink-900\/50 {
  color: rgb(131 24 67 / 0.5);
}

.text-pink-900\/55 {
  color: rgb(131 24 67 / 0.55);
}

.text-pink-900\/60 {
  color: rgb(131 24 67 / 0.6);
}

.text-pink-900\/65 {
  color: rgb(131 24 67 / 0.65);
}

.text-pink-900\/70 {
  color: rgb(131 24 67 / 0.7);
}

.text-pink-900\/75 {
  color: rgb(131 24 67 / 0.75);
}

.text-pink-900\/80 {
  color: rgb(131 24 67 / 0.8);
}

.text-pink-900\/85 {
  color: rgb(131 24 67 / 0.85);
}

.text-pink-900\/90 {
  color: rgb(131 24 67 / 0.9);
}

.text-pink-900\/95 {
  color: rgb(131 24 67 / 0.95);
}

.text-pink-950 {
  --tw-text-opacity: 1;
  color: rgb(80 7 36 / var(--tw-text-opacity, 1));
}

.text-pink-950\/0 {
  color: rgb(80 7 36 / 0);
}

.text-pink-950\/10 {
  color: rgb(80 7 36 / 0.1);
}

.text-pink-950\/100 {
  color: rgb(80 7 36 / 1);
}

.text-pink-950\/15 {
  color: rgb(80 7 36 / 0.15);
}

.text-pink-950\/20 {
  color: rgb(80 7 36 / 0.2);
}

.text-pink-950\/25 {
  color: rgb(80 7 36 / 0.25);
}

.text-pink-950\/30 {
  color: rgb(80 7 36 / 0.3);
}

.text-pink-950\/35 {
  color: rgb(80 7 36 / 0.35);
}

.text-pink-950\/40 {
  color: rgb(80 7 36 / 0.4);
}

.text-pink-950\/45 {
  color: rgb(80 7 36 / 0.45);
}

.text-pink-950\/5 {
  color: rgb(80 7 36 / 0.05);
}

.text-pink-950\/50 {
  color: rgb(80 7 36 / 0.5);
}

.text-pink-950\/55 {
  color: rgb(80 7 36 / 0.55);
}

.text-pink-950\/60 {
  color: rgb(80 7 36 / 0.6);
}

.text-pink-950\/65 {
  color: rgb(80 7 36 / 0.65);
}

.text-pink-950\/70 {
  color: rgb(80 7 36 / 0.7);
}

.text-pink-950\/75 {
  color: rgb(80 7 36 / 0.75);
}

.text-pink-950\/80 {
  color: rgb(80 7 36 / 0.8);
}

.text-pink-950\/85 {
  color: rgb(80 7 36 / 0.85);
}

.text-pink-950\/90 {
  color: rgb(80 7 36 / 0.9);
}

.text-pink-950\/95 {
  color: rgb(80 7 36 / 0.95);
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(var(--color-primary-rgb) / var(--tw-text-opacity, 1));
}

.text-primary-dark {
  --tw-text-opacity: 1;
  color: rgb(var(--color-primary-dark-rgb) / var(--tw-text-opacity, 1));
}

.text-primary-dark\/0 {
  color: rgb(var(--color-primary-dark-rgb) / 0);
}

.text-primary-dark\/10 {
  color: rgb(var(--color-primary-dark-rgb) / 0.1);
}

.text-primary-dark\/100 {
  color: rgb(var(--color-primary-dark-rgb) / 1);
}

.text-primary-dark\/15 {
  color: rgb(var(--color-primary-dark-rgb) / 0.15);
}

.text-primary-dark\/20 {
  color: rgb(var(--color-primary-dark-rgb) / 0.2);
}

.text-primary-dark\/25 {
  color: rgb(var(--color-primary-dark-rgb) / 0.25);
}

.text-primary-dark\/30 {
  color: rgb(var(--color-primary-dark-rgb) / 0.3);
}

.text-primary-dark\/35 {
  color: rgb(var(--color-primary-dark-rgb) / 0.35);
}

.text-primary-dark\/40 {
  color: rgb(var(--color-primary-dark-rgb) / 0.4);
}

.text-primary-dark\/45 {
  color: rgb(var(--color-primary-dark-rgb) / 0.45);
}

.text-primary-dark\/5 {
  color: rgb(var(--color-primary-dark-rgb) / 0.05);
}

.text-primary-dark\/50 {
  color: rgb(var(--color-primary-dark-rgb) / 0.5);
}

.text-primary-dark\/55 {
  color: rgb(var(--color-primary-dark-rgb) / 0.55);
}

.text-primary-dark\/60 {
  color: rgb(var(--color-primary-dark-rgb) / 0.6);
}

.text-primary-dark\/65 {
  color: rgb(var(--color-primary-dark-rgb) / 0.65);
}

.text-primary-dark\/70 {
  color: rgb(var(--color-primary-dark-rgb) / 0.7);
}

.text-primary-dark\/75 {
  color: rgb(var(--color-primary-dark-rgb) / 0.75);
}

.text-primary-dark\/80 {
  color: rgb(var(--color-primary-dark-rgb) / 0.8);
}

.text-primary-dark\/85 {
  color: rgb(var(--color-primary-dark-rgb) / 0.85);
}

.text-primary-dark\/90 {
  color: rgb(var(--color-primary-dark-rgb) / 0.9);
}

.text-primary-dark\/95 {
  color: rgb(var(--color-primary-dark-rgb) / 0.95);
}

.text-primary-darker {
  --tw-text-opacity: 1;
  color: rgb(var(--color-primary-darker-rgb) / var(--tw-text-opacity, 1));
}

.text-primary-darker\/0 {
  color: rgb(var(--color-primary-darker-rgb) / 0);
}

.text-primary-darker\/10 {
  color: rgb(var(--color-primary-darker-rgb) / 0.1);
}

.text-primary-darker\/100 {
  color: rgb(var(--color-primary-darker-rgb) / 1);
}

.text-primary-darker\/15 {
  color: rgb(var(--color-primary-darker-rgb) / 0.15);
}

.text-primary-darker\/20 {
  color: rgb(var(--color-primary-darker-rgb) / 0.2);
}

.text-primary-darker\/25 {
  color: rgb(var(--color-primary-darker-rgb) / 0.25);
}

.text-primary-darker\/30 {
  color: rgb(var(--color-primary-darker-rgb) / 0.3);
}

.text-primary-darker\/35 {
  color: rgb(var(--color-primary-darker-rgb) / 0.35);
}

.text-primary-darker\/40 {
  color: rgb(var(--color-primary-darker-rgb) / 0.4);
}

.text-primary-darker\/45 {
  color: rgb(var(--color-primary-darker-rgb) / 0.45);
}

.text-primary-darker\/5 {
  color: rgb(var(--color-primary-darker-rgb) / 0.05);
}

.text-primary-darker\/50 {
  color: rgb(var(--color-primary-darker-rgb) / 0.5);
}

.text-primary-darker\/55 {
  color: rgb(var(--color-primary-darker-rgb) / 0.55);
}

.text-primary-darker\/60 {
  color: rgb(var(--color-primary-darker-rgb) / 0.6);
}

.text-primary-darker\/65 {
  color: rgb(var(--color-primary-darker-rgb) / 0.65);
}

.text-primary-darker\/70 {
  color: rgb(var(--color-primary-darker-rgb) / 0.7);
}

.text-primary-darker\/75 {
  color: rgb(var(--color-primary-darker-rgb) / 0.75);
}

.text-primary-darker\/80 {
  color: rgb(var(--color-primary-darker-rgb) / 0.8);
}

.text-primary-darker\/85 {
  color: rgb(var(--color-primary-darker-rgb) / 0.85);
}

.text-primary-darker\/90 {
  color: rgb(var(--color-primary-darker-rgb) / 0.9);
}

.text-primary-darker\/95 {
  color: rgb(var(--color-primary-darker-rgb) / 0.95);
}

.text-primary\/0 {
  color: rgb(var(--color-primary-rgb) / 0);
}

.text-primary\/10 {
  color: rgb(var(--color-primary-rgb) / 0.1);
}

.text-primary\/100 {
  color: rgb(var(--color-primary-rgb) / 1);
}

.text-primary\/15 {
  color: rgb(var(--color-primary-rgb) / 0.15);
}

.text-primary\/20 {
  color: rgb(var(--color-primary-rgb) / 0.2);
}

.text-primary\/25 {
  color: rgb(var(--color-primary-rgb) / 0.25);
}

.text-primary\/30 {
  color: rgb(var(--color-primary-rgb) / 0.3);
}

.text-primary\/35 {
  color: rgb(var(--color-primary-rgb) / 0.35);
}

.text-primary\/40 {
  color: rgb(var(--color-primary-rgb) / 0.4);
}

.text-primary\/45 {
  color: rgb(var(--color-primary-rgb) / 0.45);
}

.text-primary\/5 {
  color: rgb(var(--color-primary-rgb) / 0.05);
}

.text-primary\/50 {
  color: rgb(var(--color-primary-rgb) / 0.5);
}

.text-primary\/55 {
  color: rgb(var(--color-primary-rgb) / 0.55);
}

.text-primary\/60 {
  color: rgb(var(--color-primary-rgb) / 0.6);
}

.text-primary\/65 {
  color: rgb(var(--color-primary-rgb) / 0.65);
}

.text-primary\/70 {
  color: rgb(var(--color-primary-rgb) / 0.7);
}

.text-primary\/75 {
  color: rgb(var(--color-primary-rgb) / 0.75);
}

.text-primary\/80 {
  color: rgb(var(--color-primary-rgb) / 0.8);
}

.text-primary\/85 {
  color: rgb(var(--color-primary-rgb) / 0.85);
}

.text-primary\/90 {
  color: rgb(var(--color-primary-rgb) / 0.9);
}

.text-primary\/95 {
  color: rgb(var(--color-primary-rgb) / 0.95);
}

.text-purple-100 {
  --tw-text-opacity: 1;
  color: rgb(243 232 255 / var(--tw-text-opacity, 1));
}

.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, 1));
}

.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, 1));
}

.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, 1));
}

.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, 1));
}

.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, 1));
}

.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, 1));
}

.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, 1));
}

.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, 1));
}

.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, 1));
}

.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-purple-950 {
  --tw-text-opacity: 1;
  color: rgb(59 7 100 / var(--tw-text-opacity, 1));
}

.text-purple-950\/0 {
  color: rgb(59 7 100 / 0);
}

.text-purple-950\/10 {
  color: rgb(59 7 100 / 0.1);
}

.text-purple-950\/100 {
  color: rgb(59 7 100 / 1);
}

.text-purple-950\/15 {
  color: rgb(59 7 100 / 0.15);
}

.text-purple-950\/20 {
  color: rgb(59 7 100 / 0.2);
}

.text-purple-950\/25 {
  color: rgb(59 7 100 / 0.25);
}

.text-purple-950\/30 {
  color: rgb(59 7 100 / 0.3);
}

.text-purple-950\/35 {
  color: rgb(59 7 100 / 0.35);
}

.text-purple-950\/40 {
  color: rgb(59 7 100 / 0.4);
}

.text-purple-950\/45 {
  color: rgb(59 7 100 / 0.45);
}

.text-purple-950\/5 {
  color: rgb(59 7 100 / 0.05);
}

.text-purple-950\/50 {
  color: rgb(59 7 100 / 0.5);
}

.text-purple-950\/55 {
  color: rgb(59 7 100 / 0.55);
}

.text-purple-950\/60 {
  color: rgb(59 7 100 / 0.6);
}

.text-purple-950\/65 {
  color: rgb(59 7 100 / 0.65);
}

.text-purple-950\/70 {
  color: rgb(59 7 100 / 0.7);
}

.text-purple-950\/75 {
  color: rgb(59 7 100 / 0.75);
}

.text-purple-950\/80 {
  color: rgb(59 7 100 / 0.8);
}

.text-purple-950\/85 {
  color: rgb(59 7 100 / 0.85);
}

.text-purple-950\/90 {
  color: rgb(59 7 100 / 0.9);
}

.text-purple-950\/95 {
  color: rgb(59 7 100 / 0.95);
}

.text-red-100 {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}

.text-red-100\/0 {
  color: rgb(254 226 226 / 0);
}

.text-red-100\/10 {
  color: rgb(254 226 226 / 0.1);
}

.text-red-100\/100 {
  color: rgb(254 226 226 / 1);
}

.text-red-100\/15 {
  color: rgb(254 226 226 / 0.15);
}

.text-red-100\/20 {
  color: rgb(254 226 226 / 0.2);
}

.text-red-100\/25 {
  color: rgb(254 226 226 / 0.25);
}

.text-red-100\/30 {
  color: rgb(254 226 226 / 0.3);
}

.text-red-100\/35 {
  color: rgb(254 226 226 / 0.35);
}

.text-red-100\/40 {
  color: rgb(254 226 226 / 0.4);
}

.text-red-100\/45 {
  color: rgb(254 226 226 / 0.45);
}

.text-red-100\/5 {
  color: rgb(254 226 226 / 0.05);
}

.text-red-100\/50 {
  color: rgb(254 226 226 / 0.5);
}

.text-red-100\/55 {
  color: rgb(254 226 226 / 0.55);
}

.text-red-100\/60 {
  color: rgb(254 226 226 / 0.6);
}

.text-red-100\/65 {
  color: rgb(254 226 226 / 0.65);
}

.text-red-100\/70 {
  color: rgb(254 226 226 / 0.7);
}

.text-red-100\/75 {
  color: rgb(254 226 226 / 0.75);
}

.text-red-100\/80 {
  color: rgb(254 226 226 / 0.8);
}

.text-red-100\/85 {
  color: rgb(254 226 226 / 0.85);
}

.text-red-100\/90 {
  color: rgb(254 226 226 / 0.9);
}

.text-red-100\/95 {
  color: rgb(254 226 226 / 0.95);
}

.text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}

.text-red-200\/0 {
  color: rgb(254 202 202 / 0);
}

.text-red-200\/10 {
  color: rgb(254 202 202 / 0.1);
}

.text-red-200\/100 {
  color: rgb(254 202 202 / 1);
}

.text-red-200\/15 {
  color: rgb(254 202 202 / 0.15);
}

.text-red-200\/20 {
  color: rgb(254 202 202 / 0.2);
}

.text-red-200\/25 {
  color: rgb(254 202 202 / 0.25);
}

.text-red-200\/30 {
  color: rgb(254 202 202 / 0.3);
}

.text-red-200\/35 {
  color: rgb(254 202 202 / 0.35);
}

.text-red-200\/40 {
  color: rgb(254 202 202 / 0.4);
}

.text-red-200\/45 {
  color: rgb(254 202 202 / 0.45);
}

.text-red-200\/5 {
  color: rgb(254 202 202 / 0.05);
}

.text-red-200\/50 {
  color: rgb(254 202 202 / 0.5);
}

.text-red-200\/55 {
  color: rgb(254 202 202 / 0.55);
}

.text-red-200\/60 {
  color: rgb(254 202 202 / 0.6);
}

.text-red-200\/65 {
  color: rgb(254 202 202 / 0.65);
}

.text-red-200\/70 {
  color: rgb(254 202 202 / 0.7);
}

.text-red-200\/75 {
  color: rgb(254 202 202 / 0.75);
}

.text-red-200\/80 {
  color: rgb(254 202 202 / 0.8);
}

.text-red-200\/85 {
  color: rgb(254 202 202 / 0.85);
}

.text-red-200\/90 {
  color: rgb(254 202 202 / 0.9);
}

.text-red-200\/95 {
  color: rgb(254 202 202 / 0.95);
}

.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}

.text-red-300\/0 {
  color: rgb(252 165 165 / 0);
}

.text-red-300\/10 {
  color: rgb(252 165 165 / 0.1);
}

.text-red-300\/100 {
  color: rgb(252 165 165 / 1);
}

.text-red-300\/15 {
  color: rgb(252 165 165 / 0.15);
}

.text-red-300\/20 {
  color: rgb(252 165 165 / 0.2);
}

.text-red-300\/25 {
  color: rgb(252 165 165 / 0.25);
}

.text-red-300\/30 {
  color: rgb(252 165 165 / 0.3);
}

.text-red-300\/35 {
  color: rgb(252 165 165 / 0.35);
}

.text-red-300\/40 {
  color: rgb(252 165 165 / 0.4);
}

.text-red-300\/45 {
  color: rgb(252 165 165 / 0.45);
}

.text-red-300\/5 {
  color: rgb(252 165 165 / 0.05);
}

.text-red-300\/50 {
  color: rgb(252 165 165 / 0.5);
}

.text-red-300\/55 {
  color: rgb(252 165 165 / 0.55);
}

.text-red-300\/60 {
  color: rgb(252 165 165 / 0.6);
}

.text-red-300\/65 {
  color: rgb(252 165 165 / 0.65);
}

.text-red-300\/70 {
  color: rgb(252 165 165 / 0.7);
}

.text-red-300\/75 {
  color: rgb(252 165 165 / 0.75);
}

.text-red-300\/80 {
  color: rgb(252 165 165 / 0.8);
}

.text-red-300\/85 {
  color: rgb(252 165 165 / 0.85);
}

.text-red-300\/90 {
  color: rgb(252 165 165 / 0.9);
}

.text-red-300\/95 {
  color: rgb(252 165 165 / 0.95);
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.text-red-400\/0 {
  color: rgb(248 113 113 / 0);
}

.text-red-400\/10 {
  color: rgb(248 113 113 / 0.1);
}

.text-red-400\/100 {
  color: rgb(248 113 113 / 1);
}

.text-red-400\/15 {
  color: rgb(248 113 113 / 0.15);
}

.text-red-400\/20 {
  color: rgb(248 113 113 / 0.2);
}

.text-red-400\/25 {
  color: rgb(248 113 113 / 0.25);
}

.text-red-400\/30 {
  color: rgb(248 113 113 / 0.3);
}

.text-red-400\/35 {
  color: rgb(248 113 113 / 0.35);
}

.text-red-400\/40 {
  color: rgb(248 113 113 / 0.4);
}

.text-red-400\/45 {
  color: rgb(248 113 113 / 0.45);
}

.text-red-400\/5 {
  color: rgb(248 113 113 / 0.05);
}

.text-red-400\/50 {
  color: rgb(248 113 113 / 0.5);
}

.text-red-400\/55 {
  color: rgb(248 113 113 / 0.55);
}

.text-red-400\/60 {
  color: rgb(248 113 113 / 0.6);
}

.text-red-400\/65 {
  color: rgb(248 113 113 / 0.65);
}

.text-red-400\/70 {
  color: rgb(248 113 113 / 0.7);
}

.text-red-400\/75 {
  color: rgb(248 113 113 / 0.75);
}

.text-red-400\/80 {
  color: rgb(248 113 113 / 0.8);
}

.text-red-400\/85 {
  color: rgb(248 113 113 / 0.85);
}

.text-red-400\/90 {
  color: rgb(248 113 113 / 0.9);
}

.text-red-400\/95 {
  color: rgb(248 113 113 / 0.95);
}

.text-red-50 {
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity, 1));
}

.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, 1));
}

.text-red-500\/0 {
  color: rgb(239 68 68 / 0);
}

.text-red-500\/10 {
  color: rgb(239 68 68 / 0.1);
}

.text-red-500\/100 {
  color: rgb(239 68 68 / 1);
}

.text-red-500\/15 {
  color: rgb(239 68 68 / 0.15);
}

.text-red-500\/20 {
  color: rgb(239 68 68 / 0.2);
}

.text-red-500\/25 {
  color: rgb(239 68 68 / 0.25);
}

.text-red-500\/30 {
  color: rgb(239 68 68 / 0.3);
}

.text-red-500\/35 {
  color: rgb(239 68 68 / 0.35);
}

.text-red-500\/40 {
  color: rgb(239 68 68 / 0.4);
}

.text-red-500\/45 {
  color: rgb(239 68 68 / 0.45);
}

.text-red-500\/5 {
  color: rgb(239 68 68 / 0.05);
}

.text-red-500\/50 {
  color: rgb(239 68 68 / 0.5);
}

.text-red-500\/55 {
  color: rgb(239 68 68 / 0.55);
}

.text-red-500\/60 {
  color: rgb(239 68 68 / 0.6);
}

.text-red-500\/65 {
  color: rgb(239 68 68 / 0.65);
}

.text-red-500\/70 {
  color: rgb(239 68 68 / 0.7);
}

.text-red-500\/75 {
  color: rgb(239 68 68 / 0.75);
}

.text-red-500\/80 {
  color: rgb(239 68 68 / 0.8);
}

.text-red-500\/85 {
  color: rgb(239 68 68 / 0.85);
}

.text-red-500\/90 {
  color: rgb(239 68 68 / 0.9);
}

.text-red-500\/95 {
  color: rgb(239 68 68 / 0.95);
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-red-600\/0 {
  color: rgb(220 38 38 / 0);
}

.text-red-600\/10 {
  color: rgb(220 38 38 / 0.1);
}

.text-red-600\/100 {
  color: rgb(220 38 38 / 1);
}

.text-red-600\/15 {
  color: rgb(220 38 38 / 0.15);
}

.text-red-600\/20 {
  color: rgb(220 38 38 / 0.2);
}

.text-red-600\/25 {
  color: rgb(220 38 38 / 0.25);
}

.text-red-600\/30 {
  color: rgb(220 38 38 / 0.3);
}

.text-red-600\/35 {
  color: rgb(220 38 38 / 0.35);
}

.text-red-600\/40 {
  color: rgb(220 38 38 / 0.4);
}

.text-red-600\/45 {
  color: rgb(220 38 38 / 0.45);
}

.text-red-600\/5 {
  color: rgb(220 38 38 / 0.05);
}

.text-red-600\/50 {
  color: rgb(220 38 38 / 0.5);
}

.text-red-600\/55 {
  color: rgb(220 38 38 / 0.55);
}

.text-red-600\/60 {
  color: rgb(220 38 38 / 0.6);
}

.text-red-600\/65 {
  color: rgb(220 38 38 / 0.65);
}

.text-red-600\/70 {
  color: rgb(220 38 38 / 0.7);
}

.text-red-600\/75 {
  color: rgb(220 38 38 / 0.75);
}

.text-red-600\/80 {
  color: rgb(220 38 38 / 0.8);
}

.text-red-600\/85 {
  color: rgb(220 38 38 / 0.85);
}

.text-red-600\/90 {
  color: rgb(220 38 38 / 0.9);
}

.text-red-600\/95 {
  color: rgb(220 38 38 / 0.95);
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.text-red-700\/0 {
  color: rgb(185 28 28 / 0);
}

.text-red-700\/10 {
  color: rgb(185 28 28 / 0.1);
}

.text-red-700\/100 {
  color: rgb(185 28 28 / 1);
}

.text-red-700\/15 {
  color: rgb(185 28 28 / 0.15);
}

.text-red-700\/20 {
  color: rgb(185 28 28 / 0.2);
}

.text-red-700\/25 {
  color: rgb(185 28 28 / 0.25);
}

.text-red-700\/30 {
  color: rgb(185 28 28 / 0.3);
}

.text-red-700\/35 {
  color: rgb(185 28 28 / 0.35);
}

.text-red-700\/40 {
  color: rgb(185 28 28 / 0.4);
}

.text-red-700\/45 {
  color: rgb(185 28 28 / 0.45);
}

.text-red-700\/5 {
  color: rgb(185 28 28 / 0.05);
}

.text-red-700\/50 {
  color: rgb(185 28 28 / 0.5);
}

.text-red-700\/55 {
  color: rgb(185 28 28 / 0.55);
}

.text-red-700\/60 {
  color: rgb(185 28 28 / 0.6);
}

.text-red-700\/65 {
  color: rgb(185 28 28 / 0.65);
}

.text-red-700\/70 {
  color: rgb(185 28 28 / 0.7);
}

.text-red-700\/75 {
  color: rgb(185 28 28 / 0.75);
}

.text-red-700\/80 {
  color: rgb(185 28 28 / 0.8);
}

.text-red-700\/85 {
  color: rgb(185 28 28 / 0.85);
}

.text-red-700\/90 {
  color: rgb(185 28 28 / 0.9);
}

.text-red-700\/95 {
  color: rgb(185 28 28 / 0.95);
}

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.text-red-800\/0 {
  color: rgb(153 27 27 / 0);
}

.text-red-800\/10 {
  color: rgb(153 27 27 / 0.1);
}

.text-red-800\/100 {
  color: rgb(153 27 27 / 1);
}

.text-red-800\/15 {
  color: rgb(153 27 27 / 0.15);
}

.text-red-800\/20 {
  color: rgb(153 27 27 / 0.2);
}

.text-red-800\/25 {
  color: rgb(153 27 27 / 0.25);
}

.text-red-800\/30 {
  color: rgb(153 27 27 / 0.3);
}

.text-red-800\/35 {
  color: rgb(153 27 27 / 0.35);
}

.text-red-800\/40 {
  color: rgb(153 27 27 / 0.4);
}

.text-red-800\/45 {
  color: rgb(153 27 27 / 0.45);
}

.text-red-800\/5 {
  color: rgb(153 27 27 / 0.05);
}

.text-red-800\/50 {
  color: rgb(153 27 27 / 0.5);
}

.text-red-800\/55 {
  color: rgb(153 27 27 / 0.55);
}

.text-red-800\/60 {
  color: rgb(153 27 27 / 0.6);
}

.text-red-800\/65 {
  color: rgb(153 27 27 / 0.65);
}

.text-red-800\/70 {
  color: rgb(153 27 27 / 0.7);
}

.text-red-800\/75 {
  color: rgb(153 27 27 / 0.75);
}

.text-red-800\/80 {
  color: rgb(153 27 27 / 0.8);
}

.text-red-800\/85 {
  color: rgb(153 27 27 / 0.85);
}

.text-red-800\/90 {
  color: rgb(153 27 27 / 0.9);
}

.text-red-800\/95 {
  color: rgb(153 27 27 / 0.95);
}

.text-red-900 {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}

.text-red-900\/0 {
  color: rgb(127 29 29 / 0);
}

.text-red-900\/10 {
  color: rgb(127 29 29 / 0.1);
}

.text-red-900\/100 {
  color: rgb(127 29 29 / 1);
}

.text-red-900\/15 {
  color: rgb(127 29 29 / 0.15);
}

.text-red-900\/20 {
  color: rgb(127 29 29 / 0.2);
}

.text-red-900\/25 {
  color: rgb(127 29 29 / 0.25);
}

.text-red-900\/30 {
  color: rgb(127 29 29 / 0.3);
}

.text-red-900\/35 {
  color: rgb(127 29 29 / 0.35);
}

.text-red-900\/40 {
  color: rgb(127 29 29 / 0.4);
}

.text-red-900\/45 {
  color: rgb(127 29 29 / 0.45);
}

.text-red-900\/5 {
  color: rgb(127 29 29 / 0.05);
}

.text-red-900\/50 {
  color: rgb(127 29 29 / 0.5);
}

.text-red-900\/55 {
  color: rgb(127 29 29 / 0.55);
}

.text-red-900\/60 {
  color: rgb(127 29 29 / 0.6);
}

.text-red-900\/65 {
  color: rgb(127 29 29 / 0.65);
}

.text-red-900\/70 {
  color: rgb(127 29 29 / 0.7);
}

.text-red-900\/75 {
  color: rgb(127 29 29 / 0.75);
}

.text-red-900\/80 {
  color: rgb(127 29 29 / 0.8);
}

.text-red-900\/85 {
  color: rgb(127 29 29 / 0.85);
}

.text-red-900\/90 {
  color: rgb(127 29 29 / 0.9);
}

.text-red-900\/95 {
  color: rgb(127 29 29 / 0.95);
}

.text-red-950 {
  --tw-text-opacity: 1;
  color: rgb(69 10 10 / var(--tw-text-opacity, 1));
}

.text-red-950\/0 {
  color: rgb(69 10 10 / 0);
}

.text-red-950\/10 {
  color: rgb(69 10 10 / 0.1);
}

.text-red-950\/100 {
  color: rgb(69 10 10 / 1);
}

.text-red-950\/15 {
  color: rgb(69 10 10 / 0.15);
}

.text-red-950\/20 {
  color: rgb(69 10 10 / 0.2);
}

.text-red-950\/25 {
  color: rgb(69 10 10 / 0.25);
}

.text-red-950\/30 {
  color: rgb(69 10 10 / 0.3);
}

.text-red-950\/35 {
  color: rgb(69 10 10 / 0.35);
}

.text-red-950\/40 {
  color: rgb(69 10 10 / 0.4);
}

.text-red-950\/45 {
  color: rgb(69 10 10 / 0.45);
}

.text-red-950\/5 {
  color: rgb(69 10 10 / 0.05);
}

.text-red-950\/50 {
  color: rgb(69 10 10 / 0.5);
}

.text-red-950\/55 {
  color: rgb(69 10 10 / 0.55);
}

.text-red-950\/60 {
  color: rgb(69 10 10 / 0.6);
}

.text-red-950\/65 {
  color: rgb(69 10 10 / 0.65);
}

.text-red-950\/70 {
  color: rgb(69 10 10 / 0.7);
}

.text-red-950\/75 {
  color: rgb(69 10 10 / 0.75);
}

.text-red-950\/80 {
  color: rgb(69 10 10 / 0.8);
}

.text-red-950\/85 {
  color: rgb(69 10 10 / 0.85);
}

.text-red-950\/90 {
  color: rgb(69 10 10 / 0.9);
}

.text-red-950\/95 {
  color: rgb(69 10 10 / 0.95);
}

.text-rose-100 {
  --tw-text-opacity: 1;
  color: rgb(255 228 230 / var(--tw-text-opacity, 1));
}

.text-rose-100\/0 {
  color: rgb(255 228 230 / 0);
}

.text-rose-100\/10 {
  color: rgb(255 228 230 / 0.1);
}

.text-rose-100\/100 {
  color: rgb(255 228 230 / 1);
}

.text-rose-100\/15 {
  color: rgb(255 228 230 / 0.15);
}

.text-rose-100\/20 {
  color: rgb(255 228 230 / 0.2);
}

.text-rose-100\/25 {
  color: rgb(255 228 230 / 0.25);
}

.text-rose-100\/30 {
  color: rgb(255 228 230 / 0.3);
}

.text-rose-100\/35 {
  color: rgb(255 228 230 / 0.35);
}

.text-rose-100\/40 {
  color: rgb(255 228 230 / 0.4);
}

.text-rose-100\/45 {
  color: rgb(255 228 230 / 0.45);
}

.text-rose-100\/5 {
  color: rgb(255 228 230 / 0.05);
}

.text-rose-100\/50 {
  color: rgb(255 228 230 / 0.5);
}

.text-rose-100\/55 {
  color: rgb(255 228 230 / 0.55);
}

.text-rose-100\/60 {
  color: rgb(255 228 230 / 0.6);
}

.text-rose-100\/65 {
  color: rgb(255 228 230 / 0.65);
}

.text-rose-100\/70 {
  color: rgb(255 228 230 / 0.7);
}

.text-rose-100\/75 {
  color: rgb(255 228 230 / 0.75);
}

.text-rose-100\/80 {
  color: rgb(255 228 230 / 0.8);
}

.text-rose-100\/85 {
  color: rgb(255 228 230 / 0.85);
}

.text-rose-100\/90 {
  color: rgb(255 228 230 / 0.9);
}

.text-rose-100\/95 {
  color: rgb(255 228 230 / 0.95);
}

.text-rose-200 {
  --tw-text-opacity: 1;
  color: rgb(254 205 211 / var(--tw-text-opacity, 1));
}

.text-rose-200\/0 {
  color: rgb(254 205 211 / 0);
}

.text-rose-200\/10 {
  color: rgb(254 205 211 / 0.1);
}

.text-rose-200\/100 {
  color: rgb(254 205 211 / 1);
}

.text-rose-200\/15 {
  color: rgb(254 205 211 / 0.15);
}

.text-rose-200\/20 {
  color: rgb(254 205 211 / 0.2);
}

.text-rose-200\/25 {
  color: rgb(254 205 211 / 0.25);
}

.text-rose-200\/30 {
  color: rgb(254 205 211 / 0.3);
}

.text-rose-200\/35 {
  color: rgb(254 205 211 / 0.35);
}

.text-rose-200\/40 {
  color: rgb(254 205 211 / 0.4);
}

.text-rose-200\/45 {
  color: rgb(254 205 211 / 0.45);
}

.text-rose-200\/5 {
  color: rgb(254 205 211 / 0.05);
}

.text-rose-200\/50 {
  color: rgb(254 205 211 / 0.5);
}

.text-rose-200\/55 {
  color: rgb(254 205 211 / 0.55);
}

.text-rose-200\/60 {
  color: rgb(254 205 211 / 0.6);
}

.text-rose-200\/65 {
  color: rgb(254 205 211 / 0.65);
}

.text-rose-200\/70 {
  color: rgb(254 205 211 / 0.7);
}

.text-rose-200\/75 {
  color: rgb(254 205 211 / 0.75);
}

.text-rose-200\/80 {
  color: rgb(254 205 211 / 0.8);
}

.text-rose-200\/85 {
  color: rgb(254 205 211 / 0.85);
}

.text-rose-200\/90 {
  color: rgb(254 205 211 / 0.9);
}

.text-rose-200\/95 {
  color: rgb(254 205 211 / 0.95);
}

.text-rose-300 {
  --tw-text-opacity: 1;
  color: rgb(253 164 175 / var(--tw-text-opacity, 1));
}

.text-rose-300\/0 {
  color: rgb(253 164 175 / 0);
}

.text-rose-300\/10 {
  color: rgb(253 164 175 / 0.1);
}

.text-rose-300\/100 {
  color: rgb(253 164 175 / 1);
}

.text-rose-300\/15 {
  color: rgb(253 164 175 / 0.15);
}

.text-rose-300\/20 {
  color: rgb(253 164 175 / 0.2);
}

.text-rose-300\/25 {
  color: rgb(253 164 175 / 0.25);
}

.text-rose-300\/30 {
  color: rgb(253 164 175 / 0.3);
}

.text-rose-300\/35 {
  color: rgb(253 164 175 / 0.35);
}

.text-rose-300\/40 {
  color: rgb(253 164 175 / 0.4);
}

.text-rose-300\/45 {
  color: rgb(253 164 175 / 0.45);
}

.text-rose-300\/5 {
  color: rgb(253 164 175 / 0.05);
}

.text-rose-300\/50 {
  color: rgb(253 164 175 / 0.5);
}

.text-rose-300\/55 {
  color: rgb(253 164 175 / 0.55);
}

.text-rose-300\/60 {
  color: rgb(253 164 175 / 0.6);
}

.text-rose-300\/65 {
  color: rgb(253 164 175 / 0.65);
}

.text-rose-300\/70 {
  color: rgb(253 164 175 / 0.7);
}

.text-rose-300\/75 {
  color: rgb(253 164 175 / 0.75);
}

.text-rose-300\/80 {
  color: rgb(253 164 175 / 0.8);
}

.text-rose-300\/85 {
  color: rgb(253 164 175 / 0.85);
}

.text-rose-300\/90 {
  color: rgb(253 164 175 / 0.9);
}

.text-rose-300\/95 {
  color: rgb(253 164 175 / 0.95);
}

.text-rose-400 {
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity, 1));
}

.text-rose-400\/0 {
  color: rgb(251 113 133 / 0);
}

.text-rose-400\/10 {
  color: rgb(251 113 133 / 0.1);
}

.text-rose-400\/100 {
  color: rgb(251 113 133 / 1);
}

.text-rose-400\/15 {
  color: rgb(251 113 133 / 0.15);
}

.text-rose-400\/20 {
  color: rgb(251 113 133 / 0.2);
}

.text-rose-400\/25 {
  color: rgb(251 113 133 / 0.25);
}

.text-rose-400\/30 {
  color: rgb(251 113 133 / 0.3);
}

.text-rose-400\/35 {
  color: rgb(251 113 133 / 0.35);
}

.text-rose-400\/40 {
  color: rgb(251 113 133 / 0.4);
}

.text-rose-400\/45 {
  color: rgb(251 113 133 / 0.45);
}

.text-rose-400\/5 {
  color: rgb(251 113 133 / 0.05);
}

.text-rose-400\/50 {
  color: rgb(251 113 133 / 0.5);
}

.text-rose-400\/55 {
  color: rgb(251 113 133 / 0.55);
}

.text-rose-400\/60 {
  color: rgb(251 113 133 / 0.6);
}

.text-rose-400\/65 {
  color: rgb(251 113 133 / 0.65);
}

.text-rose-400\/70 {
  color: rgb(251 113 133 / 0.7);
}

.text-rose-400\/75 {
  color: rgb(251 113 133 / 0.75);
}

.text-rose-400\/80 {
  color: rgb(251 113 133 / 0.8);
}

.text-rose-400\/85 {
  color: rgb(251 113 133 / 0.85);
}

.text-rose-400\/90 {
  color: rgb(251 113 133 / 0.9);
}

.text-rose-400\/95 {
  color: rgb(251 113 133 / 0.95);
}

.text-rose-50 {
  --tw-text-opacity: 1;
  color: rgb(255 241 242 / var(--tw-text-opacity, 1));
}

.text-rose-50\/0 {
  color: rgb(255 241 242 / 0);
}

.text-rose-50\/10 {
  color: rgb(255 241 242 / 0.1);
}

.text-rose-50\/100 {
  color: rgb(255 241 242 / 1);
}

.text-rose-50\/15 {
  color: rgb(255 241 242 / 0.15);
}

.text-rose-50\/20 {
  color: rgb(255 241 242 / 0.2);
}

.text-rose-50\/25 {
  color: rgb(255 241 242 / 0.25);
}

.text-rose-50\/30 {
  color: rgb(255 241 242 / 0.3);
}

.text-rose-50\/35 {
  color: rgb(255 241 242 / 0.35);
}

.text-rose-50\/40 {
  color: rgb(255 241 242 / 0.4);
}

.text-rose-50\/45 {
  color: rgb(255 241 242 / 0.45);
}

.text-rose-50\/5 {
  color: rgb(255 241 242 / 0.05);
}

.text-rose-50\/50 {
  color: rgb(255 241 242 / 0.5);
}

.text-rose-50\/55 {
  color: rgb(255 241 242 / 0.55);
}

.text-rose-50\/60 {
  color: rgb(255 241 242 / 0.6);
}

.text-rose-50\/65 {
  color: rgb(255 241 242 / 0.65);
}

.text-rose-50\/70 {
  color: rgb(255 241 242 / 0.7);
}

.text-rose-50\/75 {
  color: rgb(255 241 242 / 0.75);
}

.text-rose-50\/80 {
  color: rgb(255 241 242 / 0.8);
}

.text-rose-50\/85 {
  color: rgb(255 241 242 / 0.85);
}

.text-rose-50\/90 {
  color: rgb(255 241 242 / 0.9);
}

.text-rose-50\/95 {
  color: rgb(255 241 242 / 0.95);
}

.text-rose-500 {
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity, 1));
}

.text-rose-500\/0 {
  color: rgb(244 63 94 / 0);
}

.text-rose-500\/10 {
  color: rgb(244 63 94 / 0.1);
}

.text-rose-500\/100 {
  color: rgb(244 63 94 / 1);
}

.text-rose-500\/15 {
  color: rgb(244 63 94 / 0.15);
}

.text-rose-500\/20 {
  color: rgb(244 63 94 / 0.2);
}

.text-rose-500\/25 {
  color: rgb(244 63 94 / 0.25);
}

.text-rose-500\/30 {
  color: rgb(244 63 94 / 0.3);
}

.text-rose-500\/35 {
  color: rgb(244 63 94 / 0.35);
}

.text-rose-500\/40 {
  color: rgb(244 63 94 / 0.4);
}

.text-rose-500\/45 {
  color: rgb(244 63 94 / 0.45);
}

.text-rose-500\/5 {
  color: rgb(244 63 94 / 0.05);
}

.text-rose-500\/50 {
  color: rgb(244 63 94 / 0.5);
}

.text-rose-500\/55 {
  color: rgb(244 63 94 / 0.55);
}

.text-rose-500\/60 {
  color: rgb(244 63 94 / 0.6);
}

.text-rose-500\/65 {
  color: rgb(244 63 94 / 0.65);
}

.text-rose-500\/70 {
  color: rgb(244 63 94 / 0.7);
}

.text-rose-500\/75 {
  color: rgb(244 63 94 / 0.75);
}

.text-rose-500\/80 {
  color: rgb(244 63 94 / 0.8);
}

.text-rose-500\/85 {
  color: rgb(244 63 94 / 0.85);
}

.text-rose-500\/90 {
  color: rgb(244 63 94 / 0.9);
}

.text-rose-500\/95 {
  color: rgb(244 63 94 / 0.95);
}

.text-rose-600 {
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity, 1));
}

.text-rose-600\/0 {
  color: rgb(225 29 72 / 0);
}

.text-rose-600\/10 {
  color: rgb(225 29 72 / 0.1);
}

.text-rose-600\/100 {
  color: rgb(225 29 72 / 1);
}

.text-rose-600\/15 {
  color: rgb(225 29 72 / 0.15);
}

.text-rose-600\/20 {
  color: rgb(225 29 72 / 0.2);
}

.text-rose-600\/25 {
  color: rgb(225 29 72 / 0.25);
}

.text-rose-600\/30 {
  color: rgb(225 29 72 / 0.3);
}

.text-rose-600\/35 {
  color: rgb(225 29 72 / 0.35);
}

.text-rose-600\/40 {
  color: rgb(225 29 72 / 0.4);
}

.text-rose-600\/45 {
  color: rgb(225 29 72 / 0.45);
}

.text-rose-600\/5 {
  color: rgb(225 29 72 / 0.05);
}

.text-rose-600\/50 {
  color: rgb(225 29 72 / 0.5);
}

.text-rose-600\/55 {
  color: rgb(225 29 72 / 0.55);
}

.text-rose-600\/60 {
  color: rgb(225 29 72 / 0.6);
}

.text-rose-600\/65 {
  color: rgb(225 29 72 / 0.65);
}

.text-rose-600\/70 {
  color: rgb(225 29 72 / 0.7);
}

.text-rose-600\/75 {
  color: rgb(225 29 72 / 0.75);
}

.text-rose-600\/80 {
  color: rgb(225 29 72 / 0.8);
}

.text-rose-600\/85 {
  color: rgb(225 29 72 / 0.85);
}

.text-rose-600\/90 {
  color: rgb(225 29 72 / 0.9);
}

.text-rose-600\/95 {
  color: rgb(225 29 72 / 0.95);
}

.text-rose-700 {
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}

.text-rose-700\/0 {
  color: rgb(190 18 60 / 0);
}

.text-rose-700\/10 {
  color: rgb(190 18 60 / 0.1);
}

.text-rose-700\/100 {
  color: rgb(190 18 60 / 1);
}

.text-rose-700\/15 {
  color: rgb(190 18 60 / 0.15);
}

.text-rose-700\/20 {
  color: rgb(190 18 60 / 0.2);
}

.text-rose-700\/25 {
  color: rgb(190 18 60 / 0.25);
}

.text-rose-700\/30 {
  color: rgb(190 18 60 / 0.3);
}

.text-rose-700\/35 {
  color: rgb(190 18 60 / 0.35);
}

.text-rose-700\/40 {
  color: rgb(190 18 60 / 0.4);
}

.text-rose-700\/45 {
  color: rgb(190 18 60 / 0.45);
}

.text-rose-700\/5 {
  color: rgb(190 18 60 / 0.05);
}

.text-rose-700\/50 {
  color: rgb(190 18 60 / 0.5);
}

.text-rose-700\/55 {
  color: rgb(190 18 60 / 0.55);
}

.text-rose-700\/60 {
  color: rgb(190 18 60 / 0.6);
}

.text-rose-700\/65 {
  color: rgb(190 18 60 / 0.65);
}

.text-rose-700\/70 {
  color: rgb(190 18 60 / 0.7);
}

.text-rose-700\/75 {
  color: rgb(190 18 60 / 0.75);
}

.text-rose-700\/80 {
  color: rgb(190 18 60 / 0.8);
}

.text-rose-700\/85 {
  color: rgb(190 18 60 / 0.85);
}

.text-rose-700\/90 {
  color: rgb(190 18 60 / 0.9);
}

.text-rose-700\/95 {
  color: rgb(190 18 60 / 0.95);
}

.text-rose-800 {
  --tw-text-opacity: 1;
  color: rgb(159 18 57 / var(--tw-text-opacity, 1));
}

.text-rose-800\/0 {
  color: rgb(159 18 57 / 0);
}

.text-rose-800\/10 {
  color: rgb(159 18 57 / 0.1);
}

.text-rose-800\/100 {
  color: rgb(159 18 57 / 1);
}

.text-rose-800\/15 {
  color: rgb(159 18 57 / 0.15);
}

.text-rose-800\/20 {
  color: rgb(159 18 57 / 0.2);
}

.text-rose-800\/25 {
  color: rgb(159 18 57 / 0.25);
}

.text-rose-800\/30 {
  color: rgb(159 18 57 / 0.3);
}

.text-rose-800\/35 {
  color: rgb(159 18 57 / 0.35);
}

.text-rose-800\/40 {
  color: rgb(159 18 57 / 0.4);
}

.text-rose-800\/45 {
  color: rgb(159 18 57 / 0.45);
}

.text-rose-800\/5 {
  color: rgb(159 18 57 / 0.05);
}

.text-rose-800\/50 {
  color: rgb(159 18 57 / 0.5);
}

.text-rose-800\/55 {
  color: rgb(159 18 57 / 0.55);
}

.text-rose-800\/60 {
  color: rgb(159 18 57 / 0.6);
}

.text-rose-800\/65 {
  color: rgb(159 18 57 / 0.65);
}

.text-rose-800\/70 {
  color: rgb(159 18 57 / 0.7);
}

.text-rose-800\/75 {
  color: rgb(159 18 57 / 0.75);
}

.text-rose-800\/80 {
  color: rgb(159 18 57 / 0.8);
}

.text-rose-800\/85 {
  color: rgb(159 18 57 / 0.85);
}

.text-rose-800\/90 {
  color: rgb(159 18 57 / 0.9);
}

.text-rose-800\/95 {
  color: rgb(159 18 57 / 0.95);
}

.text-rose-900 {
  --tw-text-opacity: 1;
  color: rgb(136 19 55 / var(--tw-text-opacity, 1));
}

.text-rose-900\/0 {
  color: rgb(136 19 55 / 0);
}

.text-rose-900\/10 {
  color: rgb(136 19 55 / 0.1);
}

.text-rose-900\/100 {
  color: rgb(136 19 55 / 1);
}

.text-rose-900\/15 {
  color: rgb(136 19 55 / 0.15);
}

.text-rose-900\/20 {
  color: rgb(136 19 55 / 0.2);
}

.text-rose-900\/25 {
  color: rgb(136 19 55 / 0.25);
}

.text-rose-900\/30 {
  color: rgb(136 19 55 / 0.3);
}

.text-rose-900\/35 {
  color: rgb(136 19 55 / 0.35);
}

.text-rose-900\/40 {
  color: rgb(136 19 55 / 0.4);
}

.text-rose-900\/45 {
  color: rgb(136 19 55 / 0.45);
}

.text-rose-900\/5 {
  color: rgb(136 19 55 / 0.05);
}

.text-rose-900\/50 {
  color: rgb(136 19 55 / 0.5);
}

.text-rose-900\/55 {
  color: rgb(136 19 55 / 0.55);
}

.text-rose-900\/60 {
  color: rgb(136 19 55 / 0.6);
}

.text-rose-900\/65 {
  color: rgb(136 19 55 / 0.65);
}

.text-rose-900\/70 {
  color: rgb(136 19 55 / 0.7);
}

.text-rose-900\/75 {
  color: rgb(136 19 55 / 0.75);
}

.text-rose-900\/80 {
  color: rgb(136 19 55 / 0.8);
}

.text-rose-900\/85 {
  color: rgb(136 19 55 / 0.85);
}

.text-rose-900\/90 {
  color: rgb(136 19 55 / 0.9);
}

.text-rose-900\/95 {
  color: rgb(136 19 55 / 0.95);
}

.text-rose-950 {
  --tw-text-opacity: 1;
  color: rgb(76 5 25 / var(--tw-text-opacity, 1));
}

.text-rose-950\/0 {
  color: rgb(76 5 25 / 0);
}

.text-rose-950\/10 {
  color: rgb(76 5 25 / 0.1);
}

.text-rose-950\/100 {
  color: rgb(76 5 25 / 1);
}

.text-rose-950\/15 {
  color: rgb(76 5 25 / 0.15);
}

.text-rose-950\/20 {
  color: rgb(76 5 25 / 0.2);
}

.text-rose-950\/25 {
  color: rgb(76 5 25 / 0.25);
}

.text-rose-950\/30 {
  color: rgb(76 5 25 / 0.3);
}

.text-rose-950\/35 {
  color: rgb(76 5 25 / 0.35);
}

.text-rose-950\/40 {
  color: rgb(76 5 25 / 0.4);
}

.text-rose-950\/45 {
  color: rgb(76 5 25 / 0.45);
}

.text-rose-950\/5 {
  color: rgb(76 5 25 / 0.05);
}

.text-rose-950\/50 {
  color: rgb(76 5 25 / 0.5);
}

.text-rose-950\/55 {
  color: rgb(76 5 25 / 0.55);
}

.text-rose-950\/60 {
  color: rgb(76 5 25 / 0.6);
}

.text-rose-950\/65 {
  color: rgb(76 5 25 / 0.65);
}

.text-rose-950\/70 {
  color: rgb(76 5 25 / 0.7);
}

.text-rose-950\/75 {
  color: rgb(76 5 25 / 0.75);
}

.text-rose-950\/80 {
  color: rgb(76 5 25 / 0.8);
}

.text-rose-950\/85 {
  color: rgb(76 5 25 / 0.85);
}

.text-rose-950\/90 {
  color: rgb(76 5 25 / 0.9);
}

.text-rose-950\/95 {
  color: rgb(76 5 25 / 0.95);
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(49 41 39 / var(--tw-text-opacity, 1));
}

.text-secondary\/0 {
  color: rgb(49 41 39 / 0);
}

.text-secondary\/10 {
  color: rgb(49 41 39 / 0.1);
}

.text-secondary\/100 {
  color: rgb(49 41 39 / 1);
}

.text-secondary\/15 {
  color: rgb(49 41 39 / 0.15);
}

.text-secondary\/20 {
  color: rgb(49 41 39 / 0.2);
}

.text-secondary\/25 {
  color: rgb(49 41 39 / 0.25);
}

.text-secondary\/30 {
  color: rgb(49 41 39 / 0.3);
}

.text-secondary\/35 {
  color: rgb(49 41 39 / 0.35);
}

.text-secondary\/40 {
  color: rgb(49 41 39 / 0.4);
}

.text-secondary\/45 {
  color: rgb(49 41 39 / 0.45);
}

.text-secondary\/5 {
  color: rgb(49 41 39 / 0.05);
}

.text-secondary\/50 {
  color: rgb(49 41 39 / 0.5);
}

.text-secondary\/55 {
  color: rgb(49 41 39 / 0.55);
}

.text-secondary\/60 {
  color: rgb(49 41 39 / 0.6);
}

.text-secondary\/65 {
  color: rgb(49 41 39 / 0.65);
}

.text-secondary\/70 {
  color: rgb(49 41 39 / 0.7);
}

.text-secondary\/75 {
  color: rgb(49 41 39 / 0.75);
}

.text-secondary\/80 {
  color: rgb(49 41 39 / 0.8);
}

.text-secondary\/85 {
  color: rgb(49 41 39 / 0.85);
}

.text-secondary\/90 {
  color: rgb(49 41 39 / 0.9);
}

.text-secondary\/95 {
  color: rgb(49 41 39 / 0.95);
}

.text-sky-100 {
  --tw-text-opacity: 1;
  color: rgb(224 242 254 / var(--tw-text-opacity, 1));
}

.text-sky-100\/0 {
  color: rgb(224 242 254 / 0);
}

.text-sky-100\/10 {
  color: rgb(224 242 254 / 0.1);
}

.text-sky-100\/100 {
  color: rgb(224 242 254 / 1);
}

.text-sky-100\/15 {
  color: rgb(224 242 254 / 0.15);
}

.text-sky-100\/20 {
  color: rgb(224 242 254 / 0.2);
}

.text-sky-100\/25 {
  color: rgb(224 242 254 / 0.25);
}

.text-sky-100\/30 {
  color: rgb(224 242 254 / 0.3);
}

.text-sky-100\/35 {
  color: rgb(224 242 254 / 0.35);
}

.text-sky-100\/40 {
  color: rgb(224 242 254 / 0.4);
}

.text-sky-100\/45 {
  color: rgb(224 242 254 / 0.45);
}

.text-sky-100\/5 {
  color: rgb(224 242 254 / 0.05);
}

.text-sky-100\/50 {
  color: rgb(224 242 254 / 0.5);
}

.text-sky-100\/55 {
  color: rgb(224 242 254 / 0.55);
}

.text-sky-100\/60 {
  color: rgb(224 242 254 / 0.6);
}

.text-sky-100\/65 {
  color: rgb(224 242 254 / 0.65);
}

.text-sky-100\/70 {
  color: rgb(224 242 254 / 0.7);
}

.text-sky-100\/75 {
  color: rgb(224 242 254 / 0.75);
}

.text-sky-100\/80 {
  color: rgb(224 242 254 / 0.8);
}

.text-sky-100\/85 {
  color: rgb(224 242 254 / 0.85);
}

.text-sky-100\/90 {
  color: rgb(224 242 254 / 0.9);
}

.text-sky-100\/95 {
  color: rgb(224 242 254 / 0.95);
}

.text-sky-200 {
  --tw-text-opacity: 1;
  color: rgb(186 230 253 / var(--tw-text-opacity, 1));
}

.text-sky-200\/0 {
  color: rgb(186 230 253 / 0);
}

.text-sky-200\/10 {
  color: rgb(186 230 253 / 0.1);
}

.text-sky-200\/100 {
  color: rgb(186 230 253 / 1);
}

.text-sky-200\/15 {
  color: rgb(186 230 253 / 0.15);
}

.text-sky-200\/20 {
  color: rgb(186 230 253 / 0.2);
}

.text-sky-200\/25 {
  color: rgb(186 230 253 / 0.25);
}

.text-sky-200\/30 {
  color: rgb(186 230 253 / 0.3);
}

.text-sky-200\/35 {
  color: rgb(186 230 253 / 0.35);
}

.text-sky-200\/40 {
  color: rgb(186 230 253 / 0.4);
}

.text-sky-200\/45 {
  color: rgb(186 230 253 / 0.45);
}

.text-sky-200\/5 {
  color: rgb(186 230 253 / 0.05);
}

.text-sky-200\/50 {
  color: rgb(186 230 253 / 0.5);
}

.text-sky-200\/55 {
  color: rgb(186 230 253 / 0.55);
}

.text-sky-200\/60 {
  color: rgb(186 230 253 / 0.6);
}

.text-sky-200\/65 {
  color: rgb(186 230 253 / 0.65);
}

.text-sky-200\/70 {
  color: rgb(186 230 253 / 0.7);
}

.text-sky-200\/75 {
  color: rgb(186 230 253 / 0.75);
}

.text-sky-200\/80 {
  color: rgb(186 230 253 / 0.8);
}

.text-sky-200\/85 {
  color: rgb(186 230 253 / 0.85);
}

.text-sky-200\/90 {
  color: rgb(186 230 253 / 0.9);
}

.text-sky-200\/95 {
  color: rgb(186 230 253 / 0.95);
}

.text-sky-300 {
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity, 1));
}

.text-sky-300\/0 {
  color: rgb(125 211 252 / 0);
}

.text-sky-300\/10 {
  color: rgb(125 211 252 / 0.1);
}

.text-sky-300\/100 {
  color: rgb(125 211 252 / 1);
}

.text-sky-300\/15 {
  color: rgb(125 211 252 / 0.15);
}

.text-sky-300\/20 {
  color: rgb(125 211 252 / 0.2);
}

.text-sky-300\/25 {
  color: rgb(125 211 252 / 0.25);
}

.text-sky-300\/30 {
  color: rgb(125 211 252 / 0.3);
}

.text-sky-300\/35 {
  color: rgb(125 211 252 / 0.35);
}

.text-sky-300\/40 {
  color: rgb(125 211 252 / 0.4);
}

.text-sky-300\/45 {
  color: rgb(125 211 252 / 0.45);
}

.text-sky-300\/5 {
  color: rgb(125 211 252 / 0.05);
}

.text-sky-300\/50 {
  color: rgb(125 211 252 / 0.5);
}

.text-sky-300\/55 {
  color: rgb(125 211 252 / 0.55);
}

.text-sky-300\/60 {
  color: rgb(125 211 252 / 0.6);
}

.text-sky-300\/65 {
  color: rgb(125 211 252 / 0.65);
}

.text-sky-300\/70 {
  color: rgb(125 211 252 / 0.7);
}

.text-sky-300\/75 {
  color: rgb(125 211 252 / 0.75);
}

.text-sky-300\/80 {
  color: rgb(125 211 252 / 0.8);
}

.text-sky-300\/85 {
  color: rgb(125 211 252 / 0.85);
}

.text-sky-300\/90 {
  color: rgb(125 211 252 / 0.9);
}

.text-sky-300\/95 {
  color: rgb(125 211 252 / 0.95);
}

.text-sky-400 {
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity, 1));
}

.text-sky-400\/0 {
  color: rgb(56 189 248 / 0);
}

.text-sky-400\/10 {
  color: rgb(56 189 248 / 0.1);
}

.text-sky-400\/100 {
  color: rgb(56 189 248 / 1);
}

.text-sky-400\/15 {
  color: rgb(56 189 248 / 0.15);
}

.text-sky-400\/20 {
  color: rgb(56 189 248 / 0.2);
}

.text-sky-400\/25 {
  color: rgb(56 189 248 / 0.25);
}

.text-sky-400\/30 {
  color: rgb(56 189 248 / 0.3);
}

.text-sky-400\/35 {
  color: rgb(56 189 248 / 0.35);
}

.text-sky-400\/40 {
  color: rgb(56 189 248 / 0.4);
}

.text-sky-400\/45 {
  color: rgb(56 189 248 / 0.45);
}

.text-sky-400\/5 {
  color: rgb(56 189 248 / 0.05);
}

.text-sky-400\/50 {
  color: rgb(56 189 248 / 0.5);
}

.text-sky-400\/55 {
  color: rgb(56 189 248 / 0.55);
}

.text-sky-400\/60 {
  color: rgb(56 189 248 / 0.6);
}

.text-sky-400\/65 {
  color: rgb(56 189 248 / 0.65);
}

.text-sky-400\/70 {
  color: rgb(56 189 248 / 0.7);
}

.text-sky-400\/75 {
  color: rgb(56 189 248 / 0.75);
}

.text-sky-400\/80 {
  color: rgb(56 189 248 / 0.8);
}

.text-sky-400\/85 {
  color: rgb(56 189 248 / 0.85);
}

.text-sky-400\/90 {
  color: rgb(56 189 248 / 0.9);
}

.text-sky-400\/95 {
  color: rgb(56 189 248 / 0.95);
}

.text-sky-50 {
  --tw-text-opacity: 1;
  color: rgb(240 249 255 / var(--tw-text-opacity, 1));
}

.text-sky-50\/0 {
  color: rgb(240 249 255 / 0);
}

.text-sky-50\/10 {
  color: rgb(240 249 255 / 0.1);
}

.text-sky-50\/100 {
  color: rgb(240 249 255 / 1);
}

.text-sky-50\/15 {
  color: rgb(240 249 255 / 0.15);
}

.text-sky-50\/20 {
  color: rgb(240 249 255 / 0.2);
}

.text-sky-50\/25 {
  color: rgb(240 249 255 / 0.25);
}

.text-sky-50\/30 {
  color: rgb(240 249 255 / 0.3);
}

.text-sky-50\/35 {
  color: rgb(240 249 255 / 0.35);
}

.text-sky-50\/40 {
  color: rgb(240 249 255 / 0.4);
}

.text-sky-50\/45 {
  color: rgb(240 249 255 / 0.45);
}

.text-sky-50\/5 {
  color: rgb(240 249 255 / 0.05);
}

.text-sky-50\/50 {
  color: rgb(240 249 255 / 0.5);
}

.text-sky-50\/55 {
  color: rgb(240 249 255 / 0.55);
}

.text-sky-50\/60 {
  color: rgb(240 249 255 / 0.6);
}

.text-sky-50\/65 {
  color: rgb(240 249 255 / 0.65);
}

.text-sky-50\/70 {
  color: rgb(240 249 255 / 0.7);
}

.text-sky-50\/75 {
  color: rgb(240 249 255 / 0.75);
}

.text-sky-50\/80 {
  color: rgb(240 249 255 / 0.8);
}

.text-sky-50\/85 {
  color: rgb(240 249 255 / 0.85);
}

.text-sky-50\/90 {
  color: rgb(240 249 255 / 0.9);
}

.text-sky-50\/95 {
  color: rgb(240 249 255 / 0.95);
}

.text-sky-500 {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity, 1));
}

.text-sky-500\/0 {
  color: rgb(14 165 233 / 0);
}

.text-sky-500\/10 {
  color: rgb(14 165 233 / 0.1);
}

.text-sky-500\/100 {
  color: rgb(14 165 233 / 1);
}

.text-sky-500\/15 {
  color: rgb(14 165 233 / 0.15);
}

.text-sky-500\/20 {
  color: rgb(14 165 233 / 0.2);
}

.text-sky-500\/25 {
  color: rgb(14 165 233 / 0.25);
}

.text-sky-500\/30 {
  color: rgb(14 165 233 / 0.3);
}

.text-sky-500\/35 {
  color: rgb(14 165 233 / 0.35);
}

.text-sky-500\/40 {
  color: rgb(14 165 233 / 0.4);
}

.text-sky-500\/45 {
  color: rgb(14 165 233 / 0.45);
}

.text-sky-500\/5 {
  color: rgb(14 165 233 / 0.05);
}

.text-sky-500\/50 {
  color: rgb(14 165 233 / 0.5);
}

.text-sky-500\/55 {
  color: rgb(14 165 233 / 0.55);
}

.text-sky-500\/60 {
  color: rgb(14 165 233 / 0.6);
}

.text-sky-500\/65 {
  color: rgb(14 165 233 / 0.65);
}

.text-sky-500\/70 {
  color: rgb(14 165 233 / 0.7);
}

.text-sky-500\/75 {
  color: rgb(14 165 233 / 0.75);
}

.text-sky-500\/80 {
  color: rgb(14 165 233 / 0.8);
}

.text-sky-500\/85 {
  color: rgb(14 165 233 / 0.85);
}

.text-sky-500\/90 {
  color: rgb(14 165 233 / 0.9);
}

.text-sky-500\/95 {
  color: rgb(14 165 233 / 0.95);
}

.text-sky-600 {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity, 1));
}

.text-sky-600\/0 {
  color: rgb(2 132 199 / 0);
}

.text-sky-600\/10 {
  color: rgb(2 132 199 / 0.1);
}

.text-sky-600\/100 {
  color: rgb(2 132 199 / 1);
}

.text-sky-600\/15 {
  color: rgb(2 132 199 / 0.15);
}

.text-sky-600\/20 {
  color: rgb(2 132 199 / 0.2);
}

.text-sky-600\/25 {
  color: rgb(2 132 199 / 0.25);
}

.text-sky-600\/30 {
  color: rgb(2 132 199 / 0.3);
}

.text-sky-600\/35 {
  color: rgb(2 132 199 / 0.35);
}

.text-sky-600\/40 {
  color: rgb(2 132 199 / 0.4);
}

.text-sky-600\/45 {
  color: rgb(2 132 199 / 0.45);
}

.text-sky-600\/5 {
  color: rgb(2 132 199 / 0.05);
}

.text-sky-600\/50 {
  color: rgb(2 132 199 / 0.5);
}

.text-sky-600\/55 {
  color: rgb(2 132 199 / 0.55);
}

.text-sky-600\/60 {
  color: rgb(2 132 199 / 0.6);
}

.text-sky-600\/65 {
  color: rgb(2 132 199 / 0.65);
}

.text-sky-600\/70 {
  color: rgb(2 132 199 / 0.7);
}

.text-sky-600\/75 {
  color: rgb(2 132 199 / 0.75);
}

.text-sky-600\/80 {
  color: rgb(2 132 199 / 0.8);
}

.text-sky-600\/85 {
  color: rgb(2 132 199 / 0.85);
}

.text-sky-600\/90 {
  color: rgb(2 132 199 / 0.9);
}

.text-sky-600\/95 {
  color: rgb(2 132 199 / 0.95);
}

.text-sky-700 {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity, 1));
}

.text-sky-700\/0 {
  color: rgb(3 105 161 / 0);
}

.text-sky-700\/10 {
  color: rgb(3 105 161 / 0.1);
}

.text-sky-700\/100 {
  color: rgb(3 105 161 / 1);
}

.text-sky-700\/15 {
  color: rgb(3 105 161 / 0.15);
}

.text-sky-700\/20 {
  color: rgb(3 105 161 / 0.2);
}

.text-sky-700\/25 {
  color: rgb(3 105 161 / 0.25);
}

.text-sky-700\/30 {
  color: rgb(3 105 161 / 0.3);
}

.text-sky-700\/35 {
  color: rgb(3 105 161 / 0.35);
}

.text-sky-700\/40 {
  color: rgb(3 105 161 / 0.4);
}

.text-sky-700\/45 {
  color: rgb(3 105 161 / 0.45);
}

.text-sky-700\/5 {
  color: rgb(3 105 161 / 0.05);
}

.text-sky-700\/50 {
  color: rgb(3 105 161 / 0.5);
}

.text-sky-700\/55 {
  color: rgb(3 105 161 / 0.55);
}

.text-sky-700\/60 {
  color: rgb(3 105 161 / 0.6);
}

.text-sky-700\/65 {
  color: rgb(3 105 161 / 0.65);
}

.text-sky-700\/70 {
  color: rgb(3 105 161 / 0.7);
}

.text-sky-700\/75 {
  color: rgb(3 105 161 / 0.75);
}

.text-sky-700\/80 {
  color: rgb(3 105 161 / 0.8);
}

.text-sky-700\/85 {
  color: rgb(3 105 161 / 0.85);
}

.text-sky-700\/90 {
  color: rgb(3 105 161 / 0.9);
}

.text-sky-700\/95 {
  color: rgb(3 105 161 / 0.95);
}

.text-sky-800 {
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity, 1));
}

.text-sky-800\/0 {
  color: rgb(7 89 133 / 0);
}

.text-sky-800\/10 {
  color: rgb(7 89 133 / 0.1);
}

.text-sky-800\/100 {
  color: rgb(7 89 133 / 1);
}

.text-sky-800\/15 {
  color: rgb(7 89 133 / 0.15);
}

.text-sky-800\/20 {
  color: rgb(7 89 133 / 0.2);
}

.text-sky-800\/25 {
  color: rgb(7 89 133 / 0.25);
}

.text-sky-800\/30 {
  color: rgb(7 89 133 / 0.3);
}

.text-sky-800\/35 {
  color: rgb(7 89 133 / 0.35);
}

.text-sky-800\/40 {
  color: rgb(7 89 133 / 0.4);
}

.text-sky-800\/45 {
  color: rgb(7 89 133 / 0.45);
}

.text-sky-800\/5 {
  color: rgb(7 89 133 / 0.05);
}

.text-sky-800\/50 {
  color: rgb(7 89 133 / 0.5);
}

.text-sky-800\/55 {
  color: rgb(7 89 133 / 0.55);
}

.text-sky-800\/60 {
  color: rgb(7 89 133 / 0.6);
}

.text-sky-800\/65 {
  color: rgb(7 89 133 / 0.65);
}

.text-sky-800\/70 {
  color: rgb(7 89 133 / 0.7);
}

.text-sky-800\/75 {
  color: rgb(7 89 133 / 0.75);
}

.text-sky-800\/80 {
  color: rgb(7 89 133 / 0.8);
}

.text-sky-800\/85 {
  color: rgb(7 89 133 / 0.85);
}

.text-sky-800\/90 {
  color: rgb(7 89 133 / 0.9);
}

.text-sky-800\/95 {
  color: rgb(7 89 133 / 0.95);
}

.text-sky-900 {
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity, 1));
}

.text-sky-900\/0 {
  color: rgb(12 74 110 / 0);
}

.text-sky-900\/10 {
  color: rgb(12 74 110 / 0.1);
}

.text-sky-900\/100 {
  color: rgb(12 74 110 / 1);
}

.text-sky-900\/15 {
  color: rgb(12 74 110 / 0.15);
}

.text-sky-900\/20 {
  color: rgb(12 74 110 / 0.2);
}

.text-sky-900\/25 {
  color: rgb(12 74 110 / 0.25);
}

.text-sky-900\/30 {
  color: rgb(12 74 110 / 0.3);
}

.text-sky-900\/35 {
  color: rgb(12 74 110 / 0.35);
}

.text-sky-900\/40 {
  color: rgb(12 74 110 / 0.4);
}

.text-sky-900\/45 {
  color: rgb(12 74 110 / 0.45);
}

.text-sky-900\/5 {
  color: rgb(12 74 110 / 0.05);
}

.text-sky-900\/50 {
  color: rgb(12 74 110 / 0.5);
}

.text-sky-900\/55 {
  color: rgb(12 74 110 / 0.55);
}

.text-sky-900\/60 {
  color: rgb(12 74 110 / 0.6);
}

.text-sky-900\/65 {
  color: rgb(12 74 110 / 0.65);
}

.text-sky-900\/70 {
  color: rgb(12 74 110 / 0.7);
}

.text-sky-900\/75 {
  color: rgb(12 74 110 / 0.75);
}

.text-sky-900\/80 {
  color: rgb(12 74 110 / 0.8);
}

.text-sky-900\/85 {
  color: rgb(12 74 110 / 0.85);
}

.text-sky-900\/90 {
  color: rgb(12 74 110 / 0.9);
}

.text-sky-900\/95 {
  color: rgb(12 74 110 / 0.95);
}

.text-sky-950 {
  --tw-text-opacity: 1;
  color: rgb(8 47 73 / var(--tw-text-opacity, 1));
}

.text-sky-950\/0 {
  color: rgb(8 47 73 / 0);
}

.text-sky-950\/10 {
  color: rgb(8 47 73 / 0.1);
}

.text-sky-950\/100 {
  color: rgb(8 47 73 / 1);
}

.text-sky-950\/15 {
  color: rgb(8 47 73 / 0.15);
}

.text-sky-950\/20 {
  color: rgb(8 47 73 / 0.2);
}

.text-sky-950\/25 {
  color: rgb(8 47 73 / 0.25);
}

.text-sky-950\/30 {
  color: rgb(8 47 73 / 0.3);
}

.text-sky-950\/35 {
  color: rgb(8 47 73 / 0.35);
}

.text-sky-950\/40 {
  color: rgb(8 47 73 / 0.4);
}

.text-sky-950\/45 {
  color: rgb(8 47 73 / 0.45);
}

.text-sky-950\/5 {
  color: rgb(8 47 73 / 0.05);
}

.text-sky-950\/50 {
  color: rgb(8 47 73 / 0.5);
}

.text-sky-950\/55 {
  color: rgb(8 47 73 / 0.55);
}

.text-sky-950\/60 {
  color: rgb(8 47 73 / 0.6);
}

.text-sky-950\/65 {
  color: rgb(8 47 73 / 0.65);
}

.text-sky-950\/70 {
  color: rgb(8 47 73 / 0.7);
}

.text-sky-950\/75 {
  color: rgb(8 47 73 / 0.75);
}

.text-sky-950\/80 {
  color: rgb(8 47 73 / 0.8);
}

.text-sky-950\/85 {
  color: rgb(8 47 73 / 0.85);
}

.text-sky-950\/90 {
  color: rgb(8 47 73 / 0.9);
}

.text-sky-950\/95 {
  color: rgb(8 47 73 / 0.95);
}

.text-slate-100 {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}

.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, 1));
}

.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, 1));
}

.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, 1));
}

.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, 1));
}

.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, 1));
}

.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, 1));
}

.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, 1));
}

.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, 1));
}

.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, 1));
}

.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-slate-950 {
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity, 1));
}

.text-slate-950\/0 {
  color: rgb(2 6 23 / 0);
}

.text-slate-950\/10 {
  color: rgb(2 6 23 / 0.1);
}

.text-slate-950\/100 {
  color: rgb(2 6 23 / 1);
}

.text-slate-950\/15 {
  color: rgb(2 6 23 / 0.15);
}

.text-slate-950\/20 {
  color: rgb(2 6 23 / 0.2);
}

.text-slate-950\/25 {
  color: rgb(2 6 23 / 0.25);
}

.text-slate-950\/30 {
  color: rgb(2 6 23 / 0.3);
}

.text-slate-950\/35 {
  color: rgb(2 6 23 / 0.35);
}

.text-slate-950\/40 {
  color: rgb(2 6 23 / 0.4);
}

.text-slate-950\/45 {
  color: rgb(2 6 23 / 0.45);
}

.text-slate-950\/5 {
  color: rgb(2 6 23 / 0.05);
}

.text-slate-950\/50 {
  color: rgb(2 6 23 / 0.5);
}

.text-slate-950\/55 {
  color: rgb(2 6 23 / 0.55);
}

.text-slate-950\/60 {
  color: rgb(2 6 23 / 0.6);
}

.text-slate-950\/65 {
  color: rgb(2 6 23 / 0.65);
}

.text-slate-950\/70 {
  color: rgb(2 6 23 / 0.7);
}

.text-slate-950\/75 {
  color: rgb(2 6 23 / 0.75);
}

.text-slate-950\/80 {
  color: rgb(2 6 23 / 0.8);
}

.text-slate-950\/85 {
  color: rgb(2 6 23 / 0.85);
}

.text-slate-950\/90 {
  color: rgb(2 6 23 / 0.9);
}

.text-slate-950\/95 {
  color: rgb(2 6 23 / 0.95);
}

.text-stone-100 {
  --tw-text-opacity: 1;
  color: rgb(245 245 244 / var(--tw-text-opacity, 1));
}

.text-stone-100\/0 {
  color: rgb(245 245 244 / 0);
}

.text-stone-100\/10 {
  color: rgb(245 245 244 / 0.1);
}

.text-stone-100\/100 {
  color: rgb(245 245 244 / 1);
}

.text-stone-100\/15 {
  color: rgb(245 245 244 / 0.15);
}

.text-stone-100\/20 {
  color: rgb(245 245 244 / 0.2);
}

.text-stone-100\/25 {
  color: rgb(245 245 244 / 0.25);
}

.text-stone-100\/30 {
  color: rgb(245 245 244 / 0.3);
}

.text-stone-100\/35 {
  color: rgb(245 245 244 / 0.35);
}

.text-stone-100\/40 {
  color: rgb(245 245 244 / 0.4);
}

.text-stone-100\/45 {
  color: rgb(245 245 244 / 0.45);
}

.text-stone-100\/5 {
  color: rgb(245 245 244 / 0.05);
}

.text-stone-100\/50 {
  color: rgb(245 245 244 / 0.5);
}

.text-stone-100\/55 {
  color: rgb(245 245 244 / 0.55);
}

.text-stone-100\/60 {
  color: rgb(245 245 244 / 0.6);
}

.text-stone-100\/65 {
  color: rgb(245 245 244 / 0.65);
}

.text-stone-100\/70 {
  color: rgb(245 245 244 / 0.7);
}

.text-stone-100\/75 {
  color: rgb(245 245 244 / 0.75);
}

.text-stone-100\/80 {
  color: rgb(245 245 244 / 0.8);
}

.text-stone-100\/85 {
  color: rgb(245 245 244 / 0.85);
}

.text-stone-100\/90 {
  color: rgb(245 245 244 / 0.9);
}

.text-stone-100\/95 {
  color: rgb(245 245 244 / 0.95);
}

.text-stone-200 {
  --tw-text-opacity: 1;
  color: rgb(231 229 228 / var(--tw-text-opacity, 1));
}

.text-stone-200\/0 {
  color: rgb(231 229 228 / 0);
}

.text-stone-200\/10 {
  color: rgb(231 229 228 / 0.1);
}

.text-stone-200\/100 {
  color: rgb(231 229 228 / 1);
}

.text-stone-200\/15 {
  color: rgb(231 229 228 / 0.15);
}

.text-stone-200\/20 {
  color: rgb(231 229 228 / 0.2);
}

.text-stone-200\/25 {
  color: rgb(231 229 228 / 0.25);
}

.text-stone-200\/30 {
  color: rgb(231 229 228 / 0.3);
}

.text-stone-200\/35 {
  color: rgb(231 229 228 / 0.35);
}

.text-stone-200\/40 {
  color: rgb(231 229 228 / 0.4);
}

.text-stone-200\/45 {
  color: rgb(231 229 228 / 0.45);
}

.text-stone-200\/5 {
  color: rgb(231 229 228 / 0.05);
}

.text-stone-200\/50 {
  color: rgb(231 229 228 / 0.5);
}

.text-stone-200\/55 {
  color: rgb(231 229 228 / 0.55);
}

.text-stone-200\/60 {
  color: rgb(231 229 228 / 0.6);
}

.text-stone-200\/65 {
  color: rgb(231 229 228 / 0.65);
}

.text-stone-200\/70 {
  color: rgb(231 229 228 / 0.7);
}

.text-stone-200\/75 {
  color: rgb(231 229 228 / 0.75);
}

.text-stone-200\/80 {
  color: rgb(231 229 228 / 0.8);
}

.text-stone-200\/85 {
  color: rgb(231 229 228 / 0.85);
}

.text-stone-200\/90 {
  color: rgb(231 229 228 / 0.9);
}

.text-stone-200\/95 {
  color: rgb(231 229 228 / 0.95);
}

.text-stone-300 {
  --tw-text-opacity: 1;
  color: rgb(214 211 209 / var(--tw-text-opacity, 1));
}

.text-stone-300\/0 {
  color: rgb(214 211 209 / 0);
}

.text-stone-300\/10 {
  color: rgb(214 211 209 / 0.1);
}

.text-stone-300\/100 {
  color: rgb(214 211 209 / 1);
}

.text-stone-300\/15 {
  color: rgb(214 211 209 / 0.15);
}

.text-stone-300\/20 {
  color: rgb(214 211 209 / 0.2);
}

.text-stone-300\/25 {
  color: rgb(214 211 209 / 0.25);
}

.text-stone-300\/30 {
  color: rgb(214 211 209 / 0.3);
}

.text-stone-300\/35 {
  color: rgb(214 211 209 / 0.35);
}

.text-stone-300\/40 {
  color: rgb(214 211 209 / 0.4);
}

.text-stone-300\/45 {
  color: rgb(214 211 209 / 0.45);
}

.text-stone-300\/5 {
  color: rgb(214 211 209 / 0.05);
}

.text-stone-300\/50 {
  color: rgb(214 211 209 / 0.5);
}

.text-stone-300\/55 {
  color: rgb(214 211 209 / 0.55);
}

.text-stone-300\/60 {
  color: rgb(214 211 209 / 0.6);
}

.text-stone-300\/65 {
  color: rgb(214 211 209 / 0.65);
}

.text-stone-300\/70 {
  color: rgb(214 211 209 / 0.7);
}

.text-stone-300\/75 {
  color: rgb(214 211 209 / 0.75);
}

.text-stone-300\/80 {
  color: rgb(214 211 209 / 0.8);
}

.text-stone-300\/85 {
  color: rgb(214 211 209 / 0.85);
}

.text-stone-300\/90 {
  color: rgb(214 211 209 / 0.9);
}

.text-stone-300\/95 {
  color: rgb(214 211 209 / 0.95);
}

.text-stone-400 {
  --tw-text-opacity: 1;
  color: rgb(168 162 158 / var(--tw-text-opacity, 1));
}

.text-stone-400\/0 {
  color: rgb(168 162 158 / 0);
}

.text-stone-400\/10 {
  color: rgb(168 162 158 / 0.1);
}

.text-stone-400\/100 {
  color: rgb(168 162 158 / 1);
}

.text-stone-400\/15 {
  color: rgb(168 162 158 / 0.15);
}

.text-stone-400\/20 {
  color: rgb(168 162 158 / 0.2);
}

.text-stone-400\/25 {
  color: rgb(168 162 158 / 0.25);
}

.text-stone-400\/30 {
  color: rgb(168 162 158 / 0.3);
}

.text-stone-400\/35 {
  color: rgb(168 162 158 / 0.35);
}

.text-stone-400\/40 {
  color: rgb(168 162 158 / 0.4);
}

.text-stone-400\/45 {
  color: rgb(168 162 158 / 0.45);
}

.text-stone-400\/5 {
  color: rgb(168 162 158 / 0.05);
}

.text-stone-400\/50 {
  color: rgb(168 162 158 / 0.5);
}

.text-stone-400\/55 {
  color: rgb(168 162 158 / 0.55);
}

.text-stone-400\/60 {
  color: rgb(168 162 158 / 0.6);
}

.text-stone-400\/65 {
  color: rgb(168 162 158 / 0.65);
}

.text-stone-400\/70 {
  color: rgb(168 162 158 / 0.7);
}

.text-stone-400\/75 {
  color: rgb(168 162 158 / 0.75);
}

.text-stone-400\/80 {
  color: rgb(168 162 158 / 0.8);
}

.text-stone-400\/85 {
  color: rgb(168 162 158 / 0.85);
}

.text-stone-400\/90 {
  color: rgb(168 162 158 / 0.9);
}

.text-stone-400\/95 {
  color: rgb(168 162 158 / 0.95);
}

.text-stone-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 249 / var(--tw-text-opacity, 1));
}

.text-stone-50\/0 {
  color: rgb(250 250 249 / 0);
}

.text-stone-50\/10 {
  color: rgb(250 250 249 / 0.1);
}

.text-stone-50\/100 {
  color: rgb(250 250 249 / 1);
}

.text-stone-50\/15 {
  color: rgb(250 250 249 / 0.15);
}

.text-stone-50\/20 {
  color: rgb(250 250 249 / 0.2);
}

.text-stone-50\/25 {
  color: rgb(250 250 249 / 0.25);
}

.text-stone-50\/30 {
  color: rgb(250 250 249 / 0.3);
}

.text-stone-50\/35 {
  color: rgb(250 250 249 / 0.35);
}

.text-stone-50\/40 {
  color: rgb(250 250 249 / 0.4);
}

.text-stone-50\/45 {
  color: rgb(250 250 249 / 0.45);
}

.text-stone-50\/5 {
  color: rgb(250 250 249 / 0.05);
}

.text-stone-50\/50 {
  color: rgb(250 250 249 / 0.5);
}

.text-stone-50\/55 {
  color: rgb(250 250 249 / 0.55);
}

.text-stone-50\/60 {
  color: rgb(250 250 249 / 0.6);
}

.text-stone-50\/65 {
  color: rgb(250 250 249 / 0.65);
}

.text-stone-50\/70 {
  color: rgb(250 250 249 / 0.7);
}

.text-stone-50\/75 {
  color: rgb(250 250 249 / 0.75);
}

.text-stone-50\/80 {
  color: rgb(250 250 249 / 0.8);
}

.text-stone-50\/85 {
  color: rgb(250 250 249 / 0.85);
}

.text-stone-50\/90 {
  color: rgb(250 250 249 / 0.9);
}

.text-stone-50\/95 {
  color: rgb(250 250 249 / 0.95);
}

.text-stone-500 {
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity, 1));
}

.text-stone-500\/0 {
  color: rgb(120 113 108 / 0);
}

.text-stone-500\/10 {
  color: rgb(120 113 108 / 0.1);
}

.text-stone-500\/100 {
  color: rgb(120 113 108 / 1);
}

.text-stone-500\/15 {
  color: rgb(120 113 108 / 0.15);
}

.text-stone-500\/20 {
  color: rgb(120 113 108 / 0.2);
}

.text-stone-500\/25 {
  color: rgb(120 113 108 / 0.25);
}

.text-stone-500\/30 {
  color: rgb(120 113 108 / 0.3);
}

.text-stone-500\/35 {
  color: rgb(120 113 108 / 0.35);
}

.text-stone-500\/40 {
  color: rgb(120 113 108 / 0.4);
}

.text-stone-500\/45 {
  color: rgb(120 113 108 / 0.45);
}

.text-stone-500\/5 {
  color: rgb(120 113 108 / 0.05);
}

.text-stone-500\/50 {
  color: rgb(120 113 108 / 0.5);
}

.text-stone-500\/55 {
  color: rgb(120 113 108 / 0.55);
}

.text-stone-500\/60 {
  color: rgb(120 113 108 / 0.6);
}

.text-stone-500\/65 {
  color: rgb(120 113 108 / 0.65);
}

.text-stone-500\/70 {
  color: rgb(120 113 108 / 0.7);
}

.text-stone-500\/75 {
  color: rgb(120 113 108 / 0.75);
}

.text-stone-500\/80 {
  color: rgb(120 113 108 / 0.8);
}

.text-stone-500\/85 {
  color: rgb(120 113 108 / 0.85);
}

.text-stone-500\/90 {
  color: rgb(120 113 108 / 0.9);
}

.text-stone-500\/95 {
  color: rgb(120 113 108 / 0.95);
}

.text-stone-600 {
  --tw-text-opacity: 1;
  color: rgb(87 83 78 / var(--tw-text-opacity, 1));
}

.text-stone-600\/0 {
  color: rgb(87 83 78 / 0);
}

.text-stone-600\/10 {
  color: rgb(87 83 78 / 0.1);
}

.text-stone-600\/100 {
  color: rgb(87 83 78 / 1);
}

.text-stone-600\/15 {
  color: rgb(87 83 78 / 0.15);
}

.text-stone-600\/20 {
  color: rgb(87 83 78 / 0.2);
}

.text-stone-600\/25 {
  color: rgb(87 83 78 / 0.25);
}

.text-stone-600\/30 {
  color: rgb(87 83 78 / 0.3);
}

.text-stone-600\/35 {
  color: rgb(87 83 78 / 0.35);
}

.text-stone-600\/40 {
  color: rgb(87 83 78 / 0.4);
}

.text-stone-600\/45 {
  color: rgb(87 83 78 / 0.45);
}

.text-stone-600\/5 {
  color: rgb(87 83 78 / 0.05);
}

.text-stone-600\/50 {
  color: rgb(87 83 78 / 0.5);
}

.text-stone-600\/55 {
  color: rgb(87 83 78 / 0.55);
}

.text-stone-600\/60 {
  color: rgb(87 83 78 / 0.6);
}

.text-stone-600\/65 {
  color: rgb(87 83 78 / 0.65);
}

.text-stone-600\/70 {
  color: rgb(87 83 78 / 0.7);
}

.text-stone-600\/75 {
  color: rgb(87 83 78 / 0.75);
}

.text-stone-600\/80 {
  color: rgb(87 83 78 / 0.8);
}

.text-stone-600\/85 {
  color: rgb(87 83 78 / 0.85);
}

.text-stone-600\/90 {
  color: rgb(87 83 78 / 0.9);
}

.text-stone-600\/95 {
  color: rgb(87 83 78 / 0.95);
}

.text-stone-700 {
  --tw-text-opacity: 1;
  color: rgb(68 64 60 / var(--tw-text-opacity, 1));
}

.text-stone-700\/0 {
  color: rgb(68 64 60 / 0);
}

.text-stone-700\/10 {
  color: rgb(68 64 60 / 0.1);
}

.text-stone-700\/100 {
  color: rgb(68 64 60 / 1);
}

.text-stone-700\/15 {
  color: rgb(68 64 60 / 0.15);
}

.text-stone-700\/20 {
  color: rgb(68 64 60 / 0.2);
}

.text-stone-700\/25 {
  color: rgb(68 64 60 / 0.25);
}

.text-stone-700\/30 {
  color: rgb(68 64 60 / 0.3);
}

.text-stone-700\/35 {
  color: rgb(68 64 60 / 0.35);
}

.text-stone-700\/40 {
  color: rgb(68 64 60 / 0.4);
}

.text-stone-700\/45 {
  color: rgb(68 64 60 / 0.45);
}

.text-stone-700\/5 {
  color: rgb(68 64 60 / 0.05);
}

.text-stone-700\/50 {
  color: rgb(68 64 60 / 0.5);
}

.text-stone-700\/55 {
  color: rgb(68 64 60 / 0.55);
}

.text-stone-700\/60 {
  color: rgb(68 64 60 / 0.6);
}

.text-stone-700\/65 {
  color: rgb(68 64 60 / 0.65);
}

.text-stone-700\/70 {
  color: rgb(68 64 60 / 0.7);
}

.text-stone-700\/75 {
  color: rgb(68 64 60 / 0.75);
}

.text-stone-700\/80 {
  color: rgb(68 64 60 / 0.8);
}

.text-stone-700\/85 {
  color: rgb(68 64 60 / 0.85);
}

.text-stone-700\/90 {
  color: rgb(68 64 60 / 0.9);
}

.text-stone-700\/95 {
  color: rgb(68 64 60 / 0.95);
}

.text-stone-800 {
  --tw-text-opacity: 1;
  color: rgb(41 37 36 / var(--tw-text-opacity, 1));
}

.text-stone-800\/0 {
  color: rgb(41 37 36 / 0);
}

.text-stone-800\/10 {
  color: rgb(41 37 36 / 0.1);
}

.text-stone-800\/100 {
  color: rgb(41 37 36 / 1);
}

.text-stone-800\/15 {
  color: rgb(41 37 36 / 0.15);
}

.text-stone-800\/20 {
  color: rgb(41 37 36 / 0.2);
}

.text-stone-800\/25 {
  color: rgb(41 37 36 / 0.25);
}

.text-stone-800\/30 {
  color: rgb(41 37 36 / 0.3);
}

.text-stone-800\/35 {
  color: rgb(41 37 36 / 0.35);
}

.text-stone-800\/40 {
  color: rgb(41 37 36 / 0.4);
}

.text-stone-800\/45 {
  color: rgb(41 37 36 / 0.45);
}

.text-stone-800\/5 {
  color: rgb(41 37 36 / 0.05);
}

.text-stone-800\/50 {
  color: rgb(41 37 36 / 0.5);
}

.text-stone-800\/55 {
  color: rgb(41 37 36 / 0.55);
}

.text-stone-800\/60 {
  color: rgb(41 37 36 / 0.6);
}

.text-stone-800\/65 {
  color: rgb(41 37 36 / 0.65);
}

.text-stone-800\/70 {
  color: rgb(41 37 36 / 0.7);
}

.text-stone-800\/75 {
  color: rgb(41 37 36 / 0.75);
}

.text-stone-800\/80 {
  color: rgb(41 37 36 / 0.8);
}

.text-stone-800\/85 {
  color: rgb(41 37 36 / 0.85);
}

.text-stone-800\/90 {
  color: rgb(41 37 36 / 0.9);
}

.text-stone-800\/95 {
  color: rgb(41 37 36 / 0.95);
}

.text-stone-900 {
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity, 1));
}

.text-stone-900\/0 {
  color: rgb(28 25 23 / 0);
}

.text-stone-900\/10 {
  color: rgb(28 25 23 / 0.1);
}

.text-stone-900\/100 {
  color: rgb(28 25 23 / 1);
}

.text-stone-900\/15 {
  color: rgb(28 25 23 / 0.15);
}

.text-stone-900\/20 {
  color: rgb(28 25 23 / 0.2);
}

.text-stone-900\/25 {
  color: rgb(28 25 23 / 0.25);
}

.text-stone-900\/30 {
  color: rgb(28 25 23 / 0.3);
}

.text-stone-900\/35 {
  color: rgb(28 25 23 / 0.35);
}

.text-stone-900\/40 {
  color: rgb(28 25 23 / 0.4);
}

.text-stone-900\/45 {
  color: rgb(28 25 23 / 0.45);
}

.text-stone-900\/5 {
  color: rgb(28 25 23 / 0.05);
}

.text-stone-900\/50 {
  color: rgb(28 25 23 / 0.5);
}

.text-stone-900\/55 {
  color: rgb(28 25 23 / 0.55);
}

.text-stone-900\/60 {
  color: rgb(28 25 23 / 0.6);
}

.text-stone-900\/65 {
  color: rgb(28 25 23 / 0.65);
}

.text-stone-900\/70 {
  color: rgb(28 25 23 / 0.7);
}

.text-stone-900\/75 {
  color: rgb(28 25 23 / 0.75);
}

.text-stone-900\/80 {
  color: rgb(28 25 23 / 0.8);
}

.text-stone-900\/85 {
  color: rgb(28 25 23 / 0.85);
}

.text-stone-900\/90 {
  color: rgb(28 25 23 / 0.9);
}

.text-stone-900\/95 {
  color: rgb(28 25 23 / 0.95);
}

.text-stone-950 {
  --tw-text-opacity: 1;
  color: rgb(12 10 9 / var(--tw-text-opacity, 1));
}

.text-stone-950\/0 {
  color: rgb(12 10 9 / 0);
}

.text-stone-950\/10 {
  color: rgb(12 10 9 / 0.1);
}

.text-stone-950\/100 {
  color: rgb(12 10 9 / 1);
}

.text-stone-950\/15 {
  color: rgb(12 10 9 / 0.15);
}

.text-stone-950\/20 {
  color: rgb(12 10 9 / 0.2);
}

.text-stone-950\/25 {
  color: rgb(12 10 9 / 0.25);
}

.text-stone-950\/30 {
  color: rgb(12 10 9 / 0.3);
}

.text-stone-950\/35 {
  color: rgb(12 10 9 / 0.35);
}

.text-stone-950\/40 {
  color: rgb(12 10 9 / 0.4);
}

.text-stone-950\/45 {
  color: rgb(12 10 9 / 0.45);
}

.text-stone-950\/5 {
  color: rgb(12 10 9 / 0.05);
}

.text-stone-950\/50 {
  color: rgb(12 10 9 / 0.5);
}

.text-stone-950\/55 {
  color: rgb(12 10 9 / 0.55);
}

.text-stone-950\/60 {
  color: rgb(12 10 9 / 0.6);
}

.text-stone-950\/65 {
  color: rgb(12 10 9 / 0.65);
}

.text-stone-950\/70 {
  color: rgb(12 10 9 / 0.7);
}

.text-stone-950\/75 {
  color: rgb(12 10 9 / 0.75);
}

.text-stone-950\/80 {
  color: rgb(12 10 9 / 0.8);
}

.text-stone-950\/85 {
  color: rgb(12 10 9 / 0.85);
}

.text-stone-950\/90 {
  color: rgb(12 10 9 / 0.9);
}

.text-stone-950\/95 {
  color: rgb(12 10 9 / 0.95);
}

.text-teal-100 {
  --tw-text-opacity: 1;
  color: rgb(204 251 241 / var(--tw-text-opacity, 1));
}

.text-teal-100\/0 {
  color: rgb(204 251 241 / 0);
}

.text-teal-100\/10 {
  color: rgb(204 251 241 / 0.1);
}

.text-teal-100\/100 {
  color: rgb(204 251 241 / 1);
}

.text-teal-100\/15 {
  color: rgb(204 251 241 / 0.15);
}

.text-teal-100\/20 {
  color: rgb(204 251 241 / 0.2);
}

.text-teal-100\/25 {
  color: rgb(204 251 241 / 0.25);
}

.text-teal-100\/30 {
  color: rgb(204 251 241 / 0.3);
}

.text-teal-100\/35 {
  color: rgb(204 251 241 / 0.35);
}

.text-teal-100\/40 {
  color: rgb(204 251 241 / 0.4);
}

.text-teal-100\/45 {
  color: rgb(204 251 241 / 0.45);
}

.text-teal-100\/5 {
  color: rgb(204 251 241 / 0.05);
}

.text-teal-100\/50 {
  color: rgb(204 251 241 / 0.5);
}

.text-teal-100\/55 {
  color: rgb(204 251 241 / 0.55);
}

.text-teal-100\/60 {
  color: rgb(204 251 241 / 0.6);
}

.text-teal-100\/65 {
  color: rgb(204 251 241 / 0.65);
}

.text-teal-100\/70 {
  color: rgb(204 251 241 / 0.7);
}

.text-teal-100\/75 {
  color: rgb(204 251 241 / 0.75);
}

.text-teal-100\/80 {
  color: rgb(204 251 241 / 0.8);
}

.text-teal-100\/85 {
  color: rgb(204 251 241 / 0.85);
}

.text-teal-100\/90 {
  color: rgb(204 251 241 / 0.9);
}

.text-teal-100\/95 {
  color: rgb(204 251 241 / 0.95);
}

.text-teal-200 {
  --tw-text-opacity: 1;
  color: rgb(153 246 228 / var(--tw-text-opacity, 1));
}

.text-teal-200\/0 {
  color: rgb(153 246 228 / 0);
}

.text-teal-200\/10 {
  color: rgb(153 246 228 / 0.1);
}

.text-teal-200\/100 {
  color: rgb(153 246 228 / 1);
}

.text-teal-200\/15 {
  color: rgb(153 246 228 / 0.15);
}

.text-teal-200\/20 {
  color: rgb(153 246 228 / 0.2);
}

.text-teal-200\/25 {
  color: rgb(153 246 228 / 0.25);
}

.text-teal-200\/30 {
  color: rgb(153 246 228 / 0.3);
}

.text-teal-200\/35 {
  color: rgb(153 246 228 / 0.35);
}

.text-teal-200\/40 {
  color: rgb(153 246 228 / 0.4);
}

.text-teal-200\/45 {
  color: rgb(153 246 228 / 0.45);
}

.text-teal-200\/5 {
  color: rgb(153 246 228 / 0.05);
}

.text-teal-200\/50 {
  color: rgb(153 246 228 / 0.5);
}

.text-teal-200\/55 {
  color: rgb(153 246 228 / 0.55);
}

.text-teal-200\/60 {
  color: rgb(153 246 228 / 0.6);
}

.text-teal-200\/65 {
  color: rgb(153 246 228 / 0.65);
}

.text-teal-200\/70 {
  color: rgb(153 246 228 / 0.7);
}

.text-teal-200\/75 {
  color: rgb(153 246 228 / 0.75);
}

.text-teal-200\/80 {
  color: rgb(153 246 228 / 0.8);
}

.text-teal-200\/85 {
  color: rgb(153 246 228 / 0.85);
}

.text-teal-200\/90 {
  color: rgb(153 246 228 / 0.9);
}

.text-teal-200\/95 {
  color: rgb(153 246 228 / 0.95);
}

.text-teal-300 {
  --tw-text-opacity: 1;
  color: rgb(94 234 212 / var(--tw-text-opacity, 1));
}

.text-teal-300\/0 {
  color: rgb(94 234 212 / 0);
}

.text-teal-300\/10 {
  color: rgb(94 234 212 / 0.1);
}

.text-teal-300\/100 {
  color: rgb(94 234 212 / 1);
}

.text-teal-300\/15 {
  color: rgb(94 234 212 / 0.15);
}

.text-teal-300\/20 {
  color: rgb(94 234 212 / 0.2);
}

.text-teal-300\/25 {
  color: rgb(94 234 212 / 0.25);
}

.text-teal-300\/30 {
  color: rgb(94 234 212 / 0.3);
}

.text-teal-300\/35 {
  color: rgb(94 234 212 / 0.35);
}

.text-teal-300\/40 {
  color: rgb(94 234 212 / 0.4);
}

.text-teal-300\/45 {
  color: rgb(94 234 212 / 0.45);
}

.text-teal-300\/5 {
  color: rgb(94 234 212 / 0.05);
}

.text-teal-300\/50 {
  color: rgb(94 234 212 / 0.5);
}

.text-teal-300\/55 {
  color: rgb(94 234 212 / 0.55);
}

.text-teal-300\/60 {
  color: rgb(94 234 212 / 0.6);
}

.text-teal-300\/65 {
  color: rgb(94 234 212 / 0.65);
}

.text-teal-300\/70 {
  color: rgb(94 234 212 / 0.7);
}

.text-teal-300\/75 {
  color: rgb(94 234 212 / 0.75);
}

.text-teal-300\/80 {
  color: rgb(94 234 212 / 0.8);
}

.text-teal-300\/85 {
  color: rgb(94 234 212 / 0.85);
}

.text-teal-300\/90 {
  color: rgb(94 234 212 / 0.9);
}

.text-teal-300\/95 {
  color: rgb(94 234 212 / 0.95);
}

.text-teal-400 {
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity, 1));
}

.text-teal-400\/0 {
  color: rgb(45 212 191 / 0);
}

.text-teal-400\/10 {
  color: rgb(45 212 191 / 0.1);
}

.text-teal-400\/100 {
  color: rgb(45 212 191 / 1);
}

.text-teal-400\/15 {
  color: rgb(45 212 191 / 0.15);
}

.text-teal-400\/20 {
  color: rgb(45 212 191 / 0.2);
}

.text-teal-400\/25 {
  color: rgb(45 212 191 / 0.25);
}

.text-teal-400\/30 {
  color: rgb(45 212 191 / 0.3);
}

.text-teal-400\/35 {
  color: rgb(45 212 191 / 0.35);
}

.text-teal-400\/40 {
  color: rgb(45 212 191 / 0.4);
}

.text-teal-400\/45 {
  color: rgb(45 212 191 / 0.45);
}

.text-teal-400\/5 {
  color: rgb(45 212 191 / 0.05);
}

.text-teal-400\/50 {
  color: rgb(45 212 191 / 0.5);
}

.text-teal-400\/55 {
  color: rgb(45 212 191 / 0.55);
}

.text-teal-400\/60 {
  color: rgb(45 212 191 / 0.6);
}

.text-teal-400\/65 {
  color: rgb(45 212 191 / 0.65);
}

.text-teal-400\/70 {
  color: rgb(45 212 191 / 0.7);
}

.text-teal-400\/75 {
  color: rgb(45 212 191 / 0.75);
}

.text-teal-400\/80 {
  color: rgb(45 212 191 / 0.8);
}

.text-teal-400\/85 {
  color: rgb(45 212 191 / 0.85);
}

.text-teal-400\/90 {
  color: rgb(45 212 191 / 0.9);
}

.text-teal-400\/95 {
  color: rgb(45 212 191 / 0.95);
}

.text-teal-50 {
  --tw-text-opacity: 1;
  color: rgb(240 253 250 / var(--tw-text-opacity, 1));
}

.text-teal-50\/0 {
  color: rgb(240 253 250 / 0);
}

.text-teal-50\/10 {
  color: rgb(240 253 250 / 0.1);
}

.text-teal-50\/100 {
  color: rgb(240 253 250 / 1);
}

.text-teal-50\/15 {
  color: rgb(240 253 250 / 0.15);
}

.text-teal-50\/20 {
  color: rgb(240 253 250 / 0.2);
}

.text-teal-50\/25 {
  color: rgb(240 253 250 / 0.25);
}

.text-teal-50\/30 {
  color: rgb(240 253 250 / 0.3);
}

.text-teal-50\/35 {
  color: rgb(240 253 250 / 0.35);
}

.text-teal-50\/40 {
  color: rgb(240 253 250 / 0.4);
}

.text-teal-50\/45 {
  color: rgb(240 253 250 / 0.45);
}

.text-teal-50\/5 {
  color: rgb(240 253 250 / 0.05);
}

.text-teal-50\/50 {
  color: rgb(240 253 250 / 0.5);
}

.text-teal-50\/55 {
  color: rgb(240 253 250 / 0.55);
}

.text-teal-50\/60 {
  color: rgb(240 253 250 / 0.6);
}

.text-teal-50\/65 {
  color: rgb(240 253 250 / 0.65);
}

.text-teal-50\/70 {
  color: rgb(240 253 250 / 0.7);
}

.text-teal-50\/75 {
  color: rgb(240 253 250 / 0.75);
}

.text-teal-50\/80 {
  color: rgb(240 253 250 / 0.8);
}

.text-teal-50\/85 {
  color: rgb(240 253 250 / 0.85);
}

.text-teal-50\/90 {
  color: rgb(240 253 250 / 0.9);
}

.text-teal-50\/95 {
  color: rgb(240 253 250 / 0.95);
}

.text-teal-500 {
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / var(--tw-text-opacity, 1));
}

.text-teal-500\/0 {
  color: rgb(20 184 166 / 0);
}

.text-teal-500\/10 {
  color: rgb(20 184 166 / 0.1);
}

.text-teal-500\/100 {
  color: rgb(20 184 166 / 1);
}

.text-teal-500\/15 {
  color: rgb(20 184 166 / 0.15);
}

.text-teal-500\/20 {
  color: rgb(20 184 166 / 0.2);
}

.text-teal-500\/25 {
  color: rgb(20 184 166 / 0.25);
}

.text-teal-500\/30 {
  color: rgb(20 184 166 / 0.3);
}

.text-teal-500\/35 {
  color: rgb(20 184 166 / 0.35);
}

.text-teal-500\/40 {
  color: rgb(20 184 166 / 0.4);
}

.text-teal-500\/45 {
  color: rgb(20 184 166 / 0.45);
}

.text-teal-500\/5 {
  color: rgb(20 184 166 / 0.05);
}

.text-teal-500\/50 {
  color: rgb(20 184 166 / 0.5);
}

.text-teal-500\/55 {
  color: rgb(20 184 166 / 0.55);
}

.text-teal-500\/60 {
  color: rgb(20 184 166 / 0.6);
}

.text-teal-500\/65 {
  color: rgb(20 184 166 / 0.65);
}

.text-teal-500\/70 {
  color: rgb(20 184 166 / 0.7);
}

.text-teal-500\/75 {
  color: rgb(20 184 166 / 0.75);
}

.text-teal-500\/80 {
  color: rgb(20 184 166 / 0.8);
}

.text-teal-500\/85 {
  color: rgb(20 184 166 / 0.85);
}

.text-teal-500\/90 {
  color: rgb(20 184 166 / 0.9);
}

.text-teal-500\/95 {
  color: rgb(20 184 166 / 0.95);
}

.text-teal-600 {
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity, 1));
}

.text-teal-600\/0 {
  color: rgb(13 148 136 / 0);
}

.text-teal-600\/10 {
  color: rgb(13 148 136 / 0.1);
}

.text-teal-600\/100 {
  color: rgb(13 148 136 / 1);
}

.text-teal-600\/15 {
  color: rgb(13 148 136 / 0.15);
}

.text-teal-600\/20 {
  color: rgb(13 148 136 / 0.2);
}

.text-teal-600\/25 {
  color: rgb(13 148 136 / 0.25);
}

.text-teal-600\/30 {
  color: rgb(13 148 136 / 0.3);
}

.text-teal-600\/35 {
  color: rgb(13 148 136 / 0.35);
}

.text-teal-600\/40 {
  color: rgb(13 148 136 / 0.4);
}

.text-teal-600\/45 {
  color: rgb(13 148 136 / 0.45);
}

.text-teal-600\/5 {
  color: rgb(13 148 136 / 0.05);
}

.text-teal-600\/50 {
  color: rgb(13 148 136 / 0.5);
}

.text-teal-600\/55 {
  color: rgb(13 148 136 / 0.55);
}

.text-teal-600\/60 {
  color: rgb(13 148 136 / 0.6);
}

.text-teal-600\/65 {
  color: rgb(13 148 136 / 0.65);
}

.text-teal-600\/70 {
  color: rgb(13 148 136 / 0.7);
}

.text-teal-600\/75 {
  color: rgb(13 148 136 / 0.75);
}

.text-teal-600\/80 {
  color: rgb(13 148 136 / 0.8);
}

.text-teal-600\/85 {
  color: rgb(13 148 136 / 0.85);
}

.text-teal-600\/90 {
  color: rgb(13 148 136 / 0.9);
}

.text-teal-600\/95 {
  color: rgb(13 148 136 / 0.95);
}

.text-teal-700 {
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
}

.text-teal-700\/0 {
  color: rgb(15 118 110 / 0);
}

.text-teal-700\/10 {
  color: rgb(15 118 110 / 0.1);
}

.text-teal-700\/100 {
  color: rgb(15 118 110 / 1);
}

.text-teal-700\/15 {
  color: rgb(15 118 110 / 0.15);
}

.text-teal-700\/20 {
  color: rgb(15 118 110 / 0.2);
}

.text-teal-700\/25 {
  color: rgb(15 118 110 / 0.25);
}

.text-teal-700\/30 {
  color: rgb(15 118 110 / 0.3);
}

.text-teal-700\/35 {
  color: rgb(15 118 110 / 0.35);
}

.text-teal-700\/40 {
  color: rgb(15 118 110 / 0.4);
}

.text-teal-700\/45 {
  color: rgb(15 118 110 / 0.45);
}

.text-teal-700\/5 {
  color: rgb(15 118 110 / 0.05);
}

.text-teal-700\/50 {
  color: rgb(15 118 110 / 0.5);
}

.text-teal-700\/55 {
  color: rgb(15 118 110 / 0.55);
}

.text-teal-700\/60 {
  color: rgb(15 118 110 / 0.6);
}

.text-teal-700\/65 {
  color: rgb(15 118 110 / 0.65);
}

.text-teal-700\/70 {
  color: rgb(15 118 110 / 0.7);
}

.text-teal-700\/75 {
  color: rgb(15 118 110 / 0.75);
}

.text-teal-700\/80 {
  color: rgb(15 118 110 / 0.8);
}

.text-teal-700\/85 {
  color: rgb(15 118 110 / 0.85);
}

.text-teal-700\/90 {
  color: rgb(15 118 110 / 0.9);
}

.text-teal-700\/95 {
  color: rgb(15 118 110 / 0.95);
}

.text-teal-800 {
  --tw-text-opacity: 1;
  color: rgb(17 94 89 / var(--tw-text-opacity, 1));
}

.text-teal-800\/0 {
  color: rgb(17 94 89 / 0);
}

.text-teal-800\/10 {
  color: rgb(17 94 89 / 0.1);
}

.text-teal-800\/100 {
  color: rgb(17 94 89 / 1);
}

.text-teal-800\/15 {
  color: rgb(17 94 89 / 0.15);
}

.text-teal-800\/20 {
  color: rgb(17 94 89 / 0.2);
}

.text-teal-800\/25 {
  color: rgb(17 94 89 / 0.25);
}

.text-teal-800\/30 {
  color: rgb(17 94 89 / 0.3);
}

.text-teal-800\/35 {
  color: rgb(17 94 89 / 0.35);
}

.text-teal-800\/40 {
  color: rgb(17 94 89 / 0.4);
}

.text-teal-800\/45 {
  color: rgb(17 94 89 / 0.45);
}

.text-teal-800\/5 {
  color: rgb(17 94 89 / 0.05);
}

.text-teal-800\/50 {
  color: rgb(17 94 89 / 0.5);
}

.text-teal-800\/55 {
  color: rgb(17 94 89 / 0.55);
}

.text-teal-800\/60 {
  color: rgb(17 94 89 / 0.6);
}

.text-teal-800\/65 {
  color: rgb(17 94 89 / 0.65);
}

.text-teal-800\/70 {
  color: rgb(17 94 89 / 0.7);
}

.text-teal-800\/75 {
  color: rgb(17 94 89 / 0.75);
}

.text-teal-800\/80 {
  color: rgb(17 94 89 / 0.8);
}

.text-teal-800\/85 {
  color: rgb(17 94 89 / 0.85);
}

.text-teal-800\/90 {
  color: rgb(17 94 89 / 0.9);
}

.text-teal-800\/95 {
  color: rgb(17 94 89 / 0.95);
}

.text-teal-900 {
  --tw-text-opacity: 1;
  color: rgb(19 78 74 / var(--tw-text-opacity, 1));
}

.text-teal-900\/0 {
  color: rgb(19 78 74 / 0);
}

.text-teal-900\/10 {
  color: rgb(19 78 74 / 0.1);
}

.text-teal-900\/100 {
  color: rgb(19 78 74 / 1);
}

.text-teal-900\/15 {
  color: rgb(19 78 74 / 0.15);
}

.text-teal-900\/20 {
  color: rgb(19 78 74 / 0.2);
}

.text-teal-900\/25 {
  color: rgb(19 78 74 / 0.25);
}

.text-teal-900\/30 {
  color: rgb(19 78 74 / 0.3);
}

.text-teal-900\/35 {
  color: rgb(19 78 74 / 0.35);
}

.text-teal-900\/40 {
  color: rgb(19 78 74 / 0.4);
}

.text-teal-900\/45 {
  color: rgb(19 78 74 / 0.45);
}

.text-teal-900\/5 {
  color: rgb(19 78 74 / 0.05);
}

.text-teal-900\/50 {
  color: rgb(19 78 74 / 0.5);
}

.text-teal-900\/55 {
  color: rgb(19 78 74 / 0.55);
}

.text-teal-900\/60 {
  color: rgb(19 78 74 / 0.6);
}

.text-teal-900\/65 {
  color: rgb(19 78 74 / 0.65);
}

.text-teal-900\/70 {
  color: rgb(19 78 74 / 0.7);
}

.text-teal-900\/75 {
  color: rgb(19 78 74 / 0.75);
}

.text-teal-900\/80 {
  color: rgb(19 78 74 / 0.8);
}

.text-teal-900\/85 {
  color: rgb(19 78 74 / 0.85);
}

.text-teal-900\/90 {
  color: rgb(19 78 74 / 0.9);
}

.text-teal-900\/95 {
  color: rgb(19 78 74 / 0.95);
}

.text-teal-950 {
  --tw-text-opacity: 1;
  color: rgb(4 47 46 / var(--tw-text-opacity, 1));
}

.text-teal-950\/0 {
  color: rgb(4 47 46 / 0);
}

.text-teal-950\/10 {
  color: rgb(4 47 46 / 0.1);
}

.text-teal-950\/100 {
  color: rgb(4 47 46 / 1);
}

.text-teal-950\/15 {
  color: rgb(4 47 46 / 0.15);
}

.text-teal-950\/20 {
  color: rgb(4 47 46 / 0.2);
}

.text-teal-950\/25 {
  color: rgb(4 47 46 / 0.25);
}

.text-teal-950\/30 {
  color: rgb(4 47 46 / 0.3);
}

.text-teal-950\/35 {
  color: rgb(4 47 46 / 0.35);
}

.text-teal-950\/40 {
  color: rgb(4 47 46 / 0.4);
}

.text-teal-950\/45 {
  color: rgb(4 47 46 / 0.45);
}

.text-teal-950\/5 {
  color: rgb(4 47 46 / 0.05);
}

.text-teal-950\/50 {
  color: rgb(4 47 46 / 0.5);
}

.text-teal-950\/55 {
  color: rgb(4 47 46 / 0.55);
}

.text-teal-950\/60 {
  color: rgb(4 47 46 / 0.6);
}

.text-teal-950\/65 {
  color: rgb(4 47 46 / 0.65);
}

.text-teal-950\/70 {
  color: rgb(4 47 46 / 0.7);
}

.text-teal-950\/75 {
  color: rgb(4 47 46 / 0.75);
}

.text-teal-950\/80 {
  color: rgb(4 47 46 / 0.8);
}

.text-teal-950\/85 {
  color: rgb(4 47 46 / 0.85);
}

.text-teal-950\/90 {
  color: rgb(4 47 46 / 0.9);
}

.text-teal-950\/95 {
  color: rgb(4 47 46 / 0.95);
}

.text-text {
  --tw-text-opacity: 1;
  color: rgb(49 41 39 / var(--tw-text-opacity, 1));
}

.text-text\/50 {
  color: rgb(49 41 39 / 0.5);
}

.text-text\/85 {
  color: rgb(49 41 39 / 0.85);
}

.text-violet-100 {
  --tw-text-opacity: 1;
  color: rgb(237 233 254 / var(--tw-text-opacity, 1));
}

.text-violet-100\/0 {
  color: rgb(237 233 254 / 0);
}

.text-violet-100\/10 {
  color: rgb(237 233 254 / 0.1);
}

.text-violet-100\/100 {
  color: rgb(237 233 254 / 1);
}

.text-violet-100\/15 {
  color: rgb(237 233 254 / 0.15);
}

.text-violet-100\/20 {
  color: rgb(237 233 254 / 0.2);
}

.text-violet-100\/25 {
  color: rgb(237 233 254 / 0.25);
}

.text-violet-100\/30 {
  color: rgb(237 233 254 / 0.3);
}

.text-violet-100\/35 {
  color: rgb(237 233 254 / 0.35);
}

.text-violet-100\/40 {
  color: rgb(237 233 254 / 0.4);
}

.text-violet-100\/45 {
  color: rgb(237 233 254 / 0.45);
}

.text-violet-100\/5 {
  color: rgb(237 233 254 / 0.05);
}

.text-violet-100\/50 {
  color: rgb(237 233 254 / 0.5);
}

.text-violet-100\/55 {
  color: rgb(237 233 254 / 0.55);
}

.text-violet-100\/60 {
  color: rgb(237 233 254 / 0.6);
}

.text-violet-100\/65 {
  color: rgb(237 233 254 / 0.65);
}

.text-violet-100\/70 {
  color: rgb(237 233 254 / 0.7);
}

.text-violet-100\/75 {
  color: rgb(237 233 254 / 0.75);
}

.text-violet-100\/80 {
  color: rgb(237 233 254 / 0.8);
}

.text-violet-100\/85 {
  color: rgb(237 233 254 / 0.85);
}

.text-violet-100\/90 {
  color: rgb(237 233 254 / 0.9);
}

.text-violet-100\/95 {
  color: rgb(237 233 254 / 0.95);
}

.text-violet-200 {
  --tw-text-opacity: 1;
  color: rgb(221 214 254 / var(--tw-text-opacity, 1));
}

.text-violet-200\/0 {
  color: rgb(221 214 254 / 0);
}

.text-violet-200\/10 {
  color: rgb(221 214 254 / 0.1);
}

.text-violet-200\/100 {
  color: rgb(221 214 254 / 1);
}

.text-violet-200\/15 {
  color: rgb(221 214 254 / 0.15);
}

.text-violet-200\/20 {
  color: rgb(221 214 254 / 0.2);
}

.text-violet-200\/25 {
  color: rgb(221 214 254 / 0.25);
}

.text-violet-200\/30 {
  color: rgb(221 214 254 / 0.3);
}

.text-violet-200\/35 {
  color: rgb(221 214 254 / 0.35);
}

.text-violet-200\/40 {
  color: rgb(221 214 254 / 0.4);
}

.text-violet-200\/45 {
  color: rgb(221 214 254 / 0.45);
}

.text-violet-200\/5 {
  color: rgb(221 214 254 / 0.05);
}

.text-violet-200\/50 {
  color: rgb(221 214 254 / 0.5);
}

.text-violet-200\/55 {
  color: rgb(221 214 254 / 0.55);
}

.text-violet-200\/60 {
  color: rgb(221 214 254 / 0.6);
}

.text-violet-200\/65 {
  color: rgb(221 214 254 / 0.65);
}

.text-violet-200\/70 {
  color: rgb(221 214 254 / 0.7);
}

.text-violet-200\/75 {
  color: rgb(221 214 254 / 0.75);
}

.text-violet-200\/80 {
  color: rgb(221 214 254 / 0.8);
}

.text-violet-200\/85 {
  color: rgb(221 214 254 / 0.85);
}

.text-violet-200\/90 {
  color: rgb(221 214 254 / 0.9);
}

.text-violet-200\/95 {
  color: rgb(221 214 254 / 0.95);
}

.text-violet-300 {
  --tw-text-opacity: 1;
  color: rgb(196 181 253 / var(--tw-text-opacity, 1));
}

.text-violet-300\/0 {
  color: rgb(196 181 253 / 0);
}

.text-violet-300\/10 {
  color: rgb(196 181 253 / 0.1);
}

.text-violet-300\/100 {
  color: rgb(196 181 253 / 1);
}

.text-violet-300\/15 {
  color: rgb(196 181 253 / 0.15);
}

.text-violet-300\/20 {
  color: rgb(196 181 253 / 0.2);
}

.text-violet-300\/25 {
  color: rgb(196 181 253 / 0.25);
}

.text-violet-300\/30 {
  color: rgb(196 181 253 / 0.3);
}

.text-violet-300\/35 {
  color: rgb(196 181 253 / 0.35);
}

.text-violet-300\/40 {
  color: rgb(196 181 253 / 0.4);
}

.text-violet-300\/45 {
  color: rgb(196 181 253 / 0.45);
}

.text-violet-300\/5 {
  color: rgb(196 181 253 / 0.05);
}

.text-violet-300\/50 {
  color: rgb(196 181 253 / 0.5);
}

.text-violet-300\/55 {
  color: rgb(196 181 253 / 0.55);
}

.text-violet-300\/60 {
  color: rgb(196 181 253 / 0.6);
}

.text-violet-300\/65 {
  color: rgb(196 181 253 / 0.65);
}

.text-violet-300\/70 {
  color: rgb(196 181 253 / 0.7);
}

.text-violet-300\/75 {
  color: rgb(196 181 253 / 0.75);
}

.text-violet-300\/80 {
  color: rgb(196 181 253 / 0.8);
}

.text-violet-300\/85 {
  color: rgb(196 181 253 / 0.85);
}

.text-violet-300\/90 {
  color: rgb(196 181 253 / 0.9);
}

.text-violet-300\/95 {
  color: rgb(196 181 253 / 0.95);
}

.text-violet-400 {
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity, 1));
}

.text-violet-400\/0 {
  color: rgb(167 139 250 / 0);
}

.text-violet-400\/10 {
  color: rgb(167 139 250 / 0.1);
}

.text-violet-400\/100 {
  color: rgb(167 139 250 / 1);
}

.text-violet-400\/15 {
  color: rgb(167 139 250 / 0.15);
}

.text-violet-400\/20 {
  color: rgb(167 139 250 / 0.2);
}

.text-violet-400\/25 {
  color: rgb(167 139 250 / 0.25);
}

.text-violet-400\/30 {
  color: rgb(167 139 250 / 0.3);
}

.text-violet-400\/35 {
  color: rgb(167 139 250 / 0.35);
}

.text-violet-400\/40 {
  color: rgb(167 139 250 / 0.4);
}

.text-violet-400\/45 {
  color: rgb(167 139 250 / 0.45);
}

.text-violet-400\/5 {
  color: rgb(167 139 250 / 0.05);
}

.text-violet-400\/50 {
  color: rgb(167 139 250 / 0.5);
}

.text-violet-400\/55 {
  color: rgb(167 139 250 / 0.55);
}

.text-violet-400\/60 {
  color: rgb(167 139 250 / 0.6);
}

.text-violet-400\/65 {
  color: rgb(167 139 250 / 0.65);
}

.text-violet-400\/70 {
  color: rgb(167 139 250 / 0.7);
}

.text-violet-400\/75 {
  color: rgb(167 139 250 / 0.75);
}

.text-violet-400\/80 {
  color: rgb(167 139 250 / 0.8);
}

.text-violet-400\/85 {
  color: rgb(167 139 250 / 0.85);
}

.text-violet-400\/90 {
  color: rgb(167 139 250 / 0.9);
}

.text-violet-400\/95 {
  color: rgb(167 139 250 / 0.95);
}

.text-violet-50 {
  --tw-text-opacity: 1;
  color: rgb(245 243 255 / var(--tw-text-opacity, 1));
}

.text-violet-50\/0 {
  color: rgb(245 243 255 / 0);
}

.text-violet-50\/10 {
  color: rgb(245 243 255 / 0.1);
}

.text-violet-50\/100 {
  color: rgb(245 243 255 / 1);
}

.text-violet-50\/15 {
  color: rgb(245 243 255 / 0.15);
}

.text-violet-50\/20 {
  color: rgb(245 243 255 / 0.2);
}

.text-violet-50\/25 {
  color: rgb(245 243 255 / 0.25);
}

.text-violet-50\/30 {
  color: rgb(245 243 255 / 0.3);
}

.text-violet-50\/35 {
  color: rgb(245 243 255 / 0.35);
}

.text-violet-50\/40 {
  color: rgb(245 243 255 / 0.4);
}

.text-violet-50\/45 {
  color: rgb(245 243 255 / 0.45);
}

.text-violet-50\/5 {
  color: rgb(245 243 255 / 0.05);
}

.text-violet-50\/50 {
  color: rgb(245 243 255 / 0.5);
}

.text-violet-50\/55 {
  color: rgb(245 243 255 / 0.55);
}

.text-violet-50\/60 {
  color: rgb(245 243 255 / 0.6);
}

.text-violet-50\/65 {
  color: rgb(245 243 255 / 0.65);
}

.text-violet-50\/70 {
  color: rgb(245 243 255 / 0.7);
}

.text-violet-50\/75 {
  color: rgb(245 243 255 / 0.75);
}

.text-violet-50\/80 {
  color: rgb(245 243 255 / 0.8);
}

.text-violet-50\/85 {
  color: rgb(245 243 255 / 0.85);
}

.text-violet-50\/90 {
  color: rgb(245 243 255 / 0.9);
}

.text-violet-50\/95 {
  color: rgb(245 243 255 / 0.95);
}

.text-violet-500 {
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity, 1));
}

.text-violet-500\/0 {
  color: rgb(139 92 246 / 0);
}

.text-violet-500\/10 {
  color: rgb(139 92 246 / 0.1);
}

.text-violet-500\/100 {
  color: rgb(139 92 246 / 1);
}

.text-violet-500\/15 {
  color: rgb(139 92 246 / 0.15);
}

.text-violet-500\/20 {
  color: rgb(139 92 246 / 0.2);
}

.text-violet-500\/25 {
  color: rgb(139 92 246 / 0.25);
}

.text-violet-500\/30 {
  color: rgb(139 92 246 / 0.3);
}

.text-violet-500\/35 {
  color: rgb(139 92 246 / 0.35);
}

.text-violet-500\/40 {
  color: rgb(139 92 246 / 0.4);
}

.text-violet-500\/45 {
  color: rgb(139 92 246 / 0.45);
}

.text-violet-500\/5 {
  color: rgb(139 92 246 / 0.05);
}

.text-violet-500\/50 {
  color: rgb(139 92 246 / 0.5);
}

.text-violet-500\/55 {
  color: rgb(139 92 246 / 0.55);
}

.text-violet-500\/60 {
  color: rgb(139 92 246 / 0.6);
}

.text-violet-500\/65 {
  color: rgb(139 92 246 / 0.65);
}

.text-violet-500\/70 {
  color: rgb(139 92 246 / 0.7);
}

.text-violet-500\/75 {
  color: rgb(139 92 246 / 0.75);
}

.text-violet-500\/80 {
  color: rgb(139 92 246 / 0.8);
}

.text-violet-500\/85 {
  color: rgb(139 92 246 / 0.85);
}

.text-violet-500\/90 {
  color: rgb(139 92 246 / 0.9);
}

.text-violet-500\/95 {
  color: rgb(139 92 246 / 0.95);
}

.text-violet-600 {
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity, 1));
}

.text-violet-600\/0 {
  color: rgb(124 58 237 / 0);
}

.text-violet-600\/10 {
  color: rgb(124 58 237 / 0.1);
}

.text-violet-600\/100 {
  color: rgb(124 58 237 / 1);
}

.text-violet-600\/15 {
  color: rgb(124 58 237 / 0.15);
}

.text-violet-600\/20 {
  color: rgb(124 58 237 / 0.2);
}

.text-violet-600\/25 {
  color: rgb(124 58 237 / 0.25);
}

.text-violet-600\/30 {
  color: rgb(124 58 237 / 0.3);
}

.text-violet-600\/35 {
  color: rgb(124 58 237 / 0.35);
}

.text-violet-600\/40 {
  color: rgb(124 58 237 / 0.4);
}

.text-violet-600\/45 {
  color: rgb(124 58 237 / 0.45);
}

.text-violet-600\/5 {
  color: rgb(124 58 237 / 0.05);
}

.text-violet-600\/50 {
  color: rgb(124 58 237 / 0.5);
}

.text-violet-600\/55 {
  color: rgb(124 58 237 / 0.55);
}

.text-violet-600\/60 {
  color: rgb(124 58 237 / 0.6);
}

.text-violet-600\/65 {
  color: rgb(124 58 237 / 0.65);
}

.text-violet-600\/70 {
  color: rgb(124 58 237 / 0.7);
}

.text-violet-600\/75 {
  color: rgb(124 58 237 / 0.75);
}

.text-violet-600\/80 {
  color: rgb(124 58 237 / 0.8);
}

.text-violet-600\/85 {
  color: rgb(124 58 237 / 0.85);
}

.text-violet-600\/90 {
  color: rgb(124 58 237 / 0.9);
}

.text-violet-600\/95 {
  color: rgb(124 58 237 / 0.95);
}

.text-violet-700 {
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity, 1));
}

.text-violet-700\/0 {
  color: rgb(109 40 217 / 0);
}

.text-violet-700\/10 {
  color: rgb(109 40 217 / 0.1);
}

.text-violet-700\/100 {
  color: rgb(109 40 217 / 1);
}

.text-violet-700\/15 {
  color: rgb(109 40 217 / 0.15);
}

.text-violet-700\/20 {
  color: rgb(109 40 217 / 0.2);
}

.text-violet-700\/25 {
  color: rgb(109 40 217 / 0.25);
}

.text-violet-700\/30 {
  color: rgb(109 40 217 / 0.3);
}

.text-violet-700\/35 {
  color: rgb(109 40 217 / 0.35);
}

.text-violet-700\/40 {
  color: rgb(109 40 217 / 0.4);
}

.text-violet-700\/45 {
  color: rgb(109 40 217 / 0.45);
}

.text-violet-700\/5 {
  color: rgb(109 40 217 / 0.05);
}

.text-violet-700\/50 {
  color: rgb(109 40 217 / 0.5);
}

.text-violet-700\/55 {
  color: rgb(109 40 217 / 0.55);
}

.text-violet-700\/60 {
  color: rgb(109 40 217 / 0.6);
}

.text-violet-700\/65 {
  color: rgb(109 40 217 / 0.65);
}

.text-violet-700\/70 {
  color: rgb(109 40 217 / 0.7);
}

.text-violet-700\/75 {
  color: rgb(109 40 217 / 0.75);
}

.text-violet-700\/80 {
  color: rgb(109 40 217 / 0.8);
}

.text-violet-700\/85 {
  color: rgb(109 40 217 / 0.85);
}

.text-violet-700\/90 {
  color: rgb(109 40 217 / 0.9);
}

.text-violet-700\/95 {
  color: rgb(109 40 217 / 0.95);
}

.text-violet-800 {
  --tw-text-opacity: 1;
  color: rgb(91 33 182 / var(--tw-text-opacity, 1));
}

.text-violet-800\/0 {
  color: rgb(91 33 182 / 0);
}

.text-violet-800\/10 {
  color: rgb(91 33 182 / 0.1);
}

.text-violet-800\/100 {
  color: rgb(91 33 182 / 1);
}

.text-violet-800\/15 {
  color: rgb(91 33 182 / 0.15);
}

.text-violet-800\/20 {
  color: rgb(91 33 182 / 0.2);
}

.text-violet-800\/25 {
  color: rgb(91 33 182 / 0.25);
}

.text-violet-800\/30 {
  color: rgb(91 33 182 / 0.3);
}

.text-violet-800\/35 {
  color: rgb(91 33 182 / 0.35);
}

.text-violet-800\/40 {
  color: rgb(91 33 182 / 0.4);
}

.text-violet-800\/45 {
  color: rgb(91 33 182 / 0.45);
}

.text-violet-800\/5 {
  color: rgb(91 33 182 / 0.05);
}

.text-violet-800\/50 {
  color: rgb(91 33 182 / 0.5);
}

.text-violet-800\/55 {
  color: rgb(91 33 182 / 0.55);
}

.text-violet-800\/60 {
  color: rgb(91 33 182 / 0.6);
}

.text-violet-800\/65 {
  color: rgb(91 33 182 / 0.65);
}

.text-violet-800\/70 {
  color: rgb(91 33 182 / 0.7);
}

.text-violet-800\/75 {
  color: rgb(91 33 182 / 0.75);
}

.text-violet-800\/80 {
  color: rgb(91 33 182 / 0.8);
}

.text-violet-800\/85 {
  color: rgb(91 33 182 / 0.85);
}

.text-violet-800\/90 {
  color: rgb(91 33 182 / 0.9);
}

.text-violet-800\/95 {
  color: rgb(91 33 182 / 0.95);
}

.text-violet-900 {
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity, 1));
}

.text-violet-900\/0 {
  color: rgb(76 29 149 / 0);
}

.text-violet-900\/10 {
  color: rgb(76 29 149 / 0.1);
}

.text-violet-900\/100 {
  color: rgb(76 29 149 / 1);
}

.text-violet-900\/15 {
  color: rgb(76 29 149 / 0.15);
}

.text-violet-900\/20 {
  color: rgb(76 29 149 / 0.2);
}

.text-violet-900\/25 {
  color: rgb(76 29 149 / 0.25);
}

.text-violet-900\/30 {
  color: rgb(76 29 149 / 0.3);
}

.text-violet-900\/35 {
  color: rgb(76 29 149 / 0.35);
}

.text-violet-900\/40 {
  color: rgb(76 29 149 / 0.4);
}

.text-violet-900\/45 {
  color: rgb(76 29 149 / 0.45);
}

.text-violet-900\/5 {
  color: rgb(76 29 149 / 0.05);
}

.text-violet-900\/50 {
  color: rgb(76 29 149 / 0.5);
}

.text-violet-900\/55 {
  color: rgb(76 29 149 / 0.55);
}

.text-violet-900\/60 {
  color: rgb(76 29 149 / 0.6);
}

.text-violet-900\/65 {
  color: rgb(76 29 149 / 0.65);
}

.text-violet-900\/70 {
  color: rgb(76 29 149 / 0.7);
}

.text-violet-900\/75 {
  color: rgb(76 29 149 / 0.75);
}

.text-violet-900\/80 {
  color: rgb(76 29 149 / 0.8);
}

.text-violet-900\/85 {
  color: rgb(76 29 149 / 0.85);
}

.text-violet-900\/90 {
  color: rgb(76 29 149 / 0.9);
}

.text-violet-900\/95 {
  color: rgb(76 29 149 / 0.95);
}

.text-violet-950 {
  --tw-text-opacity: 1;
  color: rgb(46 16 101 / var(--tw-text-opacity, 1));
}

.text-violet-950\/0 {
  color: rgb(46 16 101 / 0);
}

.text-violet-950\/10 {
  color: rgb(46 16 101 / 0.1);
}

.text-violet-950\/100 {
  color: rgb(46 16 101 / 1);
}

.text-violet-950\/15 {
  color: rgb(46 16 101 / 0.15);
}

.text-violet-950\/20 {
  color: rgb(46 16 101 / 0.2);
}

.text-violet-950\/25 {
  color: rgb(46 16 101 / 0.25);
}

.text-violet-950\/30 {
  color: rgb(46 16 101 / 0.3);
}

.text-violet-950\/35 {
  color: rgb(46 16 101 / 0.35);
}

.text-violet-950\/40 {
  color: rgb(46 16 101 / 0.4);
}

.text-violet-950\/45 {
  color: rgb(46 16 101 / 0.45);
}

.text-violet-950\/5 {
  color: rgb(46 16 101 / 0.05);
}

.text-violet-950\/50 {
  color: rgb(46 16 101 / 0.5);
}

.text-violet-950\/55 {
  color: rgb(46 16 101 / 0.55);
}

.text-violet-950\/60 {
  color: rgb(46 16 101 / 0.6);
}

.text-violet-950\/65 {
  color: rgb(46 16 101 / 0.65);
}

.text-violet-950\/70 {
  color: rgb(46 16 101 / 0.7);
}

.text-violet-950\/75 {
  color: rgb(46 16 101 / 0.75);
}

.text-violet-950\/80 {
  color: rgb(46 16 101 / 0.8);
}

.text-violet-950\/85 {
  color: rgb(46 16 101 / 0.85);
}

.text-violet-950\/90 {
  color: rgb(46 16 101 / 0.9);
}

.text-violet-950\/95 {
  color: rgb(46 16 101 / 0.95);
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}

.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}

.text-yellow-100 {
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity, 1));
}

.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(254 240 138 / var(--tw-text-opacity, 1));
}

.text-yellow-200\/0 {
  color: rgb(254 240 138 / 0);
}

.text-yellow-200\/10 {
  color: rgb(254 240 138 / 0.1);
}

.text-yellow-200\/100 {
  color: rgb(254 240 138 / 1);
}

.text-yellow-200\/15 {
  color: rgb(254 240 138 / 0.15);
}

.text-yellow-200\/20 {
  color: rgb(254 240 138 / 0.2);
}

.text-yellow-200\/25 {
  color: rgb(254 240 138 / 0.25);
}

.text-yellow-200\/30 {
  color: rgb(254 240 138 / 0.3);
}

.text-yellow-200\/35 {
  color: rgb(254 240 138 / 0.35);
}

.text-yellow-200\/40 {
  color: rgb(254 240 138 / 0.4);
}

.text-yellow-200\/45 {
  color: rgb(254 240 138 / 0.45);
}

.text-yellow-200\/5 {
  color: rgb(254 240 138 / 0.05);
}

.text-yellow-200\/50 {
  color: rgb(254 240 138 / 0.5);
}

.text-yellow-200\/55 {
  color: rgb(254 240 138 / 0.55);
}

.text-yellow-200\/60 {
  color: rgb(254 240 138 / 0.6);
}

.text-yellow-200\/65 {
  color: rgb(254 240 138 / 0.65);
}

.text-yellow-200\/70 {
  color: rgb(254 240 138 / 0.7);
}

.text-yellow-200\/75 {
  color: rgb(254 240 138 / 0.75);
}

.text-yellow-200\/80 {
  color: rgb(254 240 138 / 0.8);
}

.text-yellow-200\/85 {
  color: rgb(254 240 138 / 0.85);
}

.text-yellow-200\/90 {
  color: rgb(254 240 138 / 0.9);
}

.text-yellow-200\/95 {
  color: rgb(254 240 138 / 0.95);
}

.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity, 1));
}

.text-yellow-300\/0 {
  color: rgb(253 224 71 / 0);
}

.text-yellow-300\/10 {
  color: rgb(253 224 71 / 0.1);
}

.text-yellow-300\/100 {
  color: rgb(253 224 71 / 1);
}

.text-yellow-300\/15 {
  color: rgb(253 224 71 / 0.15);
}

.text-yellow-300\/20 {
  color: rgb(253 224 71 / 0.2);
}

.text-yellow-300\/25 {
  color: rgb(253 224 71 / 0.25);
}

.text-yellow-300\/30 {
  color: rgb(253 224 71 / 0.3);
}

.text-yellow-300\/35 {
  color: rgb(253 224 71 / 0.35);
}

.text-yellow-300\/40 {
  color: rgb(253 224 71 / 0.4);
}

.text-yellow-300\/45 {
  color: rgb(253 224 71 / 0.45);
}

.text-yellow-300\/5 {
  color: rgb(253 224 71 / 0.05);
}

.text-yellow-300\/50 {
  color: rgb(253 224 71 / 0.5);
}

.text-yellow-300\/55 {
  color: rgb(253 224 71 / 0.55);
}

.text-yellow-300\/60 {
  color: rgb(253 224 71 / 0.6);
}

.text-yellow-300\/65 {
  color: rgb(253 224 71 / 0.65);
}

.text-yellow-300\/70 {
  color: rgb(253 224 71 / 0.7);
}

.text-yellow-300\/75 {
  color: rgb(253 224 71 / 0.75);
}

.text-yellow-300\/80 {
  color: rgb(253 224 71 / 0.8);
}

.text-yellow-300\/85 {
  color: rgb(253 224 71 / 0.85);
}

.text-yellow-300\/90 {
  color: rgb(253 224 71 / 0.9);
}

.text-yellow-300\/95 {
  color: rgb(253 224 71 / 0.95);
}

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.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, 1));
}

.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(234 179 8 / var(--tw-text-opacity, 1));
}

.text-yellow-500\/0 {
  color: rgb(234 179 8 / 0);
}

.text-yellow-500\/10 {
  color: rgb(234 179 8 / 0.1);
}

.text-yellow-500\/100 {
  color: rgb(234 179 8 / 1);
}

.text-yellow-500\/15 {
  color: rgb(234 179 8 / 0.15);
}

.text-yellow-500\/20 {
  color: rgb(234 179 8 / 0.2);
}

.text-yellow-500\/25 {
  color: rgb(234 179 8 / 0.25);
}

.text-yellow-500\/30 {
  color: rgb(234 179 8 / 0.3);
}

.text-yellow-500\/35 {
  color: rgb(234 179 8 / 0.35);
}

.text-yellow-500\/40 {
  color: rgb(234 179 8 / 0.4);
}

.text-yellow-500\/45 {
  color: rgb(234 179 8 / 0.45);
}

.text-yellow-500\/5 {
  color: rgb(234 179 8 / 0.05);
}

.text-yellow-500\/50 {
  color: rgb(234 179 8 / 0.5);
}

.text-yellow-500\/55 {
  color: rgb(234 179 8 / 0.55);
}

.text-yellow-500\/60 {
  color: rgb(234 179 8 / 0.6);
}

.text-yellow-500\/65 {
  color: rgb(234 179 8 / 0.65);
}

.text-yellow-500\/70 {
  color: rgb(234 179 8 / 0.7);
}

.text-yellow-500\/75 {
  color: rgb(234 179 8 / 0.75);
}

.text-yellow-500\/80 {
  color: rgb(234 179 8 / 0.8);
}

.text-yellow-500\/85 {
  color: rgb(234 179 8 / 0.85);
}

.text-yellow-500\/90 {
  color: rgb(234 179 8 / 0.9);
}

.text-yellow-500\/95 {
  color: rgb(234 179 8 / 0.95);
}

.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}

.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, 1));
}

.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, 1));
}

.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, 1));
}

.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);
}

.text-yellow-950 {
  --tw-text-opacity: 1;
  color: rgb(66 32 6 / var(--tw-text-opacity, 1));
}

.text-yellow-950\/0 {
  color: rgb(66 32 6 / 0);
}

.text-yellow-950\/10 {
  color: rgb(66 32 6 / 0.1);
}

.text-yellow-950\/100 {
  color: rgb(66 32 6 / 1);
}

.text-yellow-950\/15 {
  color: rgb(66 32 6 / 0.15);
}

.text-yellow-950\/20 {
  color: rgb(66 32 6 / 0.2);
}

.text-yellow-950\/25 {
  color: rgb(66 32 6 / 0.25);
}

.text-yellow-950\/30 {
  color: rgb(66 32 6 / 0.3);
}

.text-yellow-950\/35 {
  color: rgb(66 32 6 / 0.35);
}

.text-yellow-950\/40 {
  color: rgb(66 32 6 / 0.4);
}

.text-yellow-950\/45 {
  color: rgb(66 32 6 / 0.45);
}

.text-yellow-950\/5 {
  color: rgb(66 32 6 / 0.05);
}

.text-yellow-950\/50 {
  color: rgb(66 32 6 / 0.5);
}

.text-yellow-950\/55 {
  color: rgb(66 32 6 / 0.55);
}

.text-yellow-950\/60 {
  color: rgb(66 32 6 / 0.6);
}

.text-yellow-950\/65 {
  color: rgb(66 32 6 / 0.65);
}

.text-yellow-950\/70 {
  color: rgb(66 32 6 / 0.7);
}

.text-yellow-950\/75 {
  color: rgb(66 32 6 / 0.75);
}

.text-yellow-950\/80 {
  color: rgb(66 32 6 / 0.8);
}

.text-yellow-950\/85 {
  color: rgb(66 32 6 / 0.85);
}

.text-yellow-950\/90 {
  color: rgb(66 32 6 / 0.9);
}

.text-yellow-950\/95 {
  color: rgb(66 32 6 / 0.95);
}

.text-zinc-100 {
  --tw-text-opacity: 1;
  color: rgb(244 244 245 / var(--tw-text-opacity, 1));
}

.text-zinc-100\/0 {
  color: rgb(244 244 245 / 0);
}

.text-zinc-100\/10 {
  color: rgb(244 244 245 / 0.1);
}

.text-zinc-100\/100 {
  color: rgb(244 244 245 / 1);
}

.text-zinc-100\/15 {
  color: rgb(244 244 245 / 0.15);
}

.text-zinc-100\/20 {
  color: rgb(244 244 245 / 0.2);
}

.text-zinc-100\/25 {
  color: rgb(244 244 245 / 0.25);
}

.text-zinc-100\/30 {
  color: rgb(244 244 245 / 0.3);
}

.text-zinc-100\/35 {
  color: rgb(244 244 245 / 0.35);
}

.text-zinc-100\/40 {
  color: rgb(244 244 245 / 0.4);
}

.text-zinc-100\/45 {
  color: rgb(244 244 245 / 0.45);
}

.text-zinc-100\/5 {
  color: rgb(244 244 245 / 0.05);
}

.text-zinc-100\/50 {
  color: rgb(244 244 245 / 0.5);
}

.text-zinc-100\/55 {
  color: rgb(244 244 245 / 0.55);
}

.text-zinc-100\/60 {
  color: rgb(244 244 245 / 0.6);
}

.text-zinc-100\/65 {
  color: rgb(244 244 245 / 0.65);
}

.text-zinc-100\/70 {
  color: rgb(244 244 245 / 0.7);
}

.text-zinc-100\/75 {
  color: rgb(244 244 245 / 0.75);
}

.text-zinc-100\/80 {
  color: rgb(244 244 245 / 0.8);
}

.text-zinc-100\/85 {
  color: rgb(244 244 245 / 0.85);
}

.text-zinc-100\/90 {
  color: rgb(244 244 245 / 0.9);
}

.text-zinc-100\/95 {
  color: rgb(244 244 245 / 0.95);
}

.text-zinc-200 {
  --tw-text-opacity: 1;
  color: rgb(228 228 231 / var(--tw-text-opacity, 1));
}

.text-zinc-200\/0 {
  color: rgb(228 228 231 / 0);
}

.text-zinc-200\/10 {
  color: rgb(228 228 231 / 0.1);
}

.text-zinc-200\/100 {
  color: rgb(228 228 231 / 1);
}

.text-zinc-200\/15 {
  color: rgb(228 228 231 / 0.15);
}

.text-zinc-200\/20 {
  color: rgb(228 228 231 / 0.2);
}

.text-zinc-200\/25 {
  color: rgb(228 228 231 / 0.25);
}

.text-zinc-200\/30 {
  color: rgb(228 228 231 / 0.3);
}

.text-zinc-200\/35 {
  color: rgb(228 228 231 / 0.35);
}

.text-zinc-200\/40 {
  color: rgb(228 228 231 / 0.4);
}

.text-zinc-200\/45 {
  color: rgb(228 228 231 / 0.45);
}

.text-zinc-200\/5 {
  color: rgb(228 228 231 / 0.05);
}

.text-zinc-200\/50 {
  color: rgb(228 228 231 / 0.5);
}

.text-zinc-200\/55 {
  color: rgb(228 228 231 / 0.55);
}

.text-zinc-200\/60 {
  color: rgb(228 228 231 / 0.6);
}

.text-zinc-200\/65 {
  color: rgb(228 228 231 / 0.65);
}

.text-zinc-200\/70 {
  color: rgb(228 228 231 / 0.7);
}

.text-zinc-200\/75 {
  color: rgb(228 228 231 / 0.75);
}

.text-zinc-200\/80 {
  color: rgb(228 228 231 / 0.8);
}

.text-zinc-200\/85 {
  color: rgb(228 228 231 / 0.85);
}

.text-zinc-200\/90 {
  color: rgb(228 228 231 / 0.9);
}

.text-zinc-200\/95 {
  color: rgb(228 228 231 / 0.95);
}

.text-zinc-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity, 1));
}

.text-zinc-300\/0 {
  color: rgb(212 212 216 / 0);
}

.text-zinc-300\/10 {
  color: rgb(212 212 216 / 0.1);
}

.text-zinc-300\/100 {
  color: rgb(212 212 216 / 1);
}

.text-zinc-300\/15 {
  color: rgb(212 212 216 / 0.15);
}

.text-zinc-300\/20 {
  color: rgb(212 212 216 / 0.2);
}

.text-zinc-300\/25 {
  color: rgb(212 212 216 / 0.25);
}

.text-zinc-300\/30 {
  color: rgb(212 212 216 / 0.3);
}

.text-zinc-300\/35 {
  color: rgb(212 212 216 / 0.35);
}

.text-zinc-300\/40 {
  color: rgb(212 212 216 / 0.4);
}

.text-zinc-300\/45 {
  color: rgb(212 212 216 / 0.45);
}

.text-zinc-300\/5 {
  color: rgb(212 212 216 / 0.05);
}

.text-zinc-300\/50 {
  color: rgb(212 212 216 / 0.5);
}

.text-zinc-300\/55 {
  color: rgb(212 212 216 / 0.55);
}

.text-zinc-300\/60 {
  color: rgb(212 212 216 / 0.6);
}

.text-zinc-300\/65 {
  color: rgb(212 212 216 / 0.65);
}

.text-zinc-300\/70 {
  color: rgb(212 212 216 / 0.7);
}

.text-zinc-300\/75 {
  color: rgb(212 212 216 / 0.75);
}

.text-zinc-300\/80 {
  color: rgb(212 212 216 / 0.8);
}

.text-zinc-300\/85 {
  color: rgb(212 212 216 / 0.85);
}

.text-zinc-300\/90 {
  color: rgb(212 212 216 / 0.9);
}

.text-zinc-300\/95 {
  color: rgb(212 212 216 / 0.95);
}

.text-zinc-400 {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}

.text-zinc-400\/0 {
  color: rgb(161 161 170 / 0);
}

.text-zinc-400\/10 {
  color: rgb(161 161 170 / 0.1);
}

.text-zinc-400\/100 {
  color: rgb(161 161 170 / 1);
}

.text-zinc-400\/15 {
  color: rgb(161 161 170 / 0.15);
}

.text-zinc-400\/20 {
  color: rgb(161 161 170 / 0.2);
}

.text-zinc-400\/25 {
  color: rgb(161 161 170 / 0.25);
}

.text-zinc-400\/30 {
  color: rgb(161 161 170 / 0.3);
}

.text-zinc-400\/35 {
  color: rgb(161 161 170 / 0.35);
}

.text-zinc-400\/40 {
  color: rgb(161 161 170 / 0.4);
}

.text-zinc-400\/45 {
  color: rgb(161 161 170 / 0.45);
}

.text-zinc-400\/5 {
  color: rgb(161 161 170 / 0.05);
}

.text-zinc-400\/50 {
  color: rgb(161 161 170 / 0.5);
}

.text-zinc-400\/55 {
  color: rgb(161 161 170 / 0.55);
}

.text-zinc-400\/60 {
  color: rgb(161 161 170 / 0.6);
}

.text-zinc-400\/65 {
  color: rgb(161 161 170 / 0.65);
}

.text-zinc-400\/70 {
  color: rgb(161 161 170 / 0.7);
}

.text-zinc-400\/75 {
  color: rgb(161 161 170 / 0.75);
}

.text-zinc-400\/80 {
  color: rgb(161 161 170 / 0.8);
}

.text-zinc-400\/85 {
  color: rgb(161 161 170 / 0.85);
}

.text-zinc-400\/90 {
  color: rgb(161 161 170 / 0.9);
}

.text-zinc-400\/95 {
  color: rgb(161 161 170 / 0.95);
}

.text-zinc-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}

.text-zinc-50\/0 {
  color: rgb(250 250 250 / 0);
}

.text-zinc-50\/10 {
  color: rgb(250 250 250 / 0.1);
}

.text-zinc-50\/100 {
  color: rgb(250 250 250 / 1);
}

.text-zinc-50\/15 {
  color: rgb(250 250 250 / 0.15);
}

.text-zinc-50\/20 {
  color: rgb(250 250 250 / 0.2);
}

.text-zinc-50\/25 {
  color: rgb(250 250 250 / 0.25);
}

.text-zinc-50\/30 {
  color: rgb(250 250 250 / 0.3);
}

.text-zinc-50\/35 {
  color: rgb(250 250 250 / 0.35);
}

.text-zinc-50\/40 {
  color: rgb(250 250 250 / 0.4);
}

.text-zinc-50\/45 {
  color: rgb(250 250 250 / 0.45);
}

.text-zinc-50\/5 {
  color: rgb(250 250 250 / 0.05);
}

.text-zinc-50\/50 {
  color: rgb(250 250 250 / 0.5);
}

.text-zinc-50\/55 {
  color: rgb(250 250 250 / 0.55);
}

.text-zinc-50\/60 {
  color: rgb(250 250 250 / 0.6);
}

.text-zinc-50\/65 {
  color: rgb(250 250 250 / 0.65);
}

.text-zinc-50\/70 {
  color: rgb(250 250 250 / 0.7);
}

.text-zinc-50\/75 {
  color: rgb(250 250 250 / 0.75);
}

.text-zinc-50\/80 {
  color: rgb(250 250 250 / 0.8);
}

.text-zinc-50\/85 {
  color: rgb(250 250 250 / 0.85);
}

.text-zinc-50\/90 {
  color: rgb(250 250 250 / 0.9);
}

.text-zinc-50\/95 {
  color: rgb(250 250 250 / 0.95);
}

.text-zinc-500 {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}

.text-zinc-500\/0 {
  color: rgb(113 113 122 / 0);
}

.text-zinc-500\/10 {
  color: rgb(113 113 122 / 0.1);
}

.text-zinc-500\/100 {
  color: rgb(113 113 122 / 1);
}

.text-zinc-500\/15 {
  color: rgb(113 113 122 / 0.15);
}

.text-zinc-500\/20 {
  color: rgb(113 113 122 / 0.2);
}

.text-zinc-500\/25 {
  color: rgb(113 113 122 / 0.25);
}

.text-zinc-500\/30 {
  color: rgb(113 113 122 / 0.3);
}

.text-zinc-500\/35 {
  color: rgb(113 113 122 / 0.35);
}

.text-zinc-500\/40 {
  color: rgb(113 113 122 / 0.4);
}

.text-zinc-500\/45 {
  color: rgb(113 113 122 / 0.45);
}

.text-zinc-500\/5 {
  color: rgb(113 113 122 / 0.05);
}

.text-zinc-500\/50 {
  color: rgb(113 113 122 / 0.5);
}

.text-zinc-500\/55 {
  color: rgb(113 113 122 / 0.55);
}

.text-zinc-500\/60 {
  color: rgb(113 113 122 / 0.6);
}

.text-zinc-500\/65 {
  color: rgb(113 113 122 / 0.65);
}

.text-zinc-500\/70 {
  color: rgb(113 113 122 / 0.7);
}

.text-zinc-500\/75 {
  color: rgb(113 113 122 / 0.75);
}

.text-zinc-500\/80 {
  color: rgb(113 113 122 / 0.8);
}

.text-zinc-500\/85 {
  color: rgb(113 113 122 / 0.85);
}

.text-zinc-500\/90 {
  color: rgb(113 113 122 / 0.9);
}

.text-zinc-500\/95 {
  color: rgb(113 113 122 / 0.95);
}

.text-zinc-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity, 1));
}

.text-zinc-600\/0 {
  color: rgb(82 82 91 / 0);
}

.text-zinc-600\/10 {
  color: rgb(82 82 91 / 0.1);
}

.text-zinc-600\/100 {
  color: rgb(82 82 91 / 1);
}

.text-zinc-600\/15 {
  color: rgb(82 82 91 / 0.15);
}

.text-zinc-600\/20 {
  color: rgb(82 82 91 / 0.2);
}

.text-zinc-600\/25 {
  color: rgb(82 82 91 / 0.25);
}

.text-zinc-600\/30 {
  color: rgb(82 82 91 / 0.3);
}

.text-zinc-600\/35 {
  color: rgb(82 82 91 / 0.35);
}

.text-zinc-600\/40 {
  color: rgb(82 82 91 / 0.4);
}

.text-zinc-600\/45 {
  color: rgb(82 82 91 / 0.45);
}

.text-zinc-600\/5 {
  color: rgb(82 82 91 / 0.05);
}

.text-zinc-600\/50 {
  color: rgb(82 82 91 / 0.5);
}

.text-zinc-600\/55 {
  color: rgb(82 82 91 / 0.55);
}

.text-zinc-600\/60 {
  color: rgb(82 82 91 / 0.6);
}

.text-zinc-600\/65 {
  color: rgb(82 82 91 / 0.65);
}

.text-zinc-600\/70 {
  color: rgb(82 82 91 / 0.7);
}

.text-zinc-600\/75 {
  color: rgb(82 82 91 / 0.75);
}

.text-zinc-600\/80 {
  color: rgb(82 82 91 / 0.8);
}

.text-zinc-600\/85 {
  color: rgb(82 82 91 / 0.85);
}

.text-zinc-600\/90 {
  color: rgb(82 82 91 / 0.9);
}

.text-zinc-600\/95 {
  color: rgb(82 82 91 / 0.95);
}

.text-zinc-700 {
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity, 1));
}

.text-zinc-700\/0 {
  color: rgb(63 63 70 / 0);
}

.text-zinc-700\/10 {
  color: rgb(63 63 70 / 0.1);
}

.text-zinc-700\/100 {
  color: rgb(63 63 70 / 1);
}

.text-zinc-700\/15 {
  color: rgb(63 63 70 / 0.15);
}

.text-zinc-700\/20 {
  color: rgb(63 63 70 / 0.2);
}

.text-zinc-700\/25 {
  color: rgb(63 63 70 / 0.25);
}

.text-zinc-700\/30 {
  color: rgb(63 63 70 / 0.3);
}

.text-zinc-700\/35 {
  color: rgb(63 63 70 / 0.35);
}

.text-zinc-700\/40 {
  color: rgb(63 63 70 / 0.4);
}

.text-zinc-700\/45 {
  color: rgb(63 63 70 / 0.45);
}

.text-zinc-700\/5 {
  color: rgb(63 63 70 / 0.05);
}

.text-zinc-700\/50 {
  color: rgb(63 63 70 / 0.5);
}

.text-zinc-700\/55 {
  color: rgb(63 63 70 / 0.55);
}

.text-zinc-700\/60 {
  color: rgb(63 63 70 / 0.6);
}

.text-zinc-700\/65 {
  color: rgb(63 63 70 / 0.65);
}

.text-zinc-700\/70 {
  color: rgb(63 63 70 / 0.7);
}

.text-zinc-700\/75 {
  color: rgb(63 63 70 / 0.75);
}

.text-zinc-700\/80 {
  color: rgb(63 63 70 / 0.8);
}

.text-zinc-700\/85 {
  color: rgb(63 63 70 / 0.85);
}

.text-zinc-700\/90 {
  color: rgb(63 63 70 / 0.9);
}

.text-zinc-700\/95 {
  color: rgb(63 63 70 / 0.95);
}

.text-zinc-800 {
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity, 1));
}

.text-zinc-800\/0 {
  color: rgb(39 39 42 / 0);
}

.text-zinc-800\/10 {
  color: rgb(39 39 42 / 0.1);
}

.text-zinc-800\/100 {
  color: rgb(39 39 42 / 1);
}

.text-zinc-800\/15 {
  color: rgb(39 39 42 / 0.15);
}

.text-zinc-800\/20 {
  color: rgb(39 39 42 / 0.2);
}

.text-zinc-800\/25 {
  color: rgb(39 39 42 / 0.25);
}

.text-zinc-800\/30 {
  color: rgb(39 39 42 / 0.3);
}

.text-zinc-800\/35 {
  color: rgb(39 39 42 / 0.35);
}

.text-zinc-800\/40 {
  color: rgb(39 39 42 / 0.4);
}

.text-zinc-800\/45 {
  color: rgb(39 39 42 / 0.45);
}

.text-zinc-800\/5 {
  color: rgb(39 39 42 / 0.05);
}

.text-zinc-800\/50 {
  color: rgb(39 39 42 / 0.5);
}

.text-zinc-800\/55 {
  color: rgb(39 39 42 / 0.55);
}

.text-zinc-800\/60 {
  color: rgb(39 39 42 / 0.6);
}

.text-zinc-800\/65 {
  color: rgb(39 39 42 / 0.65);
}

.text-zinc-800\/70 {
  color: rgb(39 39 42 / 0.7);
}

.text-zinc-800\/75 {
  color: rgb(39 39 42 / 0.75);
}

.text-zinc-800\/80 {
  color: rgb(39 39 42 / 0.8);
}

.text-zinc-800\/85 {
  color: rgb(39 39 42 / 0.85);
}

.text-zinc-800\/90 {
  color: rgb(39 39 42 / 0.9);
}

.text-zinc-800\/95 {
  color: rgb(39 39 42 / 0.95);
}

.text-zinc-900 {
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity, 1));
}

.text-zinc-900\/0 {
  color: rgb(24 24 27 / 0);
}

.text-zinc-900\/10 {
  color: rgb(24 24 27 / 0.1);
}

.text-zinc-900\/100 {
  color: rgb(24 24 27 / 1);
}

.text-zinc-900\/15 {
  color: rgb(24 24 27 / 0.15);
}

.text-zinc-900\/20 {
  color: rgb(24 24 27 / 0.2);
}

.text-zinc-900\/25 {
  color: rgb(24 24 27 / 0.25);
}

.text-zinc-900\/30 {
  color: rgb(24 24 27 / 0.3);
}

.text-zinc-900\/35 {
  color: rgb(24 24 27 / 0.35);
}

.text-zinc-900\/40 {
  color: rgb(24 24 27 / 0.4);
}

.text-zinc-900\/45 {
  color: rgb(24 24 27 / 0.45);
}

.text-zinc-900\/5 {
  color: rgb(24 24 27 / 0.05);
}

.text-zinc-900\/50 {
  color: rgb(24 24 27 / 0.5);
}

.text-zinc-900\/55 {
  color: rgb(24 24 27 / 0.55);
}

.text-zinc-900\/60 {
  color: rgb(24 24 27 / 0.6);
}

.text-zinc-900\/65 {
  color: rgb(24 24 27 / 0.65);
}

.text-zinc-900\/70 {
  color: rgb(24 24 27 / 0.7);
}

.text-zinc-900\/75 {
  color: rgb(24 24 27 / 0.75);
}

.text-zinc-900\/80 {
  color: rgb(24 24 27 / 0.8);
}

.text-zinc-900\/85 {
  color: rgb(24 24 27 / 0.85);
}

.text-zinc-900\/90 {
  color: rgb(24 24 27 / 0.9);
}

.text-zinc-900\/95 {
  color: rgb(24 24 27 / 0.95);
}

.text-zinc-950 {
  --tw-text-opacity: 1;
  color: rgb(9 9 11 / var(--tw-text-opacity, 1));
}

.text-zinc-950\/0 {
  color: rgb(9 9 11 / 0);
}

.text-zinc-950\/10 {
  color: rgb(9 9 11 / 0.1);
}

.text-zinc-950\/100 {
  color: rgb(9 9 11 / 1);
}

.text-zinc-950\/15 {
  color: rgb(9 9 11 / 0.15);
}

.text-zinc-950\/20 {
  color: rgb(9 9 11 / 0.2);
}

.text-zinc-950\/25 {
  color: rgb(9 9 11 / 0.25);
}

.text-zinc-950\/30 {
  color: rgb(9 9 11 / 0.3);
}

.text-zinc-950\/35 {
  color: rgb(9 9 11 / 0.35);
}

.text-zinc-950\/40 {
  color: rgb(9 9 11 / 0.4);
}

.text-zinc-950\/45 {
  color: rgb(9 9 11 / 0.45);
}

.text-zinc-950\/5 {
  color: rgb(9 9 11 / 0.05);
}

.text-zinc-950\/50 {
  color: rgb(9 9 11 / 0.5);
}

.text-zinc-950\/55 {
  color: rgb(9 9 11 / 0.55);
}

.text-zinc-950\/60 {
  color: rgb(9 9 11 / 0.6);
}

.text-zinc-950\/65 {
  color: rgb(9 9 11 / 0.65);
}

.text-zinc-950\/70 {
  color: rgb(9 9 11 / 0.7);
}

.text-zinc-950\/75 {
  color: rgb(9 9 11 / 0.75);
}

.text-zinc-950\/80 {
  color: rgb(9 9 11 / 0.8);
}

.text-zinc-950\/85 {
  color: rgb(9 9 11 / 0.85);
}

.text-zinc-950\/90 {
  color: rgb(9 9 11 / 0.9);
}

.text-zinc-950\/95 {
  color: rgb(9 9 11 / 0.95);
}

.underline {
  text-decoration-line: underline;
}

.no-underline {
  text-decoration-line: none;
}

.underline-offset-2 {
  text-underline-offset: 2px;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-100 {
  opacity: 1;
}

.opacity-5 {
  opacity: 0.05;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-95 {
  opacity: 0.95;
}

.opacity-\[0\.07\] {
  opacity: 0.07;
}

.shadow-\[0_25px_50px_-12px_rgba\(28\2c 29\2c 31\2c 0\.18\)\] {
  --tw-shadow: 0 25px 50px -12px rgba(28,29,31,0.18);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-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);
}

.shadow-primary {
  --tw-shadow-color: rgb(var(--color-primary-rgb) / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-dark {
  --tw-shadow-color: rgb(var(--color-primary-dark-rgb) / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-dark\/0 {
  --tw-shadow-color: rgb(var(--color-primary-dark-rgb) / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-dark\/10 {
  --tw-shadow-color: rgb(var(--color-primary-dark-rgb) / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-dark\/100 {
  --tw-shadow-color: rgb(var(--color-primary-dark-rgb) / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-dark\/15 {
  --tw-shadow-color: rgb(var(--color-primary-dark-rgb) / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-dark\/20 {
  --tw-shadow-color: rgb(var(--color-primary-dark-rgb) / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-dark\/25 {
  --tw-shadow-color: rgb(var(--color-primary-dark-rgb) / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-dark\/30 {
  --tw-shadow-color: rgb(var(--color-primary-dark-rgb) / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-dark\/35 {
  --tw-shadow-color: rgb(var(--color-primary-dark-rgb) / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-dark\/40 {
  --tw-shadow-color: rgb(var(--color-primary-dark-rgb) / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-dark\/45 {
  --tw-shadow-color: rgb(var(--color-primary-dark-rgb) / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-dark\/5 {
  --tw-shadow-color: rgb(var(--color-primary-dark-rgb) / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-dark\/50 {
  --tw-shadow-color: rgb(var(--color-primary-dark-rgb) / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-dark\/55 {
  --tw-shadow-color: rgb(var(--color-primary-dark-rgb) / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-dark\/60 {
  --tw-shadow-color: rgb(var(--color-primary-dark-rgb) / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-dark\/65 {
  --tw-shadow-color: rgb(var(--color-primary-dark-rgb) / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-dark\/70 {
  --tw-shadow-color: rgb(var(--color-primary-dark-rgb) / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-dark\/75 {
  --tw-shadow-color: rgb(var(--color-primary-dark-rgb) / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-dark\/80 {
  --tw-shadow-color: rgb(var(--color-primary-dark-rgb) / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-dark\/85 {
  --tw-shadow-color: rgb(var(--color-primary-dark-rgb) / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-dark\/90 {
  --tw-shadow-color: rgb(var(--color-primary-dark-rgb) / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-dark\/95 {
  --tw-shadow-color: rgb(var(--color-primary-dark-rgb) / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-darker {
  --tw-shadow-color: rgb(var(--color-primary-darker-rgb) / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-darker\/0 {
  --tw-shadow-color: rgb(var(--color-primary-darker-rgb) / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-darker\/10 {
  --tw-shadow-color: rgb(var(--color-primary-darker-rgb) / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-darker\/100 {
  --tw-shadow-color: rgb(var(--color-primary-darker-rgb) / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-darker\/15 {
  --tw-shadow-color: rgb(var(--color-primary-darker-rgb) / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-darker\/20 {
  --tw-shadow-color: rgb(var(--color-primary-darker-rgb) / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-darker\/25 {
  --tw-shadow-color: rgb(var(--color-primary-darker-rgb) / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-darker\/30 {
  --tw-shadow-color: rgb(var(--color-primary-darker-rgb) / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-darker\/35 {
  --tw-shadow-color: rgb(var(--color-primary-darker-rgb) / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-darker\/40 {
  --tw-shadow-color: rgb(var(--color-primary-darker-rgb) / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-darker\/45 {
  --tw-shadow-color: rgb(var(--color-primary-darker-rgb) / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-darker\/5 {
  --tw-shadow-color: rgb(var(--color-primary-darker-rgb) / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-darker\/50 {
  --tw-shadow-color: rgb(var(--color-primary-darker-rgb) / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-darker\/55 {
  --tw-shadow-color: rgb(var(--color-primary-darker-rgb) / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-darker\/60 {
  --tw-shadow-color: rgb(var(--color-primary-darker-rgb) / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-darker\/65 {
  --tw-shadow-color: rgb(var(--color-primary-darker-rgb) / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-darker\/70 {
  --tw-shadow-color: rgb(var(--color-primary-darker-rgb) / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-darker\/75 {
  --tw-shadow-color: rgb(var(--color-primary-darker-rgb) / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-darker\/80 {
  --tw-shadow-color: rgb(var(--color-primary-darker-rgb) / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-darker\/85 {
  --tw-shadow-color: rgb(var(--color-primary-darker-rgb) / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-darker\/90 {
  --tw-shadow-color: rgb(var(--color-primary-darker-rgb) / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-darker\/95 {
  --tw-shadow-color: rgb(var(--color-primary-darker-rgb) / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary\/0 {
  --tw-shadow-color: rgb(var(--color-primary-rgb) / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary\/10 {
  --tw-shadow-color: rgb(var(--color-primary-rgb) / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary\/100 {
  --tw-shadow-color: rgb(var(--color-primary-rgb) / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary\/15 {
  --tw-shadow-color: rgb(var(--color-primary-rgb) / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary\/20 {
  --tw-shadow-color: rgb(var(--color-primary-rgb) / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary\/25 {
  --tw-shadow-color: rgb(var(--color-primary-rgb) / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary\/30 {
  --tw-shadow-color: rgb(var(--color-primary-rgb) / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary\/35 {
  --tw-shadow-color: rgb(var(--color-primary-rgb) / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary\/40 {
  --tw-shadow-color: rgb(var(--color-primary-rgb) / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary\/45 {
  --tw-shadow-color: rgb(var(--color-primary-rgb) / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary\/5 {
  --tw-shadow-color: rgb(var(--color-primary-rgb) / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary\/50 {
  --tw-shadow-color: rgb(var(--color-primary-rgb) / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary\/55 {
  --tw-shadow-color: rgb(var(--color-primary-rgb) / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary\/60 {
  --tw-shadow-color: rgb(var(--color-primary-rgb) / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary\/65 {
  --tw-shadow-color: rgb(var(--color-primary-rgb) / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary\/70 {
  --tw-shadow-color: rgb(var(--color-primary-rgb) / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary\/75 {
  --tw-shadow-color: rgb(var(--color-primary-rgb) / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary\/80 {
  --tw-shadow-color: rgb(var(--color-primary-rgb) / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary\/85 {
  --tw-shadow-color: rgb(var(--color-primary-rgb) / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary\/90 {
  --tw-shadow-color: rgb(var(--color-primary-rgb) / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary\/95 {
  --tw-shadow-color: rgb(var(--color-primary-rgb) / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.outline {
  outline-style: solid;
}

.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\/5 {
  --tw-ring-color: rgb(0 0 0 / 0.05);
}

.ring-button {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-button-rgb) / var(--tw-ring-opacity, 1));
}

.ring-button-dark {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-button-dark-rgb) / var(--tw-ring-opacity, 1));
}

.ring-button-dark\/0 {
  --tw-ring-color: rgb(var(--color-button-dark-rgb) / 0);
}

.ring-button-dark\/10 {
  --tw-ring-color: rgb(var(--color-button-dark-rgb) / 0.1);
}

.ring-button-dark\/100 {
  --tw-ring-color: rgb(var(--color-button-dark-rgb) / 1);
}

.ring-button-dark\/15 {
  --tw-ring-color: rgb(var(--color-button-dark-rgb) / 0.15);
}

.ring-button-dark\/20 {
  --tw-ring-color: rgb(var(--color-button-dark-rgb) / 0.2);
}

.ring-button-dark\/25 {
  --tw-ring-color: rgb(var(--color-button-dark-rgb) / 0.25);
}

.ring-button-dark\/30 {
  --tw-ring-color: rgb(var(--color-button-dark-rgb) / 0.3);
}

.ring-button-dark\/35 {
  --tw-ring-color: rgb(var(--color-button-dark-rgb) / 0.35);
}

.ring-button-dark\/40 {
  --tw-ring-color: rgb(var(--color-button-dark-rgb) / 0.4);
}

.ring-button-dark\/45 {
  --tw-ring-color: rgb(var(--color-button-dark-rgb) / 0.45);
}

.ring-button-dark\/5 {
  --tw-ring-color: rgb(var(--color-button-dark-rgb) / 0.05);
}

.ring-button-dark\/50 {
  --tw-ring-color: rgb(var(--color-button-dark-rgb) / 0.5);
}

.ring-button-dark\/55 {
  --tw-ring-color: rgb(var(--color-button-dark-rgb) / 0.55);
}

.ring-button-dark\/60 {
  --tw-ring-color: rgb(var(--color-button-dark-rgb) / 0.6);
}

.ring-button-dark\/65 {
  --tw-ring-color: rgb(var(--color-button-dark-rgb) / 0.65);
}

.ring-button-dark\/70 {
  --tw-ring-color: rgb(var(--color-button-dark-rgb) / 0.7);
}

.ring-button-dark\/75 {
  --tw-ring-color: rgb(var(--color-button-dark-rgb) / 0.75);
}

.ring-button-dark\/80 {
  --tw-ring-color: rgb(var(--color-button-dark-rgb) / 0.8);
}

.ring-button-dark\/85 {
  --tw-ring-color: rgb(var(--color-button-dark-rgb) / 0.85);
}

.ring-button-dark\/90 {
  --tw-ring-color: rgb(var(--color-button-dark-rgb) / 0.9);
}

.ring-button-dark\/95 {
  --tw-ring-color: rgb(var(--color-button-dark-rgb) / 0.95);
}

.ring-button\/0 {
  --tw-ring-color: rgb(var(--color-button-rgb) / 0);
}

.ring-button\/10 {
  --tw-ring-color: rgb(var(--color-button-rgb) / 0.1);
}

.ring-button\/100 {
  --tw-ring-color: rgb(var(--color-button-rgb) / 1);
}

.ring-button\/15 {
  --tw-ring-color: rgb(var(--color-button-rgb) / 0.15);
}

.ring-button\/20 {
  --tw-ring-color: rgb(var(--color-button-rgb) / 0.2);
}

.ring-button\/25 {
  --tw-ring-color: rgb(var(--color-button-rgb) / 0.25);
}

.ring-button\/30 {
  --tw-ring-color: rgb(var(--color-button-rgb) / 0.3);
}

.ring-button\/35 {
  --tw-ring-color: rgb(var(--color-button-rgb) / 0.35);
}

.ring-button\/40 {
  --tw-ring-color: rgb(var(--color-button-rgb) / 0.4);
}

.ring-button\/45 {
  --tw-ring-color: rgb(var(--color-button-rgb) / 0.45);
}

.ring-button\/5 {
  --tw-ring-color: rgb(var(--color-button-rgb) / 0.05);
}

.ring-button\/50 {
  --tw-ring-color: rgb(var(--color-button-rgb) / 0.5);
}

.ring-button\/55 {
  --tw-ring-color: rgb(var(--color-button-rgb) / 0.55);
}

.ring-button\/60 {
  --tw-ring-color: rgb(var(--color-button-rgb) / 0.6);
}

.ring-button\/65 {
  --tw-ring-color: rgb(var(--color-button-rgb) / 0.65);
}

.ring-button\/70 {
  --tw-ring-color: rgb(var(--color-button-rgb) / 0.7);
}

.ring-button\/75 {
  --tw-ring-color: rgb(var(--color-button-rgb) / 0.75);
}

.ring-button\/80 {
  --tw-ring-color: rgb(var(--color-button-rgb) / 0.8);
}

.ring-button\/85 {
  --tw-ring-color: rgb(var(--color-button-rgb) / 0.85);
}

.ring-button\/90 {
  --tw-ring-color: rgb(var(--color-button-rgb) / 0.9);
}

.ring-button\/95 {
  --tw-ring-color: rgb(var(--color-button-rgb) / 0.95);
}

.ring-primary {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-primary-rgb) / var(--tw-ring-opacity, 1));
}

.ring-primary-dark {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-primary-dark-rgb) / var(--tw-ring-opacity, 1));
}

.ring-primary-dark\/0 {
  --tw-ring-color: rgb(var(--color-primary-dark-rgb) / 0);
}

.ring-primary-dark\/10 {
  --tw-ring-color: rgb(var(--color-primary-dark-rgb) / 0.1);
}

.ring-primary-dark\/100 {
  --tw-ring-color: rgb(var(--color-primary-dark-rgb) / 1);
}

.ring-primary-dark\/15 {
  --tw-ring-color: rgb(var(--color-primary-dark-rgb) / 0.15);
}

.ring-primary-dark\/20 {
  --tw-ring-color: rgb(var(--color-primary-dark-rgb) / 0.2);
}

.ring-primary-dark\/25 {
  --tw-ring-color: rgb(var(--color-primary-dark-rgb) / 0.25);
}

.ring-primary-dark\/30 {
  --tw-ring-color: rgb(var(--color-primary-dark-rgb) / 0.3);
}

.ring-primary-dark\/35 {
  --tw-ring-color: rgb(var(--color-primary-dark-rgb) / 0.35);
}

.ring-primary-dark\/40 {
  --tw-ring-color: rgb(var(--color-primary-dark-rgb) / 0.4);
}

.ring-primary-dark\/45 {
  --tw-ring-color: rgb(var(--color-primary-dark-rgb) / 0.45);
}

.ring-primary-dark\/5 {
  --tw-ring-color: rgb(var(--color-primary-dark-rgb) / 0.05);
}

.ring-primary-dark\/50 {
  --tw-ring-color: rgb(var(--color-primary-dark-rgb) / 0.5);
}

.ring-primary-dark\/55 {
  --tw-ring-color: rgb(var(--color-primary-dark-rgb) / 0.55);
}

.ring-primary-dark\/60 {
  --tw-ring-color: rgb(var(--color-primary-dark-rgb) / 0.6);
}

.ring-primary-dark\/65 {
  --tw-ring-color: rgb(var(--color-primary-dark-rgb) / 0.65);
}

.ring-primary-dark\/70 {
  --tw-ring-color: rgb(var(--color-primary-dark-rgb) / 0.7);
}

.ring-primary-dark\/75 {
  --tw-ring-color: rgb(var(--color-primary-dark-rgb) / 0.75);
}

.ring-primary-dark\/80 {
  --tw-ring-color: rgb(var(--color-primary-dark-rgb) / 0.8);
}

.ring-primary-dark\/85 {
  --tw-ring-color: rgb(var(--color-primary-dark-rgb) / 0.85);
}

.ring-primary-dark\/90 {
  --tw-ring-color: rgb(var(--color-primary-dark-rgb) / 0.9);
}

.ring-primary-dark\/95 {
  --tw-ring-color: rgb(var(--color-primary-dark-rgb) / 0.95);
}

.ring-primary-darker {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-primary-darker-rgb) / var(--tw-ring-opacity, 1));
}

.ring-primary-darker\/0 {
  --tw-ring-color: rgb(var(--color-primary-darker-rgb) / 0);
}

.ring-primary-darker\/10 {
  --tw-ring-color: rgb(var(--color-primary-darker-rgb) / 0.1);
}

.ring-primary-darker\/100 {
  --tw-ring-color: rgb(var(--color-primary-darker-rgb) / 1);
}

.ring-primary-darker\/15 {
  --tw-ring-color: rgb(var(--color-primary-darker-rgb) / 0.15);
}

.ring-primary-darker\/20 {
  --tw-ring-color: rgb(var(--color-primary-darker-rgb) / 0.2);
}

.ring-primary-darker\/25 {
  --tw-ring-color: rgb(var(--color-primary-darker-rgb) / 0.25);
}

.ring-primary-darker\/30 {
  --tw-ring-color: rgb(var(--color-primary-darker-rgb) / 0.3);
}

.ring-primary-darker\/35 {
  --tw-ring-color: rgb(var(--color-primary-darker-rgb) / 0.35);
}

.ring-primary-darker\/40 {
  --tw-ring-color: rgb(var(--color-primary-darker-rgb) / 0.4);
}

.ring-primary-darker\/45 {
  --tw-ring-color: rgb(var(--color-primary-darker-rgb) / 0.45);
}

.ring-primary-darker\/5 {
  --tw-ring-color: rgb(var(--color-primary-darker-rgb) / 0.05);
}

.ring-primary-darker\/50 {
  --tw-ring-color: rgb(var(--color-primary-darker-rgb) / 0.5);
}

.ring-primary-darker\/55 {
  --tw-ring-color: rgb(var(--color-primary-darker-rgb) / 0.55);
}

.ring-primary-darker\/60 {
  --tw-ring-color: rgb(var(--color-primary-darker-rgb) / 0.6);
}

.ring-primary-darker\/65 {
  --tw-ring-color: rgb(var(--color-primary-darker-rgb) / 0.65);
}

.ring-primary-darker\/70 {
  --tw-ring-color: rgb(var(--color-primary-darker-rgb) / 0.7);
}

.ring-primary-darker\/75 {
  --tw-ring-color: rgb(var(--color-primary-darker-rgb) / 0.75);
}

.ring-primary-darker\/80 {
  --tw-ring-color: rgb(var(--color-primary-darker-rgb) / 0.8);
}

.ring-primary-darker\/85 {
  --tw-ring-color: rgb(var(--color-primary-darker-rgb) / 0.85);
}

.ring-primary-darker\/90 {
  --tw-ring-color: rgb(var(--color-primary-darker-rgb) / 0.9);
}

.ring-primary-darker\/95 {
  --tw-ring-color: rgb(var(--color-primary-darker-rgb) / 0.95);
}

.ring-primary\/0 {
  --tw-ring-color: rgb(var(--color-primary-rgb) / 0);
}

.ring-primary\/10 {
  --tw-ring-color: rgb(var(--color-primary-rgb) / 0.1);
}

.ring-primary\/100 {
  --tw-ring-color: rgb(var(--color-primary-rgb) / 1);
}

.ring-primary\/15 {
  --tw-ring-color: rgb(var(--color-primary-rgb) / 0.15);
}

.ring-primary\/20 {
  --tw-ring-color: rgb(var(--color-primary-rgb) / 0.2);
}

.ring-primary\/25 {
  --tw-ring-color: rgb(var(--color-primary-rgb) / 0.25);
}

.ring-primary\/30 {
  --tw-ring-color: rgb(var(--color-primary-rgb) / 0.3);
}

.ring-primary\/35 {
  --tw-ring-color: rgb(var(--color-primary-rgb) / 0.35);
}

.ring-primary\/40 {
  --tw-ring-color: rgb(var(--color-primary-rgb) / 0.4);
}

.ring-primary\/45 {
  --tw-ring-color: rgb(var(--color-primary-rgb) / 0.45);
}

.ring-primary\/5 {
  --tw-ring-color: rgb(var(--color-primary-rgb) / 0.05);
}

.ring-primary\/50 {
  --tw-ring-color: rgb(var(--color-primary-rgb) / 0.5);
}

.ring-primary\/55 {
  --tw-ring-color: rgb(var(--color-primary-rgb) / 0.55);
}

.ring-primary\/60 {
  --tw-ring-color: rgb(var(--color-primary-rgb) / 0.6);
}

.ring-primary\/65 {
  --tw-ring-color: rgb(var(--color-primary-rgb) / 0.65);
}

.ring-primary\/70 {
  --tw-ring-color: rgb(var(--color-primary-rgb) / 0.7);
}

.ring-primary\/75 {
  --tw-ring-color: rgb(var(--color-primary-rgb) / 0.75);
}

.ring-primary\/80 {
  --tw-ring-color: rgb(var(--color-primary-rgb) / 0.8);
}

.ring-primary\/85 {
  --tw-ring-color: rgb(var(--color-primary-rgb) / 0.85);
}

.ring-primary\/90 {
  --tw-ring-color: rgb(var(--color-primary-rgb) / 0.9);
}

.ring-primary\/95 {
  --tw-ring-color: rgb(var(--color-primary-rgb) / 0.95);
}

.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);
}

.blur-2xl {
  --tw-blur: blur(40px);
  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);
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.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);
}

.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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.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);
}

.contain-inline-size {
  --tw-contain-size: inline-size;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}

@keyframes enter {
  from {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}

@keyframes exit {
  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}

.slide-in-from-bottom-0 {
  --tw-enter-translate-y: 0px;
}

.slide-in-from-bottom-0\.5 {
  --tw-enter-translate-y: 0.125rem;
}

.slide-in-from-bottom-1 {
  --tw-enter-translate-y: 0.25rem;
}

.slide-in-from-bottom-1\.5 {
  --tw-enter-translate-y: 0.375rem;
}

.slide-in-from-bottom-1\/2 {
  --tw-enter-translate-y: 50%;
}

.slide-in-from-bottom-1\/3 {
  --tw-enter-translate-y: 33.333333%;
}

.slide-in-from-bottom-1\/4 {
  --tw-enter-translate-y: 25%;
}

.slide-in-from-bottom-10 {
  --tw-enter-translate-y: 2.5rem;
}

.slide-in-from-bottom-11 {
  --tw-enter-translate-y: 2.75rem;
}

.slide-in-from-bottom-12 {
  --tw-enter-translate-y: 3rem;
}

.slide-in-from-bottom-14 {
  --tw-enter-translate-y: 3.5rem;
}

.slide-in-from-bottom-16 {
  --tw-enter-translate-y: 4rem;
}

.slide-in-from-bottom-2 {
  --tw-enter-translate-y: 0.5rem;
}

.slide-in-from-bottom-2\.5 {
  --tw-enter-translate-y: 0.625rem;
}

.slide-in-from-bottom-2\/3 {
  --tw-enter-translate-y: 66.666667%;
}

.slide-in-from-bottom-2\/4 {
  --tw-enter-translate-y: 50%;
}

.slide-in-from-bottom-20 {
  --tw-enter-translate-y: 5rem;
}

.slide-in-from-bottom-24 {
  --tw-enter-translate-y: 6rem;
}

.slide-in-from-bottom-28 {
  --tw-enter-translate-y: 7rem;
}

.slide-in-from-bottom-3 {
  --tw-enter-translate-y: 0.75rem;
}

.slide-in-from-bottom-3\.5 {
  --tw-enter-translate-y: 0.875rem;
}

.slide-in-from-bottom-3\/4 {
  --tw-enter-translate-y: 75%;
}

.slide-in-from-bottom-32 {
  --tw-enter-translate-y: 8rem;
}

.slide-in-from-bottom-36 {
  --tw-enter-translate-y: 9rem;
}

.slide-in-from-bottom-4 {
  --tw-enter-translate-y: 1rem;
}

.slide-in-from-bottom-40 {
  --tw-enter-translate-y: 10rem;
}

.slide-in-from-bottom-44 {
  --tw-enter-translate-y: 11rem;
}

.slide-in-from-bottom-48 {
  --tw-enter-translate-y: 12rem;
}

.slide-in-from-bottom-5 {
  --tw-enter-translate-y: 1.25rem;
}

.slide-in-from-bottom-52 {
  --tw-enter-translate-y: 13rem;
}

.slide-in-from-bottom-56 {
  --tw-enter-translate-y: 14rem;
}

.slide-in-from-bottom-6 {
  --tw-enter-translate-y: 1.5rem;
}

.slide-in-from-bottom-60 {
  --tw-enter-translate-y: 15rem;
}

.slide-in-from-bottom-64 {
  --tw-enter-translate-y: 16rem;
}

.slide-in-from-bottom-7 {
  --tw-enter-translate-y: 1.75rem;
}

.slide-in-from-bottom-72 {
  --tw-enter-translate-y: 18rem;
}

.slide-in-from-bottom-8 {
  --tw-enter-translate-y: 2rem;
}

.slide-in-from-bottom-80 {
  --tw-enter-translate-y: 20rem;
}

.slide-in-from-bottom-9 {
  --tw-enter-translate-y: 2.25rem;
}

.slide-in-from-bottom-96 {
  --tw-enter-translate-y: 24rem;
}

.slide-in-from-top-0 {
  --tw-enter-translate-y: -0px;
}

.slide-in-from-top-0\.5 {
  --tw-enter-translate-y: -0.125rem;
}

.slide-in-from-top-1 {
  --tw-enter-translate-y: -0.25rem;
}

.slide-in-from-top-1\.5 {
  --tw-enter-translate-y: -0.375rem;
}

.slide-in-from-top-1\/2 {
  --tw-enter-translate-y: -50%;
}

.slide-in-from-top-1\/3 {
  --tw-enter-translate-y: -33.333333%;
}

.slide-in-from-top-1\/4 {
  --tw-enter-translate-y: -25%;
}

.slide-in-from-top-10 {
  --tw-enter-translate-y: -2.5rem;
}

.slide-in-from-top-11 {
  --tw-enter-translate-y: -2.75rem;
}

.slide-in-from-top-12 {
  --tw-enter-translate-y: -3rem;
}

.slide-in-from-top-14 {
  --tw-enter-translate-y: -3.5rem;
}

.slide-in-from-top-16 {
  --tw-enter-translate-y: -4rem;
}

.slide-in-from-top-2 {
  --tw-enter-translate-y: -0.5rem;
}

.slide-in-from-top-2\.5 {
  --tw-enter-translate-y: -0.625rem;
}

.slide-in-from-top-2\/3 {
  --tw-enter-translate-y: -66.666667%;
}

.slide-in-from-top-2\/4 {
  --tw-enter-translate-y: -50%;
}

.slide-in-from-top-20 {
  --tw-enter-translate-y: -5rem;
}

.slide-in-from-top-24 {
  --tw-enter-translate-y: -6rem;
}

.slide-in-from-top-28 {
  --tw-enter-translate-y: -7rem;
}

.slide-in-from-top-3 {
  --tw-enter-translate-y: -0.75rem;
}

.slide-in-from-top-3\.5 {
  --tw-enter-translate-y: -0.875rem;
}

.slide-in-from-top-3\/4 {
  --tw-enter-translate-y: -75%;
}

.slide-in-from-top-32 {
  --tw-enter-translate-y: -8rem;
}

.slide-in-from-top-36 {
  --tw-enter-translate-y: -9rem;
}

.slide-in-from-top-4 {
  --tw-enter-translate-y: -1rem;
}

.slide-in-from-top-40 {
  --tw-enter-translate-y: -10rem;
}

.slide-in-from-top-44 {
  --tw-enter-translate-y: -11rem;
}

.slide-in-from-top-48 {
  --tw-enter-translate-y: -12rem;
}

.slide-in-from-top-5 {
  --tw-enter-translate-y: -1.25rem;
}

.slide-in-from-top-52 {
  --tw-enter-translate-y: -13rem;
}

.slide-in-from-top-56 {
  --tw-enter-translate-y: -14rem;
}

.slide-in-from-top-6 {
  --tw-enter-translate-y: -1.5rem;
}

.slide-in-from-top-60 {
  --tw-enter-translate-y: -15rem;
}

.slide-in-from-top-64 {
  --tw-enter-translate-y: -16rem;
}

.slide-in-from-top-7 {
  --tw-enter-translate-y: -1.75rem;
}

.slide-in-from-top-72 {
  --tw-enter-translate-y: -18rem;
}

.slide-in-from-top-8 {
  --tw-enter-translate-y: -2rem;
}

.slide-in-from-top-80 {
  --tw-enter-translate-y: -20rem;
}

.slide-in-from-top-9 {
  --tw-enter-translate-y: -2.25rem;
}

.slide-in-from-top-96 {
  --tw-enter-translate-y: -24rem;
}

.slide-out-to-bottom-0 {
  --tw-exit-translate-y: 0px;
}

.slide-out-to-bottom-0\.5 {
  --tw-exit-translate-y: 0.125rem;
}

.slide-out-to-bottom-1 {
  --tw-exit-translate-y: 0.25rem;
}

.slide-out-to-bottom-1\.5 {
  --tw-exit-translate-y: 0.375rem;
}

.slide-out-to-bottom-1\/2 {
  --tw-exit-translate-y: 50%;
}

.slide-out-to-bottom-1\/3 {
  --tw-exit-translate-y: 33.333333%;
}

.slide-out-to-bottom-1\/4 {
  --tw-exit-translate-y: 25%;
}

.slide-out-to-bottom-10 {
  --tw-exit-translate-y: 2.5rem;
}

.slide-out-to-bottom-11 {
  --tw-exit-translate-y: 2.75rem;
}

.slide-out-to-bottom-12 {
  --tw-exit-translate-y: 3rem;
}

.slide-out-to-bottom-14 {
  --tw-exit-translate-y: 3.5rem;
}

.slide-out-to-bottom-16 {
  --tw-exit-translate-y: 4rem;
}

.slide-out-to-bottom-2 {
  --tw-exit-translate-y: 0.5rem;
}

.slide-out-to-bottom-2\.5 {
  --tw-exit-translate-y: 0.625rem;
}

.slide-out-to-bottom-2\/3 {
  --tw-exit-translate-y: 66.666667%;
}

.slide-out-to-bottom-2\/4 {
  --tw-exit-translate-y: 50%;
}

.slide-out-to-bottom-20 {
  --tw-exit-translate-y: 5rem;
}

.slide-out-to-bottom-24 {
  --tw-exit-translate-y: 6rem;
}

.slide-out-to-bottom-28 {
  --tw-exit-translate-y: 7rem;
}

.slide-out-to-bottom-3 {
  --tw-exit-translate-y: 0.75rem;
}

.slide-out-to-bottom-3\.5 {
  --tw-exit-translate-y: 0.875rem;
}

.slide-out-to-bottom-3\/4 {
  --tw-exit-translate-y: 75%;
}

.slide-out-to-bottom-32 {
  --tw-exit-translate-y: 8rem;
}

.slide-out-to-bottom-36 {
  --tw-exit-translate-y: 9rem;
}

.slide-out-to-bottom-4 {
  --tw-exit-translate-y: 1rem;
}

.slide-out-to-bottom-40 {
  --tw-exit-translate-y: 10rem;
}

.slide-out-to-bottom-44 {
  --tw-exit-translate-y: 11rem;
}

.slide-out-to-bottom-48 {
  --tw-exit-translate-y: 12rem;
}

.slide-out-to-bottom-5 {
  --tw-exit-translate-y: 1.25rem;
}

.slide-out-to-bottom-52 {
  --tw-exit-translate-y: 13rem;
}

.slide-out-to-bottom-56 {
  --tw-exit-translate-y: 14rem;
}

.slide-out-to-bottom-6 {
  --tw-exit-translate-y: 1.5rem;
}

.slide-out-to-bottom-60 {
  --tw-exit-translate-y: 15rem;
}

.slide-out-to-bottom-64 {
  --tw-exit-translate-y: 16rem;
}

.slide-out-to-bottom-7 {
  --tw-exit-translate-y: 1.75rem;
}

.slide-out-to-bottom-72 {
  --tw-exit-translate-y: 18rem;
}

.slide-out-to-bottom-8 {
  --tw-exit-translate-y: 2rem;
}

.slide-out-to-bottom-80 {
  --tw-exit-translate-y: 20rem;
}

.slide-out-to-bottom-9 {
  --tw-exit-translate-y: 2.25rem;
}

.slide-out-to-bottom-96 {
  --tw-exit-translate-y: 24rem;
}

.slide-out-to-top-0 {
  --tw-exit-translate-y: -0px;
}

.slide-out-to-top-0\.5 {
  --tw-exit-translate-y: -0.125rem;
}

.slide-out-to-top-1 {
  --tw-exit-translate-y: -0.25rem;
}

.slide-out-to-top-1\.5 {
  --tw-exit-translate-y: -0.375rem;
}

.slide-out-to-top-1\/2 {
  --tw-exit-translate-y: -50%;
}

.slide-out-to-top-1\/3 {
  --tw-exit-translate-y: -33.333333%;
}

.slide-out-to-top-1\/4 {
  --tw-exit-translate-y: -25%;
}

.slide-out-to-top-10 {
  --tw-exit-translate-y: -2.5rem;
}

.slide-out-to-top-11 {
  --tw-exit-translate-y: -2.75rem;
}

.slide-out-to-top-12 {
  --tw-exit-translate-y: -3rem;
}

.slide-out-to-top-14 {
  --tw-exit-translate-y: -3.5rem;
}

.slide-out-to-top-16 {
  --tw-exit-translate-y: -4rem;
}

.slide-out-to-top-2 {
  --tw-exit-translate-y: -0.5rem;
}

.slide-out-to-top-2\.5 {
  --tw-exit-translate-y: -0.625rem;
}

.slide-out-to-top-2\/3 {
  --tw-exit-translate-y: -66.666667%;
}

.slide-out-to-top-2\/4 {
  --tw-exit-translate-y: -50%;
}

.slide-out-to-top-20 {
  --tw-exit-translate-y: -5rem;
}

.slide-out-to-top-24 {
  --tw-exit-translate-y: -6rem;
}

.slide-out-to-top-28 {
  --tw-exit-translate-y: -7rem;
}

.slide-out-to-top-3 {
  --tw-exit-translate-y: -0.75rem;
}

.slide-out-to-top-3\.5 {
  --tw-exit-translate-y: -0.875rem;
}

.slide-out-to-top-3\/4 {
  --tw-exit-translate-y: -75%;
}

.slide-out-to-top-32 {
  --tw-exit-translate-y: -8rem;
}

.slide-out-to-top-36 {
  --tw-exit-translate-y: -9rem;
}

.slide-out-to-top-4 {
  --tw-exit-translate-y: -1rem;
}

.slide-out-to-top-40 {
  --tw-exit-translate-y: -10rem;
}

.slide-out-to-top-44 {
  --tw-exit-translate-y: -11rem;
}

.slide-out-to-top-48 {
  --tw-exit-translate-y: -12rem;
}

.slide-out-to-top-5 {
  --tw-exit-translate-y: -1.25rem;
}

.slide-out-to-top-52 {
  --tw-exit-translate-y: -13rem;
}

.slide-out-to-top-56 {
  --tw-exit-translate-y: -14rem;
}

.slide-out-to-top-6 {
  --tw-exit-translate-y: -1.5rem;
}

.slide-out-to-top-60 {
  --tw-exit-translate-y: -15rem;
}

.slide-out-to-top-64 {
  --tw-exit-translate-y: -16rem;
}

.slide-out-to-top-7 {
  --tw-exit-translate-y: -1.75rem;
}

.slide-out-to-top-72 {
  --tw-exit-translate-y: -18rem;
}

.slide-out-to-top-8 {
  --tw-exit-translate-y: -2rem;
}

.slide-out-to-top-80 {
  --tw-exit-translate-y: -20rem;
}

.slide-out-to-top-9 {
  --tw-exit-translate-y: -2.25rem;
}

.slide-out-to-top-96 {
  --tw-exit-translate-y: -24rem;
}

.duration-200 {
  animation-duration: 200ms;
}

.duration-300 {
  animation-duration: 300ms;
}

.duration-500 {
  animation-duration: 500ms;
}

.ease-in-out {
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.running {
  animation-play-state: running;
}

.paused {
  animation-play-state: paused;
}

.ki-text-balance {
  text-wrap: balance;
}

.\[animation-delay\:200ms\] {
  animation-delay: 200ms;
}

.\[animation-delay\:400ms\] {
  animation-delay: 400ms;
}

.\[animation-delay\:600ms\] {
  animation-delay: 600ms;
}

.\[hostname\:port\] {
  hostname: port;
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:bottom-2::before {
  content: var(--tw-content);
  bottom: 0.5rem;
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:left-\[-24px\]::before {
  content: var(--tw-content);
  left: -24px;
}

.before\:top-2::before {
  content: var(--tw-content);
  top: 0.5rem;
}

.before\:top-3::before {
  content: var(--tw-content);
  top: 0.75rem;
}

.before\:top-\[0\.8em\]::before {
  content: var(--tw-content);
  top: 0.8em;
}

.before\:h-3::before {
  content: var(--tw-content);
  height: 0.75rem;
}

.before\:w-3::before {
  content: var(--tw-content);
  width: 0.75rem;
}

.before\:w-px::before {
  content: var(--tw-content);
  width: 1px;
}

.before\:rounded-full::before {
  content: var(--tw-content);
  border-radius: 9999px;
}

.before\:border-2::before {
  content: var(--tw-content);
  border-width: 2px;
}

.before\:border-white\/60::before {
  content: var(--tw-content);
  border-color: rgb(255 255 255 / 0.6);
}

.before\:bg-white::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.before\:bg-white\/20::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.2);
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.hover\:-translate-y-0\.5:hover {
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:-translate-y-2:hover {
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-primary-rgb) / var(--tw-border-opacity, 1));
}

.hover\:bg-accent\/80:hover {
  background-color: rgb(var(--color-accent-rgb) / 0.8);
}

.hover\:bg-accent\/90:hover {
  background-color: rgb(var(--color-accent-rgb) / 0.9);
}

.hover\:bg-button-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-button-dark-rgb) / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary\/10:hover {
  background-color: rgb(var(--color-primary-rgb) / 0.1);
}

.hover\:bg-primary\/80:hover {
  background-color: rgb(var(--color-primary-rgb) / 0.8);
}

.hover\:bg-primary\/90:hover {
  background-color: rgb(var(--color-primary-rgb) / 0.9);
}

.hover\:bg-secondary\/90:hover {
  background-color: rgb(49 41 39 / 0.9);
}

.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}

.hover\:text-accent:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--color-accent-rgb) / var(--tw-text-opacity, 1));
}

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--color-primary-rgb) / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:shadow-2xl:hover {
  --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);
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-primary\/10:hover {
  --tw-shadow-color: rgb(var(--color-primary-rgb) / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-primary-rgb) / var(--tw-border-opacity, 1));
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

.focus\:text-primary:focus {
  --tw-text-opacity: 1;
  color: rgb(var(--color-primary-rgb) / var(--tw-text-opacity, 1));
}

.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-primary:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-primary-rgb) / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --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-visible\:ring-accent:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-accent-rgb) / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-button:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-button-rgb) / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-button-dark:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-button-dark-rgb) / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-primary-dark:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-primary-dark-rgb) / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.group:hover .group-hover\:translate-x-2 {
  --tw-translate-x: 0.5rem;
  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));
}

.group:hover .group-hover\:scale-\[1\.03\] {
  --tw-scale-x: 1.03;
  --tw-scale-y: 1.03;
  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));
}

.group:hover .group-hover\:scale-\[1\.04\] {
  --tw-scale-x: 1.04;
  --tw-scale-y: 1.04;
  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));
}

.group:hover .group-hover\:text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-primary-darker {
  --tw-text-opacity: 1;
  color: rgb(var(--color-primary-darker-rgb) / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .sm\:bottom-6 {
    bottom: 1.5rem;
  }

  .sm\:bottom-\[max\(8rem\2c 26vh\)\] {
    bottom: max(8rem,26vh);
  }

  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:mt-2 {
    margin-top: 0.5rem;
  }

  .sm\:mt-4 {
    margin-top: 1rem;
  }

  .sm\:mt-6 {
    margin-top: 1.5rem;
  }

  .sm\:h-16 {
    height: 4rem;
  }

  .sm\:h-\[280px\] {
    height: 280px;
  }

  .sm\:min-h-\[200px\] {
    min-height: 200px;
  }

  .sm\:w-16 {
    width: 4rem;
  }

  .sm\:w-\[min\(30\%\2c 200px\)\] {
    width: min(30%,200px);
  }

  .sm\:max-w-3xl {
    max-width: 48rem;
  }

  .sm\:max-w-\[380px\] {
    max-width: 380px;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:gap-3 {
    gap: 0.75rem;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:gap-5 {
    gap: 1.25rem;
  }

  .sm\:border-\[6px\] {
    border-width: 6px;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:pr-0 {
    padding-right: 0px;
  }

  .sm\:pt-10 {
    padding-top: 2.5rem;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:text-\[1\.65rem\] {
    font-size: 1.65rem;
  }

  .sm\:text-\[11px\] {
    font-size: 11px;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (min-width: 768px) {
  .md\:bottom-8 {
    bottom: 2rem;
  }

  .md\:bottom-\[max\(9rem\2c 28vh\)\] {
    bottom: max(9rem,28vh);
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[300px\] {
    height: 300px;
  }

  .md\:w-48 {
    width: 12rem;
  }

  .md\:w-\[780px\] {
    width: 780px;
  }

  .md\:max-w-4xl {
    max-width: 56rem;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:rounded-md {
    border-radius: 0.375rem;
  }

  .md\:p-2\.5 {
    padding: 0.625rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:pl-14 {
    padding-left: 3.5rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pt-5 {
    padding-top: 1.25rem;
  }

  .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-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .md\:text-\[1\.85rem\] {
    font-size: 1.85rem;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:leading-\[1\.05\] {
    line-height: 1.05;
  }
}

@media (min-width: 1024px) {
  .lg\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .lg\:bottom-\[max\(10rem\2c 30vh\)\] {
    bottom: max(10rem,30vh);
  }

  .lg\:left-0 {
    left: 0px;
  }

  .lg\:right-\[4\.5rem\] {
    right: 4.5rem;
  }

  .lg\:right-auto {
    right: auto;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-2\/5 {
    height: 40%;
  }

  .lg\:h-\[min\(32vh\2c 360px\)\] {
    height: min(32vh,360px);
  }

  .lg\:min-h-\[220px\] {
    min-height: 220px;
  }

  .lg\:min-h-\[360px\] {
    min-height: 360px;
  }

  .lg\:w-1\.5 {
    width: 0.375rem;
  }

  .lg\:w-\[44\%\] {
    width: 44%;
  }

  .lg\:w-\[min\(100\%\2c 52\%\)\] {
    width: min(100%,52%);
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:max-w-\[240px\] {
    max-width: 240px;
  }

  .lg\:max-w-\[420px\] {
    max-width: 420px;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .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\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:items-stretch {
    align-items: stretch;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-3 {
    gap: 0.75rem;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .lg\:border-l {
    border-left-width: 1px;
  }

  .lg\:border-t-0 {
    border-top-width: 0px;
  }

  .lg\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .lg\:from-transparent {
    --tw-gradient-from: transparent var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:via-white\/20 {
    --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:to-white\/75 {
    --tw-gradient-to: rgb(255 255 255 / 0.75) var(--tw-gradient-to-position);
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:p-7 {
    padding: 1.75rem;
  }

  .lg\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pt-14 {
    padding-top: 3.5rem;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .xl\:sticky {
    position: sticky;
  }

  .xl\:bottom-\[15\%\] {
    bottom: 15%;
  }

  .xl\:bottom-\[20\%\] {
    bottom: 20%;
  }

  .xl\:left-1\/2 {
    left: 50%;
  }

  .xl\:right-12 {
    right: 3rem;
  }

  .xl\:right-auto {
    right: auto;
  }

  .xl\:top-1\/2 {
    top: 50%;
  }

  .xl\:top-24 {
    top: 6rem;
  }

  .xl\:order-first {
    order: -9999;
  }

  .xl\:order-last {
    order: 9999;
  }

  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xl\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:mb-16 {
    margin-bottom: 4rem;
  }

  .xl\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .xl\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .xl\:mb-8 {
    margin-bottom: 2rem;
  }

  .xl\:ml-\[-64px\] {
    margin-left: -64px;
  }

  .xl\:mt-2 {
    margin-top: 0.5rem;
  }

  .xl\:mt-3 {
    margin-top: 0.75rem;
  }

  .xl\:mt-6 {
    margin-top: 1.5rem;
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-6 {
    height: 1.5rem;
  }

  .xl\:h-\[380px\] {
    height: 380px;
  }

  .xl\:h-\[calc\(100vh-6rem\)\] {
    height: calc(100vh - 6rem);
  }

  .xl\:min-h-\[240px\] {
    min-height: 240px;
  }

  .xl\:w-1\/3 {
    width: 33.333333%;
  }

  .xl\:w-1\/6 {
    width: 16.666667%;
  }

  .xl\:w-2\/3 {
    width: 66.666667%;
  }

  .xl\:w-6 {
    width: 1.5rem;
  }

  .xl\:w-\[100\%\] {
    width: 100%;
  }

  .xl\:w-\[1180px\] {
    width: 1180px;
  }

  .xl\:w-\[1280px\] {
    width: 1280px;
  }

  .xl\:w-\[1400px\] {
    width: 1400px;
  }

  .xl\:w-\[300px\] {
    width: 300px;
  }

  .xl\:w-\[400px\] {
    width: 400px;
  }

  .xl\:w-\[50\%\] {
    width: 50%;
  }

  .xl\:w-\[53\%\] {
    width: 53%;
  }

  .xl\:w-\[670px\] {
    width: 670px;
  }

  .xl\:w-\[780px\] {
    width: 780px;
  }

  .xl\:w-\[826px\] {
    width: 826px;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:max-w-6xl {
    max-width: 72rem;
  }

  .xl\:max-w-\[460px\] {
    max-width: 460px;
  }

  .xl\:-translate-x-20 {
    --tw-translate-x: -5rem;
    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));
  }

  .xl\:-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));
  }

  .xl\: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));
  }

  .xl\:translate-x-\[-100\%\] {
    --tw-translate-x: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:translate-y-\[-50\%\] {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:translate-y-\[50px\] {
    --tw-translate-y: 50px;
    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));
  }

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl\:grid-cols-\[1fr\2c auto\] {
    grid-template-columns: 1fr auto;
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:flex-col {
    flex-direction: column;
  }

  .xl\:items-start {
    align-items: flex-start;
  }

  .xl\:gap-0 {
    gap: 0px;
  }

  .xl\:gap-10 {
    gap: 2.5rem;
  }

  .xl\:gap-2 {
    gap: 0.5rem;
  }

  .xl\:gap-24 {
    gap: 6rem;
  }

  .xl\:gap-5 {
    gap: 1.25rem;
  }

  .xl\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:border-y {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }

  .xl\:border-r {
    border-right-width: 1px;
  }

  .xl\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
  }

  .xl\:bg-white\/90 {
    background-color: rgb(255 255 255 / 0.9);
  }

  .xl\:p-16 {
    padding: 4rem;
  }

  .xl\:p-24 {
    padding: 6rem;
  }

  .xl\:p-3 {
    padding: 0.75rem;
  }

  .xl\:p-4 {
    padding: 1rem;
  }

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:pl-14 {
    padding-left: 3.5rem;
  }

  .xl\:pl-16 {
    padding-left: 4rem;
  }

  .xl\:pt-16 {
    padding-top: 4rem;
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .xl\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }

  .xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xl\: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);
  }

  .xl\: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);
  }
}

@media (min-width: 1536px) {
  .\32xl\:h-\[5\.75rem\] {
    height: 5.75rem;
  }

  .\32xl\:max-h-\[6rem\] {
    max-height: 6rem;
  }

  .\32xl\:w-\[240px\] {
    width: 240px;
  }

  .\32xl\:gap-5 {
    gap: 1.25rem;
  }

  .\32xl\:gap-8 {
    gap: 2rem;
  }

  .\32xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .\32xl\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .\32xl\:text-\[clamp\(6rem\2c 12vw\2c 10rem\)\] {
    font-size: clamp(6rem,12vw,10rem);
  }
}
