/* tailwind base */
/* ! tailwindcss v3.3.2 | 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: #eef0f0; /* 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.
*/
html {
  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: Civil, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Inter, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}
/*
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. 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-size: 1em; /* 2 */
}
/*
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-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}
/*
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: #d9dada; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #d9dada; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::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:  ;
}
::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:  ;
}
.format {
  color: var(--tw-format-body);
  max-width: 65ch;
}
.format :where([class~="lead"]):not(:where([class~="not-format"] *)) {
  color: var(--tw-format-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.format :where(a):not(:where([class~="not-format"] *)) {
  color: var(--tw-format-links);
  text-decoration: underline;
  font-weight: 500;
}
.format :where(a):not(:where([class~="not-format"] *)):hover {
  text-decoration: none;
}
.format :where(strong):not(:where([class~="not-format"] *)) {
  color: var(--tw-format-bold);
  font-weight: 700;
}
.format :where(a strong):not(:where([class~="not-format"] *)) {
  color: inherit;
}
.format :where(blockquote strong):not(:where([class~="not-format"] *)) {
  color: inherit;
}
.format :where(thead th strong):not(:where([class~="not-format"] *)) {
  color: inherit;
}
.format :where(ol):not(:where([class~="not-format"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.format :where(ol[type="A"]):not(:where([class~="not-format"] *)) {
  list-style-type: upper-alpha;
}
.format :where(ol[type="a"]):not(:where([class~="not-format"] *)) {
  list-style-type: lower-alpha;
}
.format :where(ol[type="A" s]):not(:where([class~="not-format"] *)) {
  list-style-type: upper-alpha;
}
.format :where(ol[type="a" s]):not(:where([class~="not-format"] *)) {
  list-style-type: lower-alpha;
}
.format :where(ol[type="I"]):not(:where([class~="not-format"] *)) {
  list-style-type: upper-roman;
}
.format :where(ol[type="i"]):not(:where([class~="not-format"] *)) {
  list-style-type: lower-roman;
}
.format :where(ol[type="I" s]):not(:where([class~="not-format"] *)) {
  list-style-type: upper-roman;
}
.format :where(ol[type="i" s]):not(:where([class~="not-format"] *)) {
  list-style-type: lower-roman;
}
.format :where(ol[type="1"]):not(:where([class~="not-format"] *)) {
  list-style-type: decimal;
}
.format :where(ul):not(:where([class~="not-format"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.format :where(ol > li):not(:where([class~="not-format"] *))::marker {
  font-weight: 400;
  color: var(--tw-format-counters);
}
.format :where(ul > li):not(:where([class~="not-format"] *))::marker {
  color: var(--tw-format-bullets);
}
.format :where(hr):not(:where([class~="not-format"] *)) {
  border-color: var(--tw-format-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.format :where(blockquote):not(:where([class~="not-format"] *)) {
  font-size: 1.1111111em;
  font-weight: 700;
  font-style: italic;
  color: var(--tw-format-quotes);
  quotes: "\201C""\201D""\2018""\2019";
  margin-bottom: 1.6em;
}
.format :where(blockquote):not(:where([class~="not-format"] *))::before {
  content: "";
  background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='24' viewBox='0 0 32 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.6893 24V14.1453C18.6893 6.54 23.664 1.38533 30.6667 -7.15256e-07L31.9933 2.868C28.7507 4.09066 26.6667 7.71867 26.6667 10.6667H32V24H18.6893ZM-9.53674e-07 24V14.1453C-9.53674e-07 6.54 4.99733 1.384 12 -7.15256e-07L13.328 2.868C10.084 4.09066 8 7.71867 8 10.6667L13.3107 10.6667V24H-9.53674e-07Z' fill='%239CA3AF'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  color: var(--tw-format-quotes);
  width: 1.7777778em;
  height: 1.3333333em;
  display: block;
  margin-top: 1.6em;
}
.format :where(blockquote p:first-of-type):not(:where([class~="not-format"] *))::before {
  content: open-quote;
}
.format :where(blockquote p:last-of-type):not(:where([class~="not-format"] *))::after {
  content: close-quote;
}
.format :where(h1):not(:where([class~="not-format"] *)) {
  color: var(--tw-format-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.format :where(h1 strong):not(:where([class~="not-format"] *)) {
  font-weight: 900;
  color: inherit;
}
.format :where(h2):not(:where([class~="not-format"] *)) {
  color: var(--tw-format-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.format :where(h2 strong):not(:where([class~="not-format"] *)) {
  font-weight: 800;
  color: inherit;
}
.format :where(h3):not(:where([class~="not-format"] *)) {
  color: var(--tw-format-headings);
  font-weight: 700;
  font-size: 1.25em;
  margin-top: 0;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.format :where(h3 strong):not(:where([class~="not-format"] *)) {
  font-weight: 800;
  color: inherit;
}
.format :where(h4):not(:where([class~="not-format"] *)) {
  color: var(--tw-format-headings);
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.format :where(h4 strong):not(:where([class~="not-format"] *)) {
  font-weight: 700;
  color: inherit;
}
.format :where(img):not(:where([class~="not-format"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.format :where(figure > *):not(:where([class~="not-format"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.format :where(figcaption):not(:where([class~="not-format"] *)) {
  color: var(--tw-format-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.format :where(code):not(:where([class~="not-format"] *)) {
  color: var(--tw-format-code);
  font-weight: 600;
  background-color: var(--tw-format-code-bg);
  padding-top: 0.3333333em;
  padding-bottom: 0.3333333em;
  padding-left: 0.5555556em;
  padding-right: 0.5555556em;
  border-radius: 0.2222222em;
  font-size: 0.875em;
}
.format :where(a code):not(:where([class~="not-format"] *)) {
  color: inherit;
}
.format :where(h1 code):not(:where([class~="not-format"] *)) {
  color: inherit;
}
.format :where(h2 code):not(:where([class~="not-format"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.format :where(h3 code):not(:where([class~="not-format"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.format :where(h4 code):not(:where([class~="not-format"] *)) {
  color: inherit;
}
.format :where(blockquote code):not(:where([class~="not-format"] *)) {
  color: inherit;
}
.format :where(thead th code):not(:where([class~="not-format"] *)) {
  color: inherit;
}
.format :where(pre):not(:where([class~="not-format"] *)) {
  color: var(--tw-format-pre-code);
  background-color: var(--tw-format-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-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.format :where(pre code):not(:where([class~="not-format"] *)) {
  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;
}
.format :where(pre code):not(:where([class~="not-format"] *))::before {
  content: none;
}
.format :where(pre code):not(:where([class~="not-format"] *))::after {
  content: none;
}
.format :where(table):not(:where([class~="not-format"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.format :where(thead):not(:where([class~="not-format"] *)) {
  background-color: var(--tw-format-th-bg);
  border-radius: 0.2777778em;
}
.format :where(thead th):not(:where([class~="not-format"] *)) {
  color: var(--tw-format-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding: 0.5555556em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.format :where(tbody tr):not(:where([class~="not-format"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-format-td-borders);
}
.format :where(tbody tr:last-child):not(:where([class~="not-format"] *)) {
  border-bottom-width: 0;
}
.format :where(tbody td):not(:where([class~="not-format"] *)) {
  vertical-align: baseline;
}
.format :where(tfoot):not(:where([class~="not-format"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-format-th-borders);
}
.format :where(tfoot td):not(:where([class~="not-format"] *)) {
  vertical-align: top;
}
.format {
  --tw-format-body: #6b7280;
  --tw-format-headings: #111827;
  --tw-format-lead: #6b7280;
  --tw-format-links: #4b5563;
  --tw-format-bold: #111827;
  --tw-format-counters: #6b7280;
  --tw-format-bullets: #6b7280;
  --tw-format-hr: #e5e7eb;
  --tw-format-quotes: #111827;
  --tw-format-quote-borders: #e5e7eb;
  --tw-format-captions: #6b7280;
  --tw-format-code: #111827;
  --tw-format-code-bg: #f3f4f6;
  --tw-format-pre-code: #4b5563;
  --tw-format-pre-bg: #f3f4f6;
  --tw-format-th-borders: #e5e7eb;
  --tw-format-th-bg: #f9fafb;
  --tw-format-td-borders: #e5e7eb;
  --tw-format-invert-body: #9ca3af;
  --tw-format-invert-headings: #fff;
  --tw-format-invert-lead: #9ca3af;
  --tw-format-invert-links: #fff;
  --tw-format-invert-bold: #fff;
  --tw-format-invert-counters: #9ca3af;
  --tw-format-invert-bullets: #4b5563;
  --tw-format-invert-hr: #374151;
  --tw-format-invert-quotes: #f3f4f6;
  --tw-format-invert-quote-borders: #374151;
  --tw-format-invert-captions: #9ca3af;
  --tw-format-invert-code: #fff;
  --tw-format-invert-code-bg: #1f2937;
  --tw-format-invert-pre-code: #d1d5db;
  --tw-format-invert-pre-bg: #374151;
  --tw-format-invert-th-borders: #4b5563;
  --tw-format-invert-td-borders: #374151;
  --tw-format-invert-th-bg: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.format :where(p):not(:where([class~="not-format"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.format :where(blockquote > p:first-child):not(:where([class~="not-format"] *)) {
  margin-top: 0;
}
.format :where(video):not(:where([class~="not-format"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.format :where(figure):not(:where([class~="not-format"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.format :where(li):not(:where([class~="not-format"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.format :where(ol > li):not(:where([class~="not-format"] *)) {
  padding-left: 0.375em;
}
.format :where(ul > li):not(:where([class~="not-format"] *)) {
  padding-left: 0.375em;
}
.format :where(.format > ul > li p):not(:where([class~="not-format"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.format :where(.format > ul > li > *:first-child):not(:where([class~="not-format"] *)) {
  margin-top: 1.25em;
}
.format :where(.format > ul > li > *:last-child):not(:where([class~="not-format"] *)) {
  margin-bottom: 1.25em;
}
.format :where(.format > ol > li > *:first-child):not(:where([class~="not-format"] *)) {
  margin-top: 1.25em;
}
.format :where(.format > ol > li > *:last-child):not(:where([class~="not-format"] *)) {
  margin-bottom: 1.25em;
}
.format :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-format"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.format :where(hr + *):not(:where([class~="not-format"] *)) {
  margin-top: 0;
}
.format :where(h2 + *):not(:where([class~="not-format"] *)) {
  margin-top: 0;
}
.format :where(h3 + *):not(:where([class~="not-format"] *)) {
  margin-top: 0;
}
.format :where(h4 + *):not(:where([class~="not-format"] *)) {
  margin-top: 0;
}
.format :where(thead th:last-child):not(:where([class~="not-format"] *)) {
  padding-right: 0;
}
.format :where(tbody td, tfoot td):not(:where([class~="not-format"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.format :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-format"] *)) {
  padding-right: 0;
}
.format :where(.format > :first-child):not(:where([class~="not-format"] *)) {
  margin-top: 0;
}
.format :where(.format > :last-child):not(:where([class~="not-format"] *)) {
  margin-bottom: 0;
}
.format-sm {
  font-size: 1rem;
  line-height: 1.7142857;
}
.format-sm :where(p):not(:where([class~="not-format"] *)) {
  margin-top: 1em;
  margin-bottom: 1em;
}
.format-sm :where([class~="lead"]):not(:where([class~="not-format"] *)) {
  font-size: 1.125em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.format-sm :where(blockquote):not(:where([class~="not-format"] *)) {
  margin-bottom: 1.3333333em;
}
.format-sm :where(blockquote):not(:where([class~="not-format"] *))::before {
  margin-top: 1.3333333em;
}
.format-sm :where(h1):not(:where([class~="not-format"] *)) {
  font-size: 1.6666667em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}
.format-sm :where(h2):not(:where([class~="not-format"] *)) {
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.4;
}
.format-sm :where(h3):not(:where([class~="not-format"] *)) {
  font-size: 1.25em;
  margin-top: 0;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.format-sm :where(h4):not(:where([class~="not-format"] *)) {
  font-size: 1.125em;
  margin-top: 0;
  margin-bottom: 0.5em;
  line-height: 1.25;
}
.format-sm :where(img):not(:where([class~="not-format"] *)) {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.format-sm :where(video):not(:where([class~="not-format"] *)) {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.format-sm :where(figure):not(:where([class~="not-format"] *)) {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.format-sm :where(figure > *):not(:where([class~="not-format"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.format-sm :where(figcaption):not(:where([class~="not-format"] *)) {
  font-size: 0.875em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
  text-align: center;
}
.format-sm :where(code):not(:where([class~="not-format"] *)) {
  font-size: 0.875em;
}
.format-sm :where(h2 code):not(:where([class~="not-format"] *)) {
  font-size: 0.9em;
}
.format-sm :where(h3 code):not(:where([class~="not-format"] *)) {
  font-size: 0.8888889em;
}
.format-sm :where(pre):not(:where([class~="not-format"] *)) {
  font-size: 0.875em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}
.format-sm :where(ol):not(:where([class~="not-format"] *)) {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1.375em;
}
.format-sm :where(ul):not(:where([class~="not-format"] *)) {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1.375em;
}
.format-sm :where(li):not(:where([class~="not-format"] *)) {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
.format-sm :where(ol > li):not(:where([class~="not-format"] *)) {
  padding-left: 0.375em;
}
.format-sm :where(ul > li):not(:where([class~="not-format"] *)) {
  padding-left: 0.375em;
}
.format-sm :where(.format > ul > li p):not(:where([class~="not-format"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.format-sm :where(.format > ul > li > *:first-child):not(:where([class~="not-format"] *)) {
  margin-top: 1em;
}
.format-sm :where(.format > ul > li > *:last-child):not(:where([class~="not-format"] *)) {
  margin-bottom: 1em;
}
.format-sm :where(.format > ol > li > *:first-child):not(:where([class~="not-format"] *)) {
  margin-top: 1em;
}
.format-sm :where(.format > ol > li > *:last-child):not(:where([class~="not-format"] *)) {
  margin-bottom: 1em;
}
.format-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-format"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.format-sm :where(hr):not(:where([class~="not-format"] *)) {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}
.format-sm :where(hr + *):not(:where([class~="not-format"] *)) {
  margin-top: 0;
}
.format-sm :where(h2 + *):not(:where([class~="not-format"] *)) {
  margin-top: 0;
}
.format-sm :where(h3 + *):not(:where([class~="not-format"] *)) {
  margin-top: 0;
}
.format-sm :where(h4 + *):not(:where([class~="not-format"] *)) {
  margin-top: 0;
}
.format-sm :where(table):not(:where([class~="not-format"] *)) {
  font-size: 0.875em;
  line-height: 1.5;
}
.format-sm :where(thead th):not(:where([class~="not-format"] *)) {
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}
.format-sm :where(thead th:first-child):not(:where([class~="not-format"] *)) {
  padding-left: 0;
}
.format-sm :where(thead th:last-child):not(:where([class~="not-format"] *)) {
  padding-right: 0;
}
.format-sm :where(tbody td, tfoot td):not(:where([class~="not-format"] *)) {
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}
.format-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-format"] *)) {
  padding-left: 0;
}
.format-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-format"] *)) {
  padding-right: 0;
}
.format-sm :where(.format > :first-child):not(:where([class~="not-format"] *)) {
  margin-top: 0;
}
.format-sm :where(.format > :last-child):not(:where([class~="not-format"] *)) {
  margin-bottom: 0;
}
.format-base {
  font-size: 1rem;
  line-height: 1.75;
}
.format-base :where(p):not(:where([class~="not-format"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.format-base :where([class~="lead"]):not(:where([class~="not-format"] *)) {
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.format-base :where(blockquote):not(:where([class~="not-format"] *)) {
  margin-bottom: 1.6em;
}
.format-base :where(blockquote):not(:where([class~="not-format"] *))::before {
  margin-top: 1.6em;
}
.format-base :where(blockquote > p:first-child):not(:where([class~="not-format"] *)) {
  margin-top: 0;
}
.format-base :where(h1):not(:where([class~="not-format"] *)) {
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.format-base :where(h2):not(:where([class~="not-format"] *)) {
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.format-base :where(h3):not(:where([class~="not-format"] *)) {
  font-size: 1.25em;
  margin-top: 0;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.format-base :where(h4):not(:where([class~="not-format"] *)) {
  margin-top: 0;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.format-base :where(img):not(:where([class~="not-format"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.format-base :where(video):not(:where([class~="not-format"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.format-base :where(figure):not(:where([class~="not-format"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.format-base :where(figure > *):not(:where([class~="not-format"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.format-base :where(figcaption):not(:where([class~="not-format"] *)) {
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.format-base :where(code):not(:where([class~="not-format"] *)) {
  font-size: 0.875em;
}
.format-base :where(h2 code):not(:where([class~="not-format"] *)) {
  font-size: 0.875em;
}
.format-base :where(h3 code):not(:where([class~="not-format"] *)) {
  font-size: 0.9em;
}
.format-base :where(pre):not(:where([class~="not-format"] *)) {
  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-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.format-base :where(ol):not(:where([class~="not-format"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.format-base :where(ul):not(:where([class~="not-format"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.format-base :where(li):not(:where([class~="not-format"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.format-base :where(ol > li):not(:where([class~="not-format"] *)) {
  padding-left: 0.375em;
}
.format-base :where(ul > li):not(:where([class~="not-format"] *)) {
  padding-left: 0.375em;
}
.format-base :where(.format > ul > li p):not(:where([class~="not-format"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.format-base :where(.format > ul > li > *:first-child):not(:where([class~="not-format"] *)) {
  margin-top: 1.25em;
}
.format-base :where(.format > ul > li > *:last-child):not(:where([class~="not-format"] *)) {
  margin-bottom: 1.25em;
}
.format-base :where(.format > ol > li > *:first-child):not(:where([class~="not-format"] *)) {
  margin-top: 1.25em;
}
.format-base :where(.format > ol > li > *:last-child):not(:where([class~="not-format"] *)) {
  margin-bottom: 1.25em;
}
.format-base :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-format"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.format-base :where(hr):not(:where([class~="not-format"] *)) {
  margin-top: 3em;
  margin-bottom: 3em;
}
.format-base :where(hr + *):not(:where([class~="not-format"] *)) {
  margin-top: 0;
}
.format-base :where(h2 + *):not(:where([class~="not-format"] *)) {
  margin-top: 0;
}
.format-base :where(h3 + *):not(:where([class~="not-format"] *)) {
  margin-top: 0;
}
.format-base :where(h4 + *):not(:where([class~="not-format"] *)) {
  margin-top: 0;
}
.format-base :where(table):not(:where([class~="not-format"] *)) {
  font-size: 0.875em;
  line-height: 1.7142857;
}
.format-base :where(thead th):not(:where([class~="not-format"] *)) {
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.format-base :where(thead th:last-child):not(:where([class~="not-format"] *)) {
  padding-right: 0;
}
.format-base :where(tbody td, tfoot td):not(:where([class~="not-format"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.format-base :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-format"] *)) {
  padding-right: 0;
}
.format-base :where(.format > :first-child):not(:where([class~="not-format"] *)) {
  margin-top: 0;
}
.format-base :where(.format > :last-child):not(:where([class~="not-format"] *)) {
  margin-bottom: 0;
}
.format-lg {
  font-size: 1.125rem;
  line-height: 1.7777778;
}
.format-lg :where(p):not(:where([class~="not-format"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
.format-lg :where([class~="lead"]):not(:where([class~="not-format"] *)) {
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}
.format-lg :where(blockquote):not(:where([class~="not-format"] *))::before {
  margin-top: 1.6666667em;
}
.format-lg :where(blockquote > p:first-child):not(:where([class~="not-format"] *)) {
  margin-top: 0.5em;
}
.format-lg :where(h1):not(:where([class~="not-format"] *)) {
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}
.format-lg :where(h2):not(:where([class~="not-format"] *)) {
  font-size: 2em;
  margin-top: 0;
  margin-bottom: 0.6666667em;
  line-height: 1.3333333;
}
.format-lg :where(h3):not(:where([class~="not-format"] *)) {
  font-size: 1.3333333em;
  margin-top: 0;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}
.format-lg :where(h4):not(:where([class~="not-format"] *)) {
  margin-top: 0;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.format-lg :where(img):not(:where([class~="not-format"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.format-lg :where(video):not(:where([class~="not-format"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.format-lg :where(figure):not(:where([class~="not-format"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.format-lg :where(figure > *):not(:where([class~="not-format"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.format-lg :where(figcaption):not(:where([class~="not-format"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}
.format-lg :where(code):not(:where([class~="not-format"] *)) {
  font-size: 0.8888889em;
}
.format-lg :where(h2 code):not(:where([class~="not-format"] *)) {
  font-size: 0.8666667em;
}
.format-lg :where(h3 code):not(:where([class~="not-format"] *)) {
  font-size: 0.875em;
}
.format-lg :where(pre):not(:where([class~="not-format"] *)) {
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-right: 1.5em;
  padding-bottom: 1em;
  padding-left: 1.5em;
}
.format-lg :where(ol):not(:where([class~="not-format"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.5555556em;
}
.format-lg :where(ul):not(:where([class~="not-format"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.5555556em;
}
.format-lg :where(li):not(:where([class~="not-format"] *)) {
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}
.format-lg :where(ol > li):not(:where([class~="not-format"] *)) {
  padding-left: 0.4444444em;
}
.format-lg :where(ul > li):not(:where([class~="not-format"] *)) {
  padding-left: 0.4444444em;
}
.format-lg :where(.format > ul > li p):not(:where([class~="not-format"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.format-lg :where(.format > ul > li > *:first-child):not(:where([class~="not-format"] *)) {
  margin-top: 1.3333333em;
}
.format-lg :where(.format > ul > li > *:last-child):not(:where([class~="not-format"] *)) {
  margin-bottom: 1.3333333em;
}
.format-lg :where(.format > ol > li > *:first-child):not(:where([class~="not-format"] *)) {
  margin-top: 1.3333333em;
}
.format-lg :where(.format > ol > li > *:last-child):not(:where([class~="not-format"] *)) {
  margin-bottom: 1.3333333em;
}
.format-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-format"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.format-lg :where(hr):not(:where([class~="not-format"] *)) {
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}
.format-lg :where(hr + *):not(:where([class~="not-format"] *)) {
  margin-top: 0;
}
.format-lg :where(h2 + *):not(:where([class~="not-format"] *)) {
  margin-top: 0;
}
.format-lg :where(h3 + *):not(:where([class~="not-format"] *)) {
  margin-top: 0;
}
.format-lg :where(h4 + *):not(:where([class~="not-format"] *)) {
  margin-top: 0;
}
.format-lg :where(table):not(:where([class~="not-format"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
}
.format-lg :where(thead th):not(:where([class~="not-format"] *)) {
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}
.format-lg :where(thead th:last-child):not(:where([class~="not-format"] *)) {
  padding-right: 0;
}
.format-lg :where(tbody td, tfoot td):not(:where([class~="not-format"] *)) {
  padding-top: 0.75em;
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}
.format-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-format"] *)) {
  padding-right: 0;
}
.format-lg :where(.format > :first-child):not(:where([class~="not-format"] *)) {
  margin-top: 0;
}
.format-lg :where(.format > :last-child):not(:where([class~="not-format"] *)) {
  margin-bottom: 0;
}
.format-invert {
  --tw-format-body: var(--tw-format-invert-body);
  --tw-format-headings: var(--tw-format-invert-headings);
  --tw-format-lead: var(--tw-format-invert-lead);
  --tw-format-links: var(--tw-format-invert-links);
  --tw-format-bold: var(--tw-format-invert-bold);
  --tw-format-counters: var(--tw-format-invert-counters);
  --tw-format-bullets: var(--tw-format-invert-bullets);
  --tw-format-hr: var(--tw-format-invert-hr);
  --tw-format-quotes: var(--tw-format-invert-quotes);
  --tw-format-quote-borders: var(--tw-format-invert-quote-borders);
  --tw-format-captions: var(--tw-format-invert-captions);
  --tw-format-code: var(--tw-format-invert-code);
  --tw-format-code-bg: var(--tw-format-invert-code-bg);
  --tw-format-pre-code: var(--tw-format-invert-pre-code);
  --tw-format-pre-bg: var(--tw-format-invert-pre-bg);
  --tw-format-th-borders: var(--tw-format-invert-th-borders);
  --tw-format-td-borders: var(--tw-format-invert-td-borders);
  --tw-format-th-bg: var(--tw-format-invert-th-bg);
}
.format-gray {
  --tw-format-body: #6b7280;
  --tw-format-headings: #111827;
  --tw-format-lead: #6b7280;
  --tw-format-links: #4b5563;
  --tw-format-bold: #111827;
  --tw-format-counters: #6b7280;
  --tw-format-bullets: #6b7280;
  --tw-format-hr: #e5e7eb;
  --tw-format-quotes: #111827;
  --tw-format-quote-borders: #e5e7eb;
  --tw-format-captions: #6b7280;
  --tw-format-code: #111827;
  --tw-format-code-bg: #f3f4f6;
  --tw-format-pre-code: #4b5563;
  --tw-format-pre-bg: #f3f4f6;
  --tw-format-th-borders: #e5e7eb;
  --tw-format-th-bg: #f9fafb;
  --tw-format-td-borders: #e5e7eb;
  --tw-format-invert-body: #9ca3af;
  --tw-format-invert-headings: #fff;
  --tw-format-invert-lead: #9ca3af;
  --tw-format-invert-links: #fff;
  --tw-format-invert-bold: #fff;
  --tw-format-invert-counters: #9ca3af;
  --tw-format-invert-bullets: #4b5563;
  --tw-format-invert-hr: #374151;
  --tw-format-invert-quotes: #f3f4f6;
  --tw-format-invert-quote-borders: #374151;
  --tw-format-invert-captions: #9ca3af;
  --tw-format-invert-code: #fff;
  --tw-format-invert-code-bg: #1f2937;
  --tw-format-invert-pre-code: #d1d5db;
  --tw-format-invert-pre-bg: #374151;
  --tw-format-invert-th-borders: #4b5563;
  --tw-format-invert-td-borders: #374151;
  --tw-format-invert-th-bg: #374151;
}
.format-red {
  --tw-format-links: #dc2626;
  --tw-format-invert-links: #ef4444;
}
.format-orange {
  --tw-format-links: #ea580c;
  --tw-format-invert-links: #f97316;
}
.format-amber {
  --tw-format-links: #d97706;
  --tw-format-invert-links: #f59e0b;
}
.format-yellow {
  --tw-format-links: #ca8a04;
  --tw-format-invert-links: #eab308;
}
.format-lime {
  --tw-format-links: #65a30d;
  --tw-format-invert-links: #84cc16;
}
.format-green {
  --tw-format-links: #16a34a;
  --tw-format-invert-links: #22c55e;
}
.format-emerald {
  --tw-format-links: #059669;
  --tw-format-invert-links: #10b981;
}
.format-teal {
  --tw-format-links: #0d9488;
  --tw-format-invert-links: #14b8a6;
}
.format-cyan {
  --tw-format-links: #0891b2;
  --tw-format-invert-links: #06b6d4;
}
.format-sky {
  --tw-format-links: #0284c7;
  --tw-format-invert-links: #0ea5e9;
}
.format-blue {
  --tw-format-links: #2563eb;
  --tw-format-invert-links: #3b82f6;
}
.format-indigo {
  --tw-format-links: #4f46e5;
  --tw-format-invert-links: #6366f1;
}
.format-violet {
  --tw-format-links: #7c3aed;
  --tw-format-invert-links: #8b5cf6;
}
.format-purple {
  --tw-format-links: #9333ea;
  --tw-format-invert-links: #a855f7;
}
.format-fuchsia {
  --tw-format-links: #c026d3;
  --tw-format-invert-links: #d946ef;
}
.format-pink {
  --tw-format-links: #db2777;
  --tw-format-invert-links: #ec4899;
}
.format-rose {
  --tw-format-links: #e11d48;
  --tw-format-invert-links: #f43f5e;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0px;
}
.top-4 {
  top: 1rem;
}
.z-1 {
  z-index: 1;
}
.z-10 {
  z-index: 10;
}
.col-span-10 {
  grid-column: span 10 / span 10;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-start-2 {
  grid-column-start: 2;
}
.-m-0 {
  margin: -0px;
}
.-m-0\.5 {
  margin: -0.125rem;
}
.-m-1 {
  margin: -0.25rem;
}
.-m-1\.5 {
  margin: -0.375rem;
}
.-m-1\/2 {
  margin: -50%;
}
.-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-2px {
  margin: -2px;
}
.-m-3 {
  margin: -0.75rem;
}
.-m-3\.5 {
  margin: -0.875rem;
}
.-m-32 {
  margin: -8rem;
}
.-m-36 {
  margin: -9rem;
}
.-m-3px {
  margin: -3px;
}
.-m-4 {
  margin: -1rem;
}
.-m-4\.5 {
  margin: -1.125rem;
}
.-m-40 {
  margin: -10rem;
}
.-m-44 {
  margin: -11rem;
}
.-m-48 {
  margin: -12rem;
}
.-m-4px {
  margin: -4px;
}
.-m-5 {
  margin: -1.25rem;
}
.-m-5\.5 {
  margin: -1.375rem;
}
.-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-px {
  margin: -1px;
}
.m-0 {
  margin: 0px;
}
.m-0\.5 {
  margin: 0.125rem;
}
.m-1 {
  margin: 0.25rem;
}
.m-1\.5 {
  margin: 0.375rem;
}
.m-1\/2 {
  margin: 50%;
}
.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-2px {
  margin: 2px;
}
.m-3 {
  margin: 0.75rem;
}
.m-3\.5 {
  margin: 0.875rem;
}
.m-32 {
  margin: 8rem;
}
.m-36 {
  margin: 9rem;
}
.m-3px {
  margin: 3px;
}
.m-4 {
  margin: 1rem;
}
.m-4\.5 {
  margin: 1.125rem;
}
.m-40 {
  margin: 10rem;
}
.m-44 {
  margin: 11rem;
}
.m-48 {
  margin: 12rem;
}
.m-4px {
  margin: 4px;
}
.m-5 {
  margin: 1.25rem;
}
.m-5\.5 {
  margin: 1.375rem;
}
.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;
}
.m-px {
  margin: 1px;
}
.-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-1\/2 {
  margin-left: -50%;
  margin-right: -50%;
}
.-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-2px {
  margin-left: -2px;
  margin-right: -2px;
}
.-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-3px {
  margin-left: -3px;
  margin-right: -3px;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.-mx-4\.5 {
  margin-left: -1.125rem;
  margin-right: -1.125rem;
}
.-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-4px {
  margin-left: -4px;
  margin-right: -4px;
}
.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.-mx-5\.5 {
  margin-left: -1.375rem;
  margin-right: -1.375rem;
}
.-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-px {
  margin-left: -1px;
  margin-right: -1px;
}
.-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-1\/2 {
  margin-top: -50%;
  margin-bottom: -50%;
}
.-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-2px {
  margin-top: -2px;
  margin-bottom: -2px;
}
.-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-3px {
  margin-top: -3px;
  margin-bottom: -3px;
}
.-my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}
.-my-4\.5 {
  margin-top: -1.125rem;
  margin-bottom: -1.125rem;
}
.-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-4px {
  margin-top: -4px;
  margin-bottom: -4px;
}
.-my-5 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}
.-my-5\.5 {
  margin-top: -1.375rem;
  margin-bottom: -1.375rem;
}
.-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-px {
  margin-top: -1px;
  margin-bottom: -1px;
}
.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-1\/2 {
  margin-left: 50%;
  margin-right: 50%;
}
.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-2px {
  margin-left: 2px;
  margin-right: 2px;
}
.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-3px {
  margin-left: 3px;
  margin-right: 3px;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-4\.5 {
  margin-left: 1.125rem;
  margin-right: 1.125rem;
}
.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-4px {
  margin-left: 4px;
  margin-right: 4px;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-5\.5 {
  margin-left: 1.375rem;
  margin-right: 1.375rem;
}
.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;
}
.mx-px {
  margin-left: 1px;
  margin-right: 1px;
}
.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-1\/2 {
  margin-top: 50%;
  margin-bottom: 50%;
}
.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-2px {
  margin-top: 2px;
  margin-bottom: 2px;
}
.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-3px {
  margin-top: 3px;
  margin-bottom: 3px;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-4\.5 {
  margin-top: 1.125rem;
  margin-bottom: 1.125rem;
}
.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-4px {
  margin-top: 4px;
  margin-bottom: 4px;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-5\.5 {
  margin-top: 1.375rem;
  margin-bottom: 1.375rem;
}
.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;
}
.my-px {
  margin-top: 1px;
  margin-bottom: 1px;
}
.-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-1\/2 {
  margin-bottom: -50%;
}
.-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-2px {
  margin-bottom: -2px;
}
.-mb-3 {
  margin-bottom: -0.75rem;
}
.-mb-3\.5 {
  margin-bottom: -0.875rem;
}
.-mb-32 {
  margin-bottom: -8rem;
}
.-mb-36 {
  margin-bottom: -9rem;
}
.-mb-3px {
  margin-bottom: -3px;
}
.-mb-4 {
  margin-bottom: -1rem;
}
.-mb-4\.5 {
  margin-bottom: -1.125rem;
}
.-mb-40 {
  margin-bottom: -10rem;
}
.-mb-44 {
  margin-bottom: -11rem;
}
.-mb-48 {
  margin-bottom: -12rem;
}
.-mb-4px {
  margin-bottom: -4px;
}
.-mb-5 {
  margin-bottom: -1.25rem;
}
.-mb-5\.5 {
  margin-bottom: -1.375rem;
}
.-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-px {
  margin-bottom: -1px;
}
.-me-0 {
  margin-inline-end: -0px;
}
.-me-0\.5 {
  margin-inline-end: -0.125rem;
}
.-me-1 {
  margin-inline-end: -0.25rem;
}
.-me-1\.5 {
  margin-inline-end: -0.375rem;
}
.-me-1\/2 {
  margin-inline-end: -50%;
}
.-me-10 {
  margin-inline-end: -2.5rem;
}
.-me-11 {
  margin-inline-end: -2.75rem;
}
.-me-12 {
  margin-inline-end: -3rem;
}
.-me-14 {
  margin-inline-end: -3.5rem;
}
.-me-16 {
  margin-inline-end: -4rem;
}
.-me-2 {
  margin-inline-end: -0.5rem;
}
.-me-2\.5 {
  margin-inline-end: -0.625rem;
}
.-me-20 {
  margin-inline-end: -5rem;
}
.-me-24 {
  margin-inline-end: -6rem;
}
.-me-28 {
  margin-inline-end: -7rem;
}
.-me-2px {
  margin-inline-end: -2px;
}
.-me-3 {
  margin-inline-end: -0.75rem;
}
.-me-3\.5 {
  margin-inline-end: -0.875rem;
}
.-me-32 {
  margin-inline-end: -8rem;
}
.-me-36 {
  margin-inline-end: -9rem;
}
.-me-3px {
  margin-inline-end: -3px;
}
.-me-4 {
  margin-inline-end: -1rem;
}
.-me-4\.5 {
  margin-inline-end: -1.125rem;
}
.-me-40 {
  margin-inline-end: -10rem;
}
.-me-44 {
  margin-inline-end: -11rem;
}
.-me-48 {
  margin-inline-end: -12rem;
}
.-me-4px {
  margin-inline-end: -4px;
}
.-me-5 {
  margin-inline-end: -1.25rem;
}
.-me-5\.5 {
  margin-inline-end: -1.375rem;
}
.-me-52 {
  margin-inline-end: -13rem;
}
.-me-56 {
  margin-inline-end: -14rem;
}
.-me-6 {
  margin-inline-end: -1.5rem;
}
.-me-60 {
  margin-inline-end: -15rem;
}
.-me-64 {
  margin-inline-end: -16rem;
}
.-me-7 {
  margin-inline-end: -1.75rem;
}
.-me-72 {
  margin-inline-end: -18rem;
}
.-me-8 {
  margin-inline-end: -2rem;
}
.-me-80 {
  margin-inline-end: -20rem;
}
.-me-9 {
  margin-inline-end: -2.25rem;
}
.-me-96 {
  margin-inline-end: -24rem;
}
.-me-px {
  margin-inline-end: -1px;
}
.-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-1\/2 {
  margin-left: -50%;
}
.-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-2px {
  margin-left: -2px;
}
.-ml-3 {
  margin-left: -0.75rem;
}
.-ml-3\.5 {
  margin-left: -0.875rem;
}
.-ml-32 {
  margin-left: -8rem;
}
.-ml-36 {
  margin-left: -9rem;
}
.-ml-3px {
  margin-left: -3px;
}
.-ml-4 {
  margin-left: -1rem;
}
.-ml-4\.5 {
  margin-left: -1.125rem;
}
.-ml-40 {
  margin-left: -10rem;
}
.-ml-44 {
  margin-left: -11rem;
}
.-ml-48 {
  margin-left: -12rem;
}
.-ml-4px {
  margin-left: -4px;
}
.-ml-5 {
  margin-left: -1.25rem;
}
.-ml-5\.5 {
  margin-left: -1.375rem;
}
.-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-px {
  margin-left: -1px;
}
.-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-1\/2 {
  margin-right: -50%;
}
.-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-2px {
  margin-right: -2px;
}
.-mr-3 {
  margin-right: -0.75rem;
}
.-mr-3\.5 {
  margin-right: -0.875rem;
}
.-mr-32 {
  margin-right: -8rem;
}
.-mr-36 {
  margin-right: -9rem;
}
.-mr-3px {
  margin-right: -3px;
}
.-mr-4 {
  margin-right: -1rem;
}
.-mr-4\.5 {
  margin-right: -1.125rem;
}
.-mr-40 {
  margin-right: -10rem;
}
.-mr-44 {
  margin-right: -11rem;
}
.-mr-48 {
  margin-right: -12rem;
}
.-mr-4px {
  margin-right: -4px;
}
.-mr-5 {
  margin-right: -1.25rem;
}
.-mr-5\.5 {
  margin-right: -1.375rem;
}
.-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-px {
  margin-right: -1px;
}
.-ms-0 {
  margin-inline-start: -0px;
}
.-ms-0\.5 {
  margin-inline-start: -0.125rem;
}
.-ms-1 {
  margin-inline-start: -0.25rem;
}
.-ms-1\.5 {
  margin-inline-start: -0.375rem;
}
.-ms-1\/2 {
  margin-inline-start: -50%;
}
.-ms-10 {
  margin-inline-start: -2.5rem;
}
.-ms-11 {
  margin-inline-start: -2.75rem;
}
.-ms-12 {
  margin-inline-start: -3rem;
}
.-ms-14 {
  margin-inline-start: -3.5rem;
}
.-ms-16 {
  margin-inline-start: -4rem;
}
.-ms-2 {
  margin-inline-start: -0.5rem;
}
.-ms-2\.5 {
  margin-inline-start: -0.625rem;
}
.-ms-20 {
  margin-inline-start: -5rem;
}
.-ms-24 {
  margin-inline-start: -6rem;
}
.-ms-28 {
  margin-inline-start: -7rem;
}
.-ms-2px {
  margin-inline-start: -2px;
}
.-ms-3 {
  margin-inline-start: -0.75rem;
}
.-ms-3\.5 {
  margin-inline-start: -0.875rem;
}
.-ms-32 {
  margin-inline-start: -8rem;
}
.-ms-36 {
  margin-inline-start: -9rem;
}
.-ms-3px {
  margin-inline-start: -3px;
}
.-ms-4 {
  margin-inline-start: -1rem;
}
.-ms-4\.5 {
  margin-inline-start: -1.125rem;
}
.-ms-40 {
  margin-inline-start: -10rem;
}
.-ms-44 {
  margin-inline-start: -11rem;
}
.-ms-48 {
  margin-inline-start: -12rem;
}
.-ms-4px {
  margin-inline-start: -4px;
}
.-ms-5 {
  margin-inline-start: -1.25rem;
}
.-ms-5\.5 {
  margin-inline-start: -1.375rem;
}
.-ms-52 {
  margin-inline-start: -13rem;
}
.-ms-56 {
  margin-inline-start: -14rem;
}
.-ms-6 {
  margin-inline-start: -1.5rem;
}
.-ms-60 {
  margin-inline-start: -15rem;
}
.-ms-64 {
  margin-inline-start: -16rem;
}
.-ms-7 {
  margin-inline-start: -1.75rem;
}
.-ms-72 {
  margin-inline-start: -18rem;
}
.-ms-8 {
  margin-inline-start: -2rem;
}
.-ms-80 {
  margin-inline-start: -20rem;
}
.-ms-9 {
  margin-inline-start: -2.25rem;
}
.-ms-96 {
  margin-inline-start: -24rem;
}
.-ms-px {
  margin-inline-start: -1px;
}
.-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-1\/2 {
  margin-top: -50%;
}
.-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-2px {
  margin-top: -2px;
}
.-mt-3 {
  margin-top: -0.75rem;
}
.-mt-3\.5 {
  margin-top: -0.875rem;
}
.-mt-32 {
  margin-top: -8rem;
}
.-mt-36 {
  margin-top: -9rem;
}
.-mt-3px {
  margin-top: -3px;
}
.-mt-4 {
  margin-top: -1rem;
}
.-mt-4\.5 {
  margin-top: -1.125rem;
}
.-mt-40 {
  margin-top: -10rem;
}
.-mt-44 {
  margin-top: -11rem;
}
.-mt-48 {
  margin-top: -12rem;
}
.-mt-4px {
  margin-top: -4px;
}
.-mt-5 {
  margin-top: -1.25rem;
}
.-mt-5\.5 {
  margin-top: -1.375rem;
}
.-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-px {
  margin-top: -1px;
}
.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-1\/2 {
  margin-bottom: 50%;
}
.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-2px {
  margin-bottom: 2px;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-3\.5 {
  margin-bottom: 0.875rem;
}
.mb-32 {
  margin-bottom: 8rem;
}
.mb-36 {
  margin-bottom: 9rem;
}
.mb-3px {
  margin-bottom: 3px;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-4\.5 {
  margin-bottom: 1.125rem;
}
.mb-40 {
  margin-bottom: 10rem;
}
.mb-44 {
  margin-bottom: 11rem;
}
.mb-48 {
  margin-bottom: 12rem;
}
.mb-4px {
  margin-bottom: 4px;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-5\.5 {
  margin-bottom: 1.375rem;
}
.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;
}
.mb-px {
  margin-bottom: 1px;
}
.me-0 {
  margin-inline-end: 0px;
}
.me-0\.5 {
  margin-inline-end: 0.125rem;
}
.me-1 {
  margin-inline-end: 0.25rem;
}
.me-1\.5 {
  margin-inline-end: 0.375rem;
}
.me-1\/2 {
  margin-inline-end: 50%;
}
.me-10 {
  margin-inline-end: 2.5rem;
}
.me-11 {
  margin-inline-end: 2.75rem;
}
.me-12 {
  margin-inline-end: 3rem;
}
.me-14 {
  margin-inline-end: 3.5rem;
}
.me-16 {
  margin-inline-end: 4rem;
}
.me-2 {
  margin-inline-end: 0.5rem;
}
.me-2\.5 {
  margin-inline-end: 0.625rem;
}
.me-20 {
  margin-inline-end: 5rem;
}
.me-24 {
  margin-inline-end: 6rem;
}
.me-28 {
  margin-inline-end: 7rem;
}
.me-2px {
  margin-inline-end: 2px;
}
.me-3 {
  margin-inline-end: 0.75rem;
}
.me-3\.5 {
  margin-inline-end: 0.875rem;
}
.me-32 {
  margin-inline-end: 8rem;
}
.me-36 {
  margin-inline-end: 9rem;
}
.me-3px {
  margin-inline-end: 3px;
}
.me-4 {
  margin-inline-end: 1rem;
}
.me-4\.5 {
  margin-inline-end: 1.125rem;
}
.me-40 {
  margin-inline-end: 10rem;
}
.me-44 {
  margin-inline-end: 11rem;
}
.me-48 {
  margin-inline-end: 12rem;
}
.me-4px {
  margin-inline-end: 4px;
}
.me-5 {
  margin-inline-end: 1.25rem;
}
.me-5\.5 {
  margin-inline-end: 1.375rem;
}
.me-52 {
  margin-inline-end: 13rem;
}
.me-56 {
  margin-inline-end: 14rem;
}
.me-6 {
  margin-inline-end: 1.5rem;
}
.me-60 {
  margin-inline-end: 15rem;
}
.me-64 {
  margin-inline-end: 16rem;
}
.me-7 {
  margin-inline-end: 1.75rem;
}
.me-72 {
  margin-inline-end: 18rem;
}
.me-8 {
  margin-inline-end: 2rem;
}
.me-80 {
  margin-inline-end: 20rem;
}
.me-9 {
  margin-inline-end: 2.25rem;
}
.me-96 {
  margin-inline-end: 24rem;
}
.me-auto {
  margin-inline-end: auto;
}
.me-px {
  margin-inline-end: 1px;
}
.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-1\/2 {
  margin-left: 50%;
}
.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-2px {
  margin-left: 2px;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-3\.5 {
  margin-left: 0.875rem;
}
.ml-32 {
  margin-left: 8rem;
}
.ml-36 {
  margin-left: 9rem;
}
.ml-3px {
  margin-left: 3px;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-4\.5 {
  margin-left: 1.125rem;
}
.ml-40 {
  margin-left: 10rem;
}
.ml-44 {
  margin-left: 11rem;
}
.ml-48 {
  margin-left: 12rem;
}
.ml-4px {
  margin-left: 4px;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-5\.5 {
  margin-left: 1.375rem;
}
.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-auto {
  margin-left: auto;
}
.ml-px {
  margin-left: 1px;
}
.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-1\/2 {
  margin-right: 50%;
}
.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-2px {
  margin-right: 2px;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-3\.5 {
  margin-right: 0.875rem;
}
.mr-32 {
  margin-right: 8rem;
}
.mr-36 {
  margin-right: 9rem;
}
.mr-3px {
  margin-right: 3px;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-4\.5 {
  margin-right: 1.125rem;
}
.mr-40 {
  margin-right: 10rem;
}
.mr-44 {
  margin-right: 11rem;
}
.mr-48 {
  margin-right: 12rem;
}
.mr-4px {
  margin-right: 4px;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-5\.5 {
  margin-right: 1.375rem;
}
.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;
}
.mr-px {
  margin-right: 1px;
}
.ms-0 {
  margin-inline-start: 0px;
}
.ms-0\.5 {
  margin-inline-start: 0.125rem;
}
.ms-1 {
  margin-inline-start: 0.25rem;
}
.ms-1\.5 {
  margin-inline-start: 0.375rem;
}
.ms-1\/2 {
  margin-inline-start: 50%;
}
.ms-10 {
  margin-inline-start: 2.5rem;
}
.ms-11 {
  margin-inline-start: 2.75rem;
}
.ms-12 {
  margin-inline-start: 3rem;
}
.ms-14 {
  margin-inline-start: 3.5rem;
}
.ms-16 {
  margin-inline-start: 4rem;
}
.ms-2 {
  margin-inline-start: 0.5rem;
}
.ms-2\.5 {
  margin-inline-start: 0.625rem;
}
.ms-20 {
  margin-inline-start: 5rem;
}
.ms-24 {
  margin-inline-start: 6rem;
}
.ms-28 {
  margin-inline-start: 7rem;
}
.ms-2px {
  margin-inline-start: 2px;
}
.ms-3 {
  margin-inline-start: 0.75rem;
}
.ms-3\.5 {
  margin-inline-start: 0.875rem;
}
.ms-32 {
  margin-inline-start: 8rem;
}
.ms-36 {
  margin-inline-start: 9rem;
}
.ms-3px {
  margin-inline-start: 3px;
}
.ms-4 {
  margin-inline-start: 1rem;
}
.ms-4\.5 {
  margin-inline-start: 1.125rem;
}
.ms-40 {
  margin-inline-start: 10rem;
}
.ms-44 {
  margin-inline-start: 11rem;
}
.ms-48 {
  margin-inline-start: 12rem;
}
.ms-4px {
  margin-inline-start: 4px;
}
.ms-5 {
  margin-inline-start: 1.25rem;
}
.ms-5\.5 {
  margin-inline-start: 1.375rem;
}
.ms-52 {
  margin-inline-start: 13rem;
}
.ms-56 {
  margin-inline-start: 14rem;
}
.ms-6 {
  margin-inline-start: 1.5rem;
}
.ms-60 {
  margin-inline-start: 15rem;
}
.ms-64 {
  margin-inline-start: 16rem;
}
.ms-7 {
  margin-inline-start: 1.75rem;
}
.ms-72 {
  margin-inline-start: 18rem;
}
.ms-8 {
  margin-inline-start: 2rem;
}
.ms-80 {
  margin-inline-start: 20rem;
}
.ms-9 {
  margin-inline-start: 2.25rem;
}
.ms-96 {
  margin-inline-start: 24rem;
}
.ms-auto {
  margin-inline-start: auto;
}
.ms-px {
  margin-inline-start: 1px;
}
.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-1\/2 {
  margin-top: 50%;
}
.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-2px {
  margin-top: 2px;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-3\.5 {
  margin-top: 0.875rem;
}
.mt-32 {
  margin-top: 8rem;
}
.mt-36 {
  margin-top: 9rem;
}
.mt-3px {
  margin-top: 3px;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-4\.5 {
  margin-top: 1.125rem;
}
.mt-40 {
  margin-top: 10rem;
}
.mt-44 {
  margin-top: 11rem;
}
.mt-48 {
  margin-top: 12rem;
}
.mt-4px {
  margin-top: 4px;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-5\.5 {
  margin-top: 1.375rem;
}
.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-auto {
  margin-top: auto;
}
.mt-px {
  margin-top: 1px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-1\/2 {
  height: 50%;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-56 {
  height: 14rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-96 {
  height: 24rem;
}
.h-full {
  height: 100%;
}
.w-1\/2 {
  width: 50%;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-48 {
  width: 12rem;
}
.w-6 {
  width: 1.5rem;
}
.w-64 {
  width: 16rem;
}
.w-8 {
  width: 2rem;
}
.w-full {
  width: 100%;
}
.max-w-md {
  max-width: 28rem;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink {
  flex-shrink: 1;
}
.flex-grow {
  flex-grow: 1;
}
.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));
}
.resize {
  resize: both;
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-content-center {
  place-content: center;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0 {
  gap: 0px;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.self-start {
  align-self: flex-start;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.text-clip {
  text-overflow: clip;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.375rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.75rem;
}
.rounded-none {
  border-radius: 0;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-4 {
  border-top-width: 4px;
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(238 240 240 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(230 231 231 / var(--tw-border-opacity));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(217 218 218 / var(--tw-border-opacity));
}
.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(197 199 199 / var(--tw-border-opacity));
}
.border-gray-850 {
  --tw-border-opacity: 1;
  border-color: rgb(76 80 86 / var(--tw-border-opacity));
}
.bg-aubergine-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(180 175 241 / var(--tw-bg-opacity));
}
.bg-aubergine-100\/0 {
  background-color: rgb(180 175 241 / 0);
}
.bg-aubergine-100\/10 {
  background-color: rgb(180 175 241 / 0.1);
}
.bg-aubergine-100\/100 {
  background-color: rgb(180 175 241 / 1);
}
.bg-aubergine-100\/20 {
  background-color: rgb(180 175 241 / 0.2);
}
.bg-aubergine-100\/25 {
  background-color: rgb(180 175 241 / 0.25);
}
.bg-aubergine-100\/30 {
  background-color: rgb(180 175 241 / 0.3);
}
.bg-aubergine-100\/40 {
  background-color: rgb(180 175 241 / 0.4);
}
.bg-aubergine-100\/5 {
  background-color: rgb(180 175 241 / 0.05);
}
.bg-aubergine-100\/50 {
  background-color: rgb(180 175 241 / 0.5);
}
.bg-aubergine-100\/60 {
  background-color: rgb(180 175 241 / 0.6);
}
.bg-aubergine-100\/70 {
  background-color: rgb(180 175 241 / 0.7);
}
.bg-aubergine-100\/75 {
  background-color: rgb(180 175 241 / 0.75);
}
.bg-aubergine-100\/80 {
  background-color: rgb(180 175 241 / 0.8);
}
.bg-aubergine-100\/90 {
  background-color: rgb(180 175 241 / 0.9);
}
.bg-aubergine-100\/95 {
  background-color: rgb(180 175 241 / 0.95);
}
.bg-aubergine-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(137 129 228 / var(--tw-bg-opacity));
}
.bg-aubergine-200\/0 {
  background-color: rgb(137 129 228 / 0);
}
.bg-aubergine-200\/10 {
  background-color: rgb(137 129 228 / 0.1);
}
.bg-aubergine-200\/100 {
  background-color: rgb(137 129 228 / 1);
}
.bg-aubergine-200\/20 {
  background-color: rgb(137 129 228 / 0.2);
}
.bg-aubergine-200\/25 {
  background-color: rgb(137 129 228 / 0.25);
}
.bg-aubergine-200\/30 {
  background-color: rgb(137 129 228 / 0.3);
}
.bg-aubergine-200\/40 {
  background-color: rgb(137 129 228 / 0.4);
}
.bg-aubergine-200\/5 {
  background-color: rgb(137 129 228 / 0.05);
}
.bg-aubergine-200\/50 {
  background-color: rgb(137 129 228 / 0.5);
}
.bg-aubergine-200\/60 {
  background-color: rgb(137 129 228 / 0.6);
}
.bg-aubergine-200\/70 {
  background-color: rgb(137 129 228 / 0.7);
}
.bg-aubergine-200\/75 {
  background-color: rgb(137 129 228 / 0.75);
}
.bg-aubergine-200\/80 {
  background-color: rgb(137 129 228 / 0.8);
}
.bg-aubergine-200\/90 {
  background-color: rgb(137 129 228 / 0.9);
}
.bg-aubergine-200\/95 {
  background-color: rgb(137 129 228 / 0.95);
}
.bg-aubergine-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(97 88 206 / var(--tw-bg-opacity));
}
.bg-aubergine-300\/0 {
  background-color: rgb(97 88 206 / 0);
}
.bg-aubergine-300\/10 {
  background-color: rgb(97 88 206 / 0.1);
}
.bg-aubergine-300\/100 {
  background-color: rgb(97 88 206 / 1);
}
.bg-aubergine-300\/20 {
  background-color: rgb(97 88 206 / 0.2);
}
.bg-aubergine-300\/25 {
  background-color: rgb(97 88 206 / 0.25);
}
.bg-aubergine-300\/30 {
  background-color: rgb(97 88 206 / 0.3);
}
.bg-aubergine-300\/40 {
  background-color: rgb(97 88 206 / 0.4);
}
.bg-aubergine-300\/5 {
  background-color: rgb(97 88 206 / 0.05);
}
.bg-aubergine-300\/50 {
  background-color: rgb(97 88 206 / 0.5);
}
.bg-aubergine-300\/60 {
  background-color: rgb(97 88 206 / 0.6);
}
.bg-aubergine-300\/70 {
  background-color: rgb(97 88 206 / 0.7);
}
.bg-aubergine-300\/75 {
  background-color: rgb(97 88 206 / 0.75);
}
.bg-aubergine-300\/80 {
  background-color: rgb(97 88 206 / 0.8);
}
.bg-aubergine-300\/90 {
  background-color: rgb(97 88 206 / 0.9);
}
.bg-aubergine-300\/95 {
  background-color: rgb(97 88 206 / 0.95);
}
.bg-aubergine-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(65 56 175 / var(--tw-bg-opacity));
}
.bg-aubergine-400\/0 {
  background-color: rgb(65 56 175 / 0);
}
.bg-aubergine-400\/10 {
  background-color: rgb(65 56 175 / 0.1);
}
.bg-aubergine-400\/100 {
  background-color: rgb(65 56 175 / 1);
}
.bg-aubergine-400\/20 {
  background-color: rgb(65 56 175 / 0.2);
}
.bg-aubergine-400\/25 {
  background-color: rgb(65 56 175 / 0.25);
}
.bg-aubergine-400\/30 {
  background-color: rgb(65 56 175 / 0.3);
}
.bg-aubergine-400\/40 {
  background-color: rgb(65 56 175 / 0.4);
}
.bg-aubergine-400\/5 {
  background-color: rgb(65 56 175 / 0.05);
}
.bg-aubergine-400\/50 {
  background-color: rgb(65 56 175 / 0.5);
}
.bg-aubergine-400\/60 {
  background-color: rgb(65 56 175 / 0.6);
}
.bg-aubergine-400\/70 {
  background-color: rgb(65 56 175 / 0.7);
}
.bg-aubergine-400\/75 {
  background-color: rgb(65 56 175 / 0.75);
}
.bg-aubergine-400\/80 {
  background-color: rgb(65 56 175 / 0.8);
}
.bg-aubergine-400\/90 {
  background-color: rgb(65 56 175 / 0.9);
}
.bg-aubergine-400\/95 {
  background-color: rgb(65 56 175 / 0.95);
}
.bg-aubergine-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 216 255 / var(--tw-bg-opacity));
}
.bg-aubergine-50\/0 {
  background-color: rgb(219 216 255 / 0);
}
.bg-aubergine-50\/10 {
  background-color: rgb(219 216 255 / 0.1);
}
.bg-aubergine-50\/100 {
  background-color: rgb(219 216 255 / 1);
}
.bg-aubergine-50\/20 {
  background-color: rgb(219 216 255 / 0.2);
}
.bg-aubergine-50\/25 {
  background-color: rgb(219 216 255 / 0.25);
}
.bg-aubergine-50\/30 {
  background-color: rgb(219 216 255 / 0.3);
}
.bg-aubergine-50\/40 {
  background-color: rgb(219 216 255 / 0.4);
}
.bg-aubergine-50\/5 {
  background-color: rgb(219 216 255 / 0.05);
}
.bg-aubergine-50\/50 {
  background-color: rgb(219 216 255 / 0.5);
}
.bg-aubergine-50\/60 {
  background-color: rgb(219 216 255 / 0.6);
}
.bg-aubergine-50\/70 {
  background-color: rgb(219 216 255 / 0.7);
}
.bg-aubergine-50\/75 {
  background-color: rgb(219 216 255 / 0.75);
}
.bg-aubergine-50\/80 {
  background-color: rgb(219 216 255 / 0.8);
}
.bg-aubergine-50\/90 {
  background-color: rgb(219 216 255 / 0.9);
}
.bg-aubergine-50\/95 {
  background-color: rgb(219 216 255 / 0.95);
}
.bg-aubergine-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(40 33 133 / var(--tw-bg-opacity));
}
.bg-aubergine-500\/0 {
  background-color: rgb(40 33 133 / 0);
}
.bg-aubergine-500\/10 {
  background-color: rgb(40 33 133 / 0.1);
}
.bg-aubergine-500\/100 {
  background-color: rgb(40 33 133 / 1);
}
.bg-aubergine-500\/20 {
  background-color: rgb(40 33 133 / 0.2);
}
.bg-aubergine-500\/25 {
  background-color: rgb(40 33 133 / 0.25);
}
.bg-aubergine-500\/30 {
  background-color: rgb(40 33 133 / 0.3);
}
.bg-aubergine-500\/40 {
  background-color: rgb(40 33 133 / 0.4);
}
.bg-aubergine-500\/5 {
  background-color: rgb(40 33 133 / 0.05);
}
.bg-aubergine-500\/50 {
  background-color: rgb(40 33 133 / 0.5);
}
.bg-aubergine-500\/60 {
  background-color: rgb(40 33 133 / 0.6);
}
.bg-aubergine-500\/70 {
  background-color: rgb(40 33 133 / 0.7);
}
.bg-aubergine-500\/75 {
  background-color: rgb(40 33 133 / 0.75);
}
.bg-aubergine-500\/80 {
  background-color: rgb(40 33 133 / 0.8);
}
.bg-aubergine-500\/90 {
  background-color: rgb(40 33 133 / 0.9);
}
.bg-aubergine-500\/95 {
  background-color: rgb(40 33 133 / 0.95);
}
.bg-aubergine-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 22 118 / var(--tw-bg-opacity));
}
.bg-aubergine-600\/0 {
  background-color: rgb(29 22 118 / 0);
}
.bg-aubergine-600\/10 {
  background-color: rgb(29 22 118 / 0.1);
}
.bg-aubergine-600\/100 {
  background-color: rgb(29 22 118 / 1);
}
.bg-aubergine-600\/20 {
  background-color: rgb(29 22 118 / 0.2);
}
.bg-aubergine-600\/25 {
  background-color: rgb(29 22 118 / 0.25);
}
.bg-aubergine-600\/30 {
  background-color: rgb(29 22 118 / 0.3);
}
.bg-aubergine-600\/40 {
  background-color: rgb(29 22 118 / 0.4);
}
.bg-aubergine-600\/5 {
  background-color: rgb(29 22 118 / 0.05);
}
.bg-aubergine-600\/50 {
  background-color: rgb(29 22 118 / 0.5);
}
.bg-aubergine-600\/60 {
  background-color: rgb(29 22 118 / 0.6);
}
.bg-aubergine-600\/70 {
  background-color: rgb(29 22 118 / 0.7);
}
.bg-aubergine-600\/75 {
  background-color: rgb(29 22 118 / 0.75);
}
.bg-aubergine-600\/80 {
  background-color: rgb(29 22 118 / 0.8);
}
.bg-aubergine-600\/90 {
  background-color: rgb(29 22 118 / 0.9);
}
.bg-aubergine-600\/95 {
  background-color: rgb(29 22 118 / 0.95);
}
.bg-aubergine-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(25 19 104 / var(--tw-bg-opacity));
}
.bg-aubergine-700\/0 {
  background-color: rgb(25 19 104 / 0);
}
.bg-aubergine-700\/10 {
  background-color: rgb(25 19 104 / 0.1);
}
.bg-aubergine-700\/100 {
  background-color: rgb(25 19 104 / 1);
}
.bg-aubergine-700\/20 {
  background-color: rgb(25 19 104 / 0.2);
}
.bg-aubergine-700\/25 {
  background-color: rgb(25 19 104 / 0.25);
}
.bg-aubergine-700\/30 {
  background-color: rgb(25 19 104 / 0.3);
}
.bg-aubergine-700\/40 {
  background-color: rgb(25 19 104 / 0.4);
}
.bg-aubergine-700\/5 {
  background-color: rgb(25 19 104 / 0.05);
}
.bg-aubergine-700\/50 {
  background-color: rgb(25 19 104 / 0.5);
}
.bg-aubergine-700\/60 {
  background-color: rgb(25 19 104 / 0.6);
}
.bg-aubergine-700\/70 {
  background-color: rgb(25 19 104 / 0.7);
}
.bg-aubergine-700\/75 {
  background-color: rgb(25 19 104 / 0.75);
}
.bg-aubergine-700\/80 {
  background-color: rgb(25 19 104 / 0.8);
}
.bg-aubergine-700\/90 {
  background-color: rgb(25 19 104 / 0.9);
}
.bg-aubergine-700\/95 {
  background-color: rgb(25 19 104 / 0.95);
}
.bg-aubergine-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(13 9 74 / var(--tw-bg-opacity));
}
.bg-aubergine-800\/0 {
  background-color: rgb(13 9 74 / 0);
}
.bg-aubergine-800\/10 {
  background-color: rgb(13 9 74 / 0.1);
}
.bg-aubergine-800\/100 {
  background-color: rgb(13 9 74 / 1);
}
.bg-aubergine-800\/20 {
  background-color: rgb(13 9 74 / 0.2);
}
.bg-aubergine-800\/25 {
  background-color: rgb(13 9 74 / 0.25);
}
.bg-aubergine-800\/30 {
  background-color: rgb(13 9 74 / 0.3);
}
.bg-aubergine-800\/40 {
  background-color: rgb(13 9 74 / 0.4);
}
.bg-aubergine-800\/5 {
  background-color: rgb(13 9 74 / 0.05);
}
.bg-aubergine-800\/50 {
  background-color: rgb(13 9 74 / 0.5);
}
.bg-aubergine-800\/60 {
  background-color: rgb(13 9 74 / 0.6);
}
.bg-aubergine-800\/70 {
  background-color: rgb(13 9 74 / 0.7);
}
.bg-aubergine-800\/75 {
  background-color: rgb(13 9 74 / 0.75);
}
.bg-aubergine-800\/80 {
  background-color: rgb(13 9 74 / 0.8);
}
.bg-aubergine-800\/90 {
  background-color: rgb(13 9 74 / 0.9);
}
.bg-aubergine-800\/95 {
  background-color: rgb(13 9 74 / 0.95);
}
.bg-aubergine-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 4 44 / var(--tw-bg-opacity));
}
.bg-aubergine-900\/0 {
  background-color: rgb(6 4 44 / 0);
}
.bg-aubergine-900\/10 {
  background-color: rgb(6 4 44 / 0.1);
}
.bg-aubergine-900\/100 {
  background-color: rgb(6 4 44 / 1);
}
.bg-aubergine-900\/20 {
  background-color: rgb(6 4 44 / 0.2);
}
.bg-aubergine-900\/25 {
  background-color: rgb(6 4 44 / 0.25);
}
.bg-aubergine-900\/30 {
  background-color: rgb(6 4 44 / 0.3);
}
.bg-aubergine-900\/40 {
  background-color: rgb(6 4 44 / 0.4);
}
.bg-aubergine-900\/5 {
  background-color: rgb(6 4 44 / 0.05);
}
.bg-aubergine-900\/50 {
  background-color: rgb(6 4 44 / 0.5);
}
.bg-aubergine-900\/60 {
  background-color: rgb(6 4 44 / 0.6);
}
.bg-aubergine-900\/70 {
  background-color: rgb(6 4 44 / 0.7);
}
.bg-aubergine-900\/75 {
  background-color: rgb(6 4 44 / 0.75);
}
.bg-aubergine-900\/80 {
  background-color: rgb(6 4 44 / 0.8);
}
.bg-aubergine-900\/90 {
  background-color: rgb(6 4 44 / 0.9);
}
.bg-aubergine-900\/95 {
  background-color: rgb(6 4 44 / 0.95);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity));
}
.bg-black\/0 {
  background-color: rgb(26 26 26 / 0);
}
.bg-black\/10 {
  background-color: rgb(26 26 26 / 0.1);
}
.bg-black\/100 {
  background-color: rgb(26 26 26 / 1);
}
.bg-black\/20 {
  background-color: rgb(26 26 26 / 0.2);
}
.bg-black\/25 {
  background-color: rgb(26 26 26 / 0.25);
}
.bg-black\/30 {
  background-color: rgb(26 26 26 / 0.3);
}
.bg-black\/40 {
  background-color: rgb(26 26 26 / 0.4);
}
.bg-black\/5 {
  background-color: rgb(26 26 26 / 0.05);
}
.bg-black\/50 {
  background-color: rgb(26 26 26 / 0.5);
}
.bg-black\/60 {
  background-color: rgb(26 26 26 / 0.6);
}
.bg-black\/70 {
  background-color: rgb(26 26 26 / 0.7);
}
.bg-black\/75 {
  background-color: rgb(26 26 26 / 0.75);
}
.bg-black\/80 {
  background-color: rgb(26 26 26 / 0.8);
}
.bg-black\/90 {
  background-color: rgb(26 26 26 / 0.9);
}
.bg-black\/95 {
  background-color: rgb(26 26 26 / 0.95);
}
.bg-brand-charcoal {
  --tw-bg-opacity: 1;
  background-color: rgb(30 36 37 / var(--tw-bg-opacity));
}
.bg-brand-charcoal\/0 {
  background-color: rgb(30 36 37 / 0);
}
.bg-brand-charcoal\/10 {
  background-color: rgb(30 36 37 / 0.1);
}
.bg-brand-charcoal\/100 {
  background-color: rgb(30 36 37 / 1);
}
.bg-brand-charcoal\/20 {
  background-color: rgb(30 36 37 / 0.2);
}
.bg-brand-charcoal\/25 {
  background-color: rgb(30 36 37 / 0.25);
}
.bg-brand-charcoal\/30 {
  background-color: rgb(30 36 37 / 0.3);
}
.bg-brand-charcoal\/40 {
  background-color: rgb(30 36 37 / 0.4);
}
.bg-brand-charcoal\/5 {
  background-color: rgb(30 36 37 / 0.05);
}
.bg-brand-charcoal\/50 {
  background-color: rgb(30 36 37 / 0.5);
}
.bg-brand-charcoal\/60 {
  background-color: rgb(30 36 37 / 0.6);
}
.bg-brand-charcoal\/70 {
  background-color: rgb(30 36 37 / 0.7);
}
.bg-brand-charcoal\/75 {
  background-color: rgb(30 36 37 / 0.75);
}
.bg-brand-charcoal\/80 {
  background-color: rgb(30 36 37 / 0.8);
}
.bg-brand-charcoal\/90 {
  background-color: rgb(30 36 37 / 0.9);
}
.bg-brand-charcoal\/95 {
  background-color: rgb(30 36 37 / 0.95);
}
.bg-brand-white {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 245 / var(--tw-bg-opacity));
}
.bg-brand-white\/0 {
  background-color: rgb(243 244 245 / 0);
}
.bg-brand-white\/10 {
  background-color: rgb(243 244 245 / 0.1);
}
.bg-brand-white\/100 {
  background-color: rgb(243 244 245 / 1);
}
.bg-brand-white\/20 {
  background-color: rgb(243 244 245 / 0.2);
}
.bg-brand-white\/25 {
  background-color: rgb(243 244 245 / 0.25);
}
.bg-brand-white\/30 {
  background-color: rgb(243 244 245 / 0.3);
}
.bg-brand-white\/40 {
  background-color: rgb(243 244 245 / 0.4);
}
.bg-brand-white\/5 {
  background-color: rgb(243 244 245 / 0.05);
}
.bg-brand-white\/50 {
  background-color: rgb(243 244 245 / 0.5);
}
.bg-brand-white\/60 {
  background-color: rgb(243 244 245 / 0.6);
}
.bg-brand-white\/70 {
  background-color: rgb(243 244 245 / 0.7);
}
.bg-brand-white\/75 {
  background-color: rgb(243 244 245 / 0.75);
}
.bg-brand-white\/80 {
  background-color: rgb(243 244 245 / 0.8);
}
.bg-brand-white\/90 {
  background-color: rgb(243 244 245 / 0.9);
}
.bg-brand-white\/95 {
  background-color: rgb(243 244 245 / 0.95);
}
.bg-cornflower-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(231 241 250 / var(--tw-bg-opacity));
}
.bg-cornflower-200\/0 {
  background-color: rgb(231 241 250 / 0);
}
.bg-cornflower-200\/10 {
  background-color: rgb(231 241 250 / 0.1);
}
.bg-cornflower-200\/100 {
  background-color: rgb(231 241 250 / 1);
}
.bg-cornflower-200\/20 {
  background-color: rgb(231 241 250 / 0.2);
}
.bg-cornflower-200\/25 {
  background-color: rgb(231 241 250 / 0.25);
}
.bg-cornflower-200\/30 {
  background-color: rgb(231 241 250 / 0.3);
}
.bg-cornflower-200\/40 {
  background-color: rgb(231 241 250 / 0.4);
}
.bg-cornflower-200\/5 {
  background-color: rgb(231 241 250 / 0.05);
}
.bg-cornflower-200\/50 {
  background-color: rgb(231 241 250 / 0.5);
}
.bg-cornflower-200\/60 {
  background-color: rgb(231 241 250 / 0.6);
}
.bg-cornflower-200\/70 {
  background-color: rgb(231 241 250 / 0.7);
}
.bg-cornflower-200\/75 {
  background-color: rgb(231 241 250 / 0.75);
}
.bg-cornflower-200\/80 {
  background-color: rgb(231 241 250 / 0.8);
}
.bg-cornflower-200\/90 {
  background-color: rgb(231 241 250 / 0.9);
}
.bg-cornflower-200\/95 {
  background-color: rgb(231 241 250 / 0.95);
}
.bg-cornflower-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(205 229 248 / var(--tw-bg-opacity));
}
.bg-cornflower-300\/0 {
  background-color: rgb(205 229 248 / 0);
}
.bg-cornflower-300\/10 {
  background-color: rgb(205 229 248 / 0.1);
}
.bg-cornflower-300\/100 {
  background-color: rgb(205 229 248 / 1);
}
.bg-cornflower-300\/20 {
  background-color: rgb(205 229 248 / 0.2);
}
.bg-cornflower-300\/25 {
  background-color: rgb(205 229 248 / 0.25);
}
.bg-cornflower-300\/30 {
  background-color: rgb(205 229 248 / 0.3);
}
.bg-cornflower-300\/40 {
  background-color: rgb(205 229 248 / 0.4);
}
.bg-cornflower-300\/5 {
  background-color: rgb(205 229 248 / 0.05);
}
.bg-cornflower-300\/50 {
  background-color: rgb(205 229 248 / 0.5);
}
.bg-cornflower-300\/60 {
  background-color: rgb(205 229 248 / 0.6);
}
.bg-cornflower-300\/70 {
  background-color: rgb(205 229 248 / 0.7);
}
.bg-cornflower-300\/75 {
  background-color: rgb(205 229 248 / 0.75);
}
.bg-cornflower-300\/80 {
  background-color: rgb(205 229 248 / 0.8);
}
.bg-cornflower-300\/90 {
  background-color: rgb(205 229 248 / 0.9);
}
.bg-cornflower-300\/95 {
  background-color: rgb(205 229 248 / 0.95);
}
.bg-cornflower-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(152 208 255 / var(--tw-bg-opacity));
}
.bg-cornflower-400\/0 {
  background-color: rgb(152 208 255 / 0);
}
.bg-cornflower-400\/10 {
  background-color: rgb(152 208 255 / 0.1);
}
.bg-cornflower-400\/100 {
  background-color: rgb(152 208 255 / 1);
}
.bg-cornflower-400\/20 {
  background-color: rgb(152 208 255 / 0.2);
}
.bg-cornflower-400\/25 {
  background-color: rgb(152 208 255 / 0.25);
}
.bg-cornflower-400\/30 {
  background-color: rgb(152 208 255 / 0.3);
}
.bg-cornflower-400\/40 {
  background-color: rgb(152 208 255 / 0.4);
}
.bg-cornflower-400\/5 {
  background-color: rgb(152 208 255 / 0.05);
}
.bg-cornflower-400\/50 {
  background-color: rgb(152 208 255 / 0.5);
}
.bg-cornflower-400\/60 {
  background-color: rgb(152 208 255 / 0.6);
}
.bg-cornflower-400\/70 {
  background-color: rgb(152 208 255 / 0.7);
}
.bg-cornflower-400\/75 {
  background-color: rgb(152 208 255 / 0.75);
}
.bg-cornflower-400\/80 {
  background-color: rgb(152 208 255 / 0.8);
}
.bg-cornflower-400\/90 {
  background-color: rgb(152 208 255 / 0.9);
}
.bg-cornflower-400\/95 {
  background-color: rgb(152 208 255 / 0.95);
}
.bg-cornflower-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(118 193 255 / var(--tw-bg-opacity));
}
.bg-cornflower-500\/0 {
  background-color: rgb(118 193 255 / 0);
}
.bg-cornflower-500\/10 {
  background-color: rgb(118 193 255 / 0.1);
}
.bg-cornflower-500\/100 {
  background-color: rgb(118 193 255 / 1);
}
.bg-cornflower-500\/20 {
  background-color: rgb(118 193 255 / 0.2);
}
.bg-cornflower-500\/25 {
  background-color: rgb(118 193 255 / 0.25);
}
.bg-cornflower-500\/30 {
  background-color: rgb(118 193 255 / 0.3);
}
.bg-cornflower-500\/40 {
  background-color: rgb(118 193 255 / 0.4);
}
.bg-cornflower-500\/5 {
  background-color: rgb(118 193 255 / 0.05);
}
.bg-cornflower-500\/50 {
  background-color: rgb(118 193 255 / 0.5);
}
.bg-cornflower-500\/60 {
  background-color: rgb(118 193 255 / 0.6);
}
.bg-cornflower-500\/70 {
  background-color: rgb(118 193 255 / 0.7);
}
.bg-cornflower-500\/75 {
  background-color: rgb(118 193 255 / 0.75);
}
.bg-cornflower-500\/80 {
  background-color: rgb(118 193 255 / 0.8);
}
.bg-cornflower-500\/90 {
  background-color: rgb(118 193 255 / 0.9);
}
.bg-cornflower-500\/95 {
  background-color: rgb(118 193 255 / 0.95);
}
.bg-current {
  background-color: currentColor;
}
.bg-danger-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.bg-danger-100\/0 {
  background-color: rgb(254 226 226 / 0);
}
.bg-danger-100\/10 {
  background-color: rgb(254 226 226 / 0.1);
}
.bg-danger-100\/100 {
  background-color: rgb(254 226 226 / 1);
}
.bg-danger-100\/20 {
  background-color: rgb(254 226 226 / 0.2);
}
.bg-danger-100\/25 {
  background-color: rgb(254 226 226 / 0.25);
}
.bg-danger-100\/30 {
  background-color: rgb(254 226 226 / 0.3);
}
.bg-danger-100\/40 {
  background-color: rgb(254 226 226 / 0.4);
}
.bg-danger-100\/5 {
  background-color: rgb(254 226 226 / 0.05);
}
.bg-danger-100\/50 {
  background-color: rgb(254 226 226 / 0.5);
}
.bg-danger-100\/60 {
  background-color: rgb(254 226 226 / 0.6);
}
.bg-danger-100\/70 {
  background-color: rgb(254 226 226 / 0.7);
}
.bg-danger-100\/75 {
  background-color: rgb(254 226 226 / 0.75);
}
.bg-danger-100\/80 {
  background-color: rgb(254 226 226 / 0.8);
}
.bg-danger-100\/90 {
  background-color: rgb(254 226 226 / 0.9);
}
.bg-danger-100\/95 {
  background-color: rgb(254 226 226 / 0.95);
}
.bg-danger-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}
.bg-danger-200\/0 {
  background-color: rgb(254 202 202 / 0);
}
.bg-danger-200\/10 {
  background-color: rgb(254 202 202 / 0.1);
}
.bg-danger-200\/100 {
  background-color: rgb(254 202 202 / 1);
}
.bg-danger-200\/20 {
  background-color: rgb(254 202 202 / 0.2);
}
.bg-danger-200\/25 {
  background-color: rgb(254 202 202 / 0.25);
}
.bg-danger-200\/30 {
  background-color: rgb(254 202 202 / 0.3);
}
.bg-danger-200\/40 {
  background-color: rgb(254 202 202 / 0.4);
}
.bg-danger-200\/5 {
  background-color: rgb(254 202 202 / 0.05);
}
.bg-danger-200\/50 {
  background-color: rgb(254 202 202 / 0.5);
}
.bg-danger-200\/60 {
  background-color: rgb(254 202 202 / 0.6);
}
.bg-danger-200\/70 {
  background-color: rgb(254 202 202 / 0.7);
}
.bg-danger-200\/75 {
  background-color: rgb(254 202 202 / 0.75);
}
.bg-danger-200\/80 {
  background-color: rgb(254 202 202 / 0.8);
}
.bg-danger-200\/90 {
  background-color: rgb(254 202 202 / 0.9);
}
.bg-danger-200\/95 {
  background-color: rgb(254 202 202 / 0.95);
}
.bg-danger-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}
.bg-danger-300\/0 {
  background-color: rgb(252 165 165 / 0);
}
.bg-danger-300\/10 {
  background-color: rgb(252 165 165 / 0.1);
}
.bg-danger-300\/100 {
  background-color: rgb(252 165 165 / 1);
}
.bg-danger-300\/20 {
  background-color: rgb(252 165 165 / 0.2);
}
.bg-danger-300\/25 {
  background-color: rgb(252 165 165 / 0.25);
}
.bg-danger-300\/30 {
  background-color: rgb(252 165 165 / 0.3);
}
.bg-danger-300\/40 {
  background-color: rgb(252 165 165 / 0.4);
}
.bg-danger-300\/5 {
  background-color: rgb(252 165 165 / 0.05);
}
.bg-danger-300\/50 {
  background-color: rgb(252 165 165 / 0.5);
}
.bg-danger-300\/60 {
  background-color: rgb(252 165 165 / 0.6);
}
.bg-danger-300\/70 {
  background-color: rgb(252 165 165 / 0.7);
}
.bg-danger-300\/75 {
  background-color: rgb(252 165 165 / 0.75);
}
.bg-danger-300\/80 {
  background-color: rgb(252 165 165 / 0.8);
}
.bg-danger-300\/90 {
  background-color: rgb(252 165 165 / 0.9);
}
.bg-danger-300\/95 {
  background-color: rgb(252 165 165 / 0.95);
}
.bg-danger-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 121 / var(--tw-bg-opacity));
}
.bg-danger-400\/0 {
  background-color: rgb(248 113 121 / 0);
}
.bg-danger-400\/10 {
  background-color: rgb(248 113 121 / 0.1);
}
.bg-danger-400\/100 {
  background-color: rgb(248 113 121 / 1);
}
.bg-danger-400\/20 {
  background-color: rgb(248 113 121 / 0.2);
}
.bg-danger-400\/25 {
  background-color: rgb(248 113 121 / 0.25);
}
.bg-danger-400\/30 {
  background-color: rgb(248 113 121 / 0.3);
}
.bg-danger-400\/40 {
  background-color: rgb(248 113 121 / 0.4);
}
.bg-danger-400\/5 {
  background-color: rgb(248 113 121 / 0.05);
}
.bg-danger-400\/50 {
  background-color: rgb(248 113 121 / 0.5);
}
.bg-danger-400\/60 {
  background-color: rgb(248 113 121 / 0.6);
}
.bg-danger-400\/70 {
  background-color: rgb(248 113 121 / 0.7);
}
.bg-danger-400\/75 {
  background-color: rgb(248 113 121 / 0.75);
}
.bg-danger-400\/80 {
  background-color: rgb(248 113 121 / 0.8);
}
.bg-danger-400\/90 {
  background-color: rgb(248 113 121 / 0.9);
}
.bg-danger-400\/95 {
  background-color: rgb(248 113 121 / 0.95);
}
.bg-danger-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}
.bg-danger-50\/0 {
  background-color: rgb(254 242 242 / 0);
}
.bg-danger-50\/10 {
  background-color: rgb(254 242 242 / 0.1);
}
.bg-danger-50\/100 {
  background-color: rgb(254 242 242 / 1);
}
.bg-danger-50\/20 {
  background-color: rgb(254 242 242 / 0.2);
}
.bg-danger-50\/25 {
  background-color: rgb(254 242 242 / 0.25);
}
.bg-danger-50\/30 {
  background-color: rgb(254 242 242 / 0.3);
}
.bg-danger-50\/40 {
  background-color: rgb(254 242 242 / 0.4);
}
.bg-danger-50\/5 {
  background-color: rgb(254 242 242 / 0.05);
}
.bg-danger-50\/50 {
  background-color: rgb(254 242 242 / 0.5);
}
.bg-danger-50\/60 {
  background-color: rgb(254 242 242 / 0.6);
}
.bg-danger-50\/70 {
  background-color: rgb(254 242 242 / 0.7);
}
.bg-danger-50\/75 {
  background-color: rgb(254 242 242 / 0.75);
}
.bg-danger-50\/80 {
  background-color: rgb(254 242 242 / 0.8);
}
.bg-danger-50\/90 {
  background-color: rgb(254 242 242 / 0.9);
}
.bg-danger-50\/95 {
  background-color: rgb(254 242 242 / 0.95);
}
.bg-danger-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 78 / var(--tw-bg-opacity));
}
.bg-danger-500\/0 {
  background-color: rgb(239 68 78 / 0);
}
.bg-danger-500\/10 {
  background-color: rgb(239 68 78 / 0.1);
}
.bg-danger-500\/100 {
  background-color: rgb(239 68 78 / 1);
}
.bg-danger-500\/20 {
  background-color: rgb(239 68 78 / 0.2);
}
.bg-danger-500\/25 {
  background-color: rgb(239 68 78 / 0.25);
}
.bg-danger-500\/30 {
  background-color: rgb(239 68 78 / 0.3);
}
.bg-danger-500\/40 {
  background-color: rgb(239 68 78 / 0.4);
}
.bg-danger-500\/5 {
  background-color: rgb(239 68 78 / 0.05);
}
.bg-danger-500\/50 {
  background-color: rgb(239 68 78 / 0.5);
}
.bg-danger-500\/60 {
  background-color: rgb(239 68 78 / 0.6);
}
.bg-danger-500\/70 {
  background-color: rgb(239 68 78 / 0.7);
}
.bg-danger-500\/75 {
  background-color: rgb(239 68 78 / 0.75);
}
.bg-danger-500\/80 {
  background-color: rgb(239 68 78 / 0.8);
}
.bg-danger-500\/90 {
  background-color: rgb(239 68 78 / 0.9);
}
.bg-danger-500\/95 {
  background-color: rgb(239 68 78 / 0.95);
}
.bg-danger-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 49 / var(--tw-bg-opacity));
}
.bg-danger-600\/0 {
  background-color: rgb(220 38 49 / 0);
}
.bg-danger-600\/10 {
  background-color: rgb(220 38 49 / 0.1);
}
.bg-danger-600\/100 {
  background-color: rgb(220 38 49 / 1);
}
.bg-danger-600\/20 {
  background-color: rgb(220 38 49 / 0.2);
}
.bg-danger-600\/25 {
  background-color: rgb(220 38 49 / 0.25);
}
.bg-danger-600\/30 {
  background-color: rgb(220 38 49 / 0.3);
}
.bg-danger-600\/40 {
  background-color: rgb(220 38 49 / 0.4);
}
.bg-danger-600\/5 {
  background-color: rgb(220 38 49 / 0.05);
}
.bg-danger-600\/50 {
  background-color: rgb(220 38 49 / 0.5);
}
.bg-danger-600\/60 {
  background-color: rgb(220 38 49 / 0.6);
}
.bg-danger-600\/70 {
  background-color: rgb(220 38 49 / 0.7);
}
.bg-danger-600\/75 {
  background-color: rgb(220 38 49 / 0.75);
}
.bg-danger-600\/80 {
  background-color: rgb(220 38 49 / 0.8);
}
.bg-danger-600\/90 {
  background-color: rgb(220 38 49 / 0.9);
}
.bg-danger-600\/95 {
  background-color: rgb(220 38 49 / 0.95);
}
.bg-danger-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 37 / var(--tw-bg-opacity));
}
.bg-danger-700\/0 {
  background-color: rgb(185 28 37 / 0);
}
.bg-danger-700\/10 {
  background-color: rgb(185 28 37 / 0.1);
}
.bg-danger-700\/100 {
  background-color: rgb(185 28 37 / 1);
}
.bg-danger-700\/20 {
  background-color: rgb(185 28 37 / 0.2);
}
.bg-danger-700\/25 {
  background-color: rgb(185 28 37 / 0.25);
}
.bg-danger-700\/30 {
  background-color: rgb(185 28 37 / 0.3);
}
.bg-danger-700\/40 {
  background-color: rgb(185 28 37 / 0.4);
}
.bg-danger-700\/5 {
  background-color: rgb(185 28 37 / 0.05);
}
.bg-danger-700\/50 {
  background-color: rgb(185 28 37 / 0.5);
}
.bg-danger-700\/60 {
  background-color: rgb(185 28 37 / 0.6);
}
.bg-danger-700\/70 {
  background-color: rgb(185 28 37 / 0.7);
}
.bg-danger-700\/75 {
  background-color: rgb(185 28 37 / 0.75);
}
.bg-danger-700\/80 {
  background-color: rgb(185 28 37 / 0.8);
}
.bg-danger-700\/90 {
  background-color: rgb(185 28 37 / 0.9);
}
.bg-danger-700\/95 {
  background-color: rgb(185 28 37 / 0.95);
}
.bg-danger-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 42 / var(--tw-bg-opacity));
}
.bg-danger-800\/0 {
  background-color: rgb(153 27 42 / 0);
}
.bg-danger-800\/10 {
  background-color: rgb(153 27 42 / 0.1);
}
.bg-danger-800\/100 {
  background-color: rgb(153 27 42 / 1);
}
.bg-danger-800\/20 {
  background-color: rgb(153 27 42 / 0.2);
}
.bg-danger-800\/25 {
  background-color: rgb(153 27 42 / 0.25);
}
.bg-danger-800\/30 {
  background-color: rgb(153 27 42 / 0.3);
}
.bg-danger-800\/40 {
  background-color: rgb(153 27 42 / 0.4);
}
.bg-danger-800\/5 {
  background-color: rgb(153 27 42 / 0.05);
}
.bg-danger-800\/50 {
  background-color: rgb(153 27 42 / 0.5);
}
.bg-danger-800\/60 {
  background-color: rgb(153 27 42 / 0.6);
}
.bg-danger-800\/70 {
  background-color: rgb(153 27 42 / 0.7);
}
.bg-danger-800\/75 {
  background-color: rgb(153 27 42 / 0.75);
}
.bg-danger-800\/80 {
  background-color: rgb(153 27 42 / 0.8);
}
.bg-danger-800\/90 {
  background-color: rgb(153 27 42 / 0.9);
}
.bg-danger-800\/95 {
  background-color: rgb(153 27 42 / 0.95);
}
.bg-danger-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(84 42 50 / var(--tw-bg-opacity));
}
.bg-danger-900\/0 {
  background-color: rgb(84 42 50 / 0);
}
.bg-danger-900\/10 {
  background-color: rgb(84 42 50 / 0.1);
}
.bg-danger-900\/100 {
  background-color: rgb(84 42 50 / 1);
}
.bg-danger-900\/20 {
  background-color: rgb(84 42 50 / 0.2);
}
.bg-danger-900\/25 {
  background-color: rgb(84 42 50 / 0.25);
}
.bg-danger-900\/30 {
  background-color: rgb(84 42 50 / 0.3);
}
.bg-danger-900\/40 {
  background-color: rgb(84 42 50 / 0.4);
}
.bg-danger-900\/5 {
  background-color: rgb(84 42 50 / 0.05);
}
.bg-danger-900\/50 {
  background-color: rgb(84 42 50 / 0.5);
}
.bg-danger-900\/60 {
  background-color: rgb(84 42 50 / 0.6);
}
.bg-danger-900\/70 {
  background-color: rgb(84 42 50 / 0.7);
}
.bg-danger-900\/75 {
  background-color: rgb(84 42 50 / 0.75);
}
.bg-danger-900\/80 {
  background-color: rgb(84 42 50 / 0.8);
}
.bg-danger-900\/90 {
  background-color: rgb(84 42 50 / 0.9);
}
.bg-danger-900\/95 {
  background-color: rgb(84 42 50 / 0.95);
}
.bg-emerald-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 234 229 / var(--tw-bg-opacity));
}
.bg-emerald-100\/0 {
  background-color: rgb(191 234 229 / 0);
}
.bg-emerald-100\/10 {
  background-color: rgb(191 234 229 / 0.1);
}
.bg-emerald-100\/100 {
  background-color: rgb(191 234 229 / 1);
}
.bg-emerald-100\/20 {
  background-color: rgb(191 234 229 / 0.2);
}
.bg-emerald-100\/25 {
  background-color: rgb(191 234 229 / 0.25);
}
.bg-emerald-100\/30 {
  background-color: rgb(191 234 229 / 0.3);
}
.bg-emerald-100\/40 {
  background-color: rgb(191 234 229 / 0.4);
}
.bg-emerald-100\/5 {
  background-color: rgb(191 234 229 / 0.05);
}
.bg-emerald-100\/50 {
  background-color: rgb(191 234 229 / 0.5);
}
.bg-emerald-100\/60 {
  background-color: rgb(191 234 229 / 0.6);
}
.bg-emerald-100\/70 {
  background-color: rgb(191 234 229 / 0.7);
}
.bg-emerald-100\/75 {
  background-color: rgb(191 234 229 / 0.75);
}
.bg-emerald-100\/80 {
  background-color: rgb(191 234 229 / 0.8);
}
.bg-emerald-100\/90 {
  background-color: rgb(191 234 229 / 0.9);
}
.bg-emerald-100\/95 {
  background-color: rgb(191 234 229 / 0.95);
}
.bg-emerald-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(152 216 208 / var(--tw-bg-opacity));
}
.bg-emerald-200\/0 {
  background-color: rgb(152 216 208 / 0);
}
.bg-emerald-200\/10 {
  background-color: rgb(152 216 208 / 0.1);
}
.bg-emerald-200\/100 {
  background-color: rgb(152 216 208 / 1);
}
.bg-emerald-200\/20 {
  background-color: rgb(152 216 208 / 0.2);
}
.bg-emerald-200\/25 {
  background-color: rgb(152 216 208 / 0.25);
}
.bg-emerald-200\/30 {
  background-color: rgb(152 216 208 / 0.3);
}
.bg-emerald-200\/40 {
  background-color: rgb(152 216 208 / 0.4);
}
.bg-emerald-200\/5 {
  background-color: rgb(152 216 208 / 0.05);
}
.bg-emerald-200\/50 {
  background-color: rgb(152 216 208 / 0.5);
}
.bg-emerald-200\/60 {
  background-color: rgb(152 216 208 / 0.6);
}
.bg-emerald-200\/70 {
  background-color: rgb(152 216 208 / 0.7);
}
.bg-emerald-200\/75 {
  background-color: rgb(152 216 208 / 0.75);
}
.bg-emerald-200\/80 {
  background-color: rgb(152 216 208 / 0.8);
}
.bg-emerald-200\/90 {
  background-color: rgb(152 216 208 / 0.9);
}
.bg-emerald-200\/95 {
  background-color: rgb(152 216 208 / 0.95);
}
.bg-emerald-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(87 188 176 / var(--tw-bg-opacity));
}
.bg-emerald-300\/0 {
  background-color: rgb(87 188 176 / 0);
}
.bg-emerald-300\/10 {
  background-color: rgb(87 188 176 / 0.1);
}
.bg-emerald-300\/100 {
  background-color: rgb(87 188 176 / 1);
}
.bg-emerald-300\/20 {
  background-color: rgb(87 188 176 / 0.2);
}
.bg-emerald-300\/25 {
  background-color: rgb(87 188 176 / 0.25);
}
.bg-emerald-300\/30 {
  background-color: rgb(87 188 176 / 0.3);
}
.bg-emerald-300\/40 {
  background-color: rgb(87 188 176 / 0.4);
}
.bg-emerald-300\/5 {
  background-color: rgb(87 188 176 / 0.05);
}
.bg-emerald-300\/50 {
  background-color: rgb(87 188 176 / 0.5);
}
.bg-emerald-300\/60 {
  background-color: rgb(87 188 176 / 0.6);
}
.bg-emerald-300\/70 {
  background-color: rgb(87 188 176 / 0.7);
}
.bg-emerald-300\/75 {
  background-color: rgb(87 188 176 / 0.75);
}
.bg-emerald-300\/80 {
  background-color: rgb(87 188 176 / 0.8);
}
.bg-emerald-300\/90 {
  background-color: rgb(87 188 176 / 0.9);
}
.bg-emerald-300\/95 {
  background-color: rgb(87 188 176 / 0.95);
}
.bg-emerald-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(12 168 149 / var(--tw-bg-opacity));
}
.bg-emerald-400\/0 {
  background-color: rgb(12 168 149 / 0);
}
.bg-emerald-400\/10 {
  background-color: rgb(12 168 149 / 0.1);
}
.bg-emerald-400\/100 {
  background-color: rgb(12 168 149 / 1);
}
.bg-emerald-400\/20 {
  background-color: rgb(12 168 149 / 0.2);
}
.bg-emerald-400\/25 {
  background-color: rgb(12 168 149 / 0.25);
}
.bg-emerald-400\/30 {
  background-color: rgb(12 168 149 / 0.3);
}
.bg-emerald-400\/40 {
  background-color: rgb(12 168 149 / 0.4);
}
.bg-emerald-400\/5 {
  background-color: rgb(12 168 149 / 0.05);
}
.bg-emerald-400\/50 {
  background-color: rgb(12 168 149 / 0.5);
}
.bg-emerald-400\/60 {
  background-color: rgb(12 168 149 / 0.6);
}
.bg-emerald-400\/70 {
  background-color: rgb(12 168 149 / 0.7);
}
.bg-emerald-400\/75 {
  background-color: rgb(12 168 149 / 0.75);
}
.bg-emerald-400\/80 {
  background-color: rgb(12 168 149 / 0.8);
}
.bg-emerald-400\/90 {
  background-color: rgb(12 168 149 / 0.9);
}
.bg-emerald-400\/95 {
  background-color: rgb(12 168 149 / 0.95);
}
.bg-emerald-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 245 243 / var(--tw-bg-opacity));
}
.bg-emerald-50\/0 {
  background-color: rgb(228 245 243 / 0);
}
.bg-emerald-50\/10 {
  background-color: rgb(228 245 243 / 0.1);
}
.bg-emerald-50\/100 {
  background-color: rgb(228 245 243 / 1);
}
.bg-emerald-50\/20 {
  background-color: rgb(228 245 243 / 0.2);
}
.bg-emerald-50\/25 {
  background-color: rgb(228 245 243 / 0.25);
}
.bg-emerald-50\/30 {
  background-color: rgb(228 245 243 / 0.3);
}
.bg-emerald-50\/40 {
  background-color: rgb(228 245 243 / 0.4);
}
.bg-emerald-50\/5 {
  background-color: rgb(228 245 243 / 0.05);
}
.bg-emerald-50\/50 {
  background-color: rgb(228 245 243 / 0.5);
}
.bg-emerald-50\/60 {
  background-color: rgb(228 245 243 / 0.6);
}
.bg-emerald-50\/70 {
  background-color: rgb(228 245 243 / 0.7);
}
.bg-emerald-50\/75 {
  background-color: rgb(228 245 243 / 0.75);
}
.bg-emerald-50\/80 {
  background-color: rgb(228 245 243 / 0.8);
}
.bg-emerald-50\/90 {
  background-color: rgb(228 245 243 / 0.9);
}
.bg-emerald-50\/95 {
  background-color: rgb(228 245 243 / 0.95);
}
.bg-emerald-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 133 117 / var(--tw-bg-opacity));
}
.bg-emerald-500\/0 {
  background-color: rgb(0 133 117 / 0);
}
.bg-emerald-500\/10 {
  background-color: rgb(0 133 117 / 0.1);
}
.bg-emerald-500\/100 {
  background-color: rgb(0 133 117 / 1);
}
.bg-emerald-500\/20 {
  background-color: rgb(0 133 117 / 0.2);
}
.bg-emerald-500\/25 {
  background-color: rgb(0 133 117 / 0.25);
}
.bg-emerald-500\/30 {
  background-color: rgb(0 133 117 / 0.3);
}
.bg-emerald-500\/40 {
  background-color: rgb(0 133 117 / 0.4);
}
.bg-emerald-500\/5 {
  background-color: rgb(0 133 117 / 0.05);
}
.bg-emerald-500\/50 {
  background-color: rgb(0 133 117 / 0.5);
}
.bg-emerald-500\/60 {
  background-color: rgb(0 133 117 / 0.6);
}
.bg-emerald-500\/70 {
  background-color: rgb(0 133 117 / 0.7);
}
.bg-emerald-500\/75 {
  background-color: rgb(0 133 117 / 0.75);
}
.bg-emerald-500\/80 {
  background-color: rgb(0 133 117 / 0.8);
}
.bg-emerald-500\/90 {
  background-color: rgb(0 133 117 / 0.9);
}
.bg-emerald-500\/95 {
  background-color: rgb(0 133 117 / 0.95);
}
.bg-emerald-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 101 89 / var(--tw-bg-opacity));
}
.bg-emerald-600\/0 {
  background-color: rgb(0 101 89 / 0);
}
.bg-emerald-600\/10 {
  background-color: rgb(0 101 89 / 0.1);
}
.bg-emerald-600\/100 {
  background-color: rgb(0 101 89 / 1);
}
.bg-emerald-600\/20 {
  background-color: rgb(0 101 89 / 0.2);
}
.bg-emerald-600\/25 {
  background-color: rgb(0 101 89 / 0.25);
}
.bg-emerald-600\/30 {
  background-color: rgb(0 101 89 / 0.3);
}
.bg-emerald-600\/40 {
  background-color: rgb(0 101 89 / 0.4);
}
.bg-emerald-600\/5 {
  background-color: rgb(0 101 89 / 0.05);
}
.bg-emerald-600\/50 {
  background-color: rgb(0 101 89 / 0.5);
}
.bg-emerald-600\/60 {
  background-color: rgb(0 101 89 / 0.6);
}
.bg-emerald-600\/70 {
  background-color: rgb(0 101 89 / 0.7);
}
.bg-emerald-600\/75 {
  background-color: rgb(0 101 89 / 0.75);
}
.bg-emerald-600\/80 {
  background-color: rgb(0 101 89 / 0.8);
}
.bg-emerald-600\/90 {
  background-color: rgb(0 101 89 / 0.9);
}
.bg-emerald-600\/95 {
  background-color: rgb(0 101 89 / 0.95);
}
.bg-emerald-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 75 66 / var(--tw-bg-opacity));
}
.bg-emerald-700\/0 {
  background-color: rgb(0 75 66 / 0);
}
.bg-emerald-700\/10 {
  background-color: rgb(0 75 66 / 0.1);
}
.bg-emerald-700\/100 {
  background-color: rgb(0 75 66 / 1);
}
.bg-emerald-700\/20 {
  background-color: rgb(0 75 66 / 0.2);
}
.bg-emerald-700\/25 {
  background-color: rgb(0 75 66 / 0.25);
}
.bg-emerald-700\/30 {
  background-color: rgb(0 75 66 / 0.3);
}
.bg-emerald-700\/40 {
  background-color: rgb(0 75 66 / 0.4);
}
.bg-emerald-700\/5 {
  background-color: rgb(0 75 66 / 0.05);
}
.bg-emerald-700\/50 {
  background-color: rgb(0 75 66 / 0.5);
}
.bg-emerald-700\/60 {
  background-color: rgb(0 75 66 / 0.6);
}
.bg-emerald-700\/70 {
  background-color: rgb(0 75 66 / 0.7);
}
.bg-emerald-700\/75 {
  background-color: rgb(0 75 66 / 0.75);
}
.bg-emerald-700\/80 {
  background-color: rgb(0 75 66 / 0.8);
}
.bg-emerald-700\/90 {
  background-color: rgb(0 75 66 / 0.9);
}
.bg-emerald-700\/95 {
  background-color: rgb(0 75 66 / 0.95);
}
.bg-emerald-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 53 47 / var(--tw-bg-opacity));
}
.bg-emerald-800\/0 {
  background-color: rgb(0 53 47 / 0);
}
.bg-emerald-800\/10 {
  background-color: rgb(0 53 47 / 0.1);
}
.bg-emerald-800\/100 {
  background-color: rgb(0 53 47 / 1);
}
.bg-emerald-800\/20 {
  background-color: rgb(0 53 47 / 0.2);
}
.bg-emerald-800\/25 {
  background-color: rgb(0 53 47 / 0.25);
}
.bg-emerald-800\/30 {
  background-color: rgb(0 53 47 / 0.3);
}
.bg-emerald-800\/40 {
  background-color: rgb(0 53 47 / 0.4);
}
.bg-emerald-800\/5 {
  background-color: rgb(0 53 47 / 0.05);
}
.bg-emerald-800\/50 {
  background-color: rgb(0 53 47 / 0.5);
}
.bg-emerald-800\/60 {
  background-color: rgb(0 53 47 / 0.6);
}
.bg-emerald-800\/70 {
  background-color: rgb(0 53 47 / 0.7);
}
.bg-emerald-800\/75 {
  background-color: rgb(0 53 47 / 0.75);
}
.bg-emerald-800\/80 {
  background-color: rgb(0 53 47 / 0.8);
}
.bg-emerald-800\/90 {
  background-color: rgb(0 53 47 / 0.9);
}
.bg-emerald-800\/95 {
  background-color: rgb(0 53 47 / 0.95);
}
.bg-emerald-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 44 38 / var(--tw-bg-opacity));
}
.bg-emerald-900\/0 {
  background-color: rgb(0 44 38 / 0);
}
.bg-emerald-900\/10 {
  background-color: rgb(0 44 38 / 0.1);
}
.bg-emerald-900\/100 {
  background-color: rgb(0 44 38 / 1);
}
.bg-emerald-900\/20 {
  background-color: rgb(0 44 38 / 0.2);
}
.bg-emerald-900\/25 {
  background-color: rgb(0 44 38 / 0.25);
}
.bg-emerald-900\/30 {
  background-color: rgb(0 44 38 / 0.3);
}
.bg-emerald-900\/40 {
  background-color: rgb(0 44 38 / 0.4);
}
.bg-emerald-900\/5 {
  background-color: rgb(0 44 38 / 0.05);
}
.bg-emerald-900\/50 {
  background-color: rgb(0 44 38 / 0.5);
}
.bg-emerald-900\/60 {
  background-color: rgb(0 44 38 / 0.6);
}
.bg-emerald-900\/70 {
  background-color: rgb(0 44 38 / 0.7);
}
.bg-emerald-900\/75 {
  background-color: rgb(0 44 38 / 0.75);
}
.bg-emerald-900\/80 {
  background-color: rgb(0 44 38 / 0.8);
}
.bg-emerald-900\/90 {
  background-color: rgb(0 44 38 / 0.9);
}
.bg-emerald-900\/95 {
  background-color: rgb(0 44 38 / 0.95);
}
.bg-forest-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(205 241 245 / var(--tw-bg-opacity));
}
.bg-forest-100\/0 {
  background-color: rgb(205 241 245 / 0);
}
.bg-forest-100\/10 {
  background-color: rgb(205 241 245 / 0.1);
}
.bg-forest-100\/100 {
  background-color: rgb(205 241 245 / 1);
}
.bg-forest-100\/20 {
  background-color: rgb(205 241 245 / 0.2);
}
.bg-forest-100\/25 {
  background-color: rgb(205 241 245 / 0.25);
}
.bg-forest-100\/30 {
  background-color: rgb(205 241 245 / 0.3);
}
.bg-forest-100\/40 {
  background-color: rgb(205 241 245 / 0.4);
}
.bg-forest-100\/5 {
  background-color: rgb(205 241 245 / 0.05);
}
.bg-forest-100\/50 {
  background-color: rgb(205 241 245 / 0.5);
}
.bg-forest-100\/60 {
  background-color: rgb(205 241 245 / 0.6);
}
.bg-forest-100\/70 {
  background-color: rgb(205 241 245 / 0.7);
}
.bg-forest-100\/75 {
  background-color: rgb(205 241 245 / 0.75);
}
.bg-forest-100\/80 {
  background-color: rgb(205 241 245 / 0.8);
}
.bg-forest-100\/90 {
  background-color: rgb(205 241 245 / 0.9);
}
.bg-forest-100\/95 {
  background-color: rgb(205 241 245 / 0.95);
}
.bg-forest-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(158 221 229 / var(--tw-bg-opacity));
}
.bg-forest-200\/0 {
  background-color: rgb(158 221 229 / 0);
}
.bg-forest-200\/10 {
  background-color: rgb(158 221 229 / 0.1);
}
.bg-forest-200\/100 {
  background-color: rgb(158 221 229 / 1);
}
.bg-forest-200\/20 {
  background-color: rgb(158 221 229 / 0.2);
}
.bg-forest-200\/25 {
  background-color: rgb(158 221 229 / 0.25);
}
.bg-forest-200\/30 {
  background-color: rgb(158 221 229 / 0.3);
}
.bg-forest-200\/40 {
  background-color: rgb(158 221 229 / 0.4);
}
.bg-forest-200\/5 {
  background-color: rgb(158 221 229 / 0.05);
}
.bg-forest-200\/50 {
  background-color: rgb(158 221 229 / 0.5);
}
.bg-forest-200\/60 {
  background-color: rgb(158 221 229 / 0.6);
}
.bg-forest-200\/70 {
  background-color: rgb(158 221 229 / 0.7);
}
.bg-forest-200\/75 {
  background-color: rgb(158 221 229 / 0.75);
}
.bg-forest-200\/80 {
  background-color: rgb(158 221 229 / 0.8);
}
.bg-forest-200\/90 {
  background-color: rgb(158 221 229 / 0.9);
}
.bg-forest-200\/95 {
  background-color: rgb(158 221 229 / 0.95);
}
.bg-forest-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(142 186 189 / var(--tw-bg-opacity));
}
.bg-forest-300\/0 {
  background-color: rgb(142 186 189 / 0);
}
.bg-forest-300\/10 {
  background-color: rgb(142 186 189 / 0.1);
}
.bg-forest-300\/100 {
  background-color: rgb(142 186 189 / 1);
}
.bg-forest-300\/20 {
  background-color: rgb(142 186 189 / 0.2);
}
.bg-forest-300\/25 {
  background-color: rgb(142 186 189 / 0.25);
}
.bg-forest-300\/30 {
  background-color: rgb(142 186 189 / 0.3);
}
.bg-forest-300\/40 {
  background-color: rgb(142 186 189 / 0.4);
}
.bg-forest-300\/5 {
  background-color: rgb(142 186 189 / 0.05);
}
.bg-forest-300\/50 {
  background-color: rgb(142 186 189 / 0.5);
}
.bg-forest-300\/60 {
  background-color: rgb(142 186 189 / 0.6);
}
.bg-forest-300\/70 {
  background-color: rgb(142 186 189 / 0.7);
}
.bg-forest-300\/75 {
  background-color: rgb(142 186 189 / 0.75);
}
.bg-forest-300\/80 {
  background-color: rgb(142 186 189 / 0.8);
}
.bg-forest-300\/90 {
  background-color: rgb(142 186 189 / 0.9);
}
.bg-forest-300\/95 {
  background-color: rgb(142 186 189 / 0.95);
}
.bg-forest-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(91 146 150 / var(--tw-bg-opacity));
}
.bg-forest-400\/0 {
  background-color: rgb(91 146 150 / 0);
}
.bg-forest-400\/10 {
  background-color: rgb(91 146 150 / 0.1);
}
.bg-forest-400\/100 {
  background-color: rgb(91 146 150 / 1);
}
.bg-forest-400\/20 {
  background-color: rgb(91 146 150 / 0.2);
}
.bg-forest-400\/25 {
  background-color: rgb(91 146 150 / 0.25);
}
.bg-forest-400\/30 {
  background-color: rgb(91 146 150 / 0.3);
}
.bg-forest-400\/40 {
  background-color: rgb(91 146 150 / 0.4);
}
.bg-forest-400\/5 {
  background-color: rgb(91 146 150 / 0.05);
}
.bg-forest-400\/50 {
  background-color: rgb(91 146 150 / 0.5);
}
.bg-forest-400\/60 {
  background-color: rgb(91 146 150 / 0.6);
}
.bg-forest-400\/70 {
  background-color: rgb(91 146 150 / 0.7);
}
.bg-forest-400\/75 {
  background-color: rgb(91 146 150 / 0.75);
}
.bg-forest-400\/80 {
  background-color: rgb(91 146 150 / 0.8);
}
.bg-forest-400\/90 {
  background-color: rgb(91 146 150 / 0.9);
}
.bg-forest-400\/95 {
  background-color: rgb(91 146 150 / 0.95);
}
.bg-forest-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 252 255 / var(--tw-bg-opacity));
}
.bg-forest-50\/0 {
  background-color: rgb(229 252 255 / 0);
}
.bg-forest-50\/10 {
  background-color: rgb(229 252 255 / 0.1);
}
.bg-forest-50\/100 {
  background-color: rgb(229 252 255 / 1);
}
.bg-forest-50\/20 {
  background-color: rgb(229 252 255 / 0.2);
}
.bg-forest-50\/25 {
  background-color: rgb(229 252 255 / 0.25);
}
.bg-forest-50\/30 {
  background-color: rgb(229 252 255 / 0.3);
}
.bg-forest-50\/40 {
  background-color: rgb(229 252 255 / 0.4);
}
.bg-forest-50\/5 {
  background-color: rgb(229 252 255 / 0.05);
}
.bg-forest-50\/50 {
  background-color: rgb(229 252 255 / 0.5);
}
.bg-forest-50\/60 {
  background-color: rgb(229 252 255 / 0.6);
}
.bg-forest-50\/70 {
  background-color: rgb(229 252 255 / 0.7);
}
.bg-forest-50\/75 {
  background-color: rgb(229 252 255 / 0.75);
}
.bg-forest-50\/80 {
  background-color: rgb(229 252 255 / 0.8);
}
.bg-forest-50\/90 {
  background-color: rgb(229 252 255 / 0.9);
}
.bg-forest-50\/95 {
  background-color: rgb(229 252 255 / 0.95);
}
.bg-forest-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 96 100 / var(--tw-bg-opacity));
}
.bg-forest-500\/0 {
  background-color: rgb(0 96 100 / 0);
}
.bg-forest-500\/10 {
  background-color: rgb(0 96 100 / 0.1);
}
.bg-forest-500\/100 {
  background-color: rgb(0 96 100 / 1);
}
.bg-forest-500\/20 {
  background-color: rgb(0 96 100 / 0.2);
}
.bg-forest-500\/25 {
  background-color: rgb(0 96 100 / 0.25);
}
.bg-forest-500\/30 {
  background-color: rgb(0 96 100 / 0.3);
}
.bg-forest-500\/40 {
  background-color: rgb(0 96 100 / 0.4);
}
.bg-forest-500\/5 {
  background-color: rgb(0 96 100 / 0.05);
}
.bg-forest-500\/50 {
  background-color: rgb(0 96 100 / 0.5);
}
.bg-forest-500\/60 {
  background-color: rgb(0 96 100 / 0.6);
}
.bg-forest-500\/70 {
  background-color: rgb(0 96 100 / 0.7);
}
.bg-forest-500\/75 {
  background-color: rgb(0 96 100 / 0.75);
}
.bg-forest-500\/80 {
  background-color: rgb(0 96 100 / 0.8);
}
.bg-forest-500\/90 {
  background-color: rgb(0 96 100 / 0.9);
}
.bg-forest-500\/95 {
  background-color: rgb(0 96 100 / 0.95);
}
.bg-forest-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(32 78 81 / var(--tw-bg-opacity));
}
.bg-forest-600\/0 {
  background-color: rgb(32 78 81 / 0);
}
.bg-forest-600\/10 {
  background-color: rgb(32 78 81 / 0.1);
}
.bg-forest-600\/100 {
  background-color: rgb(32 78 81 / 1);
}
.bg-forest-600\/20 {
  background-color: rgb(32 78 81 / 0.2);
}
.bg-forest-600\/25 {
  background-color: rgb(32 78 81 / 0.25);
}
.bg-forest-600\/30 {
  background-color: rgb(32 78 81 / 0.3);
}
.bg-forest-600\/40 {
  background-color: rgb(32 78 81 / 0.4);
}
.bg-forest-600\/5 {
  background-color: rgb(32 78 81 / 0.05);
}
.bg-forest-600\/50 {
  background-color: rgb(32 78 81 / 0.5);
}
.bg-forest-600\/60 {
  background-color: rgb(32 78 81 / 0.6);
}
.bg-forest-600\/70 {
  background-color: rgb(32 78 81 / 0.7);
}
.bg-forest-600\/75 {
  background-color: rgb(32 78 81 / 0.75);
}
.bg-forest-600\/80 {
  background-color: rgb(32 78 81 / 0.8);
}
.bg-forest-600\/90 {
  background-color: rgb(32 78 81 / 0.9);
}
.bg-forest-600\/95 {
  background-color: rgb(32 78 81 / 0.95);
}
.bg-forest-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(18 61 67 / var(--tw-bg-opacity));
}
.bg-forest-700\/0 {
  background-color: rgb(18 61 67 / 0);
}
.bg-forest-700\/10 {
  background-color: rgb(18 61 67 / 0.1);
}
.bg-forest-700\/100 {
  background-color: rgb(18 61 67 / 1);
}
.bg-forest-700\/20 {
  background-color: rgb(18 61 67 / 0.2);
}
.bg-forest-700\/25 {
  background-color: rgb(18 61 67 / 0.25);
}
.bg-forest-700\/30 {
  background-color: rgb(18 61 67 / 0.3);
}
.bg-forest-700\/40 {
  background-color: rgb(18 61 67 / 0.4);
}
.bg-forest-700\/5 {
  background-color: rgb(18 61 67 / 0.05);
}
.bg-forest-700\/50 {
  background-color: rgb(18 61 67 / 0.5);
}
.bg-forest-700\/60 {
  background-color: rgb(18 61 67 / 0.6);
}
.bg-forest-700\/70 {
  background-color: rgb(18 61 67 / 0.7);
}
.bg-forest-700\/75 {
  background-color: rgb(18 61 67 / 0.75);
}
.bg-forest-700\/80 {
  background-color: rgb(18 61 67 / 0.8);
}
.bg-forest-700\/90 {
  background-color: rgb(18 61 67 / 0.9);
}
.bg-forest-700\/95 {
  background-color: rgb(18 61 67 / 0.95);
}
.bg-forest-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(9 50 55 / var(--tw-bg-opacity));
}
.bg-forest-800\/0 {
  background-color: rgb(9 50 55 / 0);
}
.bg-forest-800\/10 {
  background-color: rgb(9 50 55 / 0.1);
}
.bg-forest-800\/100 {
  background-color: rgb(9 50 55 / 1);
}
.bg-forest-800\/20 {
  background-color: rgb(9 50 55 / 0.2);
}
.bg-forest-800\/25 {
  background-color: rgb(9 50 55 / 0.25);
}
.bg-forest-800\/30 {
  background-color: rgb(9 50 55 / 0.3);
}
.bg-forest-800\/40 {
  background-color: rgb(9 50 55 / 0.4);
}
.bg-forest-800\/5 {
  background-color: rgb(9 50 55 / 0.05);
}
.bg-forest-800\/50 {
  background-color: rgb(9 50 55 / 0.5);
}
.bg-forest-800\/60 {
  background-color: rgb(9 50 55 / 0.6);
}
.bg-forest-800\/70 {
  background-color: rgb(9 50 55 / 0.7);
}
.bg-forest-800\/75 {
  background-color: rgb(9 50 55 / 0.75);
}
.bg-forest-800\/80 {
  background-color: rgb(9 50 55 / 0.8);
}
.bg-forest-800\/90 {
  background-color: rgb(9 50 55 / 0.9);
}
.bg-forest-800\/95 {
  background-color: rgb(9 50 55 / 0.95);
}
.bg-forest-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 42 47 / var(--tw-bg-opacity));
}
.bg-forest-900\/0 {
  background-color: rgb(5 42 47 / 0);
}
.bg-forest-900\/10 {
  background-color: rgb(5 42 47 / 0.1);
}
.bg-forest-900\/100 {
  background-color: rgb(5 42 47 / 1);
}
.bg-forest-900\/20 {
  background-color: rgb(5 42 47 / 0.2);
}
.bg-forest-900\/25 {
  background-color: rgb(5 42 47 / 0.25);
}
.bg-forest-900\/30 {
  background-color: rgb(5 42 47 / 0.3);
}
.bg-forest-900\/40 {
  background-color: rgb(5 42 47 / 0.4);
}
.bg-forest-900\/5 {
  background-color: rgb(5 42 47 / 0.05);
}
.bg-forest-900\/50 {
  background-color: rgb(5 42 47 / 0.5);
}
.bg-forest-900\/60 {
  background-color: rgb(5 42 47 / 0.6);
}
.bg-forest-900\/70 {
  background-color: rgb(5 42 47 / 0.7);
}
.bg-forest-900\/75 {
  background-color: rgb(5 42 47 / 0.75);
}
.bg-forest-900\/80 {
  background-color: rgb(5 42 47 / 0.8);
}
.bg-forest-900\/90 {
  background-color: rgb(5 42 47 / 0.9);
}
.bg-forest-900\/95 {
  background-color: rgb(5 42 47 / 0.95);
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-gray-100\/0 {
  background-color: rgb(245 245 245 / 0);
}
.bg-gray-100\/10 {
  background-color: rgb(245 245 245 / 0.1);
}
.bg-gray-100\/100 {
  background-color: rgb(245 245 245 / 1);
}
.bg-gray-100\/20 {
  background-color: rgb(245 245 245 / 0.2);
}
.bg-gray-100\/25 {
  background-color: rgb(245 245 245 / 0.25);
}
.bg-gray-100\/30 {
  background-color: rgb(245 245 245 / 0.3);
}
.bg-gray-100\/40 {
  background-color: rgb(245 245 245 / 0.4);
}
.bg-gray-100\/5 {
  background-color: rgb(245 245 245 / 0.05);
}
.bg-gray-100\/50 {
  background-color: rgb(245 245 245 / 0.5);
}
.bg-gray-100\/60 {
  background-color: rgb(245 245 245 / 0.6);
}
.bg-gray-100\/70 {
  background-color: rgb(245 245 245 / 0.7);
}
.bg-gray-100\/75 {
  background-color: rgb(245 245 245 / 0.75);
}
.bg-gray-100\/80 {
  background-color: rgb(245 245 245 / 0.8);
}
.bg-gray-100\/90 {
  background-color: rgb(245 245 245 / 0.9);
}
.bg-gray-100\/95 {
  background-color: rgb(245 245 245 / 0.95);
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 240 240 / var(--tw-bg-opacity));
}
.bg-gray-200\/0 {
  background-color: rgb(238 240 240 / 0);
}
.bg-gray-200\/10 {
  background-color: rgb(238 240 240 / 0.1);
}
.bg-gray-200\/100 {
  background-color: rgb(238 240 240 / 1);
}
.bg-gray-200\/20 {
  background-color: rgb(238 240 240 / 0.2);
}
.bg-gray-200\/25 {
  background-color: rgb(238 240 240 / 0.25);
}
.bg-gray-200\/30 {
  background-color: rgb(238 240 240 / 0.3);
}
.bg-gray-200\/40 {
  background-color: rgb(238 240 240 / 0.4);
}
.bg-gray-200\/5 {
  background-color: rgb(238 240 240 / 0.05);
}
.bg-gray-200\/50 {
  background-color: rgb(238 240 240 / 0.5);
}
.bg-gray-200\/60 {
  background-color: rgb(238 240 240 / 0.6);
}
.bg-gray-200\/70 {
  background-color: rgb(238 240 240 / 0.7);
}
.bg-gray-200\/75 {
  background-color: rgb(238 240 240 / 0.75);
}
.bg-gray-200\/80 {
  background-color: rgb(238 240 240 / 0.8);
}
.bg-gray-200\/90 {
  background-color: rgb(238 240 240 / 0.9);
}
.bg-gray-200\/95 {
  background-color: rgb(238 240 240 / 0.95);
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(230 231 231 / var(--tw-bg-opacity));
}
.bg-gray-300\/0 {
  background-color: rgb(230 231 231 / 0);
}
.bg-gray-300\/10 {
  background-color: rgb(230 231 231 / 0.1);
}
.bg-gray-300\/100 {
  background-color: rgb(230 231 231 / 1);
}
.bg-gray-300\/20 {
  background-color: rgb(230 231 231 / 0.2);
}
.bg-gray-300\/25 {
  background-color: rgb(230 231 231 / 0.25);
}
.bg-gray-300\/30 {
  background-color: rgb(230 231 231 / 0.3);
}
.bg-gray-300\/40 {
  background-color: rgb(230 231 231 / 0.4);
}
.bg-gray-300\/5 {
  background-color: rgb(230 231 231 / 0.05);
}
.bg-gray-300\/50 {
  background-color: rgb(230 231 231 / 0.5);
}
.bg-gray-300\/60 {
  background-color: rgb(230 231 231 / 0.6);
}
.bg-gray-300\/70 {
  background-color: rgb(230 231 231 / 0.7);
}
.bg-gray-300\/75 {
  background-color: rgb(230 231 231 / 0.75);
}
.bg-gray-300\/80 {
  background-color: rgb(230 231 231 / 0.8);
}
.bg-gray-300\/90 {
  background-color: rgb(230 231 231 / 0.9);
}
.bg-gray-300\/95 {
  background-color: rgb(230 231 231 / 0.95);
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 218 218 / var(--tw-bg-opacity));
}
.bg-gray-400\/0 {
  background-color: rgb(217 218 218 / 0);
}
.bg-gray-400\/10 {
  background-color: rgb(217 218 218 / 0.1);
}
.bg-gray-400\/100 {
  background-color: rgb(217 218 218 / 1);
}
.bg-gray-400\/20 {
  background-color: rgb(217 218 218 / 0.2);
}
.bg-gray-400\/25 {
  background-color: rgb(217 218 218 / 0.25);
}
.bg-gray-400\/30 {
  background-color: rgb(217 218 218 / 0.3);
}
.bg-gray-400\/40 {
  background-color: rgb(217 218 218 / 0.4);
}
.bg-gray-400\/5 {
  background-color: rgb(217 218 218 / 0.05);
}
.bg-gray-400\/50 {
  background-color: rgb(217 218 218 / 0.5);
}
.bg-gray-400\/60 {
  background-color: rgb(217 218 218 / 0.6);
}
.bg-gray-400\/70 {
  background-color: rgb(217 218 218 / 0.7);
}
.bg-gray-400\/75 {
  background-color: rgb(217 218 218 / 0.75);
}
.bg-gray-400\/80 {
  background-color: rgb(217 218 218 / 0.8);
}
.bg-gray-400\/90 {
  background-color: rgb(217 218 218 / 0.9);
}
.bg-gray-400\/95 {
  background-color: rgb(217 218 218 / 0.95);
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.bg-gray-50\/0 {
  background-color: rgb(250 250 250 / 0);
}
.bg-gray-50\/10 {
  background-color: rgb(250 250 250 / 0.1);
}
.bg-gray-50\/100 {
  background-color: rgb(250 250 250 / 1);
}
.bg-gray-50\/20 {
  background-color: rgb(250 250 250 / 0.2);
}
.bg-gray-50\/25 {
  background-color: rgb(250 250 250 / 0.25);
}
.bg-gray-50\/30 {
  background-color: rgb(250 250 250 / 0.3);
}
.bg-gray-50\/40 {
  background-color: rgb(250 250 250 / 0.4);
}
.bg-gray-50\/5 {
  background-color: rgb(250 250 250 / 0.05);
}
.bg-gray-50\/50 {
  background-color: rgb(250 250 250 / 0.5);
}
.bg-gray-50\/60 {
  background-color: rgb(250 250 250 / 0.6);
}
.bg-gray-50\/70 {
  background-color: rgb(250 250 250 / 0.7);
}
.bg-gray-50\/75 {
  background-color: rgb(250 250 250 / 0.75);
}
.bg-gray-50\/80 {
  background-color: rgb(250 250 250 / 0.8);
}
.bg-gray-50\/90 {
  background-color: rgb(250 250 250 / 0.9);
}
.bg-gray-50\/95 {
  background-color: rgb(250 250 250 / 0.95);
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(197 199 199 / var(--tw-bg-opacity));
}
.bg-gray-500\/0 {
  background-color: rgb(197 199 199 / 0);
}
.bg-gray-500\/10 {
  background-color: rgb(197 199 199 / 0.1);
}
.bg-gray-500\/100 {
  background-color: rgb(197 199 199 / 1);
}
.bg-gray-500\/20 {
  background-color: rgb(197 199 199 / 0.2);
}
.bg-gray-500\/25 {
  background-color: rgb(197 199 199 / 0.25);
}
.bg-gray-500\/30 {
  background-color: rgb(197 199 199 / 0.3);
}
.bg-gray-500\/40 {
  background-color: rgb(197 199 199 / 0.4);
}
.bg-gray-500\/5 {
  background-color: rgb(197 199 199 / 0.05);
}
.bg-gray-500\/50 {
  background-color: rgb(197 199 199 / 0.5);
}
.bg-gray-500\/60 {
  background-color: rgb(197 199 199 / 0.6);
}
.bg-gray-500\/70 {
  background-color: rgb(197 199 199 / 0.7);
}
.bg-gray-500\/75 {
  background-color: rgb(197 199 199 / 0.75);
}
.bg-gray-500\/80 {
  background-color: rgb(197 199 199 / 0.8);
}
.bg-gray-500\/90 {
  background-color: rgb(197 199 199 / 0.9);
}
.bg-gray-500\/95 {
  background-color: rgb(197 199 199 / 0.95);
}
.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(169 171 172 / var(--tw-bg-opacity));
}
.bg-gray-600\/0 {
  background-color: rgb(169 171 172 / 0);
}
.bg-gray-600\/10 {
  background-color: rgb(169 171 172 / 0.1);
}
.bg-gray-600\/100 {
  background-color: rgb(169 171 172 / 1);
}
.bg-gray-600\/20 {
  background-color: rgb(169 171 172 / 0.2);
}
.bg-gray-600\/25 {
  background-color: rgb(169 171 172 / 0.25);
}
.bg-gray-600\/30 {
  background-color: rgb(169 171 172 / 0.3);
}
.bg-gray-600\/40 {
  background-color: rgb(169 171 172 / 0.4);
}
.bg-gray-600\/5 {
  background-color: rgb(169 171 172 / 0.05);
}
.bg-gray-600\/50 {
  background-color: rgb(169 171 172 / 0.5);
}
.bg-gray-600\/60 {
  background-color: rgb(169 171 172 / 0.6);
}
.bg-gray-600\/70 {
  background-color: rgb(169 171 172 / 0.7);
}
.bg-gray-600\/75 {
  background-color: rgb(169 171 172 / 0.75);
}
.bg-gray-600\/80 {
  background-color: rgb(169 171 172 / 0.8);
}
.bg-gray-600\/90 {
  background-color: rgb(169 171 172 / 0.9);
}
.bg-gray-600\/95 {
  background-color: rgb(169 171 172 / 0.95);
}
.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(137 139 140 / var(--tw-bg-opacity));
}
.bg-gray-700\/0 {
  background-color: rgb(137 139 140 / 0);
}
.bg-gray-700\/10 {
  background-color: rgb(137 139 140 / 0.1);
}
.bg-gray-700\/100 {
  background-color: rgb(137 139 140 / 1);
}
.bg-gray-700\/20 {
  background-color: rgb(137 139 140 / 0.2);
}
.bg-gray-700\/25 {
  background-color: rgb(137 139 140 / 0.25);
}
.bg-gray-700\/30 {
  background-color: rgb(137 139 140 / 0.3);
}
.bg-gray-700\/40 {
  background-color: rgb(137 139 140 / 0.4);
}
.bg-gray-700\/5 {
  background-color: rgb(137 139 140 / 0.05);
}
.bg-gray-700\/50 {
  background-color: rgb(137 139 140 / 0.5);
}
.bg-gray-700\/60 {
  background-color: rgb(137 139 140 / 0.6);
}
.bg-gray-700\/70 {
  background-color: rgb(137 139 140 / 0.7);
}
.bg-gray-700\/75 {
  background-color: rgb(137 139 140 / 0.75);
}
.bg-gray-700\/80 {
  background-color: rgb(137 139 140 / 0.8);
}
.bg-gray-700\/90 {
  background-color: rgb(137 139 140 / 0.9);
}
.bg-gray-700\/95 {
  background-color: rgb(137 139 140 / 0.95);
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(101 104 106 / var(--tw-bg-opacity));
}
.bg-gray-800\/0 {
  background-color: rgb(101 104 106 / 0);
}
.bg-gray-800\/10 {
  background-color: rgb(101 104 106 / 0.1);
}
.bg-gray-800\/100 {
  background-color: rgb(101 104 106 / 1);
}
.bg-gray-800\/20 {
  background-color: rgb(101 104 106 / 0.2);
}
.bg-gray-800\/25 {
  background-color: rgb(101 104 106 / 0.25);
}
.bg-gray-800\/30 {
  background-color: rgb(101 104 106 / 0.3);
}
.bg-gray-800\/40 {
  background-color: rgb(101 104 106 / 0.4);
}
.bg-gray-800\/5 {
  background-color: rgb(101 104 106 / 0.05);
}
.bg-gray-800\/50 {
  background-color: rgb(101 104 106 / 0.5);
}
.bg-gray-800\/60 {
  background-color: rgb(101 104 106 / 0.6);
}
.bg-gray-800\/70 {
  background-color: rgb(101 104 106 / 0.7);
}
.bg-gray-800\/75 {
  background-color: rgb(101 104 106 / 0.75);
}
.bg-gray-800\/80 {
  background-color: rgb(101 104 106 / 0.8);
}
.bg-gray-800\/90 {
  background-color: rgb(101 104 106 / 0.9);
}
.bg-gray-800\/95 {
  background-color: rgb(101 104 106 / 0.95);
}
.bg-gray-850 {
  --tw-bg-opacity: 1;
  background-color: rgb(76 80 86 / var(--tw-bg-opacity));
}
.bg-gray-850\/0 {
  background-color: rgb(76 80 86 / 0);
}
.bg-gray-850\/10 {
  background-color: rgb(76 80 86 / 0.1);
}
.bg-gray-850\/100 {
  background-color: rgb(76 80 86 / 1);
}
.bg-gray-850\/20 {
  background-color: rgb(76 80 86 / 0.2);
}
.bg-gray-850\/25 {
  background-color: rgb(76 80 86 / 0.25);
}
.bg-gray-850\/30 {
  background-color: rgb(76 80 86 / 0.3);
}
.bg-gray-850\/40 {
  background-color: rgb(76 80 86 / 0.4);
}
.bg-gray-850\/5 {
  background-color: rgb(76 80 86 / 0.05);
}
.bg-gray-850\/50 {
  background-color: rgb(76 80 86 / 0.5);
}
.bg-gray-850\/60 {
  background-color: rgb(76 80 86 / 0.6);
}
.bg-gray-850\/70 {
  background-color: rgb(76 80 86 / 0.7);
}
.bg-gray-850\/75 {
  background-color: rgb(76 80 86 / 0.75);
}
.bg-gray-850\/80 {
  background-color: rgb(76 80 86 / 0.8);
}
.bg-gray-850\/90 {
  background-color: rgb(76 80 86 / 0.9);
}
.bg-gray-850\/95 {
  background-color: rgb(76 80 86 / 0.95);
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 53 57 / var(--tw-bg-opacity));
}
.bg-gray-900\/0 {
  background-color: rgb(51 53 57 / 0);
}
.bg-gray-900\/10 {
  background-color: rgb(51 53 57 / 0.1);
}
.bg-gray-900\/100 {
  background-color: rgb(51 53 57 / 1);
}
.bg-gray-900\/20 {
  background-color: rgb(51 53 57 / 0.2);
}
.bg-gray-900\/25 {
  background-color: rgb(51 53 57 / 0.25);
}
.bg-gray-900\/30 {
  background-color: rgb(51 53 57 / 0.3);
}
.bg-gray-900\/40 {
  background-color: rgb(51 53 57 / 0.4);
}
.bg-gray-900\/5 {
  background-color: rgb(51 53 57 / 0.05);
}
.bg-gray-900\/50 {
  background-color: rgb(51 53 57 / 0.5);
}
.bg-gray-900\/60 {
  background-color: rgb(51 53 57 / 0.6);
}
.bg-gray-900\/70 {
  background-color: rgb(51 53 57 / 0.7);
}
.bg-gray-900\/75 {
  background-color: rgb(51 53 57 / 0.75);
}
.bg-gray-900\/80 {
  background-color: rgb(51 53 57 / 0.8);
}
.bg-gray-900\/90 {
  background-color: rgb(51 53 57 / 0.9);
}
.bg-gray-900\/95 {
  background-color: rgb(51 53 57 / 0.95);
}
.bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(200 181 255 / var(--tw-bg-opacity));
}
.bg-indigo-100\/0 {
  background-color: rgb(200 181 255 / 0);
}
.bg-indigo-100\/10 {
  background-color: rgb(200 181 255 / 0.1);
}
.bg-indigo-100\/100 {
  background-color: rgb(200 181 255 / 1);
}
.bg-indigo-100\/20 {
  background-color: rgb(200 181 255 / 0.2);
}
.bg-indigo-100\/25 {
  background-color: rgb(200 181 255 / 0.25);
}
.bg-indigo-100\/30 {
  background-color: rgb(200 181 255 / 0.3);
}
.bg-indigo-100\/40 {
  background-color: rgb(200 181 255 / 0.4);
}
.bg-indigo-100\/5 {
  background-color: rgb(200 181 255 / 0.05);
}
.bg-indigo-100\/50 {
  background-color: rgb(200 181 255 / 0.5);
}
.bg-indigo-100\/60 {
  background-color: rgb(200 181 255 / 0.6);
}
.bg-indigo-100\/70 {
  background-color: rgb(200 181 255 / 0.7);
}
.bg-indigo-100\/75 {
  background-color: rgb(200 181 255 / 0.75);
}
.bg-indigo-100\/80 {
  background-color: rgb(200 181 255 / 0.8);
}
.bg-indigo-100\/90 {
  background-color: rgb(200 181 255 / 0.9);
}
.bg-indigo-100\/95 {
  background-color: rgb(200 181 255 / 0.95);
}
.bg-indigo-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(167 136 255 / var(--tw-bg-opacity));
}
.bg-indigo-200\/0 {
  background-color: rgb(167 136 255 / 0);
}
.bg-indigo-200\/10 {
  background-color: rgb(167 136 255 / 0.1);
}
.bg-indigo-200\/100 {
  background-color: rgb(167 136 255 / 1);
}
.bg-indigo-200\/20 {
  background-color: rgb(167 136 255 / 0.2);
}
.bg-indigo-200\/25 {
  background-color: rgb(167 136 255 / 0.25);
}
.bg-indigo-200\/30 {
  background-color: rgb(167 136 255 / 0.3);
}
.bg-indigo-200\/40 {
  background-color: rgb(167 136 255 / 0.4);
}
.bg-indigo-200\/5 {
  background-color: rgb(167 136 255 / 0.05);
}
.bg-indigo-200\/50 {
  background-color: rgb(167 136 255 / 0.5);
}
.bg-indigo-200\/60 {
  background-color: rgb(167 136 255 / 0.6);
}
.bg-indigo-200\/70 {
  background-color: rgb(167 136 255 / 0.7);
}
.bg-indigo-200\/75 {
  background-color: rgb(167 136 255 / 0.75);
}
.bg-indigo-200\/80 {
  background-color: rgb(167 136 255 / 0.8);
}
.bg-indigo-200\/90 {
  background-color: rgb(167 136 255 / 0.9);
}
.bg-indigo-200\/95 {
  background-color: rgb(167 136 255 / 0.95);
}
.bg-indigo-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(140 99 254 / var(--tw-bg-opacity));
}
.bg-indigo-300\/0 {
  background-color: rgb(140 99 254 / 0);
}
.bg-indigo-300\/10 {
  background-color: rgb(140 99 254 / 0.1);
}
.bg-indigo-300\/100 {
  background-color: rgb(140 99 254 / 1);
}
.bg-indigo-300\/20 {
  background-color: rgb(140 99 254 / 0.2);
}
.bg-indigo-300\/25 {
  background-color: rgb(140 99 254 / 0.25);
}
.bg-indigo-300\/30 {
  background-color: rgb(140 99 254 / 0.3);
}
.bg-indigo-300\/40 {
  background-color: rgb(140 99 254 / 0.4);
}
.bg-indigo-300\/5 {
  background-color: rgb(140 99 254 / 0.05);
}
.bg-indigo-300\/50 {
  background-color: rgb(140 99 254 / 0.5);
}
.bg-indigo-300\/60 {
  background-color: rgb(140 99 254 / 0.6);
}
.bg-indigo-300\/70 {
  background-color: rgb(140 99 254 / 0.7);
}
.bg-indigo-300\/75 {
  background-color: rgb(140 99 254 / 0.75);
}
.bg-indigo-300\/80 {
  background-color: rgb(140 99 254 / 0.8);
}
.bg-indigo-300\/90 {
  background-color: rgb(140 99 254 / 0.9);
}
.bg-indigo-300\/95 {
  background-color: rgb(140 99 254 / 0.95);
}
.bg-indigo-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(117 72 244 / var(--tw-bg-opacity));
}
.bg-indigo-400\/0 {
  background-color: rgb(117 72 244 / 0);
}
.bg-indigo-400\/10 {
  background-color: rgb(117 72 244 / 0.1);
}
.bg-indigo-400\/100 {
  background-color: rgb(117 72 244 / 1);
}
.bg-indigo-400\/20 {
  background-color: rgb(117 72 244 / 0.2);
}
.bg-indigo-400\/25 {
  background-color: rgb(117 72 244 / 0.25);
}
.bg-indigo-400\/30 {
  background-color: rgb(117 72 244 / 0.3);
}
.bg-indigo-400\/40 {
  background-color: rgb(117 72 244 / 0.4);
}
.bg-indigo-400\/5 {
  background-color: rgb(117 72 244 / 0.05);
}
.bg-indigo-400\/50 {
  background-color: rgb(117 72 244 / 0.5);
}
.bg-indigo-400\/60 {
  background-color: rgb(117 72 244 / 0.6);
}
.bg-indigo-400\/70 {
  background-color: rgb(117 72 244 / 0.7);
}
.bg-indigo-400\/75 {
  background-color: rgb(117 72 244 / 0.75);
}
.bg-indigo-400\/80 {
  background-color: rgb(117 72 244 / 0.8);
}
.bg-indigo-400\/90 {
  background-color: rgb(117 72 244 / 0.9);
}
.bg-indigo-400\/95 {
  background-color: rgb(117 72 244 / 0.95);
}
.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(225 215 255 / var(--tw-bg-opacity));
}
.bg-indigo-50\/0 {
  background-color: rgb(225 215 255 / 0);
}
.bg-indigo-50\/10 {
  background-color: rgb(225 215 255 / 0.1);
}
.bg-indigo-50\/100 {
  background-color: rgb(225 215 255 / 1);
}
.bg-indigo-50\/20 {
  background-color: rgb(225 215 255 / 0.2);
}
.bg-indigo-50\/25 {
  background-color: rgb(225 215 255 / 0.25);
}
.bg-indigo-50\/30 {
  background-color: rgb(225 215 255 / 0.3);
}
.bg-indigo-50\/40 {
  background-color: rgb(225 215 255 / 0.4);
}
.bg-indigo-50\/5 {
  background-color: rgb(225 215 255 / 0.05);
}
.bg-indigo-50\/50 {
  background-color: rgb(225 215 255 / 0.5);
}
.bg-indigo-50\/60 {
  background-color: rgb(225 215 255 / 0.6);
}
.bg-indigo-50\/70 {
  background-color: rgb(225 215 255 / 0.7);
}
.bg-indigo-50\/75 {
  background-color: rgb(225 215 255 / 0.75);
}
.bg-indigo-50\/80 {
  background-color: rgb(225 215 255 / 0.8);
}
.bg-indigo-50\/90 {
  background-color: rgb(225 215 255 / 0.9);
}
.bg-indigo-50\/95 {
  background-color: rgb(225 215 255 / 0.95);
}
.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(91 45 224 / var(--tw-bg-opacity));
}
.bg-indigo-500\/0 {
  background-color: rgb(91 45 224 / 0);
}
.bg-indigo-500\/10 {
  background-color: rgb(91 45 224 / 0.1);
}
.bg-indigo-500\/100 {
  background-color: rgb(91 45 224 / 1);
}
.bg-indigo-500\/20 {
  background-color: rgb(91 45 224 / 0.2);
}
.bg-indigo-500\/25 {
  background-color: rgb(91 45 224 / 0.25);
}
.bg-indigo-500\/30 {
  background-color: rgb(91 45 224 / 0.3);
}
.bg-indigo-500\/40 {
  background-color: rgb(91 45 224 / 0.4);
}
.bg-indigo-500\/5 {
  background-color: rgb(91 45 224 / 0.05);
}
.bg-indigo-500\/50 {
  background-color: rgb(91 45 224 / 0.5);
}
.bg-indigo-500\/60 {
  background-color: rgb(91 45 224 / 0.6);
}
.bg-indigo-500\/70 {
  background-color: rgb(91 45 224 / 0.7);
}
.bg-indigo-500\/75 {
  background-color: rgb(91 45 224 / 0.75);
}
.bg-indigo-500\/80 {
  background-color: rgb(91 45 224 / 0.8);
}
.bg-indigo-500\/90 {
  background-color: rgb(91 45 224 / 0.9);
}
.bg-indigo-500\/95 {
  background-color: rgb(91 45 224 / 0.95);
}
.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(67 19 203 / var(--tw-bg-opacity));
}
.bg-indigo-600\/0 {
  background-color: rgb(67 19 203 / 0);
}
.bg-indigo-600\/10 {
  background-color: rgb(67 19 203 / 0.1);
}
.bg-indigo-600\/100 {
  background-color: rgb(67 19 203 / 1);
}
.bg-indigo-600\/20 {
  background-color: rgb(67 19 203 / 0.2);
}
.bg-indigo-600\/25 {
  background-color: rgb(67 19 203 / 0.25);
}
.bg-indigo-600\/30 {
  background-color: rgb(67 19 203 / 0.3);
}
.bg-indigo-600\/40 {
  background-color: rgb(67 19 203 / 0.4);
}
.bg-indigo-600\/5 {
  background-color: rgb(67 19 203 / 0.05);
}
.bg-indigo-600\/50 {
  background-color: rgb(67 19 203 / 0.5);
}
.bg-indigo-600\/60 {
  background-color: rgb(67 19 203 / 0.6);
}
.bg-indigo-600\/70 {
  background-color: rgb(67 19 203 / 0.7);
}
.bg-indigo-600\/75 {
  background-color: rgb(67 19 203 / 0.75);
}
.bg-indigo-600\/80 {
  background-color: rgb(67 19 203 / 0.8);
}
.bg-indigo-600\/90 {
  background-color: rgb(67 19 203 / 0.9);
}
.bg-indigo-600\/95 {
  background-color: rgb(67 19 203 / 0.95);
}
.bg-indigo-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(42 2 157 / var(--tw-bg-opacity));
}
.bg-indigo-700\/0 {
  background-color: rgb(42 2 157 / 0);
}
.bg-indigo-700\/10 {
  background-color: rgb(42 2 157 / 0.1);
}
.bg-indigo-700\/100 {
  background-color: rgb(42 2 157 / 1);
}
.bg-indigo-700\/20 {
  background-color: rgb(42 2 157 / 0.2);
}
.bg-indigo-700\/25 {
  background-color: rgb(42 2 157 / 0.25);
}
.bg-indigo-700\/30 {
  background-color: rgb(42 2 157 / 0.3);
}
.bg-indigo-700\/40 {
  background-color: rgb(42 2 157 / 0.4);
}
.bg-indigo-700\/5 {
  background-color: rgb(42 2 157 / 0.05);
}
.bg-indigo-700\/50 {
  background-color: rgb(42 2 157 / 0.5);
}
.bg-indigo-700\/60 {
  background-color: rgb(42 2 157 / 0.6);
}
.bg-indigo-700\/70 {
  background-color: rgb(42 2 157 / 0.7);
}
.bg-indigo-700\/75 {
  background-color: rgb(42 2 157 / 0.75);
}
.bg-indigo-700\/80 {
  background-color: rgb(42 2 157 / 0.8);
}
.bg-indigo-700\/90 {
  background-color: rgb(42 2 157 / 0.9);
}
.bg-indigo-700\/95 {
  background-color: rgb(42 2 157 / 0.95);
}
.bg-indigo-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(32 0 124 / var(--tw-bg-opacity));
}
.bg-indigo-800\/0 {
  background-color: rgb(32 0 124 / 0);
}
.bg-indigo-800\/10 {
  background-color: rgb(32 0 124 / 0.1);
}
.bg-indigo-800\/100 {
  background-color: rgb(32 0 124 / 1);
}
.bg-indigo-800\/20 {
  background-color: rgb(32 0 124 / 0.2);
}
.bg-indigo-800\/25 {
  background-color: rgb(32 0 124 / 0.25);
}
.bg-indigo-800\/30 {
  background-color: rgb(32 0 124 / 0.3);
}
.bg-indigo-800\/40 {
  background-color: rgb(32 0 124 / 0.4);
}
.bg-indigo-800\/5 {
  background-color: rgb(32 0 124 / 0.05);
}
.bg-indigo-800\/50 {
  background-color: rgb(32 0 124 / 0.5);
}
.bg-indigo-800\/60 {
  background-color: rgb(32 0 124 / 0.6);
}
.bg-indigo-800\/70 {
  background-color: rgb(32 0 124 / 0.7);
}
.bg-indigo-800\/75 {
  background-color: rgb(32 0 124 / 0.75);
}
.bg-indigo-800\/80 {
  background-color: rgb(32 0 124 / 0.8);
}
.bg-indigo-800\/90 {
  background-color: rgb(32 0 124 / 0.9);
}
.bg-indigo-800\/95 {
  background-color: rgb(32 0 124 / 0.95);
}
.bg-indigo-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(24 0 94 / var(--tw-bg-opacity));
}
.bg-indigo-900\/0 {
  background-color: rgb(24 0 94 / 0);
}
.bg-indigo-900\/10 {
  background-color: rgb(24 0 94 / 0.1);
}
.bg-indigo-900\/100 {
  background-color: rgb(24 0 94 / 1);
}
.bg-indigo-900\/20 {
  background-color: rgb(24 0 94 / 0.2);
}
.bg-indigo-900\/25 {
  background-color: rgb(24 0 94 / 0.25);
}
.bg-indigo-900\/30 {
  background-color: rgb(24 0 94 / 0.3);
}
.bg-indigo-900\/40 {
  background-color: rgb(24 0 94 / 0.4);
}
.bg-indigo-900\/5 {
  background-color: rgb(24 0 94 / 0.05);
}
.bg-indigo-900\/50 {
  background-color: rgb(24 0 94 / 0.5);
}
.bg-indigo-900\/60 {
  background-color: rgb(24 0 94 / 0.6);
}
.bg-indigo-900\/70 {
  background-color: rgb(24 0 94 / 0.7);
}
.bg-indigo-900\/75 {
  background-color: rgb(24 0 94 / 0.75);
}
.bg-indigo-900\/80 {
  background-color: rgb(24 0 94 / 0.8);
}
.bg-indigo-900\/90 {
  background-color: rgb(24 0 94 / 0.9);
}
.bg-indigo-900\/95 {
  background-color: rgb(24 0 94 / 0.95);
}
.bg-info-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
}
.bg-info-100\/0 {
  background-color: rgb(224 242 254 / 0);
}
.bg-info-100\/10 {
  background-color: rgb(224 242 254 / 0.1);
}
.bg-info-100\/100 {
  background-color: rgb(224 242 254 / 1);
}
.bg-info-100\/20 {
  background-color: rgb(224 242 254 / 0.2);
}
.bg-info-100\/25 {
  background-color: rgb(224 242 254 / 0.25);
}
.bg-info-100\/30 {
  background-color: rgb(224 242 254 / 0.3);
}
.bg-info-100\/40 {
  background-color: rgb(224 242 254 / 0.4);
}
.bg-info-100\/5 {
  background-color: rgb(224 242 254 / 0.05);
}
.bg-info-100\/50 {
  background-color: rgb(224 242 254 / 0.5);
}
.bg-info-100\/60 {
  background-color: rgb(224 242 254 / 0.6);
}
.bg-info-100\/70 {
  background-color: rgb(224 242 254 / 0.7);
}
.bg-info-100\/75 {
  background-color: rgb(224 242 254 / 0.75);
}
.bg-info-100\/80 {
  background-color: rgb(224 242 254 / 0.8);
}
.bg-info-100\/90 {
  background-color: rgb(224 242 254 / 0.9);
}
.bg-info-100\/95 {
  background-color: rgb(224 242 254 / 0.95);
}
.bg-info-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity));
}
.bg-info-200\/0 {
  background-color: rgb(186 230 253 / 0);
}
.bg-info-200\/10 {
  background-color: rgb(186 230 253 / 0.1);
}
.bg-info-200\/100 {
  background-color: rgb(186 230 253 / 1);
}
.bg-info-200\/20 {
  background-color: rgb(186 230 253 / 0.2);
}
.bg-info-200\/25 {
  background-color: rgb(186 230 253 / 0.25);
}
.bg-info-200\/30 {
  background-color: rgb(186 230 253 / 0.3);
}
.bg-info-200\/40 {
  background-color: rgb(186 230 253 / 0.4);
}
.bg-info-200\/5 {
  background-color: rgb(186 230 253 / 0.05);
}
.bg-info-200\/50 {
  background-color: rgb(186 230 253 / 0.5);
}
.bg-info-200\/60 {
  background-color: rgb(186 230 253 / 0.6);
}
.bg-info-200\/70 {
  background-color: rgb(186 230 253 / 0.7);
}
.bg-info-200\/75 {
  background-color: rgb(186 230 253 / 0.75);
}
.bg-info-200\/80 {
  background-color: rgb(186 230 253 / 0.8);
}
.bg-info-200\/90 {
  background-color: rgb(186 230 253 / 0.9);
}
.bg-info-200\/95 {
  background-color: rgb(186 230 253 / 0.95);
}
.bg-info-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity));
}
.bg-info-300\/0 {
  background-color: rgb(125 211 252 / 0);
}
.bg-info-300\/10 {
  background-color: rgb(125 211 252 / 0.1);
}
.bg-info-300\/100 {
  background-color: rgb(125 211 252 / 1);
}
.bg-info-300\/20 {
  background-color: rgb(125 211 252 / 0.2);
}
.bg-info-300\/25 {
  background-color: rgb(125 211 252 / 0.25);
}
.bg-info-300\/30 {
  background-color: rgb(125 211 252 / 0.3);
}
.bg-info-300\/40 {
  background-color: rgb(125 211 252 / 0.4);
}
.bg-info-300\/5 {
  background-color: rgb(125 211 252 / 0.05);
}
.bg-info-300\/50 {
  background-color: rgb(125 211 252 / 0.5);
}
.bg-info-300\/60 {
  background-color: rgb(125 211 252 / 0.6);
}
.bg-info-300\/70 {
  background-color: rgb(125 211 252 / 0.7);
}
.bg-info-300\/75 {
  background-color: rgb(125 211 252 / 0.75);
}
.bg-info-300\/80 {
  background-color: rgb(125 211 252 / 0.8);
}
.bg-info-300\/90 {
  background-color: rgb(125 211 252 / 0.9);
}
.bg-info-300\/95 {
  background-color: rgb(125 211 252 / 0.95);
}
.bg-info-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity));
}
.bg-info-400\/0 {
  background-color: rgb(56 189 248 / 0);
}
.bg-info-400\/10 {
  background-color: rgb(56 189 248 / 0.1);
}
.bg-info-400\/100 {
  background-color: rgb(56 189 248 / 1);
}
.bg-info-400\/20 {
  background-color: rgb(56 189 248 / 0.2);
}
.bg-info-400\/25 {
  background-color: rgb(56 189 248 / 0.25);
}
.bg-info-400\/30 {
  background-color: rgb(56 189 248 / 0.3);
}
.bg-info-400\/40 {
  background-color: rgb(56 189 248 / 0.4);
}
.bg-info-400\/5 {
  background-color: rgb(56 189 248 / 0.05);
}
.bg-info-400\/50 {
  background-color: rgb(56 189 248 / 0.5);
}
.bg-info-400\/60 {
  background-color: rgb(56 189 248 / 0.6);
}
.bg-info-400\/70 {
  background-color: rgb(56 189 248 / 0.7);
}
.bg-info-400\/75 {
  background-color: rgb(56 189 248 / 0.75);
}
.bg-info-400\/80 {
  background-color: rgb(56 189 248 / 0.8);
}
.bg-info-400\/90 {
  background-color: rgb(56 189 248 / 0.9);
}
.bg-info-400\/95 {
  background-color: rgb(56 189 248 / 0.95);
}
.bg-info-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity));
}
.bg-info-50\/0 {
  background-color: rgb(240 249 255 / 0);
}
.bg-info-50\/10 {
  background-color: rgb(240 249 255 / 0.1);
}
.bg-info-50\/100 {
  background-color: rgb(240 249 255 / 1);
}
.bg-info-50\/20 {
  background-color: rgb(240 249 255 / 0.2);
}
.bg-info-50\/25 {
  background-color: rgb(240 249 255 / 0.25);
}
.bg-info-50\/30 {
  background-color: rgb(240 249 255 / 0.3);
}
.bg-info-50\/40 {
  background-color: rgb(240 249 255 / 0.4);
}
.bg-info-50\/5 {
  background-color: rgb(240 249 255 / 0.05);
}
.bg-info-50\/50 {
  background-color: rgb(240 249 255 / 0.5);
}
.bg-info-50\/60 {
  background-color: rgb(240 249 255 / 0.6);
}
.bg-info-50\/70 {
  background-color: rgb(240 249 255 / 0.7);
}
.bg-info-50\/75 {
  background-color: rgb(240 249 255 / 0.75);
}
.bg-info-50\/80 {
  background-color: rgb(240 249 255 / 0.8);
}
.bg-info-50\/90 {
  background-color: rgb(240 249 255 / 0.9);
}
.bg-info-50\/95 {
  background-color: rgb(240 249 255 / 0.95);
}
.bg-info-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}
.bg-info-500\/0 {
  background-color: rgb(14 165 233 / 0);
}
.bg-info-500\/10 {
  background-color: rgb(14 165 233 / 0.1);
}
.bg-info-500\/100 {
  background-color: rgb(14 165 233 / 1);
}
.bg-info-500\/20 {
  background-color: rgb(14 165 233 / 0.2);
}
.bg-info-500\/25 {
  background-color: rgb(14 165 233 / 0.25);
}
.bg-info-500\/30 {
  background-color: rgb(14 165 233 / 0.3);
}
.bg-info-500\/40 {
  background-color: rgb(14 165 233 / 0.4);
}
.bg-info-500\/5 {
  background-color: rgb(14 165 233 / 0.05);
}
.bg-info-500\/50 {
  background-color: rgb(14 165 233 / 0.5);
}
.bg-info-500\/60 {
  background-color: rgb(14 165 233 / 0.6);
}
.bg-info-500\/70 {
  background-color: rgb(14 165 233 / 0.7);
}
.bg-info-500\/75 {
  background-color: rgb(14 165 233 / 0.75);
}
.bg-info-500\/80 {
  background-color: rgb(14 165 233 / 0.8);
}
.bg-info-500\/90 {
  background-color: rgb(14 165 233 / 0.9);
}
.bg-info-500\/95 {
  background-color: rgb(14 165 233 / 0.95);
}
.bg-info-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
}
.bg-info-600\/0 {
  background-color: rgb(2 132 199 / 0);
}
.bg-info-600\/10 {
  background-color: rgb(2 132 199 / 0.1);
}
.bg-info-600\/100 {
  background-color: rgb(2 132 199 / 1);
}
.bg-info-600\/20 {
  background-color: rgb(2 132 199 / 0.2);
}
.bg-info-600\/25 {
  background-color: rgb(2 132 199 / 0.25);
}
.bg-info-600\/30 {
  background-color: rgb(2 132 199 / 0.3);
}
.bg-info-600\/40 {
  background-color: rgb(2 132 199 / 0.4);
}
.bg-info-600\/5 {
  background-color: rgb(2 132 199 / 0.05);
}
.bg-info-600\/50 {
  background-color: rgb(2 132 199 / 0.5);
}
.bg-info-600\/60 {
  background-color: rgb(2 132 199 / 0.6);
}
.bg-info-600\/70 {
  background-color: rgb(2 132 199 / 0.7);
}
.bg-info-600\/75 {
  background-color: rgb(2 132 199 / 0.75);
}
.bg-info-600\/80 {
  background-color: rgb(2 132 199 / 0.8);
}
.bg-info-600\/90 {
  background-color: rgb(2 132 199 / 0.9);
}
.bg-info-600\/95 {
  background-color: rgb(2 132 199 / 0.95);
}
.bg-info-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity));
}
.bg-info-700\/0 {
  background-color: rgb(3 105 161 / 0);
}
.bg-info-700\/10 {
  background-color: rgb(3 105 161 / 0.1);
}
.bg-info-700\/100 {
  background-color: rgb(3 105 161 / 1);
}
.bg-info-700\/20 {
  background-color: rgb(3 105 161 / 0.2);
}
.bg-info-700\/25 {
  background-color: rgb(3 105 161 / 0.25);
}
.bg-info-700\/30 {
  background-color: rgb(3 105 161 / 0.3);
}
.bg-info-700\/40 {
  background-color: rgb(3 105 161 / 0.4);
}
.bg-info-700\/5 {
  background-color: rgb(3 105 161 / 0.05);
}
.bg-info-700\/50 {
  background-color: rgb(3 105 161 / 0.5);
}
.bg-info-700\/60 {
  background-color: rgb(3 105 161 / 0.6);
}
.bg-info-700\/70 {
  background-color: rgb(3 105 161 / 0.7);
}
.bg-info-700\/75 {
  background-color: rgb(3 105 161 / 0.75);
}
.bg-info-700\/80 {
  background-color: rgb(3 105 161 / 0.8);
}
.bg-info-700\/90 {
  background-color: rgb(3 105 161 / 0.9);
}
.bg-info-700\/95 {
  background-color: rgb(3 105 161 / 0.95);
}
.bg-info-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(7 89 133 / var(--tw-bg-opacity));
}
.bg-info-800\/0 {
  background-color: rgb(7 89 133 / 0);
}
.bg-info-800\/10 {
  background-color: rgb(7 89 133 / 0.1);
}
.bg-info-800\/100 {
  background-color: rgb(7 89 133 / 1);
}
.bg-info-800\/20 {
  background-color: rgb(7 89 133 / 0.2);
}
.bg-info-800\/25 {
  background-color: rgb(7 89 133 / 0.25);
}
.bg-info-800\/30 {
  background-color: rgb(7 89 133 / 0.3);
}
.bg-info-800\/40 {
  background-color: rgb(7 89 133 / 0.4);
}
.bg-info-800\/5 {
  background-color: rgb(7 89 133 / 0.05);
}
.bg-info-800\/50 {
  background-color: rgb(7 89 133 / 0.5);
}
.bg-info-800\/60 {
  background-color: rgb(7 89 133 / 0.6);
}
.bg-info-800\/70 {
  background-color: rgb(7 89 133 / 0.7);
}
.bg-info-800\/75 {
  background-color: rgb(7 89 133 / 0.75);
}
.bg-info-800\/80 {
  background-color: rgb(7 89 133 / 0.8);
}
.bg-info-800\/90 {
  background-color: rgb(7 89 133 / 0.9);
}
.bg-info-800\/95 {
  background-color: rgb(7 89 133 / 0.95);
}
.bg-info-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity));
}
.bg-info-900\/0 {
  background-color: rgb(12 74 110 / 0);
}
.bg-info-900\/10 {
  background-color: rgb(12 74 110 / 0.1);
}
.bg-info-900\/100 {
  background-color: rgb(12 74 110 / 1);
}
.bg-info-900\/20 {
  background-color: rgb(12 74 110 / 0.2);
}
.bg-info-900\/25 {
  background-color: rgb(12 74 110 / 0.25);
}
.bg-info-900\/30 {
  background-color: rgb(12 74 110 / 0.3);
}
.bg-info-900\/40 {
  background-color: rgb(12 74 110 / 0.4);
}
.bg-info-900\/5 {
  background-color: rgb(12 74 110 / 0.05);
}
.bg-info-900\/50 {
  background-color: rgb(12 74 110 / 0.5);
}
.bg-info-900\/60 {
  background-color: rgb(12 74 110 / 0.6);
}
.bg-info-900\/70 {
  background-color: rgb(12 74 110 / 0.7);
}
.bg-info-900\/75 {
  background-color: rgb(12 74 110 / 0.75);
}
.bg-info-900\/80 {
  background-color: rgb(12 74 110 / 0.8);
}
.bg-info-900\/90 {
  background-color: rgb(12 74 110 / 0.9);
}
.bg-info-900\/95 {
  background-color: rgb(12 74 110 / 0.95);
}
.bg-inherit {
  background-color: inherit;
}
.bg-lavender-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(222 218 229 / var(--tw-bg-opacity));
}
.bg-lavender-200\/0 {
  background-color: rgb(222 218 229 / 0);
}
.bg-lavender-200\/10 {
  background-color: rgb(222 218 229 / 0.1);
}
.bg-lavender-200\/100 {
  background-color: rgb(222 218 229 / 1);
}
.bg-lavender-200\/20 {
  background-color: rgb(222 218 229 / 0.2);
}
.bg-lavender-200\/25 {
  background-color: rgb(222 218 229 / 0.25);
}
.bg-lavender-200\/30 {
  background-color: rgb(222 218 229 / 0.3);
}
.bg-lavender-200\/40 {
  background-color: rgb(222 218 229 / 0.4);
}
.bg-lavender-200\/5 {
  background-color: rgb(222 218 229 / 0.05);
}
.bg-lavender-200\/50 {
  background-color: rgb(222 218 229 / 0.5);
}
.bg-lavender-200\/60 {
  background-color: rgb(222 218 229 / 0.6);
}
.bg-lavender-200\/70 {
  background-color: rgb(222 218 229 / 0.7);
}
.bg-lavender-200\/75 {
  background-color: rgb(222 218 229 / 0.75);
}
.bg-lavender-200\/80 {
  background-color: rgb(222 218 229 / 0.8);
}
.bg-lavender-200\/90 {
  background-color: rgb(222 218 229 / 0.9);
}
.bg-lavender-200\/95 {
  background-color: rgb(222 218 229 / 0.95);
}
.bg-lavender-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(196 184 206 / var(--tw-bg-opacity));
}
.bg-lavender-300\/0 {
  background-color: rgb(196 184 206 / 0);
}
.bg-lavender-300\/10 {
  background-color: rgb(196 184 206 / 0.1);
}
.bg-lavender-300\/100 {
  background-color: rgb(196 184 206 / 1);
}
.bg-lavender-300\/20 {
  background-color: rgb(196 184 206 / 0.2);
}
.bg-lavender-300\/25 {
  background-color: rgb(196 184 206 / 0.25);
}
.bg-lavender-300\/30 {
  background-color: rgb(196 184 206 / 0.3);
}
.bg-lavender-300\/40 {
  background-color: rgb(196 184 206 / 0.4);
}
.bg-lavender-300\/5 {
  background-color: rgb(196 184 206 / 0.05);
}
.bg-lavender-300\/50 {
  background-color: rgb(196 184 206 / 0.5);
}
.bg-lavender-300\/60 {
  background-color: rgb(196 184 206 / 0.6);
}
.bg-lavender-300\/70 {
  background-color: rgb(196 184 206 / 0.7);
}
.bg-lavender-300\/75 {
  background-color: rgb(196 184 206 / 0.75);
}
.bg-lavender-300\/80 {
  background-color: rgb(196 184 206 / 0.8);
}
.bg-lavender-300\/90 {
  background-color: rgb(196 184 206 / 0.9);
}
.bg-lavender-300\/95 {
  background-color: rgb(196 184 206 / 0.95);
}
.bg-lavender-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(189 166 238 / var(--tw-bg-opacity));
}
.bg-lavender-400\/0 {
  background-color: rgb(189 166 238 / 0);
}
.bg-lavender-400\/10 {
  background-color: rgb(189 166 238 / 0.1);
}
.bg-lavender-400\/100 {
  background-color: rgb(189 166 238 / 1);
}
.bg-lavender-400\/20 {
  background-color: rgb(189 166 238 / 0.2);
}
.bg-lavender-400\/25 {
  background-color: rgb(189 166 238 / 0.25);
}
.bg-lavender-400\/30 {
  background-color: rgb(189 166 238 / 0.3);
}
.bg-lavender-400\/40 {
  background-color: rgb(189 166 238 / 0.4);
}
.bg-lavender-400\/5 {
  background-color: rgb(189 166 238 / 0.05);
}
.bg-lavender-400\/50 {
  background-color: rgb(189 166 238 / 0.5);
}
.bg-lavender-400\/60 {
  background-color: rgb(189 166 238 / 0.6);
}
.bg-lavender-400\/70 {
  background-color: rgb(189 166 238 / 0.7);
}
.bg-lavender-400\/75 {
  background-color: rgb(189 166 238 / 0.75);
}
.bg-lavender-400\/80 {
  background-color: rgb(189 166 238 / 0.8);
}
.bg-lavender-400\/90 {
  background-color: rgb(189 166 238 / 0.9);
}
.bg-lavender-400\/95 {
  background-color: rgb(189 166 238 / 0.95);
}
.bg-lavender-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(165 126 248 / var(--tw-bg-opacity));
}
.bg-lavender-500\/0 {
  background-color: rgb(165 126 248 / 0);
}
.bg-lavender-500\/10 {
  background-color: rgb(165 126 248 / 0.1);
}
.bg-lavender-500\/100 {
  background-color: rgb(165 126 248 / 1);
}
.bg-lavender-500\/20 {
  background-color: rgb(165 126 248 / 0.2);
}
.bg-lavender-500\/25 {
  background-color: rgb(165 126 248 / 0.25);
}
.bg-lavender-500\/30 {
  background-color: rgb(165 126 248 / 0.3);
}
.bg-lavender-500\/40 {
  background-color: rgb(165 126 248 / 0.4);
}
.bg-lavender-500\/5 {
  background-color: rgb(165 126 248 / 0.05);
}
.bg-lavender-500\/50 {
  background-color: rgb(165 126 248 / 0.5);
}
.bg-lavender-500\/60 {
  background-color: rgb(165 126 248 / 0.6);
}
.bg-lavender-500\/70 {
  background-color: rgb(165 126 248 / 0.7);
}
.bg-lavender-500\/75 {
  background-color: rgb(165 126 248 / 0.75);
}
.bg-lavender-500\/80 {
  background-color: rgb(165 126 248 / 0.8);
}
.bg-lavender-500\/90 {
  background-color: rgb(165 126 248 / 0.9);
}
.bg-lavender-500\/95 {
  background-color: rgb(165 126 248 / 0.95);
}
.bg-lilac-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 243 255 / var(--tw-bg-opacity));
}
.bg-lilac-300\/0 {
  background-color: rgb(249 243 255 / 0);
}
.bg-lilac-300\/10 {
  background-color: rgb(249 243 255 / 0.1);
}
.bg-lilac-300\/100 {
  background-color: rgb(249 243 255 / 1);
}
.bg-lilac-300\/20 {
  background-color: rgb(249 243 255 / 0.2);
}
.bg-lilac-300\/25 {
  background-color: rgb(249 243 255 / 0.25);
}
.bg-lilac-300\/30 {
  background-color: rgb(249 243 255 / 0.3);
}
.bg-lilac-300\/40 {
  background-color: rgb(249 243 255 / 0.4);
}
.bg-lilac-300\/5 {
  background-color: rgb(249 243 255 / 0.05);
}
.bg-lilac-300\/50 {
  background-color: rgb(249 243 255 / 0.5);
}
.bg-lilac-300\/60 {
  background-color: rgb(249 243 255 / 0.6);
}
.bg-lilac-300\/70 {
  background-color: rgb(249 243 255 / 0.7);
}
.bg-lilac-300\/75 {
  background-color: rgb(249 243 255 / 0.75);
}
.bg-lilac-300\/80 {
  background-color: rgb(249 243 255 / 0.8);
}
.bg-lilac-300\/90 {
  background-color: rgb(249 243 255 / 0.9);
}
.bg-lilac-300\/95 {
  background-color: rgb(249 243 255 / 0.95);
}
.bg-lilac-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 228 255 / var(--tw-bg-opacity));
}
.bg-lilac-400\/0 {
  background-color: rgb(240 228 255 / 0);
}
.bg-lilac-400\/10 {
  background-color: rgb(240 228 255 / 0.1);
}
.bg-lilac-400\/100 {
  background-color: rgb(240 228 255 / 1);
}
.bg-lilac-400\/20 {
  background-color: rgb(240 228 255 / 0.2);
}
.bg-lilac-400\/25 {
  background-color: rgb(240 228 255 / 0.25);
}
.bg-lilac-400\/30 {
  background-color: rgb(240 228 255 / 0.3);
}
.bg-lilac-400\/40 {
  background-color: rgb(240 228 255 / 0.4);
}
.bg-lilac-400\/5 {
  background-color: rgb(240 228 255 / 0.05);
}
.bg-lilac-400\/50 {
  background-color: rgb(240 228 255 / 0.5);
}
.bg-lilac-400\/60 {
  background-color: rgb(240 228 255 / 0.6);
}
.bg-lilac-400\/70 {
  background-color: rgb(240 228 255 / 0.7);
}
.bg-lilac-400\/75 {
  background-color: rgb(240 228 255 / 0.75);
}
.bg-lilac-400\/80 {
  background-color: rgb(240 228 255 / 0.8);
}
.bg-lilac-400\/90 {
  background-color: rgb(240 228 255 / 0.9);
}
.bg-lilac-400\/95 {
  background-color: rgb(240 228 255 / 0.95);
}
.bg-lilac-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 203 255 / var(--tw-bg-opacity));
}
.bg-lilac-500\/0 {
  background-color: rgb(226 203 255 / 0);
}
.bg-lilac-500\/10 {
  background-color: rgb(226 203 255 / 0.1);
}
.bg-lilac-500\/100 {
  background-color: rgb(226 203 255 / 1);
}
.bg-lilac-500\/20 {
  background-color: rgb(226 203 255 / 0.2);
}
.bg-lilac-500\/25 {
  background-color: rgb(226 203 255 / 0.25);
}
.bg-lilac-500\/30 {
  background-color: rgb(226 203 255 / 0.3);
}
.bg-lilac-500\/40 {
  background-color: rgb(226 203 255 / 0.4);
}
.bg-lilac-500\/5 {
  background-color: rgb(226 203 255 / 0.05);
}
.bg-lilac-500\/50 {
  background-color: rgb(226 203 255 / 0.5);
}
.bg-lilac-500\/60 {
  background-color: rgb(226 203 255 / 0.6);
}
.bg-lilac-500\/70 {
  background-color: rgb(226 203 255 / 0.7);
}
.bg-lilac-500\/75 {
  background-color: rgb(226 203 255 / 0.75);
}
.bg-lilac-500\/80 {
  background-color: rgb(226 203 255 / 0.8);
}
.bg-lilac-500\/90 {
  background-color: rgb(226 203 255 / 0.9);
}
.bg-lilac-500\/95 {
  background-color: rgb(226 203 255 / 0.95);
}
.bg-lilac-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(183 155 217 / var(--tw-bg-opacity));
}
.bg-lilac-600\/0 {
  background-color: rgb(183 155 217 / 0);
}
.bg-lilac-600\/10 {
  background-color: rgb(183 155 217 / 0.1);
}
.bg-lilac-600\/100 {
  background-color: rgb(183 155 217 / 1);
}
.bg-lilac-600\/20 {
  background-color: rgb(183 155 217 / 0.2);
}
.bg-lilac-600\/25 {
  background-color: rgb(183 155 217 / 0.25);
}
.bg-lilac-600\/30 {
  background-color: rgb(183 155 217 / 0.3);
}
.bg-lilac-600\/40 {
  background-color: rgb(183 155 217 / 0.4);
}
.bg-lilac-600\/5 {
  background-color: rgb(183 155 217 / 0.05);
}
.bg-lilac-600\/50 {
  background-color: rgb(183 155 217 / 0.5);
}
.bg-lilac-600\/60 {
  background-color: rgb(183 155 217 / 0.6);
}
.bg-lilac-600\/70 {
  background-color: rgb(183 155 217 / 0.7);
}
.bg-lilac-600\/75 {
  background-color: rgb(183 155 217 / 0.75);
}
.bg-lilac-600\/80 {
  background-color: rgb(183 155 217 / 0.8);
}
.bg-lilac-600\/90 {
  background-color: rgb(183 155 217 / 0.9);
}
.bg-lilac-600\/95 {
  background-color: rgb(183 155 217 / 0.95);
}
.bg-lime-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 255 215 / var(--tw-bg-opacity));
}
.bg-lime-300\/0 {
  background-color: rgb(237 255 215 / 0);
}
.bg-lime-300\/10 {
  background-color: rgb(237 255 215 / 0.1);
}
.bg-lime-300\/100 {
  background-color: rgb(237 255 215 / 1);
}
.bg-lime-300\/20 {
  background-color: rgb(237 255 215 / 0.2);
}
.bg-lime-300\/25 {
  background-color: rgb(237 255 215 / 0.25);
}
.bg-lime-300\/30 {
  background-color: rgb(237 255 215 / 0.3);
}
.bg-lime-300\/40 {
  background-color: rgb(237 255 215 / 0.4);
}
.bg-lime-300\/5 {
  background-color: rgb(237 255 215 / 0.05);
}
.bg-lime-300\/50 {
  background-color: rgb(237 255 215 / 0.5);
}
.bg-lime-300\/60 {
  background-color: rgb(237 255 215 / 0.6);
}
.bg-lime-300\/70 {
  background-color: rgb(237 255 215 / 0.7);
}
.bg-lime-300\/75 {
  background-color: rgb(237 255 215 / 0.75);
}
.bg-lime-300\/80 {
  background-color: rgb(237 255 215 / 0.8);
}
.bg-lime-300\/90 {
  background-color: rgb(237 255 215 / 0.9);
}
.bg-lime-300\/95 {
  background-color: rgb(237 255 215 / 0.95);
}
.bg-lime-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(215 255 164 / var(--tw-bg-opacity));
}
.bg-lime-400\/0 {
  background-color: rgb(215 255 164 / 0);
}
.bg-lime-400\/10 {
  background-color: rgb(215 255 164 / 0.1);
}
.bg-lime-400\/100 {
  background-color: rgb(215 255 164 / 1);
}
.bg-lime-400\/20 {
  background-color: rgb(215 255 164 / 0.2);
}
.bg-lime-400\/25 {
  background-color: rgb(215 255 164 / 0.25);
}
.bg-lime-400\/30 {
  background-color: rgb(215 255 164 / 0.3);
}
.bg-lime-400\/40 {
  background-color: rgb(215 255 164 / 0.4);
}
.bg-lime-400\/5 {
  background-color: rgb(215 255 164 / 0.05);
}
.bg-lime-400\/50 {
  background-color: rgb(215 255 164 / 0.5);
}
.bg-lime-400\/60 {
  background-color: rgb(215 255 164 / 0.6);
}
.bg-lime-400\/70 {
  background-color: rgb(215 255 164 / 0.7);
}
.bg-lime-400\/75 {
  background-color: rgb(215 255 164 / 0.75);
}
.bg-lime-400\/80 {
  background-color: rgb(215 255 164 / 0.8);
}
.bg-lime-400\/90 {
  background-color: rgb(215 255 164 / 0.9);
}
.bg-lime-400\/95 {
  background-color: rgb(215 255 164 / 0.95);
}
.bg-lime-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(192 243 127 / var(--tw-bg-opacity));
}
.bg-lime-500\/0 {
  background-color: rgb(192 243 127 / 0);
}
.bg-lime-500\/10 {
  background-color: rgb(192 243 127 / 0.1);
}
.bg-lime-500\/100 {
  background-color: rgb(192 243 127 / 1);
}
.bg-lime-500\/20 {
  background-color: rgb(192 243 127 / 0.2);
}
.bg-lime-500\/25 {
  background-color: rgb(192 243 127 / 0.25);
}
.bg-lime-500\/30 {
  background-color: rgb(192 243 127 / 0.3);
}
.bg-lime-500\/40 {
  background-color: rgb(192 243 127 / 0.4);
}
.bg-lime-500\/5 {
  background-color: rgb(192 243 127 / 0.05);
}
.bg-lime-500\/50 {
  background-color: rgb(192 243 127 / 0.5);
}
.bg-lime-500\/60 {
  background-color: rgb(192 243 127 / 0.6);
}
.bg-lime-500\/70 {
  background-color: rgb(192 243 127 / 0.7);
}
.bg-lime-500\/75 {
  background-color: rgb(192 243 127 / 0.75);
}
.bg-lime-500\/80 {
  background-color: rgb(192 243 127 / 0.8);
}
.bg-lime-500\/90 {
  background-color: rgb(192 243 127 / 0.9);
}
.bg-lime-500\/95 {
  background-color: rgb(192 243 127 / 0.95);
}
.bg-lime-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(163 222 89 / var(--tw-bg-opacity));
}
.bg-lime-600\/0 {
  background-color: rgb(163 222 89 / 0);
}
.bg-lime-600\/10 {
  background-color: rgb(163 222 89 / 0.1);
}
.bg-lime-600\/100 {
  background-color: rgb(163 222 89 / 1);
}
.bg-lime-600\/20 {
  background-color: rgb(163 222 89 / 0.2);
}
.bg-lime-600\/25 {
  background-color: rgb(163 222 89 / 0.25);
}
.bg-lime-600\/30 {
  background-color: rgb(163 222 89 / 0.3);
}
.bg-lime-600\/40 {
  background-color: rgb(163 222 89 / 0.4);
}
.bg-lime-600\/5 {
  background-color: rgb(163 222 89 / 0.05);
}
.bg-lime-600\/50 {
  background-color: rgb(163 222 89 / 0.5);
}
.bg-lime-600\/60 {
  background-color: rgb(163 222 89 / 0.6);
}
.bg-lime-600\/70 {
  background-color: rgb(163 222 89 / 0.7);
}
.bg-lime-600\/75 {
  background-color: rgb(163 222 89 / 0.75);
}
.bg-lime-600\/80 {
  background-color: rgb(163 222 89 / 0.8);
}
.bg-lime-600\/90 {
  background-color: rgb(163 222 89 / 0.9);
}
.bg-lime-600\/95 {
  background-color: rgb(163 222 89 / 0.95);
}
.bg-link-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(132 177 245 / var(--tw-bg-opacity));
}
.bg-link-dark-hover {
  --tw-bg-opacity: 1;
  background-color: rgb(92 134 198 / var(--tw-bg-opacity));
}
.bg-link-dark-hover\/0 {
  background-color: rgb(92 134 198 / 0);
}
.bg-link-dark-hover\/10 {
  background-color: rgb(92 134 198 / 0.1);
}
.bg-link-dark-hover\/100 {
  background-color: rgb(92 134 198 / 1);
}
.bg-link-dark-hover\/20 {
  background-color: rgb(92 134 198 / 0.2);
}
.bg-link-dark-hover\/25 {
  background-color: rgb(92 134 198 / 0.25);
}
.bg-link-dark-hover\/30 {
  background-color: rgb(92 134 198 / 0.3);
}
.bg-link-dark-hover\/40 {
  background-color: rgb(92 134 198 / 0.4);
}
.bg-link-dark-hover\/5 {
  background-color: rgb(92 134 198 / 0.05);
}
.bg-link-dark-hover\/50 {
  background-color: rgb(92 134 198 / 0.5);
}
.bg-link-dark-hover\/60 {
  background-color: rgb(92 134 198 / 0.6);
}
.bg-link-dark-hover\/70 {
  background-color: rgb(92 134 198 / 0.7);
}
.bg-link-dark-hover\/75 {
  background-color: rgb(92 134 198 / 0.75);
}
.bg-link-dark-hover\/80 {
  background-color: rgb(92 134 198 / 0.8);
}
.bg-link-dark-hover\/90 {
  background-color: rgb(92 134 198 / 0.9);
}
.bg-link-dark-hover\/95 {
  background-color: rgb(92 134 198 / 0.95);
}
.bg-link-dark\/0 {
  background-color: rgb(132 177 245 / 0);
}
.bg-link-dark\/10 {
  background-color: rgb(132 177 245 / 0.1);
}
.bg-link-dark\/100 {
  background-color: rgb(132 177 245 / 1);
}
.bg-link-dark\/20 {
  background-color: rgb(132 177 245 / 0.2);
}
.bg-link-dark\/25 {
  background-color: rgb(132 177 245 / 0.25);
}
.bg-link-dark\/30 {
  background-color: rgb(132 177 245 / 0.3);
}
.bg-link-dark\/40 {
  background-color: rgb(132 177 245 / 0.4);
}
.bg-link-dark\/5 {
  background-color: rgb(132 177 245 / 0.05);
}
.bg-link-dark\/50 {
  background-color: rgb(132 177 245 / 0.5);
}
.bg-link-dark\/60 {
  background-color: rgb(132 177 245 / 0.6);
}
.bg-link-dark\/70 {
  background-color: rgb(132 177 245 / 0.7);
}
.bg-link-dark\/75 {
  background-color: rgb(132 177 245 / 0.75);
}
.bg-link-dark\/80 {
  background-color: rgb(132 177 245 / 0.8);
}
.bg-link-dark\/90 {
  background-color: rgb(132 177 245 / 0.9);
}
.bg-link-dark\/95 {
  background-color: rgb(132 177 245 / 0.95);
}
.bg-link-default {
  --tw-bg-opacity: 1;
  background-color: rgb(21 97 210 / var(--tw-bg-opacity));
}
.bg-link-default\/0 {
  background-color: rgb(21 97 210 / 0);
}
.bg-link-default\/10 {
  background-color: rgb(21 97 210 / 0.1);
}
.bg-link-default\/100 {
  background-color: rgb(21 97 210 / 1);
}
.bg-link-default\/20 {
  background-color: rgb(21 97 210 / 0.2);
}
.bg-link-default\/25 {
  background-color: rgb(21 97 210 / 0.25);
}
.bg-link-default\/30 {
  background-color: rgb(21 97 210 / 0.3);
}
.bg-link-default\/40 {
  background-color: rgb(21 97 210 / 0.4);
}
.bg-link-default\/5 {
  background-color: rgb(21 97 210 / 0.05);
}
.bg-link-default\/50 {
  background-color: rgb(21 97 210 / 0.5);
}
.bg-link-default\/60 {
  background-color: rgb(21 97 210 / 0.6);
}
.bg-link-default\/70 {
  background-color: rgb(21 97 210 / 0.7);
}
.bg-link-default\/75 {
  background-color: rgb(21 97 210 / 0.75);
}
.bg-link-default\/80 {
  background-color: rgb(21 97 210 / 0.8);
}
.bg-link-default\/90 {
  background-color: rgb(21 97 210 / 0.9);
}
.bg-link-default\/95 {
  background-color: rgb(21 97 210 / 0.95);
}
.bg-link-hover {
  --tw-bg-opacity: 1;
  background-color: rgb(10 71 163 / var(--tw-bg-opacity));
}
.bg-link-hover\/0 {
  background-color: rgb(10 71 163 / 0);
}
.bg-link-hover\/10 {
  background-color: rgb(10 71 163 / 0.1);
}
.bg-link-hover\/100 {
  background-color: rgb(10 71 163 / 1);
}
.bg-link-hover\/20 {
  background-color: rgb(10 71 163 / 0.2);
}
.bg-link-hover\/25 {
  background-color: rgb(10 71 163 / 0.25);
}
.bg-link-hover\/30 {
  background-color: rgb(10 71 163 / 0.3);
}
.bg-link-hover\/40 {
  background-color: rgb(10 71 163 / 0.4);
}
.bg-link-hover\/5 {
  background-color: rgb(10 71 163 / 0.05);
}
.bg-link-hover\/50 {
  background-color: rgb(10 71 163 / 0.5);
}
.bg-link-hover\/60 {
  background-color: rgb(10 71 163 / 0.6);
}
.bg-link-hover\/70 {
  background-color: rgb(10 71 163 / 0.7);
}
.bg-link-hover\/75 {
  background-color: rgb(10 71 163 / 0.75);
}
.bg-link-hover\/80 {
  background-color: rgb(10 71 163 / 0.8);
}
.bg-link-hover\/90 {
  background-color: rgb(10 71 163 / 0.9);
}
.bg-link-hover\/95 {
  background-color: rgb(10 71 163 / 0.95);
}
.bg-navy-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(166 209 255 / var(--tw-bg-opacity));
}
.bg-navy-100\/0 {
  background-color: rgb(166 209 255 / 0);
}
.bg-navy-100\/10 {
  background-color: rgb(166 209 255 / 0.1);
}
.bg-navy-100\/100 {
  background-color: rgb(166 209 255 / 1);
}
.bg-navy-100\/20 {
  background-color: rgb(166 209 255 / 0.2);
}
.bg-navy-100\/25 {
  background-color: rgb(166 209 255 / 0.25);
}
.bg-navy-100\/30 {
  background-color: rgb(166 209 255 / 0.3);
}
.bg-navy-100\/40 {
  background-color: rgb(166 209 255 / 0.4);
}
.bg-navy-100\/5 {
  background-color: rgb(166 209 255 / 0.05);
}
.bg-navy-100\/50 {
  background-color: rgb(166 209 255 / 0.5);
}
.bg-navy-100\/60 {
  background-color: rgb(166 209 255 / 0.6);
}
.bg-navy-100\/70 {
  background-color: rgb(166 209 255 / 0.7);
}
.bg-navy-100\/75 {
  background-color: rgb(166 209 255 / 0.75);
}
.bg-navy-100\/80 {
  background-color: rgb(166 209 255 / 0.8);
}
.bg-navy-100\/90 {
  background-color: rgb(166 209 255 / 0.9);
}
.bg-navy-100\/95 {
  background-color: rgb(166 209 255 / 0.95);
}
.bg-navy-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(103 170 240 / var(--tw-bg-opacity));
}
.bg-navy-200\/0 {
  background-color: rgb(103 170 240 / 0);
}
.bg-navy-200\/10 {
  background-color: rgb(103 170 240 / 0.1);
}
.bg-navy-200\/100 {
  background-color: rgb(103 170 240 / 1);
}
.bg-navy-200\/20 {
  background-color: rgb(103 170 240 / 0.2);
}
.bg-navy-200\/25 {
  background-color: rgb(103 170 240 / 0.25);
}
.bg-navy-200\/30 {
  background-color: rgb(103 170 240 / 0.3);
}
.bg-navy-200\/40 {
  background-color: rgb(103 170 240 / 0.4);
}
.bg-navy-200\/5 {
  background-color: rgb(103 170 240 / 0.05);
}
.bg-navy-200\/50 {
  background-color: rgb(103 170 240 / 0.5);
}
.bg-navy-200\/60 {
  background-color: rgb(103 170 240 / 0.6);
}
.bg-navy-200\/70 {
  background-color: rgb(103 170 240 / 0.7);
}
.bg-navy-200\/75 {
  background-color: rgb(103 170 240 / 0.75);
}
.bg-navy-200\/80 {
  background-color: rgb(103 170 240 / 0.8);
}
.bg-navy-200\/90 {
  background-color: rgb(103 170 240 / 0.9);
}
.bg-navy-200\/95 {
  background-color: rgb(103 170 240 / 0.95);
}
.bg-navy-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(65 141 222 / var(--tw-bg-opacity));
}
.bg-navy-300\/0 {
  background-color: rgb(65 141 222 / 0);
}
.bg-navy-300\/10 {
  background-color: rgb(65 141 222 / 0.1);
}
.bg-navy-300\/100 {
  background-color: rgb(65 141 222 / 1);
}
.bg-navy-300\/20 {
  background-color: rgb(65 141 222 / 0.2);
}
.bg-navy-300\/25 {
  background-color: rgb(65 141 222 / 0.25);
}
.bg-navy-300\/30 {
  background-color: rgb(65 141 222 / 0.3);
}
.bg-navy-300\/40 {
  background-color: rgb(65 141 222 / 0.4);
}
.bg-navy-300\/5 {
  background-color: rgb(65 141 222 / 0.05);
}
.bg-navy-300\/50 {
  background-color: rgb(65 141 222 / 0.5);
}
.bg-navy-300\/60 {
  background-color: rgb(65 141 222 / 0.6);
}
.bg-navy-300\/70 {
  background-color: rgb(65 141 222 / 0.7);
}
.bg-navy-300\/75 {
  background-color: rgb(65 141 222 / 0.75);
}
.bg-navy-300\/80 {
  background-color: rgb(65 141 222 / 0.8);
}
.bg-navy-300\/90 {
  background-color: rgb(65 141 222 / 0.9);
}
.bg-navy-300\/95 {
  background-color: rgb(65 141 222 / 0.95);
}
.bg-navy-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 113 201 / var(--tw-bg-opacity));
}
.bg-navy-400\/0 {
  background-color: rgb(30 113 201 / 0);
}
.bg-navy-400\/10 {
  background-color: rgb(30 113 201 / 0.1);
}
.bg-navy-400\/100 {
  background-color: rgb(30 113 201 / 1);
}
.bg-navy-400\/20 {
  background-color: rgb(30 113 201 / 0.2);
}
.bg-navy-400\/25 {
  background-color: rgb(30 113 201 / 0.25);
}
.bg-navy-400\/30 {
  background-color: rgb(30 113 201 / 0.3);
}
.bg-navy-400\/40 {
  background-color: rgb(30 113 201 / 0.4);
}
.bg-navy-400\/5 {
  background-color: rgb(30 113 201 / 0.05);
}
.bg-navy-400\/50 {
  background-color: rgb(30 113 201 / 0.5);
}
.bg-navy-400\/60 {
  background-color: rgb(30 113 201 / 0.6);
}
.bg-navy-400\/70 {
  background-color: rgb(30 113 201 / 0.7);
}
.bg-navy-400\/75 {
  background-color: rgb(30 113 201 / 0.75);
}
.bg-navy-400\/80 {
  background-color: rgb(30 113 201 / 0.8);
}
.bg-navy-400\/90 {
  background-color: rgb(30 113 201 / 0.9);
}
.bg-navy-400\/95 {
  background-color: rgb(30 113 201 / 0.95);
}
.bg-navy-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(216 235 255 / var(--tw-bg-opacity));
}
.bg-navy-50\/0 {
  background-color: rgb(216 235 255 / 0);
}
.bg-navy-50\/10 {
  background-color: rgb(216 235 255 / 0.1);
}
.bg-navy-50\/100 {
  background-color: rgb(216 235 255 / 1);
}
.bg-navy-50\/20 {
  background-color: rgb(216 235 255 / 0.2);
}
.bg-navy-50\/25 {
  background-color: rgb(216 235 255 / 0.25);
}
.bg-navy-50\/30 {
  background-color: rgb(216 235 255 / 0.3);
}
.bg-navy-50\/40 {
  background-color: rgb(216 235 255 / 0.4);
}
.bg-navy-50\/5 {
  background-color: rgb(216 235 255 / 0.05);
}
.bg-navy-50\/50 {
  background-color: rgb(216 235 255 / 0.5);
}
.bg-navy-50\/60 {
  background-color: rgb(216 235 255 / 0.6);
}
.bg-navy-50\/70 {
  background-color: rgb(216 235 255 / 0.7);
}
.bg-navy-50\/75 {
  background-color: rgb(216 235 255 / 0.75);
}
.bg-navy-50\/80 {
  background-color: rgb(216 235 255 / 0.8);
}
.bg-navy-50\/90 {
  background-color: rgb(216 235 255 / 0.9);
}
.bg-navy-50\/95 {
  background-color: rgb(216 235 255 / 0.95);
}
.bg-navy-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 64 132 / var(--tw-bg-opacity));
}
.bg-navy-500\/0 {
  background-color: rgb(0 64 132 / 0);
}
.bg-navy-500\/10 {
  background-color: rgb(0 64 132 / 0.1);
}
.bg-navy-500\/100 {
  background-color: rgb(0 64 132 / 1);
}
.bg-navy-500\/20 {
  background-color: rgb(0 64 132 / 0.2);
}
.bg-navy-500\/25 {
  background-color: rgb(0 64 132 / 0.25);
}
.bg-navy-500\/30 {
  background-color: rgb(0 64 132 / 0.3);
}
.bg-navy-500\/40 {
  background-color: rgb(0 64 132 / 0.4);
}
.bg-navy-500\/5 {
  background-color: rgb(0 64 132 / 0.05);
}
.bg-navy-500\/50 {
  background-color: rgb(0 64 132 / 0.5);
}
.bg-navy-500\/60 {
  background-color: rgb(0 64 132 / 0.6);
}
.bg-navy-500\/70 {
  background-color: rgb(0 64 132 / 0.7);
}
.bg-navy-500\/75 {
  background-color: rgb(0 64 132 / 0.75);
}
.bg-navy-500\/80 {
  background-color: rgb(0 64 132 / 0.8);
}
.bg-navy-500\/90 {
  background-color: rgb(0 64 132 / 0.9);
}
.bg-navy-500\/95 {
  background-color: rgb(0 64 132 / 0.95);
}
.bg-navy-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 50 99 / var(--tw-bg-opacity));
}
.bg-navy-600\/0 {
  background-color: rgb(3 50 99 / 0);
}
.bg-navy-600\/10 {
  background-color: rgb(3 50 99 / 0.1);
}
.bg-navy-600\/100 {
  background-color: rgb(3 50 99 / 1);
}
.bg-navy-600\/20 {
  background-color: rgb(3 50 99 / 0.2);
}
.bg-navy-600\/25 {
  background-color: rgb(3 50 99 / 0.25);
}
.bg-navy-600\/30 {
  background-color: rgb(3 50 99 / 0.3);
}
.bg-navy-600\/40 {
  background-color: rgb(3 50 99 / 0.4);
}
.bg-navy-600\/5 {
  background-color: rgb(3 50 99 / 0.05);
}
.bg-navy-600\/50 {
  background-color: rgb(3 50 99 / 0.5);
}
.bg-navy-600\/60 {
  background-color: rgb(3 50 99 / 0.6);
}
.bg-navy-600\/70 {
  background-color: rgb(3 50 99 / 0.7);
}
.bg-navy-600\/75 {
  background-color: rgb(3 50 99 / 0.75);
}
.bg-navy-600\/80 {
  background-color: rgb(3 50 99 / 0.8);
}
.bg-navy-600\/90 {
  background-color: rgb(3 50 99 / 0.9);
}
.bg-navy-600\/95 {
  background-color: rgb(3 50 99 / 0.95);
}
.bg-navy-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(7 38 71 / var(--tw-bg-opacity));
}
.bg-navy-700\/0 {
  background-color: rgb(7 38 71 / 0);
}
.bg-navy-700\/10 {
  background-color: rgb(7 38 71 / 0.1);
}
.bg-navy-700\/100 {
  background-color: rgb(7 38 71 / 1);
}
.bg-navy-700\/20 {
  background-color: rgb(7 38 71 / 0.2);
}
.bg-navy-700\/25 {
  background-color: rgb(7 38 71 / 0.25);
}
.bg-navy-700\/30 {
  background-color: rgb(7 38 71 / 0.3);
}
.bg-navy-700\/40 {
  background-color: rgb(7 38 71 / 0.4);
}
.bg-navy-700\/5 {
  background-color: rgb(7 38 71 / 0.05);
}
.bg-navy-700\/50 {
  background-color: rgb(7 38 71 / 0.5);
}
.bg-navy-700\/60 {
  background-color: rgb(7 38 71 / 0.6);
}
.bg-navy-700\/70 {
  background-color: rgb(7 38 71 / 0.7);
}
.bg-navy-700\/75 {
  background-color: rgb(7 38 71 / 0.75);
}
.bg-navy-700\/80 {
  background-color: rgb(7 38 71 / 0.8);
}
.bg-navy-700\/90 {
  background-color: rgb(7 38 71 / 0.9);
}
.bg-navy-700\/95 {
  background-color: rgb(7 38 71 / 0.95);
}
.bg-navy-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(9 29 49 / var(--tw-bg-opacity));
}
.bg-navy-800\/0 {
  background-color: rgb(9 29 49 / 0);
}
.bg-navy-800\/10 {
  background-color: rgb(9 29 49 / 0.1);
}
.bg-navy-800\/100 {
  background-color: rgb(9 29 49 / 1);
}
.bg-navy-800\/20 {
  background-color: rgb(9 29 49 / 0.2);
}
.bg-navy-800\/25 {
  background-color: rgb(9 29 49 / 0.25);
}
.bg-navy-800\/30 {
  background-color: rgb(9 29 49 / 0.3);
}
.bg-navy-800\/40 {
  background-color: rgb(9 29 49 / 0.4);
}
.bg-navy-800\/5 {
  background-color: rgb(9 29 49 / 0.05);
}
.bg-navy-800\/50 {
  background-color: rgb(9 29 49 / 0.5);
}
.bg-navy-800\/60 {
  background-color: rgb(9 29 49 / 0.6);
}
.bg-navy-800\/70 {
  background-color: rgb(9 29 49 / 0.7);
}
.bg-navy-800\/75 {
  background-color: rgb(9 29 49 / 0.75);
}
.bg-navy-800\/80 {
  background-color: rgb(9 29 49 / 0.8);
}
.bg-navy-800\/90 {
  background-color: rgb(9 29 49 / 0.9);
}
.bg-navy-800\/95 {
  background-color: rgb(9 29 49 / 0.95);
}
.bg-navy-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(9 19 30 / var(--tw-bg-opacity));
}
.bg-navy-900\/0 {
  background-color: rgb(9 19 30 / 0);
}
.bg-navy-900\/10 {
  background-color: rgb(9 19 30 / 0.1);
}
.bg-navy-900\/100 {
  background-color: rgb(9 19 30 / 1);
}
.bg-navy-900\/20 {
  background-color: rgb(9 19 30 / 0.2);
}
.bg-navy-900\/25 {
  background-color: rgb(9 19 30 / 0.25);
}
.bg-navy-900\/30 {
  background-color: rgb(9 19 30 / 0.3);
}
.bg-navy-900\/40 {
  background-color: rgb(9 19 30 / 0.4);
}
.bg-navy-900\/5 {
  background-color: rgb(9 19 30 / 0.05);
}
.bg-navy-900\/50 {
  background-color: rgb(9 19 30 / 0.5);
}
.bg-navy-900\/60 {
  background-color: rgb(9 19 30 / 0.6);
}
.bg-navy-900\/70 {
  background-color: rgb(9 19 30 / 0.7);
}
.bg-navy-900\/75 {
  background-color: rgb(9 19 30 / 0.75);
}
.bg-navy-900\/80 {
  background-color: rgb(9 19 30 / 0.8);
}
.bg-navy-900\/90 {
  background-color: rgb(9 19 30 / 0.9);
}
.bg-navy-900\/95 {
  background-color: rgb(9 19 30 / 0.95);
}
.bg-neutral-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(73 73 81 / var(--tw-bg-opacity));
}
.bg-neutral-300\/0 {
  background-color: rgb(73 73 81 / 0);
}
.bg-neutral-300\/10 {
  background-color: rgb(73 73 81 / 0.1);
}
.bg-neutral-300\/100 {
  background-color: rgb(73 73 81 / 1);
}
.bg-neutral-300\/20 {
  background-color: rgb(73 73 81 / 0.2);
}
.bg-neutral-300\/25 {
  background-color: rgb(73 73 81 / 0.25);
}
.bg-neutral-300\/30 {
  background-color: rgb(73 73 81 / 0.3);
}
.bg-neutral-300\/40 {
  background-color: rgb(73 73 81 / 0.4);
}
.bg-neutral-300\/5 {
  background-color: rgb(73 73 81 / 0.05);
}
.bg-neutral-300\/50 {
  background-color: rgb(73 73 81 / 0.5);
}
.bg-neutral-300\/60 {
  background-color: rgb(73 73 81 / 0.6);
}
.bg-neutral-300\/70 {
  background-color: rgb(73 73 81 / 0.7);
}
.bg-neutral-300\/75 {
  background-color: rgb(73 73 81 / 0.75);
}
.bg-neutral-300\/80 {
  background-color: rgb(73 73 81 / 0.8);
}
.bg-neutral-300\/90 {
  background-color: rgb(73 73 81 / 0.9);
}
.bg-neutral-300\/95 {
  background-color: rgb(73 73 81 / 0.95);
}
.bg-neutral-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(48 54 61 / var(--tw-bg-opacity));
}
.bg-neutral-400\/0 {
  background-color: rgb(48 54 61 / 0);
}
.bg-neutral-400\/10 {
  background-color: rgb(48 54 61 / 0.1);
}
.bg-neutral-400\/100 {
  background-color: rgb(48 54 61 / 1);
}
.bg-neutral-400\/20 {
  background-color: rgb(48 54 61 / 0.2);
}
.bg-neutral-400\/25 {
  background-color: rgb(48 54 61 / 0.25);
}
.bg-neutral-400\/30 {
  background-color: rgb(48 54 61 / 0.3);
}
.bg-neutral-400\/40 {
  background-color: rgb(48 54 61 / 0.4);
}
.bg-neutral-400\/5 {
  background-color: rgb(48 54 61 / 0.05);
}
.bg-neutral-400\/50 {
  background-color: rgb(48 54 61 / 0.5);
}
.bg-neutral-400\/60 {
  background-color: rgb(48 54 61 / 0.6);
}
.bg-neutral-400\/70 {
  background-color: rgb(48 54 61 / 0.7);
}
.bg-neutral-400\/75 {
  background-color: rgb(48 54 61 / 0.75);
}
.bg-neutral-400\/80 {
  background-color: rgb(48 54 61 / 0.8);
}
.bg-neutral-400\/90 {
  background-color: rgb(48 54 61 / 0.9);
}
.bg-neutral-400\/95 {
  background-color: rgb(48 54 61 / 0.95);
}
.bg-neutral-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(42 45 53 / var(--tw-bg-opacity));
}
.bg-neutral-500\/0 {
  background-color: rgb(42 45 53 / 0);
}
.bg-neutral-500\/10 {
  background-color: rgb(42 45 53 / 0.1);
}
.bg-neutral-500\/100 {
  background-color: rgb(42 45 53 / 1);
}
.bg-neutral-500\/20 {
  background-color: rgb(42 45 53 / 0.2);
}
.bg-neutral-500\/25 {
  background-color: rgb(42 45 53 / 0.25);
}
.bg-neutral-500\/30 {
  background-color: rgb(42 45 53 / 0.3);
}
.bg-neutral-500\/40 {
  background-color: rgb(42 45 53 / 0.4);
}
.bg-neutral-500\/5 {
  background-color: rgb(42 45 53 / 0.05);
}
.bg-neutral-500\/50 {
  background-color: rgb(42 45 53 / 0.5);
}
.bg-neutral-500\/60 {
  background-color: rgb(42 45 53 / 0.6);
}
.bg-neutral-500\/70 {
  background-color: rgb(42 45 53 / 0.7);
}
.bg-neutral-500\/75 {
  background-color: rgb(42 45 53 / 0.75);
}
.bg-neutral-500\/80 {
  background-color: rgb(42 45 53 / 0.8);
}
.bg-neutral-500\/90 {
  background-color: rgb(42 45 53 / 0.9);
}
.bg-neutral-500\/95 {
  background-color: rgb(42 45 53 / 0.95);
}
.bg-neutral-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(26 29 34 / var(--tw-bg-opacity));
}
.bg-neutral-600\/0 {
  background-color: rgb(26 29 34 / 0);
}
.bg-neutral-600\/10 {
  background-color: rgb(26 29 34 / 0.1);
}
.bg-neutral-600\/100 {
  background-color: rgb(26 29 34 / 1);
}
.bg-neutral-600\/20 {
  background-color: rgb(26 29 34 / 0.2);
}
.bg-neutral-600\/25 {
  background-color: rgb(26 29 34 / 0.25);
}
.bg-neutral-600\/30 {
  background-color: rgb(26 29 34 / 0.3);
}
.bg-neutral-600\/40 {
  background-color: rgb(26 29 34 / 0.4);
}
.bg-neutral-600\/5 {
  background-color: rgb(26 29 34 / 0.05);
}
.bg-neutral-600\/50 {
  background-color: rgb(26 29 34 / 0.5);
}
.bg-neutral-600\/60 {
  background-color: rgb(26 29 34 / 0.6);
}
.bg-neutral-600\/70 {
  background-color: rgb(26 29 34 / 0.7);
}
.bg-neutral-600\/75 {
  background-color: rgb(26 29 34 / 0.75);
}
.bg-neutral-600\/80 {
  background-color: rgb(26 29 34 / 0.8);
}
.bg-neutral-600\/90 {
  background-color: rgb(26 29 34 / 0.9);
}
.bg-neutral-600\/95 {
  background-color: rgb(26 29 34 / 0.95);
}
.bg-neutral-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 19 26 / var(--tw-bg-opacity));
}
.bg-neutral-700\/0 {
  background-color: rgb(15 19 26 / 0);
}
.bg-neutral-700\/10 {
  background-color: rgb(15 19 26 / 0.1);
}
.bg-neutral-700\/100 {
  background-color: rgb(15 19 26 / 1);
}
.bg-neutral-700\/20 {
  background-color: rgb(15 19 26 / 0.2);
}
.bg-neutral-700\/25 {
  background-color: rgb(15 19 26 / 0.25);
}
.bg-neutral-700\/30 {
  background-color: rgb(15 19 26 / 0.3);
}
.bg-neutral-700\/40 {
  background-color: rgb(15 19 26 / 0.4);
}
.bg-neutral-700\/5 {
  background-color: rgb(15 19 26 / 0.05);
}
.bg-neutral-700\/50 {
  background-color: rgb(15 19 26 / 0.5);
}
.bg-neutral-700\/60 {
  background-color: rgb(15 19 26 / 0.6);
}
.bg-neutral-700\/70 {
  background-color: rgb(15 19 26 / 0.7);
}
.bg-neutral-700\/75 {
  background-color: rgb(15 19 26 / 0.75);
}
.bg-neutral-700\/80 {
  background-color: rgb(15 19 26 / 0.8);
}
.bg-neutral-700\/90 {
  background-color: rgb(15 19 26 / 0.9);
}
.bg-neutral-700\/95 {
  background-color: rgb(15 19 26 / 0.95);
}
.bg-neutral-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(1 4 10 / var(--tw-bg-opacity));
}
.bg-neutral-800\/0 {
  background-color: rgb(1 4 10 / 0);
}
.bg-neutral-800\/10 {
  background-color: rgb(1 4 10 / 0.1);
}
.bg-neutral-800\/100 {
  background-color: rgb(1 4 10 / 1);
}
.bg-neutral-800\/20 {
  background-color: rgb(1 4 10 / 0.2);
}
.bg-neutral-800\/25 {
  background-color: rgb(1 4 10 / 0.25);
}
.bg-neutral-800\/30 {
  background-color: rgb(1 4 10 / 0.3);
}
.bg-neutral-800\/40 {
  background-color: rgb(1 4 10 / 0.4);
}
.bg-neutral-800\/5 {
  background-color: rgb(1 4 10 / 0.05);
}
.bg-neutral-800\/50 {
  background-color: rgb(1 4 10 / 0.5);
}
.bg-neutral-800\/60 {
  background-color: rgb(1 4 10 / 0.6);
}
.bg-neutral-800\/70 {
  background-color: rgb(1 4 10 / 0.7);
}
.bg-neutral-800\/75 {
  background-color: rgb(1 4 10 / 0.75);
}
.bg-neutral-800\/80 {
  background-color: rgb(1 4 10 / 0.8);
}
.bg-neutral-800\/90 {
  background-color: rgb(1 4 10 / 0.9);
}
.bg-neutral-800\/95 {
  background-color: rgb(1 4 10 / 0.95);
}
.bg-neutral-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-neutral-900\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-neutral-900\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-neutral-900\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-neutral-900\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-neutral-900\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-neutral-900\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-neutral-900\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-neutral-900\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-neutral-900\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-neutral-900\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-neutral-900\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-neutral-900\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-neutral-900\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-neutral-900\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-neutral-900\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-pea-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 255 227 / var(--tw-bg-opacity));
}
.bg-pea-300\/0 {
  background-color: rgb(240 255 227 / 0);
}
.bg-pea-300\/10 {
  background-color: rgb(240 255 227 / 0.1);
}
.bg-pea-300\/100 {
  background-color: rgb(240 255 227 / 1);
}
.bg-pea-300\/20 {
  background-color: rgb(240 255 227 / 0.2);
}
.bg-pea-300\/25 {
  background-color: rgb(240 255 227 / 0.25);
}
.bg-pea-300\/30 {
  background-color: rgb(240 255 227 / 0.3);
}
.bg-pea-300\/40 {
  background-color: rgb(240 255 227 / 0.4);
}
.bg-pea-300\/5 {
  background-color: rgb(240 255 227 / 0.05);
}
.bg-pea-300\/50 {
  background-color: rgb(240 255 227 / 0.5);
}
.bg-pea-300\/60 {
  background-color: rgb(240 255 227 / 0.6);
}
.bg-pea-300\/70 {
  background-color: rgb(240 255 227 / 0.7);
}
.bg-pea-300\/75 {
  background-color: rgb(240 255 227 / 0.75);
}
.bg-pea-300\/80 {
  background-color: rgb(240 255 227 / 0.8);
}
.bg-pea-300\/90 {
  background-color: rgb(240 255 227 / 0.9);
}
.bg-pea-300\/95 {
  background-color: rgb(240 255 227 / 0.95);
}
.bg-pea-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 255 203 / var(--tw-bg-opacity));
}
.bg-pea-400\/0 {
  background-color: rgb(226 255 203 / 0);
}
.bg-pea-400\/10 {
  background-color: rgb(226 255 203 / 0.1);
}
.bg-pea-400\/100 {
  background-color: rgb(226 255 203 / 1);
}
.bg-pea-400\/20 {
  background-color: rgb(226 255 203 / 0.2);
}
.bg-pea-400\/25 {
  background-color: rgb(226 255 203 / 0.25);
}
.bg-pea-400\/30 {
  background-color: rgb(226 255 203 / 0.3);
}
.bg-pea-400\/40 {
  background-color: rgb(226 255 203 / 0.4);
}
.bg-pea-400\/5 {
  background-color: rgb(226 255 203 / 0.05);
}
.bg-pea-400\/50 {
  background-color: rgb(226 255 203 / 0.5);
}
.bg-pea-400\/60 {
  background-color: rgb(226 255 203 / 0.6);
}
.bg-pea-400\/70 {
  background-color: rgb(226 255 203 / 0.7);
}
.bg-pea-400\/75 {
  background-color: rgb(226 255 203 / 0.75);
}
.bg-pea-400\/80 {
  background-color: rgb(226 255 203 / 0.8);
}
.bg-pea-400\/90 {
  background-color: rgb(226 255 203 / 0.9);
}
.bg-pea-400\/95 {
  background-color: rgb(226 255 203 / 0.95);
}
.bg-pea-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(195 229 168 / var(--tw-bg-opacity));
}
.bg-pea-500\/0 {
  background-color: rgb(195 229 168 / 0);
}
.bg-pea-500\/10 {
  background-color: rgb(195 229 168 / 0.1);
}
.bg-pea-500\/100 {
  background-color: rgb(195 229 168 / 1);
}
.bg-pea-500\/20 {
  background-color: rgb(195 229 168 / 0.2);
}
.bg-pea-500\/25 {
  background-color: rgb(195 229 168 / 0.25);
}
.bg-pea-500\/30 {
  background-color: rgb(195 229 168 / 0.3);
}
.bg-pea-500\/40 {
  background-color: rgb(195 229 168 / 0.4);
}
.bg-pea-500\/5 {
  background-color: rgb(195 229 168 / 0.05);
}
.bg-pea-500\/50 {
  background-color: rgb(195 229 168 / 0.5);
}
.bg-pea-500\/60 {
  background-color: rgb(195 229 168 / 0.6);
}
.bg-pea-500\/70 {
  background-color: rgb(195 229 168 / 0.7);
}
.bg-pea-500\/75 {
  background-color: rgb(195 229 168 / 0.75);
}
.bg-pea-500\/80 {
  background-color: rgb(195 229 168 / 0.8);
}
.bg-pea-500\/90 {
  background-color: rgb(195 229 168 / 0.9);
}
.bg-pea-500\/95 {
  background-color: rgb(195 229 168 / 0.95);
}
.bg-pea-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 199 143 / var(--tw-bg-opacity));
}
.bg-pea-600\/0 {
  background-color: rgb(168 199 143 / 0);
}
.bg-pea-600\/10 {
  background-color: rgb(168 199 143 / 0.1);
}
.bg-pea-600\/100 {
  background-color: rgb(168 199 143 / 1);
}
.bg-pea-600\/20 {
  background-color: rgb(168 199 143 / 0.2);
}
.bg-pea-600\/25 {
  background-color: rgb(168 199 143 / 0.25);
}
.bg-pea-600\/30 {
  background-color: rgb(168 199 143 / 0.3);
}
.bg-pea-600\/40 {
  background-color: rgb(168 199 143 / 0.4);
}
.bg-pea-600\/5 {
  background-color: rgb(168 199 143 / 0.05);
}
.bg-pea-600\/50 {
  background-color: rgb(168 199 143 / 0.5);
}
.bg-pea-600\/60 {
  background-color: rgb(168 199 143 / 0.6);
}
.bg-pea-600\/70 {
  background-color: rgb(168 199 143 / 0.7);
}
.bg-pea-600\/75 {
  background-color: rgb(168 199 143 / 0.75);
}
.bg-pea-600\/80 {
  background-color: rgb(168 199 143 / 0.8);
}
.bg-pea-600\/90 {
  background-color: rgb(168 199 143 / 0.9);
}
.bg-pea-600\/95 {
  background-color: rgb(168 199 143 / 0.95);
}
.bg-peacock-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(167 200 249 / var(--tw-bg-opacity));
}
.bg-peacock-100\/0 {
  background-color: rgb(167 200 249 / 0);
}
.bg-peacock-100\/10 {
  background-color: rgb(167 200 249 / 0.1);
}
.bg-peacock-100\/100 {
  background-color: rgb(167 200 249 / 1);
}
.bg-peacock-100\/20 {
  background-color: rgb(167 200 249 / 0.2);
}
.bg-peacock-100\/25 {
  background-color: rgb(167 200 249 / 0.25);
}
.bg-peacock-100\/30 {
  background-color: rgb(167 200 249 / 0.3);
}
.bg-peacock-100\/40 {
  background-color: rgb(167 200 249 / 0.4);
}
.bg-peacock-100\/5 {
  background-color: rgb(167 200 249 / 0.05);
}
.bg-peacock-100\/50 {
  background-color: rgb(167 200 249 / 0.5);
}
.bg-peacock-100\/60 {
  background-color: rgb(167 200 249 / 0.6);
}
.bg-peacock-100\/70 {
  background-color: rgb(167 200 249 / 0.7);
}
.bg-peacock-100\/75 {
  background-color: rgb(167 200 249 / 0.75);
}
.bg-peacock-100\/80 {
  background-color: rgb(167 200 249 / 0.8);
}
.bg-peacock-100\/90 {
  background-color: rgb(167 200 249 / 0.9);
}
.bg-peacock-100\/95 {
  background-color: rgb(167 200 249 / 0.95);
}
.bg-peacock-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(119 170 244 / var(--tw-bg-opacity));
}
.bg-peacock-200\/0 {
  background-color: rgb(119 170 244 / 0);
}
.bg-peacock-200\/10 {
  background-color: rgb(119 170 244 / 0.1);
}
.bg-peacock-200\/100 {
  background-color: rgb(119 170 244 / 1);
}
.bg-peacock-200\/20 {
  background-color: rgb(119 170 244 / 0.2);
}
.bg-peacock-200\/25 {
  background-color: rgb(119 170 244 / 0.25);
}
.bg-peacock-200\/30 {
  background-color: rgb(119 170 244 / 0.3);
}
.bg-peacock-200\/40 {
  background-color: rgb(119 170 244 / 0.4);
}
.bg-peacock-200\/5 {
  background-color: rgb(119 170 244 / 0.05);
}
.bg-peacock-200\/50 {
  background-color: rgb(119 170 244 / 0.5);
}
.bg-peacock-200\/60 {
  background-color: rgb(119 170 244 / 0.6);
}
.bg-peacock-200\/70 {
  background-color: rgb(119 170 244 / 0.7);
}
.bg-peacock-200\/75 {
  background-color: rgb(119 170 244 / 0.75);
}
.bg-peacock-200\/80 {
  background-color: rgb(119 170 244 / 0.8);
}
.bg-peacock-200\/90 {
  background-color: rgb(119 170 244 / 0.9);
}
.bg-peacock-200\/95 {
  background-color: rgb(119 170 244 / 0.95);
}
.bg-peacock-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(78 142 238 / var(--tw-bg-opacity));
}
.bg-peacock-300\/0 {
  background-color: rgb(78 142 238 / 0);
}
.bg-peacock-300\/10 {
  background-color: rgb(78 142 238 / 0.1);
}
.bg-peacock-300\/100 {
  background-color: rgb(78 142 238 / 1);
}
.bg-peacock-300\/20 {
  background-color: rgb(78 142 238 / 0.2);
}
.bg-peacock-300\/25 {
  background-color: rgb(78 142 238 / 0.25);
}
.bg-peacock-300\/30 {
  background-color: rgb(78 142 238 / 0.3);
}
.bg-peacock-300\/40 {
  background-color: rgb(78 142 238 / 0.4);
}
.bg-peacock-300\/5 {
  background-color: rgb(78 142 238 / 0.05);
}
.bg-peacock-300\/50 {
  background-color: rgb(78 142 238 / 0.5);
}
.bg-peacock-300\/60 {
  background-color: rgb(78 142 238 / 0.6);
}
.bg-peacock-300\/70 {
  background-color: rgb(78 142 238 / 0.7);
}
.bg-peacock-300\/75 {
  background-color: rgb(78 142 238 / 0.75);
}
.bg-peacock-300\/80 {
  background-color: rgb(78 142 238 / 0.8);
}
.bg-peacock-300\/90 {
  background-color: rgb(78 142 238 / 0.9);
}
.bg-peacock-300\/95 {
  background-color: rgb(78 142 238 / 0.95);
}
.bg-peacock-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(46 117 223 / var(--tw-bg-opacity));
}
.bg-peacock-400\/0 {
  background-color: rgb(46 117 223 / 0);
}
.bg-peacock-400\/10 {
  background-color: rgb(46 117 223 / 0.1);
}
.bg-peacock-400\/100 {
  background-color: rgb(46 117 223 / 1);
}
.bg-peacock-400\/20 {
  background-color: rgb(46 117 223 / 0.2);
}
.bg-peacock-400\/25 {
  background-color: rgb(46 117 223 / 0.25);
}
.bg-peacock-400\/30 {
  background-color: rgb(46 117 223 / 0.3);
}
.bg-peacock-400\/40 {
  background-color: rgb(46 117 223 / 0.4);
}
.bg-peacock-400\/5 {
  background-color: rgb(46 117 223 / 0.05);
}
.bg-peacock-400\/50 {
  background-color: rgb(46 117 223 / 0.5);
}
.bg-peacock-400\/60 {
  background-color: rgb(46 117 223 / 0.6);
}
.bg-peacock-400\/70 {
  background-color: rgb(46 117 223 / 0.7);
}
.bg-peacock-400\/75 {
  background-color: rgb(46 117 223 / 0.75);
}
.bg-peacock-400\/80 {
  background-color: rgb(46 117 223 / 0.8);
}
.bg-peacock-400\/90 {
  background-color: rgb(46 117 223 / 0.9);
}
.bg-peacock-400\/95 {
  background-color: rgb(46 117 223 / 0.95);
}
.bg-peacock-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(205 225 255 / var(--tw-bg-opacity));
}
.bg-peacock-50\/0 {
  background-color: rgb(205 225 255 / 0);
}
.bg-peacock-50\/10 {
  background-color: rgb(205 225 255 / 0.1);
}
.bg-peacock-50\/100 {
  background-color: rgb(205 225 255 / 1);
}
.bg-peacock-50\/20 {
  background-color: rgb(205 225 255 / 0.2);
}
.bg-peacock-50\/25 {
  background-color: rgb(205 225 255 / 0.25);
}
.bg-peacock-50\/30 {
  background-color: rgb(205 225 255 / 0.3);
}
.bg-peacock-50\/40 {
  background-color: rgb(205 225 255 / 0.4);
}
.bg-peacock-50\/5 {
  background-color: rgb(205 225 255 / 0.05);
}
.bg-peacock-50\/50 {
  background-color: rgb(205 225 255 / 0.5);
}
.bg-peacock-50\/60 {
  background-color: rgb(205 225 255 / 0.6);
}
.bg-peacock-50\/70 {
  background-color: rgb(205 225 255 / 0.7);
}
.bg-peacock-50\/75 {
  background-color: rgb(205 225 255 / 0.75);
}
.bg-peacock-50\/80 {
  background-color: rgb(205 225 255 / 0.8);
}
.bg-peacock-50\/90 {
  background-color: rgb(205 225 255 / 0.9);
}
.bg-peacock-50\/95 {
  background-color: rgb(205 225 255 / 0.95);
}
.bg-peacock-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 97 210 / var(--tw-bg-opacity));
}
.bg-peacock-500\/0 {
  background-color: rgb(21 97 210 / 0);
}
.bg-peacock-500\/10 {
  background-color: rgb(21 97 210 / 0.1);
}
.bg-peacock-500\/100 {
  background-color: rgb(21 97 210 / 1);
}
.bg-peacock-500\/20 {
  background-color: rgb(21 97 210 / 0.2);
}
.bg-peacock-500\/25 {
  background-color: rgb(21 97 210 / 0.25);
}
.bg-peacock-500\/30 {
  background-color: rgb(21 97 210 / 0.3);
}
.bg-peacock-500\/40 {
  background-color: rgb(21 97 210 / 0.4);
}
.bg-peacock-500\/5 {
  background-color: rgb(21 97 210 / 0.05);
}
.bg-peacock-500\/50 {
  background-color: rgb(21 97 210 / 0.5);
}
.bg-peacock-500\/60 {
  background-color: rgb(21 97 210 / 0.6);
}
.bg-peacock-500\/70 {
  background-color: rgb(21 97 210 / 0.7);
}
.bg-peacock-500\/75 {
  background-color: rgb(21 97 210 / 0.75);
}
.bg-peacock-500\/80 {
  background-color: rgb(21 97 210 / 0.8);
}
.bg-peacock-500\/90 {
  background-color: rgb(21 97 210 / 0.9);
}
.bg-peacock-500\/95 {
  background-color: rgb(21 97 210 / 0.95);
}
.bg-peacock-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(7 76 177 / var(--tw-bg-opacity));
}
.bg-peacock-600\/0 {
  background-color: rgb(7 76 177 / 0);
}
.bg-peacock-600\/10 {
  background-color: rgb(7 76 177 / 0.1);
}
.bg-peacock-600\/100 {
  background-color: rgb(7 76 177 / 1);
}
.bg-peacock-600\/20 {
  background-color: rgb(7 76 177 / 0.2);
}
.bg-peacock-600\/25 {
  background-color: rgb(7 76 177 / 0.25);
}
.bg-peacock-600\/30 {
  background-color: rgb(7 76 177 / 0.3);
}
.bg-peacock-600\/40 {
  background-color: rgb(7 76 177 / 0.4);
}
.bg-peacock-600\/5 {
  background-color: rgb(7 76 177 / 0.05);
}
.bg-peacock-600\/50 {
  background-color: rgb(7 76 177 / 0.5);
}
.bg-peacock-600\/60 {
  background-color: rgb(7 76 177 / 0.6);
}
.bg-peacock-600\/70 {
  background-color: rgb(7 76 177 / 0.7);
}
.bg-peacock-600\/75 {
  background-color: rgb(7 76 177 / 0.75);
}
.bg-peacock-600\/80 {
  background-color: rgb(7 76 177 / 0.8);
}
.bg-peacock-600\/90 {
  background-color: rgb(7 76 177 / 0.9);
}
.bg-peacock-600\/95 {
  background-color: rgb(7 76 177 / 0.95);
}
.bg-peacock-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 56 139 / var(--tw-bg-opacity));
}
.bg-peacock-700\/0 {
  background-color: rgb(0 56 139 / 0);
}
.bg-peacock-700\/10 {
  background-color: rgb(0 56 139 / 0.1);
}
.bg-peacock-700\/100 {
  background-color: rgb(0 56 139 / 1);
}
.bg-peacock-700\/20 {
  background-color: rgb(0 56 139 / 0.2);
}
.bg-peacock-700\/25 {
  background-color: rgb(0 56 139 / 0.25);
}
.bg-peacock-700\/30 {
  background-color: rgb(0 56 139 / 0.3);
}
.bg-peacock-700\/40 {
  background-color: rgb(0 56 139 / 0.4);
}
.bg-peacock-700\/5 {
  background-color: rgb(0 56 139 / 0.05);
}
.bg-peacock-700\/50 {
  background-color: rgb(0 56 139 / 0.5);
}
.bg-peacock-700\/60 {
  background-color: rgb(0 56 139 / 0.6);
}
.bg-peacock-700\/70 {
  background-color: rgb(0 56 139 / 0.7);
}
.bg-peacock-700\/75 {
  background-color: rgb(0 56 139 / 0.75);
}
.bg-peacock-700\/80 {
  background-color: rgb(0 56 139 / 0.8);
}
.bg-peacock-700\/90 {
  background-color: rgb(0 56 139 / 0.9);
}
.bg-peacock-700\/95 {
  background-color: rgb(0 56 139 / 0.95);
}
.bg-peacock-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 45 111 / var(--tw-bg-opacity));
}
.bg-peacock-800\/0 {
  background-color: rgb(0 45 111 / 0);
}
.bg-peacock-800\/10 {
  background-color: rgb(0 45 111 / 0.1);
}
.bg-peacock-800\/100 {
  background-color: rgb(0 45 111 / 1);
}
.bg-peacock-800\/20 {
  background-color: rgb(0 45 111 / 0.2);
}
.bg-peacock-800\/25 {
  background-color: rgb(0 45 111 / 0.25);
}
.bg-peacock-800\/30 {
  background-color: rgb(0 45 111 / 0.3);
}
.bg-peacock-800\/40 {
  background-color: rgb(0 45 111 / 0.4);
}
.bg-peacock-800\/5 {
  background-color: rgb(0 45 111 / 0.05);
}
.bg-peacock-800\/50 {
  background-color: rgb(0 45 111 / 0.5);
}
.bg-peacock-800\/60 {
  background-color: rgb(0 45 111 / 0.6);
}
.bg-peacock-800\/70 {
  background-color: rgb(0 45 111 / 0.7);
}
.bg-peacock-800\/75 {
  background-color: rgb(0 45 111 / 0.75);
}
.bg-peacock-800\/80 {
  background-color: rgb(0 45 111 / 0.8);
}
.bg-peacock-800\/90 {
  background-color: rgb(0 45 111 / 0.9);
}
.bg-peacock-800\/95 {
  background-color: rgb(0 45 111 / 0.95);
}
.bg-peacock-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 27 67 / var(--tw-bg-opacity));
}
.bg-peacock-900\/0 {
  background-color: rgb(0 27 67 / 0);
}
.bg-peacock-900\/10 {
  background-color: rgb(0 27 67 / 0.1);
}
.bg-peacock-900\/100 {
  background-color: rgb(0 27 67 / 1);
}
.bg-peacock-900\/20 {
  background-color: rgb(0 27 67 / 0.2);
}
.bg-peacock-900\/25 {
  background-color: rgb(0 27 67 / 0.25);
}
.bg-peacock-900\/30 {
  background-color: rgb(0 27 67 / 0.3);
}
.bg-peacock-900\/40 {
  background-color: rgb(0 27 67 / 0.4);
}
.bg-peacock-900\/5 {
  background-color: rgb(0 27 67 / 0.05);
}
.bg-peacock-900\/50 {
  background-color: rgb(0 27 67 / 0.5);
}
.bg-peacock-900\/60 {
  background-color: rgb(0 27 67 / 0.6);
}
.bg-peacock-900\/70 {
  background-color: rgb(0 27 67 / 0.7);
}
.bg-peacock-900\/75 {
  background-color: rgb(0 27 67 / 0.75);
}
.bg-peacock-900\/80 {
  background-color: rgb(0 27 67 / 0.8);
}
.bg-peacock-900\/90 {
  background-color: rgb(0 27 67 / 0.9);
}
.bg-peacock-900\/95 {
  background-color: rgb(0 27 67 / 0.95);
}
.bg-primary-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(231 239 246 / var(--tw-bg-opacity));
}
.bg-primary-100\/0 {
  background-color: rgb(231 239 246 / 0);
}
.bg-primary-100\/10 {
  background-color: rgb(231 239 246 / 0.1);
}
.bg-primary-100\/100 {
  background-color: rgb(231 239 246 / 1);
}
.bg-primary-100\/20 {
  background-color: rgb(231 239 246 / 0.2);
}
.bg-primary-100\/25 {
  background-color: rgb(231 239 246 / 0.25);
}
.bg-primary-100\/30 {
  background-color: rgb(231 239 246 / 0.3);
}
.bg-primary-100\/40 {
  background-color: rgb(231 239 246 / 0.4);
}
.bg-primary-100\/5 {
  background-color: rgb(231 239 246 / 0.05);
}
.bg-primary-100\/50 {
  background-color: rgb(231 239 246 / 0.5);
}
.bg-primary-100\/60 {
  background-color: rgb(231 239 246 / 0.6);
}
.bg-primary-100\/70 {
  background-color: rgb(231 239 246 / 0.7);
}
.bg-primary-100\/75 {
  background-color: rgb(231 239 246 / 0.75);
}
.bg-primary-100\/80 {
  background-color: rgb(231 239 246 / 0.8);
}
.bg-primary-100\/90 {
  background-color: rgb(231 239 246 / 0.9);
}
.bg-primary-100\/95 {
  background-color: rgb(231 239 246 / 0.95);
}
.bg-primary-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(206 224 242 / var(--tw-bg-opacity));
}
.bg-primary-200\/0 {
  background-color: rgb(206 224 242 / 0);
}
.bg-primary-200\/10 {
  background-color: rgb(206 224 242 / 0.1);
}
.bg-primary-200\/100 {
  background-color: rgb(206 224 242 / 1);
}
.bg-primary-200\/20 {
  background-color: rgb(206 224 242 / 0.2);
}
.bg-primary-200\/25 {
  background-color: rgb(206 224 242 / 0.25);
}
.bg-primary-200\/30 {
  background-color: rgb(206 224 242 / 0.3);
}
.bg-primary-200\/40 {
  background-color: rgb(206 224 242 / 0.4);
}
.bg-primary-200\/5 {
  background-color: rgb(206 224 242 / 0.05);
}
.bg-primary-200\/50 {
  background-color: rgb(206 224 242 / 0.5);
}
.bg-primary-200\/60 {
  background-color: rgb(206 224 242 / 0.6);
}
.bg-primary-200\/70 {
  background-color: rgb(206 224 242 / 0.7);
}
.bg-primary-200\/75 {
  background-color: rgb(206 224 242 / 0.75);
}
.bg-primary-200\/80 {
  background-color: rgb(206 224 242 / 0.8);
}
.bg-primary-200\/90 {
  background-color: rgb(206 224 242 / 0.9);
}
.bg-primary-200\/95 {
  background-color: rgb(206 224 242 / 0.95);
}
.bg-primary-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(172 208 245 / var(--tw-bg-opacity));
}
.bg-primary-300\/0 {
  background-color: rgb(172 208 245 / 0);
}
.bg-primary-300\/10 {
  background-color: rgb(172 208 245 / 0.1);
}
.bg-primary-300\/100 {
  background-color: rgb(172 208 245 / 1);
}
.bg-primary-300\/20 {
  background-color: rgb(172 208 245 / 0.2);
}
.bg-primary-300\/25 {
  background-color: rgb(172 208 245 / 0.25);
}
.bg-primary-300\/30 {
  background-color: rgb(172 208 245 / 0.3);
}
.bg-primary-300\/40 {
  background-color: rgb(172 208 245 / 0.4);
}
.bg-primary-300\/5 {
  background-color: rgb(172 208 245 / 0.05);
}
.bg-primary-300\/50 {
  background-color: rgb(172 208 245 / 0.5);
}
.bg-primary-300\/60 {
  background-color: rgb(172 208 245 / 0.6);
}
.bg-primary-300\/70 {
  background-color: rgb(172 208 245 / 0.7);
}
.bg-primary-300\/75 {
  background-color: rgb(172 208 245 / 0.75);
}
.bg-primary-300\/80 {
  background-color: rgb(172 208 245 / 0.8);
}
.bg-primary-300\/90 {
  background-color: rgb(172 208 245 / 0.9);
}
.bg-primary-300\/95 {
  background-color: rgb(172 208 245 / 0.95);
}
.bg-primary-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(115 173 233 / var(--tw-bg-opacity));
}
.bg-primary-400\/0 {
  background-color: rgb(115 173 233 / 0);
}
.bg-primary-400\/10 {
  background-color: rgb(115 173 233 / 0.1);
}
.bg-primary-400\/100 {
  background-color: rgb(115 173 233 / 1);
}
.bg-primary-400\/20 {
  background-color: rgb(115 173 233 / 0.2);
}
.bg-primary-400\/25 {
  background-color: rgb(115 173 233 / 0.25);
}
.bg-primary-400\/30 {
  background-color: rgb(115 173 233 / 0.3);
}
.bg-primary-400\/40 {
  background-color: rgb(115 173 233 / 0.4);
}
.bg-primary-400\/5 {
  background-color: rgb(115 173 233 / 0.05);
}
.bg-primary-400\/50 {
  background-color: rgb(115 173 233 / 0.5);
}
.bg-primary-400\/60 {
  background-color: rgb(115 173 233 / 0.6);
}
.bg-primary-400\/70 {
  background-color: rgb(115 173 233 / 0.7);
}
.bg-primary-400\/75 {
  background-color: rgb(115 173 233 / 0.75);
}
.bg-primary-400\/80 {
  background-color: rgb(115 173 233 / 0.8);
}
.bg-primary-400\/90 {
  background-color: rgb(115 173 233 / 0.9);
}
.bg-primary-400\/95 {
  background-color: rgb(115 173 233 / 0.95);
}
.bg-primary-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 252 / var(--tw-bg-opacity));
}
.bg-primary-50\/0 {
  background-color: rgb(239 246 252 / 0);
}
.bg-primary-50\/10 {
  background-color: rgb(239 246 252 / 0.1);
}
.bg-primary-50\/100 {
  background-color: rgb(239 246 252 / 1);
}
.bg-primary-50\/20 {
  background-color: rgb(239 246 252 / 0.2);
}
.bg-primary-50\/25 {
  background-color: rgb(239 246 252 / 0.25);
}
.bg-primary-50\/30 {
  background-color: rgb(239 246 252 / 0.3);
}
.bg-primary-50\/40 {
  background-color: rgb(239 246 252 / 0.4);
}
.bg-primary-50\/5 {
  background-color: rgb(239 246 252 / 0.05);
}
.bg-primary-50\/50 {
  background-color: rgb(239 246 252 / 0.5);
}
.bg-primary-50\/60 {
  background-color: rgb(239 246 252 / 0.6);
}
.bg-primary-50\/70 {
  background-color: rgb(239 246 252 / 0.7);
}
.bg-primary-50\/75 {
  background-color: rgb(239 246 252 / 0.75);
}
.bg-primary-50\/80 {
  background-color: rgb(239 246 252 / 0.8);
}
.bg-primary-50\/90 {
  background-color: rgb(239 246 252 / 0.9);
}
.bg-primary-50\/95 {
  background-color: rgb(239 246 252 / 0.95);
}
.bg-primary-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(50 126 205 / var(--tw-bg-opacity));
}
.bg-primary-500\/0 {
  background-color: rgb(50 126 205 / 0);
}
.bg-primary-500\/10 {
  background-color: rgb(50 126 205 / 0.1);
}
.bg-primary-500\/100 {
  background-color: rgb(50 126 205 / 1);
}
.bg-primary-500\/20 {
  background-color: rgb(50 126 205 / 0.2);
}
.bg-primary-500\/25 {
  background-color: rgb(50 126 205 / 0.25);
}
.bg-primary-500\/30 {
  background-color: rgb(50 126 205 / 0.3);
}
.bg-primary-500\/40 {
  background-color: rgb(50 126 205 / 0.4);
}
.bg-primary-500\/5 {
  background-color: rgb(50 126 205 / 0.05);
}
.bg-primary-500\/50 {
  background-color: rgb(50 126 205 / 0.5);
}
.bg-primary-500\/60 {
  background-color: rgb(50 126 205 / 0.6);
}
.bg-primary-500\/70 {
  background-color: rgb(50 126 205 / 0.7);
}
.bg-primary-500\/75 {
  background-color: rgb(50 126 205 / 0.75);
}
.bg-primary-500\/80 {
  background-color: rgb(50 126 205 / 0.8);
}
.bg-primary-500\/90 {
  background-color: rgb(50 126 205 / 0.9);
}
.bg-primary-500\/95 {
  background-color: rgb(50 126 205 / 0.95);
}
.bg-primary-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 101 174 / var(--tw-bg-opacity));
}
.bg-primary-600\/0 {
  background-color: rgb(31 101 174 / 0);
}
.bg-primary-600\/10 {
  background-color: rgb(31 101 174 / 0.1);
}
.bg-primary-600\/100 {
  background-color: rgb(31 101 174 / 1);
}
.bg-primary-600\/20 {
  background-color: rgb(31 101 174 / 0.2);
}
.bg-primary-600\/25 {
  background-color: rgb(31 101 174 / 0.25);
}
.bg-primary-600\/30 {
  background-color: rgb(31 101 174 / 0.3);
}
.bg-primary-600\/40 {
  background-color: rgb(31 101 174 / 0.4);
}
.bg-primary-600\/5 {
  background-color: rgb(31 101 174 / 0.05);
}
.bg-primary-600\/50 {
  background-color: rgb(31 101 174 / 0.5);
}
.bg-primary-600\/60 {
  background-color: rgb(31 101 174 / 0.6);
}
.bg-primary-600\/70 {
  background-color: rgb(31 101 174 / 0.7);
}
.bg-primary-600\/75 {
  background-color: rgb(31 101 174 / 0.75);
}
.bg-primary-600\/80 {
  background-color: rgb(31 101 174 / 0.8);
}
.bg-primary-600\/90 {
  background-color: rgb(31 101 174 / 0.9);
}
.bg-primary-600\/95 {
  background-color: rgb(31 101 174 / 0.95);
}
.bg-primary-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 80 143 / var(--tw-bg-opacity));
}
.bg-primary-700\/0 {
  background-color: rgb(20 80 143 / 0);
}
.bg-primary-700\/10 {
  background-color: rgb(20 80 143 / 0.1);
}
.bg-primary-700\/100 {
  background-color: rgb(20 80 143 / 1);
}
.bg-primary-700\/20 {
  background-color: rgb(20 80 143 / 0.2);
}
.bg-primary-700\/25 {
  background-color: rgb(20 80 143 / 0.25);
}
.bg-primary-700\/30 {
  background-color: rgb(20 80 143 / 0.3);
}
.bg-primary-700\/40 {
  background-color: rgb(20 80 143 / 0.4);
}
.bg-primary-700\/5 {
  background-color: rgb(20 80 143 / 0.05);
}
.bg-primary-700\/50 {
  background-color: rgb(20 80 143 / 0.5);
}
.bg-primary-700\/60 {
  background-color: rgb(20 80 143 / 0.6);
}
.bg-primary-700\/70 {
  background-color: rgb(20 80 143 / 0.7);
}
.bg-primary-700\/75 {
  background-color: rgb(20 80 143 / 0.75);
}
.bg-primary-700\/80 {
  background-color: rgb(20 80 143 / 0.8);
}
.bg-primary-700\/90 {
  background-color: rgb(20 80 143 / 0.9);
}
.bg-primary-700\/95 {
  background-color: rgb(20 80 143 / 0.95);
}
.bg-primary-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(10 62 117 / var(--tw-bg-opacity));
}
.bg-primary-800\/0 {
  background-color: rgb(10 62 117 / 0);
}
.bg-primary-800\/10 {
  background-color: rgb(10 62 117 / 0.1);
}
.bg-primary-800\/100 {
  background-color: rgb(10 62 117 / 1);
}
.bg-primary-800\/20 {
  background-color: rgb(10 62 117 / 0.2);
}
.bg-primary-800\/25 {
  background-color: rgb(10 62 117 / 0.25);
}
.bg-primary-800\/30 {
  background-color: rgb(10 62 117 / 0.3);
}
.bg-primary-800\/40 {
  background-color: rgb(10 62 117 / 0.4);
}
.bg-primary-800\/5 {
  background-color: rgb(10 62 117 / 0.05);
}
.bg-primary-800\/50 {
  background-color: rgb(10 62 117 / 0.5);
}
.bg-primary-800\/60 {
  background-color: rgb(10 62 117 / 0.6);
}
.bg-primary-800\/70 {
  background-color: rgb(10 62 117 / 0.7);
}
.bg-primary-800\/75 {
  background-color: rgb(10 62 117 / 0.75);
}
.bg-primary-800\/80 {
  background-color: rgb(10 62 117 / 0.8);
}
.bg-primary-800\/90 {
  background-color: rgb(10 62 117 / 0.9);
}
.bg-primary-800\/95 {
  background-color: rgb(10 62 117 / 0.95);
}
.bg-primary-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 46 89 / var(--tw-bg-opacity));
}
.bg-primary-900\/0 {
  background-color: rgb(5 46 89 / 0);
}
.bg-primary-900\/10 {
  background-color: rgb(5 46 89 / 0.1);
}
.bg-primary-900\/100 {
  background-color: rgb(5 46 89 / 1);
}
.bg-primary-900\/20 {
  background-color: rgb(5 46 89 / 0.2);
}
.bg-primary-900\/25 {
  background-color: rgb(5 46 89 / 0.25);
}
.bg-primary-900\/30 {
  background-color: rgb(5 46 89 / 0.3);
}
.bg-primary-900\/40 {
  background-color: rgb(5 46 89 / 0.4);
}
.bg-primary-900\/5 {
  background-color: rgb(5 46 89 / 0.05);
}
.bg-primary-900\/50 {
  background-color: rgb(5 46 89 / 0.5);
}
.bg-primary-900\/60 {
  background-color: rgb(5 46 89 / 0.6);
}
.bg-primary-900\/70 {
  background-color: rgb(5 46 89 / 0.7);
}
.bg-primary-900\/75 {
  background-color: rgb(5 46 89 / 0.75);
}
.bg-primary-900\/80 {
  background-color: rgb(5 46 89 / 0.8);
}
.bg-primary-900\/90 {
  background-color: rgb(5 46 89 / 0.9);
}
.bg-primary-900\/95 {
  background-color: rgb(5 46 89 / 0.95);
}
.bg-sky-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 251 255 / var(--tw-bg-opacity));
}
.bg-sky-300\/0 {
  background-color: rgb(242 251 255 / 0);
}
.bg-sky-300\/10 {
  background-color: rgb(242 251 255 / 0.1);
}
.bg-sky-300\/100 {
  background-color: rgb(242 251 255 / 1);
}
.bg-sky-300\/20 {
  background-color: rgb(242 251 255 / 0.2);
}
.bg-sky-300\/25 {
  background-color: rgb(242 251 255 / 0.25);
}
.bg-sky-300\/30 {
  background-color: rgb(242 251 255 / 0.3);
}
.bg-sky-300\/40 {
  background-color: rgb(242 251 255 / 0.4);
}
.bg-sky-300\/5 {
  background-color: rgb(242 251 255 / 0.05);
}
.bg-sky-300\/50 {
  background-color: rgb(242 251 255 / 0.5);
}
.bg-sky-300\/60 {
  background-color: rgb(242 251 255 / 0.6);
}
.bg-sky-300\/70 {
  background-color: rgb(242 251 255 / 0.7);
}
.bg-sky-300\/75 {
  background-color: rgb(242 251 255 / 0.75);
}
.bg-sky-300\/80 {
  background-color: rgb(242 251 255 / 0.8);
}
.bg-sky-300\/90 {
  background-color: rgb(242 251 255 / 0.9);
}
.bg-sky-300\/95 {
  background-color: rgb(242 251 255 / 0.95);
}
.bg-sky-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(221 245 255 / var(--tw-bg-opacity));
}
.bg-sky-400\/0 {
  background-color: rgb(221 245 255 / 0);
}
.bg-sky-400\/10 {
  background-color: rgb(221 245 255 / 0.1);
}
.bg-sky-400\/100 {
  background-color: rgb(221 245 255 / 1);
}
.bg-sky-400\/20 {
  background-color: rgb(221 245 255 / 0.2);
}
.bg-sky-400\/25 {
  background-color: rgb(221 245 255 / 0.25);
}
.bg-sky-400\/30 {
  background-color: rgb(221 245 255 / 0.3);
}
.bg-sky-400\/40 {
  background-color: rgb(221 245 255 / 0.4);
}
.bg-sky-400\/5 {
  background-color: rgb(221 245 255 / 0.05);
}
.bg-sky-400\/50 {
  background-color: rgb(221 245 255 / 0.5);
}
.bg-sky-400\/60 {
  background-color: rgb(221 245 255 / 0.6);
}
.bg-sky-400\/70 {
  background-color: rgb(221 245 255 / 0.7);
}
.bg-sky-400\/75 {
  background-color: rgb(221 245 255 / 0.75);
}
.bg-sky-400\/80 {
  background-color: rgb(221 245 255 / 0.8);
}
.bg-sky-400\/90 {
  background-color: rgb(221 245 255 / 0.9);
}
.bg-sky-400\/95 {
  background-color: rgb(221 245 255 / 0.95);
}
.bg-sky-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(193 237 255 / var(--tw-bg-opacity));
}
.bg-sky-500\/0 {
  background-color: rgb(193 237 255 / 0);
}
.bg-sky-500\/10 {
  background-color: rgb(193 237 255 / 0.1);
}
.bg-sky-500\/100 {
  background-color: rgb(193 237 255 / 1);
}
.bg-sky-500\/20 {
  background-color: rgb(193 237 255 / 0.2);
}
.bg-sky-500\/25 {
  background-color: rgb(193 237 255 / 0.25);
}
.bg-sky-500\/30 {
  background-color: rgb(193 237 255 / 0.3);
}
.bg-sky-500\/40 {
  background-color: rgb(193 237 255 / 0.4);
}
.bg-sky-500\/5 {
  background-color: rgb(193 237 255 / 0.05);
}
.bg-sky-500\/50 {
  background-color: rgb(193 237 255 / 0.5);
}
.bg-sky-500\/60 {
  background-color: rgb(193 237 255 / 0.6);
}
.bg-sky-500\/70 {
  background-color: rgb(193 237 255 / 0.7);
}
.bg-sky-500\/75 {
  background-color: rgb(193 237 255 / 0.75);
}
.bg-sky-500\/80 {
  background-color: rgb(193 237 255 / 0.8);
}
.bg-sky-500\/90 {
  background-color: rgb(193 237 255 / 0.9);
}
.bg-sky-500\/95 {
  background-color: rgb(193 237 255 / 0.95);
}
.bg-sky-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 206 227 / var(--tw-bg-opacity));
}
.bg-sky-600\/0 {
  background-color: rgb(153 206 227 / 0);
}
.bg-sky-600\/10 {
  background-color: rgb(153 206 227 / 0.1);
}
.bg-sky-600\/100 {
  background-color: rgb(153 206 227 / 1);
}
.bg-sky-600\/20 {
  background-color: rgb(153 206 227 / 0.2);
}
.bg-sky-600\/25 {
  background-color: rgb(153 206 227 / 0.25);
}
.bg-sky-600\/30 {
  background-color: rgb(153 206 227 / 0.3);
}
.bg-sky-600\/40 {
  background-color: rgb(153 206 227 / 0.4);
}
.bg-sky-600\/5 {
  background-color: rgb(153 206 227 / 0.05);
}
.bg-sky-600\/50 {
  background-color: rgb(153 206 227 / 0.5);
}
.bg-sky-600\/60 {
  background-color: rgb(153 206 227 / 0.6);
}
.bg-sky-600\/70 {
  background-color: rgb(153 206 227 / 0.7);
}
.bg-sky-600\/75 {
  background-color: rgb(153 206 227 / 0.75);
}
.bg-sky-600\/80 {
  background-color: rgb(153 206 227 / 0.8);
}
.bg-sky-600\/90 {
  background-color: rgb(153 206 227 / 0.9);
}
.bg-sky-600\/95 {
  background-color: rgb(153 206 227 / 0.95);
}
.bg-success-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 255 216 / var(--tw-bg-opacity));
}
.bg-success-100\/0 {
  background-color: rgb(217 255 216 / 0);
}
.bg-success-100\/10 {
  background-color: rgb(217 255 216 / 0.1);
}
.bg-success-100\/100 {
  background-color: rgb(217 255 216 / 1);
}
.bg-success-100\/20 {
  background-color: rgb(217 255 216 / 0.2);
}
.bg-success-100\/25 {
  background-color: rgb(217 255 216 / 0.25);
}
.bg-success-100\/30 {
  background-color: rgb(217 255 216 / 0.3);
}
.bg-success-100\/40 {
  background-color: rgb(217 255 216 / 0.4);
}
.bg-success-100\/5 {
  background-color: rgb(217 255 216 / 0.05);
}
.bg-success-100\/50 {
  background-color: rgb(217 255 216 / 0.5);
}
.bg-success-100\/60 {
  background-color: rgb(217 255 216 / 0.6);
}
.bg-success-100\/70 {
  background-color: rgb(217 255 216 / 0.7);
}
.bg-success-100\/75 {
  background-color: rgb(217 255 216 / 0.75);
}
.bg-success-100\/80 {
  background-color: rgb(217 255 216 / 0.8);
}
.bg-success-100\/90 {
  background-color: rgb(217 255 216 / 0.9);
}
.bg-success-100\/95 {
  background-color: rgb(217 255 216 / 0.95);
}
.bg-success-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 189 / var(--tw-bg-opacity));
}
.bg-success-200\/0 {
  background-color: rgb(187 247 189 / 0);
}
.bg-success-200\/10 {
  background-color: rgb(187 247 189 / 0.1);
}
.bg-success-200\/100 {
  background-color: rgb(187 247 189 / 1);
}
.bg-success-200\/20 {
  background-color: rgb(187 247 189 / 0.2);
}
.bg-success-200\/25 {
  background-color: rgb(187 247 189 / 0.25);
}
.bg-success-200\/30 {
  background-color: rgb(187 247 189 / 0.3);
}
.bg-success-200\/40 {
  background-color: rgb(187 247 189 / 0.4);
}
.bg-success-200\/5 {
  background-color: rgb(187 247 189 / 0.05);
}
.bg-success-200\/50 {
  background-color: rgb(187 247 189 / 0.5);
}
.bg-success-200\/60 {
  background-color: rgb(187 247 189 / 0.6);
}
.bg-success-200\/70 {
  background-color: rgb(187 247 189 / 0.7);
}
.bg-success-200\/75 {
  background-color: rgb(187 247 189 / 0.75);
}
.bg-success-200\/80 {
  background-color: rgb(187 247 189 / 0.8);
}
.bg-success-200\/90 {
  background-color: rgb(187 247 189 / 0.9);
}
.bg-success-200\/95 {
  background-color: rgb(187 247 189 / 0.95);
}
.bg-success-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 144 / var(--tw-bg-opacity));
}
.bg-success-300\/0 {
  background-color: rgb(134 239 144 / 0);
}
.bg-success-300\/10 {
  background-color: rgb(134 239 144 / 0.1);
}
.bg-success-300\/100 {
  background-color: rgb(134 239 144 / 1);
}
.bg-success-300\/20 {
  background-color: rgb(134 239 144 / 0.2);
}
.bg-success-300\/25 {
  background-color: rgb(134 239 144 / 0.25);
}
.bg-success-300\/30 {
  background-color: rgb(134 239 144 / 0.3);
}
.bg-success-300\/40 {
  background-color: rgb(134 239 144 / 0.4);
}
.bg-success-300\/5 {
  background-color: rgb(134 239 144 / 0.05);
}
.bg-success-300\/50 {
  background-color: rgb(134 239 144 / 0.5);
}
.bg-success-300\/60 {
  background-color: rgb(134 239 144 / 0.6);
}
.bg-success-300\/70 {
  background-color: rgb(134 239 144 / 0.7);
}
.bg-success-300\/75 {
  background-color: rgb(134 239 144 / 0.75);
}
.bg-success-300\/80 {
  background-color: rgb(134 239 144 / 0.8);
}
.bg-success-300\/90 {
  background-color: rgb(134 239 144 / 0.9);
}
.bg-success-300\/95 {
  background-color: rgb(134 239 144 / 0.95);
}
.bg-success-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 89 / var(--tw-bg-opacity));
}
.bg-success-400\/0 {
  background-color: rgb(34 197 89 / 0);
}
.bg-success-400\/10 {
  background-color: rgb(34 197 89 / 0.1);
}
.bg-success-400\/100 {
  background-color: rgb(34 197 89 / 1);
}
.bg-success-400\/20 {
  background-color: rgb(34 197 89 / 0.2);
}
.bg-success-400\/25 {
  background-color: rgb(34 197 89 / 0.25);
}
.bg-success-400\/30 {
  background-color: rgb(34 197 89 / 0.3);
}
.bg-success-400\/40 {
  background-color: rgb(34 197 89 / 0.4);
}
.bg-success-400\/5 {
  background-color: rgb(34 197 89 / 0.05);
}
.bg-success-400\/50 {
  background-color: rgb(34 197 89 / 0.5);
}
.bg-success-400\/60 {
  background-color: rgb(34 197 89 / 0.6);
}
.bg-success-400\/70 {
  background-color: rgb(34 197 89 / 0.7);
}
.bg-success-400\/75 {
  background-color: rgb(34 197 89 / 0.75);
}
.bg-success-400\/80 {
  background-color: rgb(34 197 89 / 0.8);
}
.bg-success-400\/90 {
  background-color: rgb(34 197 89 / 0.9);
}
.bg-success-400\/95 {
  background-color: rgb(34 197 89 / 0.95);
}
.bg-success-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 241 / var(--tw-bg-opacity));
}
.bg-success-50\/0 {
  background-color: rgb(240 253 241 / 0);
}
.bg-success-50\/10 {
  background-color: rgb(240 253 241 / 0.1);
}
.bg-success-50\/100 {
  background-color: rgb(240 253 241 / 1);
}
.bg-success-50\/20 {
  background-color: rgb(240 253 241 / 0.2);
}
.bg-success-50\/25 {
  background-color: rgb(240 253 241 / 0.25);
}
.bg-success-50\/30 {
  background-color: rgb(240 253 241 / 0.3);
}
.bg-success-50\/40 {
  background-color: rgb(240 253 241 / 0.4);
}
.bg-success-50\/5 {
  background-color: rgb(240 253 241 / 0.05);
}
.bg-success-50\/50 {
  background-color: rgb(240 253 241 / 0.5);
}
.bg-success-50\/60 {
  background-color: rgb(240 253 241 / 0.6);
}
.bg-success-50\/70 {
  background-color: rgb(240 253 241 / 0.7);
}
.bg-success-50\/75 {
  background-color: rgb(240 253 241 / 0.75);
}
.bg-success-50\/80 {
  background-color: rgb(240 253 241 / 0.8);
}
.bg-success-50\/90 {
  background-color: rgb(240 253 241 / 0.9);
}
.bg-success-50\/95 {
  background-color: rgb(240 253 241 / 0.95);
}
.bg-success-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(24 177 76 / var(--tw-bg-opacity));
}
.bg-success-500\/0 {
  background-color: rgb(24 177 76 / 0);
}
.bg-success-500\/10 {
  background-color: rgb(24 177 76 / 0.1);
}
.bg-success-500\/100 {
  background-color: rgb(24 177 76 / 1);
}
.bg-success-500\/20 {
  background-color: rgb(24 177 76 / 0.2);
}
.bg-success-500\/25 {
  background-color: rgb(24 177 76 / 0.25);
}
.bg-success-500\/30 {
  background-color: rgb(24 177 76 / 0.3);
}
.bg-success-500\/40 {
  background-color: rgb(24 177 76 / 0.4);
}
.bg-success-500\/5 {
  background-color: rgb(24 177 76 / 0.05);
}
.bg-success-500\/50 {
  background-color: rgb(24 177 76 / 0.5);
}
.bg-success-500\/60 {
  background-color: rgb(24 177 76 / 0.6);
}
.bg-success-500\/70 {
  background-color: rgb(24 177 76 / 0.7);
}
.bg-success-500\/75 {
  background-color: rgb(24 177 76 / 0.75);
}
.bg-success-500\/80 {
  background-color: rgb(24 177 76 / 0.8);
}
.bg-success-500\/90 {
  background-color: rgb(24 177 76 / 0.9);
}
.bg-success-500\/95 {
  background-color: rgb(24 177 76 / 0.95);
}
.bg-success-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 153 47 / var(--tw-bg-opacity));
}
.bg-success-600\/0 {
  background-color: rgb(17 153 47 / 0);
}
.bg-success-600\/10 {
  background-color: rgb(17 153 47 / 0.1);
}
.bg-success-600\/100 {
  background-color: rgb(17 153 47 / 1);
}
.bg-success-600\/20 {
  background-color: rgb(17 153 47 / 0.2);
}
.bg-success-600\/25 {
  background-color: rgb(17 153 47 / 0.25);
}
.bg-success-600\/30 {
  background-color: rgb(17 153 47 / 0.3);
}
.bg-success-600\/40 {
  background-color: rgb(17 153 47 / 0.4);
}
.bg-success-600\/5 {
  background-color: rgb(17 153 47 / 0.05);
}
.bg-success-600\/50 {
  background-color: rgb(17 153 47 / 0.5);
}
.bg-success-600\/60 {
  background-color: rgb(17 153 47 / 0.6);
}
.bg-success-600\/70 {
  background-color: rgb(17 153 47 / 0.7);
}
.bg-success-600\/75 {
  background-color: rgb(17 153 47 / 0.75);
}
.bg-success-600\/80 {
  background-color: rgb(17 153 47 / 0.8);
}
.bg-success-600\/90 {
  background-color: rgb(17 153 47 / 0.9);
}
.bg-success-600\/95 {
  background-color: rgb(17 153 47 / 0.95);
}
.bg-success-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(28 131 19 / var(--tw-bg-opacity));
}
.bg-success-700\/0 {
  background-color: rgb(28 131 19 / 0);
}
.bg-success-700\/10 {
  background-color: rgb(28 131 19 / 0.1);
}
.bg-success-700\/100 {
  background-color: rgb(28 131 19 / 1);
}
.bg-success-700\/20 {
  background-color: rgb(28 131 19 / 0.2);
}
.bg-success-700\/25 {
  background-color: rgb(28 131 19 / 0.25);
}
.bg-success-700\/30 {
  background-color: rgb(28 131 19 / 0.3);
}
.bg-success-700\/40 {
  background-color: rgb(28 131 19 / 0.4);
}
.bg-success-700\/5 {
  background-color: rgb(28 131 19 / 0.05);
}
.bg-success-700\/50 {
  background-color: rgb(28 131 19 / 0.5);
}
.bg-success-700\/60 {
  background-color: rgb(28 131 19 / 0.6);
}
.bg-success-700\/70 {
  background-color: rgb(28 131 19 / 0.7);
}
.bg-success-700\/75 {
  background-color: rgb(28 131 19 / 0.75);
}
.bg-success-700\/80 {
  background-color: rgb(28 131 19 / 0.8);
}
.bg-success-700\/90 {
  background-color: rgb(28 131 19 / 0.9);
}
.bg-success-700\/95 {
  background-color: rgb(28 131 19 / 0.95);
}
.bg-success-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 94 19 / var(--tw-bg-opacity));
}
.bg-success-800\/0 {
  background-color: rgb(34 94 19 / 0);
}
.bg-success-800\/10 {
  background-color: rgb(34 94 19 / 0.1);
}
.bg-success-800\/100 {
  background-color: rgb(34 94 19 / 1);
}
.bg-success-800\/20 {
  background-color: rgb(34 94 19 / 0.2);
}
.bg-success-800\/25 {
  background-color: rgb(34 94 19 / 0.25);
}
.bg-success-800\/30 {
  background-color: rgb(34 94 19 / 0.3);
}
.bg-success-800\/40 {
  background-color: rgb(34 94 19 / 0.4);
}
.bg-success-800\/5 {
  background-color: rgb(34 94 19 / 0.05);
}
.bg-success-800\/50 {
  background-color: rgb(34 94 19 / 0.5);
}
.bg-success-800\/60 {
  background-color: rgb(34 94 19 / 0.6);
}
.bg-success-800\/70 {
  background-color: rgb(34 94 19 / 0.7);
}
.bg-success-800\/75 {
  background-color: rgb(34 94 19 / 0.75);
}
.bg-success-800\/80 {
  background-color: rgb(34 94 19 / 0.8);
}
.bg-success-800\/90 {
  background-color: rgb(34 94 19 / 0.9);
}
.bg-success-800\/95 {
  background-color: rgb(34 94 19 / 0.95);
}
.bg-success-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(35 63 41 / var(--tw-bg-opacity));
}
.bg-success-900\/0 {
  background-color: rgb(35 63 41 / 0);
}
.bg-success-900\/10 {
  background-color: rgb(35 63 41 / 0.1);
}
.bg-success-900\/100 {
  background-color: rgb(35 63 41 / 1);
}
.bg-success-900\/20 {
  background-color: rgb(35 63 41 / 0.2);
}
.bg-success-900\/25 {
  background-color: rgb(35 63 41 / 0.25);
}
.bg-success-900\/30 {
  background-color: rgb(35 63 41 / 0.3);
}
.bg-success-900\/40 {
  background-color: rgb(35 63 41 / 0.4);
}
.bg-success-900\/5 {
  background-color: rgb(35 63 41 / 0.05);
}
.bg-success-900\/50 {
  background-color: rgb(35 63 41 / 0.5);
}
.bg-success-900\/60 {
  background-color: rgb(35 63 41 / 0.6);
}
.bg-success-900\/70 {
  background-color: rgb(35 63 41 / 0.7);
}
.bg-success-900\/75 {
  background-color: rgb(35 63 41 / 0.75);
}
.bg-success-900\/80 {
  background-color: rgb(35 63 41 / 0.8);
}
.bg-success-900\/90 {
  background-color: rgb(35 63 41 / 0.9);
}
.bg-success-900\/95 {
  background-color: rgb(35 63 41 / 0.95);
}
.bg-text-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.bg-text-primary\/0 {
  background-color: rgb(17 24 39 / 0);
}
.bg-text-primary\/10 {
  background-color: rgb(17 24 39 / 0.1);
}
.bg-text-primary\/100 {
  background-color: rgb(17 24 39 / 1);
}
.bg-text-primary\/20 {
  background-color: rgb(17 24 39 / 0.2);
}
.bg-text-primary\/25 {
  background-color: rgb(17 24 39 / 0.25);
}
.bg-text-primary\/30 {
  background-color: rgb(17 24 39 / 0.3);
}
.bg-text-primary\/40 {
  background-color: rgb(17 24 39 / 0.4);
}
.bg-text-primary\/5 {
  background-color: rgb(17 24 39 / 0.05);
}
.bg-text-primary\/50 {
  background-color: rgb(17 24 39 / 0.5);
}
.bg-text-primary\/60 {
  background-color: rgb(17 24 39 / 0.6);
}
.bg-text-primary\/70 {
  background-color: rgb(17 24 39 / 0.7);
}
.bg-text-primary\/75 {
  background-color: rgb(17 24 39 / 0.75);
}
.bg-text-primary\/80 {
  background-color: rgb(17 24 39 / 0.8);
}
.bg-text-primary\/90 {
  background-color: rgb(17 24 39 / 0.9);
}
.bg-text-primary\/95 {
  background-color: rgb(17 24 39 / 0.95);
}
.bg-text-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(101 104 106 / var(--tw-bg-opacity));
}
.bg-text-secondary\/0 {
  background-color: rgb(101 104 106 / 0);
}
.bg-text-secondary\/10 {
  background-color: rgb(101 104 106 / 0.1);
}
.bg-text-secondary\/100 {
  background-color: rgb(101 104 106 / 1);
}
.bg-text-secondary\/20 {
  background-color: rgb(101 104 106 / 0.2);
}
.bg-text-secondary\/25 {
  background-color: rgb(101 104 106 / 0.25);
}
.bg-text-secondary\/30 {
  background-color: rgb(101 104 106 / 0.3);
}
.bg-text-secondary\/40 {
  background-color: rgb(101 104 106 / 0.4);
}
.bg-text-secondary\/5 {
  background-color: rgb(101 104 106 / 0.05);
}
.bg-text-secondary\/50 {
  background-color: rgb(101 104 106 / 0.5);
}
.bg-text-secondary\/60 {
  background-color: rgb(101 104 106 / 0.6);
}
.bg-text-secondary\/70 {
  background-color: rgb(101 104 106 / 0.7);
}
.bg-text-secondary\/75 {
  background-color: rgb(101 104 106 / 0.75);
}
.bg-text-secondary\/80 {
  background-color: rgb(101 104 106 / 0.8);
}
.bg-text-secondary\/90 {
  background-color: rgb(101 104 106 / 0.9);
}
.bg-text-secondary\/95 {
  background-color: rgb(101 104 106 / 0.95);
}
.bg-transparent {
  background-color: transparent;
}
.bg-transparent\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-transparent\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-transparent\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-transparent\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-transparent\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-transparent\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-transparent\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-transparent\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-transparent\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-transparent\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-transparent\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-transparent\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-transparent\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-transparent\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-transparent\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-void {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-void\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-void\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-void\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-void\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-void\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-void\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-void\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-void\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-void\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-void\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-void\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-void\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-void\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-void\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-void\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-warning-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 242 207 / var(--tw-bg-opacity));
}
.bg-warning-100\/0 {
  background-color: rgb(255 242 207 / 0);
}
.bg-warning-100\/10 {
  background-color: rgb(255 242 207 / 0.1);
}
.bg-warning-100\/100 {
  background-color: rgb(255 242 207 / 1);
}
.bg-warning-100\/20 {
  background-color: rgb(255 242 207 / 0.2);
}
.bg-warning-100\/25 {
  background-color: rgb(255 242 207 / 0.25);
}
.bg-warning-100\/30 {
  background-color: rgb(255 242 207 / 0.3);
}
.bg-warning-100\/40 {
  background-color: rgb(255 242 207 / 0.4);
}
.bg-warning-100\/5 {
  background-color: rgb(255 242 207 / 0.05);
}
.bg-warning-100\/50 {
  background-color: rgb(255 242 207 / 0.5);
}
.bg-warning-100\/60 {
  background-color: rgb(255 242 207 / 0.6);
}
.bg-warning-100\/70 {
  background-color: rgb(255 242 207 / 0.7);
}
.bg-warning-100\/75 {
  background-color: rgb(255 242 207 / 0.75);
}
.bg-warning-100\/80 {
  background-color: rgb(255 242 207 / 0.8);
}
.bg-warning-100\/90 {
  background-color: rgb(255 242 207 / 0.9);
}
.bg-warning-100\/95 {
  background-color: rgb(255 242 207 / 0.95);
}
.bg-warning-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 233 177 / var(--tw-bg-opacity));
}
.bg-warning-200\/0 {
  background-color: rgb(255 233 177 / 0);
}
.bg-warning-200\/10 {
  background-color: rgb(255 233 177 / 0.1);
}
.bg-warning-200\/100 {
  background-color: rgb(255 233 177 / 1);
}
.bg-warning-200\/20 {
  background-color: rgb(255 233 177 / 0.2);
}
.bg-warning-200\/25 {
  background-color: rgb(255 233 177 / 0.25);
}
.bg-warning-200\/30 {
  background-color: rgb(255 233 177 / 0.3);
}
.bg-warning-200\/40 {
  background-color: rgb(255 233 177 / 0.4);
}
.bg-warning-200\/5 {
  background-color: rgb(255 233 177 / 0.05);
}
.bg-warning-200\/50 {
  background-color: rgb(255 233 177 / 0.5);
}
.bg-warning-200\/60 {
  background-color: rgb(255 233 177 / 0.6);
}
.bg-warning-200\/70 {
  background-color: rgb(255 233 177 / 0.7);
}
.bg-warning-200\/75 {
  background-color: rgb(255 233 177 / 0.75);
}
.bg-warning-200\/80 {
  background-color: rgb(255 233 177 / 0.8);
}
.bg-warning-200\/90 {
  background-color: rgb(255 233 177 / 0.9);
}
.bg-warning-200\/95 {
  background-color: rgb(255 233 177 / 0.95);
}
.bg-warning-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 202 106 / var(--tw-bg-opacity));
}
.bg-warning-300\/0 {
  background-color: rgb(252 202 106 / 0);
}
.bg-warning-300\/10 {
  background-color: rgb(252 202 106 / 0.1);
}
.bg-warning-300\/100 {
  background-color: rgb(252 202 106 / 1);
}
.bg-warning-300\/20 {
  background-color: rgb(252 202 106 / 0.2);
}
.bg-warning-300\/25 {
  background-color: rgb(252 202 106 / 0.25);
}
.bg-warning-300\/30 {
  background-color: rgb(252 202 106 / 0.3);
}
.bg-warning-300\/40 {
  background-color: rgb(252 202 106 / 0.4);
}
.bg-warning-300\/5 {
  background-color: rgb(252 202 106 / 0.05);
}
.bg-warning-300\/50 {
  background-color: rgb(252 202 106 / 0.5);
}
.bg-warning-300\/60 {
  background-color: rgb(252 202 106 / 0.6);
}
.bg-warning-300\/70 {
  background-color: rgb(252 202 106 / 0.7);
}
.bg-warning-300\/75 {
  background-color: rgb(252 202 106 / 0.75);
}
.bg-warning-300\/80 {
  background-color: rgb(252 202 106 / 0.8);
}
.bg-warning-300\/90 {
  background-color: rgb(252 202 106 / 0.9);
}
.bg-warning-300\/95 {
  background-color: rgb(252 202 106 / 0.95);
}
.bg-warning-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 164 67 / var(--tw-bg-opacity));
}
.bg-warning-400\/0 {
  background-color: rgb(228 164 67 / 0);
}
.bg-warning-400\/10 {
  background-color: rgb(228 164 67 / 0.1);
}
.bg-warning-400\/100 {
  background-color: rgb(228 164 67 / 1);
}
.bg-warning-400\/20 {
  background-color: rgb(228 164 67 / 0.2);
}
.bg-warning-400\/25 {
  background-color: rgb(228 164 67 / 0.25);
}
.bg-warning-400\/30 {
  background-color: rgb(228 164 67 / 0.3);
}
.bg-warning-400\/40 {
  background-color: rgb(228 164 67 / 0.4);
}
.bg-warning-400\/5 {
  background-color: rgb(228 164 67 / 0.05);
}
.bg-warning-400\/50 {
  background-color: rgb(228 164 67 / 0.5);
}
.bg-warning-400\/60 {
  background-color: rgb(228 164 67 / 0.6);
}
.bg-warning-400\/70 {
  background-color: rgb(228 164 67 / 0.7);
}
.bg-warning-400\/75 {
  background-color: rgb(228 164 67 / 0.75);
}
.bg-warning-400\/80 {
  background-color: rgb(228 164 67 / 0.8);
}
.bg-warning-400\/90 {
  background-color: rgb(228 164 67 / 0.9);
}
.bg-warning-400\/95 {
  background-color: rgb(228 164 67 / 0.95);
}
.bg-warning-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity));
}
.bg-warning-50\/0 {
  background-color: rgb(255 251 235 / 0);
}
.bg-warning-50\/10 {
  background-color: rgb(255 251 235 / 0.1);
}
.bg-warning-50\/100 {
  background-color: rgb(255 251 235 / 1);
}
.bg-warning-50\/20 {
  background-color: rgb(255 251 235 / 0.2);
}
.bg-warning-50\/25 {
  background-color: rgb(255 251 235 / 0.25);
}
.bg-warning-50\/30 {
  background-color: rgb(255 251 235 / 0.3);
}
.bg-warning-50\/40 {
  background-color: rgb(255 251 235 / 0.4);
}
.bg-warning-50\/5 {
  background-color: rgb(255 251 235 / 0.05);
}
.bg-warning-50\/50 {
  background-color: rgb(255 251 235 / 0.5);
}
.bg-warning-50\/60 {
  background-color: rgb(255 251 235 / 0.6);
}
.bg-warning-50\/70 {
  background-color: rgb(255 251 235 / 0.7);
}
.bg-warning-50\/75 {
  background-color: rgb(255 251 235 / 0.75);
}
.bg-warning-50\/80 {
  background-color: rgb(255 251 235 / 0.8);
}
.bg-warning-50\/90 {
  background-color: rgb(255 251 235 / 0.9);
}
.bg-warning-50\/95 {
  background-color: rgb(255 251 235 / 0.95);
}
.bg-warning-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 147 42 / var(--tw-bg-opacity));
}
.bg-warning-500\/0 {
  background-color: rgb(217 147 42 / 0);
}
.bg-warning-500\/10 {
  background-color: rgb(217 147 42 / 0.1);
}
.bg-warning-500\/100 {
  background-color: rgb(217 147 42 / 1);
}
.bg-warning-500\/20 {
  background-color: rgb(217 147 42 / 0.2);
}
.bg-warning-500\/25 {
  background-color: rgb(217 147 42 / 0.25);
}
.bg-warning-500\/30 {
  background-color: rgb(217 147 42 / 0.3);
}
.bg-warning-500\/40 {
  background-color: rgb(217 147 42 / 0.4);
}
.bg-warning-500\/5 {
  background-color: rgb(217 147 42 / 0.05);
}
.bg-warning-500\/50 {
  background-color: rgb(217 147 42 / 0.5);
}
.bg-warning-500\/60 {
  background-color: rgb(217 147 42 / 0.6);
}
.bg-warning-500\/70 {
  background-color: rgb(217 147 42 / 0.7);
}
.bg-warning-500\/75 {
  background-color: rgb(217 147 42 / 0.75);
}
.bg-warning-500\/80 {
  background-color: rgb(217 147 42 / 0.8);
}
.bg-warning-500\/90 {
  background-color: rgb(217 147 42 / 0.9);
}
.bg-warning-500\/95 {
  background-color: rgb(217 147 42 / 0.95);
}
.bg-warning-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(198 122 9 / var(--tw-bg-opacity));
}
.bg-warning-600\/0 {
  background-color: rgb(198 122 9 / 0);
}
.bg-warning-600\/10 {
  background-color: rgb(198 122 9 / 0.1);
}
.bg-warning-600\/100 {
  background-color: rgb(198 122 9 / 1);
}
.bg-warning-600\/20 {
  background-color: rgb(198 122 9 / 0.2);
}
.bg-warning-600\/25 {
  background-color: rgb(198 122 9 / 0.25);
}
.bg-warning-600\/30 {
  background-color: rgb(198 122 9 / 0.3);
}
.bg-warning-600\/40 {
  background-color: rgb(198 122 9 / 0.4);
}
.bg-warning-600\/5 {
  background-color: rgb(198 122 9 / 0.05);
}
.bg-warning-600\/50 {
  background-color: rgb(198 122 9 / 0.5);
}
.bg-warning-600\/60 {
  background-color: rgb(198 122 9 / 0.6);
}
.bg-warning-600\/70 {
  background-color: rgb(198 122 9 / 0.7);
}
.bg-warning-600\/75 {
  background-color: rgb(198 122 9 / 0.75);
}
.bg-warning-600\/80 {
  background-color: rgb(198 122 9 / 0.8);
}
.bg-warning-600\/90 {
  background-color: rgb(198 122 9 / 0.9);
}
.bg-warning-600\/95 {
  background-color: rgb(198 122 9 / 0.95);
}
.bg-warning-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(169 101 0 / var(--tw-bg-opacity));
}
.bg-warning-700\/0 {
  background-color: rgb(169 101 0 / 0);
}
.bg-warning-700\/10 {
  background-color: rgb(169 101 0 / 0.1);
}
.bg-warning-700\/100 {
  background-color: rgb(169 101 0 / 1);
}
.bg-warning-700\/20 {
  background-color: rgb(169 101 0 / 0.2);
}
.bg-warning-700\/25 {
  background-color: rgb(169 101 0 / 0.25);
}
.bg-warning-700\/30 {
  background-color: rgb(169 101 0 / 0.3);
}
.bg-warning-700\/40 {
  background-color: rgb(169 101 0 / 0.4);
}
.bg-warning-700\/5 {
  background-color: rgb(169 101 0 / 0.05);
}
.bg-warning-700\/50 {
  background-color: rgb(169 101 0 / 0.5);
}
.bg-warning-700\/60 {
  background-color: rgb(169 101 0 / 0.6);
}
.bg-warning-700\/70 {
  background-color: rgb(169 101 0 / 0.7);
}
.bg-warning-700\/75 {
  background-color: rgb(169 101 0 / 0.75);
}
.bg-warning-700\/80 {
  background-color: rgb(169 101 0 / 0.8);
}
.bg-warning-700\/90 {
  background-color: rgb(169 101 0 / 0.9);
}
.bg-warning-700\/95 {
  background-color: rgb(169 101 0 / 0.95);
}
.bg-warning-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(137 82 0 / var(--tw-bg-opacity));
}
.bg-warning-800\/0 {
  background-color: rgb(137 82 0 / 0);
}
.bg-warning-800\/10 {
  background-color: rgb(137 82 0 / 0.1);
}
.bg-warning-800\/100 {
  background-color: rgb(137 82 0 / 1);
}
.bg-warning-800\/20 {
  background-color: rgb(137 82 0 / 0.2);
}
.bg-warning-800\/25 {
  background-color: rgb(137 82 0 / 0.25);
}
.bg-warning-800\/30 {
  background-color: rgb(137 82 0 / 0.3);
}
.bg-warning-800\/40 {
  background-color: rgb(137 82 0 / 0.4);
}
.bg-warning-800\/5 {
  background-color: rgb(137 82 0 / 0.05);
}
.bg-warning-800\/50 {
  background-color: rgb(137 82 0 / 0.5);
}
.bg-warning-800\/60 {
  background-color: rgb(137 82 0 / 0.6);
}
.bg-warning-800\/70 {
  background-color: rgb(137 82 0 / 0.7);
}
.bg-warning-800\/75 {
  background-color: rgb(137 82 0 / 0.75);
}
.bg-warning-800\/80 {
  background-color: rgb(137 82 0 / 0.8);
}
.bg-warning-800\/90 {
  background-color: rgb(137 82 0 / 0.9);
}
.bg-warning-800\/95 {
  background-color: rgb(137 82 0 / 0.95);
}
.bg-warning-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(100 60 0 / var(--tw-bg-opacity));
}
.bg-warning-900\/0 {
  background-color: rgb(100 60 0 / 0);
}
.bg-warning-900\/10 {
  background-color: rgb(100 60 0 / 0.1);
}
.bg-warning-900\/100 {
  background-color: rgb(100 60 0 / 1);
}
.bg-warning-900\/20 {
  background-color: rgb(100 60 0 / 0.2);
}
.bg-warning-900\/25 {
  background-color: rgb(100 60 0 / 0.25);
}
.bg-warning-900\/30 {
  background-color: rgb(100 60 0 / 0.3);
}
.bg-warning-900\/40 {
  background-color: rgb(100 60 0 / 0.4);
}
.bg-warning-900\/5 {
  background-color: rgb(100 60 0 / 0.05);
}
.bg-warning-900\/50 {
  background-color: rgb(100 60 0 / 0.5);
}
.bg-warning-900\/60 {
  background-color: rgb(100 60 0 / 0.6);
}
.bg-warning-900\/70 {
  background-color: rgb(100 60 0 / 0.7);
}
.bg-warning-900\/75 {
  background-color: rgb(100 60 0 / 0.75);
}
.bg-warning-900\/80 {
  background-color: rgb(100 60 0 / 0.8);
}
.bg-warning-900\/90 {
  background-color: rgb(100 60 0 / 0.9);
}
.bg-warning-900\/95 {
  background-color: rgb(100 60 0 / 0.95);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-white\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-opacity-0 {
  --tw-bg-opacity: 0;
}
.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}
.bg-opacity-100 {
  --tw-bg-opacity: 1;
}
.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}
.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}
.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}
.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}
.bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}
.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}
.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}
.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}
.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.bg-none {
  background-image: none;
}
.bg-100 {
  background-size: 100% 100%;
}
.bg-auto {
  background-size: auto;
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-fixed {
  background-attachment: fixed;
}
.bg-local {
  background-attachment: local;
}
.bg-scroll {
  background-attachment: scroll;
}
.bg-clip-border {
  background-clip: border-box;
}
.bg-clip-padding {
  background-clip: padding-box;
}
.bg-clip-content {
  background-clip: content-box;
}
.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}
.bg-bottom {
  background-position: bottom;
}
.bg-center {
  background-position: center;
}
.bg-left {
  background-position: left;
}
.bg-left-bottom {
  background-position: left bottom;
}
.bg-left-top {
  background-position: left top;
}
.bg-right {
  background-position: right;
}
.bg-right-bottom {
  background-position: right bottom;
}
.bg-right-top {
  background-position: right top;
}
.bg-top {
  background-position: top;
}
.bg-repeat {
  background-repeat: repeat;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-repeat-x {
  background-repeat: repeat-x;
}
.bg-repeat-y {
  background-repeat: repeat-y;
}
.bg-repeat-round {
  background-repeat: round;
}
.bg-repeat-space {
  background-repeat: space;
}
.bg-origin-border {
  background-origin: border-box;
}
.bg-origin-padding {
  background-origin: padding-box;
}
.bg-origin-content {
  background-origin: content-box;
}
.stroke-info-500 {
  stroke: #0ea5e9;
}
.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-2px {
  padding: 2px;
}
.p-3 {
  padding: 0.75rem;
}
.p-3\.5 {
  padding: 0.875rem;
}
.p-32 {
  padding: 8rem;
}
.p-36 {
  padding: 9rem;
}
.p-3px {
  padding: 3px;
}
.p-4 {
  padding: 1rem;
}
.p-4\.5 {
  padding: 1.125rem;
}
.p-40 {
  padding: 10rem;
}
.p-44 {
  padding: 11rem;
}
.p-48 {
  padding: 12rem;
}
.p-4px {
  padding: 4px;
}
.p-5 {
  padding: 1.25rem;
}
.p-5\.5 {
  padding: 1.375rem;
}
.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;
}
.p-px {
  padding: 1px;
}
.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-2px {
  padding-left: 2px;
  padding-right: 2px;
}
.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-3px {
  padding-left: 3px;
  padding-right: 3px;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-4\.5 {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}
.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-4px {
  padding-left: 4px;
  padding-right: 4px;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-5\.5 {
  padding-left: 1.375rem;
  padding-right: 1.375rem;
}
.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;
}
.px-px {
  padding-left: 1px;
  padding-right: 1px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-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-2px {
  padding-top: 2px;
  padding-bottom: 2px;
}
.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-3px {
  padding-top: 3px;
  padding-bottom: 3px;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-4\.5 {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}
.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-4px {
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-5\.5 {
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
}
.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;
}
.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}
.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-2px {
  padding-bottom: 2px;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-3\.5 {
  padding-bottom: 0.875rem;
}
.pb-32 {
  padding-bottom: 8rem;
}
.pb-36 {
  padding-bottom: 9rem;
}
.pb-3px {
  padding-bottom: 3px;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-4\.5 {
  padding-bottom: 1.125rem;
}
.pb-40 {
  padding-bottom: 10rem;
}
.pb-44 {
  padding-bottom: 11rem;
}
.pb-48 {
  padding-bottom: 12rem;
}
.pb-4px {
  padding-bottom: 4px;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-5\.5 {
  padding-bottom: 1.375rem;
}
.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;
}
.pb-px {
  padding-bottom: 1px;
}
.pe-0 {
  padding-inline-end: 0px;
}
.pe-0\.5 {
  padding-inline-end: 0.125rem;
}
.pe-1 {
  padding-inline-end: 0.25rem;
}
.pe-1\.5 {
  padding-inline-end: 0.375rem;
}
.pe-10 {
  padding-inline-end: 2.5rem;
}
.pe-11 {
  padding-inline-end: 2.75rem;
}
.pe-12 {
  padding-inline-end: 3rem;
}
.pe-14 {
  padding-inline-end: 3.5rem;
}
.pe-16 {
  padding-inline-end: 4rem;
}
.pe-2 {
  padding-inline-end: 0.5rem;
}
.pe-2\.5 {
  padding-inline-end: 0.625rem;
}
.pe-20 {
  padding-inline-end: 5rem;
}
.pe-24 {
  padding-inline-end: 6rem;
}
.pe-28 {
  padding-inline-end: 7rem;
}
.pe-2px {
  padding-inline-end: 2px;
}
.pe-3 {
  padding-inline-end: 0.75rem;
}
.pe-3\.5 {
  padding-inline-end: 0.875rem;
}
.pe-32 {
  padding-inline-end: 8rem;
}
.pe-36 {
  padding-inline-end: 9rem;
}
.pe-3px {
  padding-inline-end: 3px;
}
.pe-4 {
  padding-inline-end: 1rem;
}
.pe-4\.5 {
  padding-inline-end: 1.125rem;
}
.pe-40 {
  padding-inline-end: 10rem;
}
.pe-44 {
  padding-inline-end: 11rem;
}
.pe-48 {
  padding-inline-end: 12rem;
}
.pe-4px {
  padding-inline-end: 4px;
}
.pe-5 {
  padding-inline-end: 1.25rem;
}
.pe-5\.5 {
  padding-inline-end: 1.375rem;
}
.pe-52 {
  padding-inline-end: 13rem;
}
.pe-56 {
  padding-inline-end: 14rem;
}
.pe-6 {
  padding-inline-end: 1.5rem;
}
.pe-60 {
  padding-inline-end: 15rem;
}
.pe-64 {
  padding-inline-end: 16rem;
}
.pe-7 {
  padding-inline-end: 1.75rem;
}
.pe-72 {
  padding-inline-end: 18rem;
}
.pe-8 {
  padding-inline-end: 2rem;
}
.pe-80 {
  padding-inline-end: 20rem;
}
.pe-9 {
  padding-inline-end: 2.25rem;
}
.pe-96 {
  padding-inline-end: 24rem;
}
.pe-px {
  padding-inline-end: 1px;
}
.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-2px {
  padding-left: 2px;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-3\.5 {
  padding-left: 0.875rem;
}
.pl-32 {
  padding-left: 8rem;
}
.pl-36 {
  padding-left: 9rem;
}
.pl-3px {
  padding-left: 3px;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-4\.5 {
  padding-left: 1.125rem;
}
.pl-40 {
  padding-left: 10rem;
}
.pl-44 {
  padding-left: 11rem;
}
.pl-48 {
  padding-left: 12rem;
}
.pl-4px {
  padding-left: 4px;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-5\.5 {
  padding-left: 1.375rem;
}
.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;
}
.pl-px {
  padding-left: 1px;
}
.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-2px {
  padding-right: 2px;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-3\.5 {
  padding-right: 0.875rem;
}
.pr-32 {
  padding-right: 8rem;
}
.pr-36 {
  padding-right: 9rem;
}
.pr-3px {
  padding-right: 3px;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-4\.5 {
  padding-right: 1.125rem;
}
.pr-40 {
  padding-right: 10rem;
}
.pr-44 {
  padding-right: 11rem;
}
.pr-48 {
  padding-right: 12rem;
}
.pr-4px {
  padding-right: 4px;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pr-5\.5 {
  padding-right: 1.375rem;
}
.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;
}
.pr-px {
  padding-right: 1px;
}
.ps-0 {
  padding-inline-start: 0px;
}
.ps-0\.5 {
  padding-inline-start: 0.125rem;
}
.ps-1 {
  padding-inline-start: 0.25rem;
}
.ps-1\.5 {
  padding-inline-start: 0.375rem;
}
.ps-10 {
  padding-inline-start: 2.5rem;
}
.ps-11 {
  padding-inline-start: 2.75rem;
}
.ps-12 {
  padding-inline-start: 3rem;
}
.ps-14 {
  padding-inline-start: 3.5rem;
}
.ps-16 {
  padding-inline-start: 4rem;
}
.ps-2 {
  padding-inline-start: 0.5rem;
}
.ps-2\.5 {
  padding-inline-start: 0.625rem;
}
.ps-20 {
  padding-inline-start: 5rem;
}
.ps-24 {
  padding-inline-start: 6rem;
}
.ps-28 {
  padding-inline-start: 7rem;
}
.ps-2px {
  padding-inline-start: 2px;
}
.ps-3 {
  padding-inline-start: 0.75rem;
}
.ps-3\.5 {
  padding-inline-start: 0.875rem;
}
.ps-32 {
  padding-inline-start: 8rem;
}
.ps-36 {
  padding-inline-start: 9rem;
}
.ps-3px {
  padding-inline-start: 3px;
}
.ps-4 {
  padding-inline-start: 1rem;
}
.ps-4\.5 {
  padding-inline-start: 1.125rem;
}
.ps-40 {
  padding-inline-start: 10rem;
}
.ps-44 {
  padding-inline-start: 11rem;
}
.ps-48 {
  padding-inline-start: 12rem;
}
.ps-4px {
  padding-inline-start: 4px;
}
.ps-5 {
  padding-inline-start: 1.25rem;
}
.ps-5\.5 {
  padding-inline-start: 1.375rem;
}
.ps-52 {
  padding-inline-start: 13rem;
}
.ps-56 {
  padding-inline-start: 14rem;
}
.ps-6 {
  padding-inline-start: 1.5rem;
}
.ps-60 {
  padding-inline-start: 15rem;
}
.ps-64 {
  padding-inline-start: 16rem;
}
.ps-7 {
  padding-inline-start: 1.75rem;
}
.ps-72 {
  padding-inline-start: 18rem;
}
.ps-8 {
  padding-inline-start: 2rem;
}
.ps-80 {
  padding-inline-start: 20rem;
}
.ps-9 {
  padding-inline-start: 2.25rem;
}
.ps-96 {
  padding-inline-start: 24rem;
}
.ps-px {
  padding-inline-start: 1px;
}
.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-2px {
  padding-top: 2px;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-3\.5 {
  padding-top: 0.875rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pt-36 {
  padding-top: 9rem;
}
.pt-3px {
  padding-top: 3px;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-4\.5 {
  padding-top: 1.125rem;
}
.pt-40 {
  padding-top: 10rem;
}
.pt-44 {
  padding-top: 11rem;
}
.pt-48 {
  padding-top: 12rem;
}
.pt-4px {
  padding-top: 4px;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-5\.5 {
  padding-top: 1.375rem;
}
.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;
}
.pt-px {
  padding-top: 1px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-start {
  text-align: start;
}
.text-end {
  text-align: end;
}
.font-brand {
  font-family: Civil, Inter, sans-serif;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.font-sans {
  font-family: Civil, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Inter, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.font-title {
  font-family: Civil, Inter, sans-serif;
}
.text-2xl {
  font-size: 1.5rem;
}
.text-2xs {
  font-size: 0.75rem;
}
.text-3xl {
  font-size: 2.25rem;
}
.text-base {
  font-size: 0.875rem;
}
.text-lg {
  font-size: 1.125rem;
}
.text-md {
  font-size: 1rem;
}
.text-sm {
  font-size: 0.875rem;
}
.text-xl {
  font-size: 1.25rem;
}
.text-xs {
  font-size: 0.8125rem;
}
.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;
}
.not-italic {
  font-style: normal;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-none {
  line-height: 1;
}
.leading-tight {
  line-height: 1.25;
}
.text-aubergine-100 {
  --tw-text-opacity: 1;
  color: rgb(180 175 241 / var(--tw-text-opacity));
}
.text-aubergine-100\/0 {
  color: rgb(180 175 241 / 0);
}
.text-aubergine-100\/10 {
  color: rgb(180 175 241 / 0.1);
}
.text-aubergine-100\/100 {
  color: rgb(180 175 241 / 1);
}
.text-aubergine-100\/20 {
  color: rgb(180 175 241 / 0.2);
}
.text-aubergine-100\/25 {
  color: rgb(180 175 241 / 0.25);
}
.text-aubergine-100\/30 {
  color: rgb(180 175 241 / 0.3);
}
.text-aubergine-100\/40 {
  color: rgb(180 175 241 / 0.4);
}
.text-aubergine-100\/5 {
  color: rgb(180 175 241 / 0.05);
}
.text-aubergine-100\/50 {
  color: rgb(180 175 241 / 0.5);
}
.text-aubergine-100\/60 {
  color: rgb(180 175 241 / 0.6);
}
.text-aubergine-100\/70 {
  color: rgb(180 175 241 / 0.7);
}
.text-aubergine-100\/75 {
  color: rgb(180 175 241 / 0.75);
}
.text-aubergine-100\/80 {
  color: rgb(180 175 241 / 0.8);
}
.text-aubergine-100\/90 {
  color: rgb(180 175 241 / 0.9);
}
.text-aubergine-100\/95 {
  color: rgb(180 175 241 / 0.95);
}
.text-aubergine-200 {
  --tw-text-opacity: 1;
  color: rgb(137 129 228 / var(--tw-text-opacity));
}
.text-aubergine-200\/0 {
  color: rgb(137 129 228 / 0);
}
.text-aubergine-200\/10 {
  color: rgb(137 129 228 / 0.1);
}
.text-aubergine-200\/100 {
  color: rgb(137 129 228 / 1);
}
.text-aubergine-200\/20 {
  color: rgb(137 129 228 / 0.2);
}
.text-aubergine-200\/25 {
  color: rgb(137 129 228 / 0.25);
}
.text-aubergine-200\/30 {
  color: rgb(137 129 228 / 0.3);
}
.text-aubergine-200\/40 {
  color: rgb(137 129 228 / 0.4);
}
.text-aubergine-200\/5 {
  color: rgb(137 129 228 / 0.05);
}
.text-aubergine-200\/50 {
  color: rgb(137 129 228 / 0.5);
}
.text-aubergine-200\/60 {
  color: rgb(137 129 228 / 0.6);
}
.text-aubergine-200\/70 {
  color: rgb(137 129 228 / 0.7);
}
.text-aubergine-200\/75 {
  color: rgb(137 129 228 / 0.75);
}
.text-aubergine-200\/80 {
  color: rgb(137 129 228 / 0.8);
}
.text-aubergine-200\/90 {
  color: rgb(137 129 228 / 0.9);
}
.text-aubergine-200\/95 {
  color: rgb(137 129 228 / 0.95);
}
.text-aubergine-300 {
  --tw-text-opacity: 1;
  color: rgb(97 88 206 / var(--tw-text-opacity));
}
.text-aubergine-300\/0 {
  color: rgb(97 88 206 / 0);
}
.text-aubergine-300\/10 {
  color: rgb(97 88 206 / 0.1);
}
.text-aubergine-300\/100 {
  color: rgb(97 88 206 / 1);
}
.text-aubergine-300\/20 {
  color: rgb(97 88 206 / 0.2);
}
.text-aubergine-300\/25 {
  color: rgb(97 88 206 / 0.25);
}
.text-aubergine-300\/30 {
  color: rgb(97 88 206 / 0.3);
}
.text-aubergine-300\/40 {
  color: rgb(97 88 206 / 0.4);
}
.text-aubergine-300\/5 {
  color: rgb(97 88 206 / 0.05);
}
.text-aubergine-300\/50 {
  color: rgb(97 88 206 / 0.5);
}
.text-aubergine-300\/60 {
  color: rgb(97 88 206 / 0.6);
}
.text-aubergine-300\/70 {
  color: rgb(97 88 206 / 0.7);
}
.text-aubergine-300\/75 {
  color: rgb(97 88 206 / 0.75);
}
.text-aubergine-300\/80 {
  color: rgb(97 88 206 / 0.8);
}
.text-aubergine-300\/90 {
  color: rgb(97 88 206 / 0.9);
}
.text-aubergine-300\/95 {
  color: rgb(97 88 206 / 0.95);
}
.text-aubergine-400 {
  --tw-text-opacity: 1;
  color: rgb(65 56 175 / var(--tw-text-opacity));
}
.text-aubergine-400\/0 {
  color: rgb(65 56 175 / 0);
}
.text-aubergine-400\/10 {
  color: rgb(65 56 175 / 0.1);
}
.text-aubergine-400\/100 {
  color: rgb(65 56 175 / 1);
}
.text-aubergine-400\/20 {
  color: rgb(65 56 175 / 0.2);
}
.text-aubergine-400\/25 {
  color: rgb(65 56 175 / 0.25);
}
.text-aubergine-400\/30 {
  color: rgb(65 56 175 / 0.3);
}
.text-aubergine-400\/40 {
  color: rgb(65 56 175 / 0.4);
}
.text-aubergine-400\/5 {
  color: rgb(65 56 175 / 0.05);
}
.text-aubergine-400\/50 {
  color: rgb(65 56 175 / 0.5);
}
.text-aubergine-400\/60 {
  color: rgb(65 56 175 / 0.6);
}
.text-aubergine-400\/70 {
  color: rgb(65 56 175 / 0.7);
}
.text-aubergine-400\/75 {
  color: rgb(65 56 175 / 0.75);
}
.text-aubergine-400\/80 {
  color: rgb(65 56 175 / 0.8);
}
.text-aubergine-400\/90 {
  color: rgb(65 56 175 / 0.9);
}
.text-aubergine-400\/95 {
  color: rgb(65 56 175 / 0.95);
}
.text-aubergine-50 {
  --tw-text-opacity: 1;
  color: rgb(219 216 255 / var(--tw-text-opacity));
}
.text-aubergine-50\/0 {
  color: rgb(219 216 255 / 0);
}
.text-aubergine-50\/10 {
  color: rgb(219 216 255 / 0.1);
}
.text-aubergine-50\/100 {
  color: rgb(219 216 255 / 1);
}
.text-aubergine-50\/20 {
  color: rgb(219 216 255 / 0.2);
}
.text-aubergine-50\/25 {
  color: rgb(219 216 255 / 0.25);
}
.text-aubergine-50\/30 {
  color: rgb(219 216 255 / 0.3);
}
.text-aubergine-50\/40 {
  color: rgb(219 216 255 / 0.4);
}
.text-aubergine-50\/5 {
  color: rgb(219 216 255 / 0.05);
}
.text-aubergine-50\/50 {
  color: rgb(219 216 255 / 0.5);
}
.text-aubergine-50\/60 {
  color: rgb(219 216 255 / 0.6);
}
.text-aubergine-50\/70 {
  color: rgb(219 216 255 / 0.7);
}
.text-aubergine-50\/75 {
  color: rgb(219 216 255 / 0.75);
}
.text-aubergine-50\/80 {
  color: rgb(219 216 255 / 0.8);
}
.text-aubergine-50\/90 {
  color: rgb(219 216 255 / 0.9);
}
.text-aubergine-50\/95 {
  color: rgb(219 216 255 / 0.95);
}
.text-aubergine-500 {
  --tw-text-opacity: 1;
  color: rgb(40 33 133 / var(--tw-text-opacity));
}
.text-aubergine-500\/0 {
  color: rgb(40 33 133 / 0);
}
.text-aubergine-500\/10 {
  color: rgb(40 33 133 / 0.1);
}
.text-aubergine-500\/100 {
  color: rgb(40 33 133 / 1);
}
.text-aubergine-500\/20 {
  color: rgb(40 33 133 / 0.2);
}
.text-aubergine-500\/25 {
  color: rgb(40 33 133 / 0.25);
}
.text-aubergine-500\/30 {
  color: rgb(40 33 133 / 0.3);
}
.text-aubergine-500\/40 {
  color: rgb(40 33 133 / 0.4);
}
.text-aubergine-500\/5 {
  color: rgb(40 33 133 / 0.05);
}
.text-aubergine-500\/50 {
  color: rgb(40 33 133 / 0.5);
}
.text-aubergine-500\/60 {
  color: rgb(40 33 133 / 0.6);
}
.text-aubergine-500\/70 {
  color: rgb(40 33 133 / 0.7);
}
.text-aubergine-500\/75 {
  color: rgb(40 33 133 / 0.75);
}
.text-aubergine-500\/80 {
  color: rgb(40 33 133 / 0.8);
}
.text-aubergine-500\/90 {
  color: rgb(40 33 133 / 0.9);
}
.text-aubergine-500\/95 {
  color: rgb(40 33 133 / 0.95);
}
.text-aubergine-600 {
  --tw-text-opacity: 1;
  color: rgb(29 22 118 / var(--tw-text-opacity));
}
.text-aubergine-600\/0 {
  color: rgb(29 22 118 / 0);
}
.text-aubergine-600\/10 {
  color: rgb(29 22 118 / 0.1);
}
.text-aubergine-600\/100 {
  color: rgb(29 22 118 / 1);
}
.text-aubergine-600\/20 {
  color: rgb(29 22 118 / 0.2);
}
.text-aubergine-600\/25 {
  color: rgb(29 22 118 / 0.25);
}
.text-aubergine-600\/30 {
  color: rgb(29 22 118 / 0.3);
}
.text-aubergine-600\/40 {
  color: rgb(29 22 118 / 0.4);
}
.text-aubergine-600\/5 {
  color: rgb(29 22 118 / 0.05);
}
.text-aubergine-600\/50 {
  color: rgb(29 22 118 / 0.5);
}
.text-aubergine-600\/60 {
  color: rgb(29 22 118 / 0.6);
}
.text-aubergine-600\/70 {
  color: rgb(29 22 118 / 0.7);
}
.text-aubergine-600\/75 {
  color: rgb(29 22 118 / 0.75);
}
.text-aubergine-600\/80 {
  color: rgb(29 22 118 / 0.8);
}
.text-aubergine-600\/90 {
  color: rgb(29 22 118 / 0.9);
}
.text-aubergine-600\/95 {
  color: rgb(29 22 118 / 0.95);
}
.text-aubergine-700 {
  --tw-text-opacity: 1;
  color: rgb(25 19 104 / var(--tw-text-opacity));
}
.text-aubergine-700\/0 {
  color: rgb(25 19 104 / 0);
}
.text-aubergine-700\/10 {
  color: rgb(25 19 104 / 0.1);
}
.text-aubergine-700\/100 {
  color: rgb(25 19 104 / 1);
}
.text-aubergine-700\/20 {
  color: rgb(25 19 104 / 0.2);
}
.text-aubergine-700\/25 {
  color: rgb(25 19 104 / 0.25);
}
.text-aubergine-700\/30 {
  color: rgb(25 19 104 / 0.3);
}
.text-aubergine-700\/40 {
  color: rgb(25 19 104 / 0.4);
}
.text-aubergine-700\/5 {
  color: rgb(25 19 104 / 0.05);
}
.text-aubergine-700\/50 {
  color: rgb(25 19 104 / 0.5);
}
.text-aubergine-700\/60 {
  color: rgb(25 19 104 / 0.6);
}
.text-aubergine-700\/70 {
  color: rgb(25 19 104 / 0.7);
}
.text-aubergine-700\/75 {
  color: rgb(25 19 104 / 0.75);
}
.text-aubergine-700\/80 {
  color: rgb(25 19 104 / 0.8);
}
.text-aubergine-700\/90 {
  color: rgb(25 19 104 / 0.9);
}
.text-aubergine-700\/95 {
  color: rgb(25 19 104 / 0.95);
}
.text-aubergine-800 {
  --tw-text-opacity: 1;
  color: rgb(13 9 74 / var(--tw-text-opacity));
}
.text-aubergine-800\/0 {
  color: rgb(13 9 74 / 0);
}
.text-aubergine-800\/10 {
  color: rgb(13 9 74 / 0.1);
}
.text-aubergine-800\/100 {
  color: rgb(13 9 74 / 1);
}
.text-aubergine-800\/20 {
  color: rgb(13 9 74 / 0.2);
}
.text-aubergine-800\/25 {
  color: rgb(13 9 74 / 0.25);
}
.text-aubergine-800\/30 {
  color: rgb(13 9 74 / 0.3);
}
.text-aubergine-800\/40 {
  color: rgb(13 9 74 / 0.4);
}
.text-aubergine-800\/5 {
  color: rgb(13 9 74 / 0.05);
}
.text-aubergine-800\/50 {
  color: rgb(13 9 74 / 0.5);
}
.text-aubergine-800\/60 {
  color: rgb(13 9 74 / 0.6);
}
.text-aubergine-800\/70 {
  color: rgb(13 9 74 / 0.7);
}
.text-aubergine-800\/75 {
  color: rgb(13 9 74 / 0.75);
}
.text-aubergine-800\/80 {
  color: rgb(13 9 74 / 0.8);
}
.text-aubergine-800\/90 {
  color: rgb(13 9 74 / 0.9);
}
.text-aubergine-800\/95 {
  color: rgb(13 9 74 / 0.95);
}
.text-aubergine-900 {
  --tw-text-opacity: 1;
  color: rgb(6 4 44 / var(--tw-text-opacity));
}
.text-aubergine-900\/0 {
  color: rgb(6 4 44 / 0);
}
.text-aubergine-900\/10 {
  color: rgb(6 4 44 / 0.1);
}
.text-aubergine-900\/100 {
  color: rgb(6 4 44 / 1);
}
.text-aubergine-900\/20 {
  color: rgb(6 4 44 / 0.2);
}
.text-aubergine-900\/25 {
  color: rgb(6 4 44 / 0.25);
}
.text-aubergine-900\/30 {
  color: rgb(6 4 44 / 0.3);
}
.text-aubergine-900\/40 {
  color: rgb(6 4 44 / 0.4);
}
.text-aubergine-900\/5 {
  color: rgb(6 4 44 / 0.05);
}
.text-aubergine-900\/50 {
  color: rgb(6 4 44 / 0.5);
}
.text-aubergine-900\/60 {
  color: rgb(6 4 44 / 0.6);
}
.text-aubergine-900\/70 {
  color: rgb(6 4 44 / 0.7);
}
.text-aubergine-900\/75 {
  color: rgb(6 4 44 / 0.75);
}
.text-aubergine-900\/80 {
  color: rgb(6 4 44 / 0.8);
}
.text-aubergine-900\/90 {
  color: rgb(6 4 44 / 0.9);
}
.text-aubergine-900\/95 {
  color: rgb(6 4 44 / 0.95);
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}
.text-black\/0 {
  color: rgb(26 26 26 / 0);
}
.text-black\/10 {
  color: rgb(26 26 26 / 0.1);
}
.text-black\/100 {
  color: rgb(26 26 26 / 1);
}
.text-black\/20 {
  color: rgb(26 26 26 / 0.2);
}
.text-black\/25 {
  color: rgb(26 26 26 / 0.25);
}
.text-black\/30 {
  color: rgb(26 26 26 / 0.3);
}
.text-black\/40 {
  color: rgb(26 26 26 / 0.4);
}
.text-black\/5 {
  color: rgb(26 26 26 / 0.05);
}
.text-black\/50 {
  color: rgb(26 26 26 / 0.5);
}
.text-black\/60 {
  color: rgb(26 26 26 / 0.6);
}
.text-black\/70 {
  color: rgb(26 26 26 / 0.7);
}
.text-black\/75 {
  color: rgb(26 26 26 / 0.75);
}
.text-black\/80 {
  color: rgb(26 26 26 / 0.8);
}
.text-black\/90 {
  color: rgb(26 26 26 / 0.9);
}
.text-black\/95 {
  color: rgb(26 26 26 / 0.95);
}
.text-brand-charcoal {
  --tw-text-opacity: 1;
  color: rgb(30 36 37 / var(--tw-text-opacity));
}
.text-brand-charcoal\/0 {
  color: rgb(30 36 37 / 0);
}
.text-brand-charcoal\/10 {
  color: rgb(30 36 37 / 0.1);
}
.text-brand-charcoal\/100 {
  color: rgb(30 36 37 / 1);
}
.text-brand-charcoal\/20 {
  color: rgb(30 36 37 / 0.2);
}
.text-brand-charcoal\/25 {
  color: rgb(30 36 37 / 0.25);
}
.text-brand-charcoal\/30 {
  color: rgb(30 36 37 / 0.3);
}
.text-brand-charcoal\/40 {
  color: rgb(30 36 37 / 0.4);
}
.text-brand-charcoal\/5 {
  color: rgb(30 36 37 / 0.05);
}
.text-brand-charcoal\/50 {
  color: rgb(30 36 37 / 0.5);
}
.text-brand-charcoal\/60 {
  color: rgb(30 36 37 / 0.6);
}
.text-brand-charcoal\/70 {
  color: rgb(30 36 37 / 0.7);
}
.text-brand-charcoal\/75 {
  color: rgb(30 36 37 / 0.75);
}
.text-brand-charcoal\/80 {
  color: rgb(30 36 37 / 0.8);
}
.text-brand-charcoal\/90 {
  color: rgb(30 36 37 / 0.9);
}
.text-brand-charcoal\/95 {
  color: rgb(30 36 37 / 0.95);
}
.text-brand-white {
  --tw-text-opacity: 1;
  color: rgb(243 244 245 / var(--tw-text-opacity));
}
.text-brand-white\/0 {
  color: rgb(243 244 245 / 0);
}
.text-brand-white\/10 {
  color: rgb(243 244 245 / 0.1);
}
.text-brand-white\/100 {
  color: rgb(243 244 245 / 1);
}
.text-brand-white\/20 {
  color: rgb(243 244 245 / 0.2);
}
.text-brand-white\/25 {
  color: rgb(243 244 245 / 0.25);
}
.text-brand-white\/30 {
  color: rgb(243 244 245 / 0.3);
}
.text-brand-white\/40 {
  color: rgb(243 244 245 / 0.4);
}
.text-brand-white\/5 {
  color: rgb(243 244 245 / 0.05);
}
.text-brand-white\/50 {
  color: rgb(243 244 245 / 0.5);
}
.text-brand-white\/60 {
  color: rgb(243 244 245 / 0.6);
}
.text-brand-white\/70 {
  color: rgb(243 244 245 / 0.7);
}
.text-brand-white\/75 {
  color: rgb(243 244 245 / 0.75);
}
.text-brand-white\/80 {
  color: rgb(243 244 245 / 0.8);
}
.text-brand-white\/90 {
  color: rgb(243 244 245 / 0.9);
}
.text-brand-white\/95 {
  color: rgb(243 244 245 / 0.95);
}
.text-cornflower-200 {
  --tw-text-opacity: 1;
  color: rgb(231 241 250 / var(--tw-text-opacity));
}
.text-cornflower-200\/0 {
  color: rgb(231 241 250 / 0);
}
.text-cornflower-200\/10 {
  color: rgb(231 241 250 / 0.1);
}
.text-cornflower-200\/100 {
  color: rgb(231 241 250 / 1);
}
.text-cornflower-200\/20 {
  color: rgb(231 241 250 / 0.2);
}
.text-cornflower-200\/25 {
  color: rgb(231 241 250 / 0.25);
}
.text-cornflower-200\/30 {
  color: rgb(231 241 250 / 0.3);
}
.text-cornflower-200\/40 {
  color: rgb(231 241 250 / 0.4);
}
.text-cornflower-200\/5 {
  color: rgb(231 241 250 / 0.05);
}
.text-cornflower-200\/50 {
  color: rgb(231 241 250 / 0.5);
}
.text-cornflower-200\/60 {
  color: rgb(231 241 250 / 0.6);
}
.text-cornflower-200\/70 {
  color: rgb(231 241 250 / 0.7);
}
.text-cornflower-200\/75 {
  color: rgb(231 241 250 / 0.75);
}
.text-cornflower-200\/80 {
  color: rgb(231 241 250 / 0.8);
}
.text-cornflower-200\/90 {
  color: rgb(231 241 250 / 0.9);
}
.text-cornflower-200\/95 {
  color: rgb(231 241 250 / 0.95);
}
.text-cornflower-300 {
  --tw-text-opacity: 1;
  color: rgb(205 229 248 / var(--tw-text-opacity));
}
.text-cornflower-300\/0 {
  color: rgb(205 229 248 / 0);
}
.text-cornflower-300\/10 {
  color: rgb(205 229 248 / 0.1);
}
.text-cornflower-300\/100 {
  color: rgb(205 229 248 / 1);
}
.text-cornflower-300\/20 {
  color: rgb(205 229 248 / 0.2);
}
.text-cornflower-300\/25 {
  color: rgb(205 229 248 / 0.25);
}
.text-cornflower-300\/30 {
  color: rgb(205 229 248 / 0.3);
}
.text-cornflower-300\/40 {
  color: rgb(205 229 248 / 0.4);
}
.text-cornflower-300\/5 {
  color: rgb(205 229 248 / 0.05);
}
.text-cornflower-300\/50 {
  color: rgb(205 229 248 / 0.5);
}
.text-cornflower-300\/60 {
  color: rgb(205 229 248 / 0.6);
}
.text-cornflower-300\/70 {
  color: rgb(205 229 248 / 0.7);
}
.text-cornflower-300\/75 {
  color: rgb(205 229 248 / 0.75);
}
.text-cornflower-300\/80 {
  color: rgb(205 229 248 / 0.8);
}
.text-cornflower-300\/90 {
  color: rgb(205 229 248 / 0.9);
}
.text-cornflower-300\/95 {
  color: rgb(205 229 248 / 0.95);
}
.text-cornflower-400 {
  --tw-text-opacity: 1;
  color: rgb(152 208 255 / var(--tw-text-opacity));
}
.text-cornflower-400\/0 {
  color: rgb(152 208 255 / 0);
}
.text-cornflower-400\/10 {
  color: rgb(152 208 255 / 0.1);
}
.text-cornflower-400\/100 {
  color: rgb(152 208 255 / 1);
}
.text-cornflower-400\/20 {
  color: rgb(152 208 255 / 0.2);
}
.text-cornflower-400\/25 {
  color: rgb(152 208 255 / 0.25);
}
.text-cornflower-400\/30 {
  color: rgb(152 208 255 / 0.3);
}
.text-cornflower-400\/40 {
  color: rgb(152 208 255 / 0.4);
}
.text-cornflower-400\/5 {
  color: rgb(152 208 255 / 0.05);
}
.text-cornflower-400\/50 {
  color: rgb(152 208 255 / 0.5);
}
.text-cornflower-400\/60 {
  color: rgb(152 208 255 / 0.6);
}
.text-cornflower-400\/70 {
  color: rgb(152 208 255 / 0.7);
}
.text-cornflower-400\/75 {
  color: rgb(152 208 255 / 0.75);
}
.text-cornflower-400\/80 {
  color: rgb(152 208 255 / 0.8);
}
.text-cornflower-400\/90 {
  color: rgb(152 208 255 / 0.9);
}
.text-cornflower-400\/95 {
  color: rgb(152 208 255 / 0.95);
}
.text-cornflower-500 {
  --tw-text-opacity: 1;
  color: rgb(118 193 255 / var(--tw-text-opacity));
}
.text-cornflower-500\/0 {
  color: rgb(118 193 255 / 0);
}
.text-cornflower-500\/10 {
  color: rgb(118 193 255 / 0.1);
}
.text-cornflower-500\/100 {
  color: rgb(118 193 255 / 1);
}
.text-cornflower-500\/20 {
  color: rgb(118 193 255 / 0.2);
}
.text-cornflower-500\/25 {
  color: rgb(118 193 255 / 0.25);
}
.text-cornflower-500\/30 {
  color: rgb(118 193 255 / 0.3);
}
.text-cornflower-500\/40 {
  color: rgb(118 193 255 / 0.4);
}
.text-cornflower-500\/5 {
  color: rgb(118 193 255 / 0.05);
}
.text-cornflower-500\/50 {
  color: rgb(118 193 255 / 0.5);
}
.text-cornflower-500\/60 {
  color: rgb(118 193 255 / 0.6);
}
.text-cornflower-500\/70 {
  color: rgb(118 193 255 / 0.7);
}
.text-cornflower-500\/75 {
  color: rgb(118 193 255 / 0.75);
}
.text-cornflower-500\/80 {
  color: rgb(118 193 255 / 0.8);
}
.text-cornflower-500\/90 {
  color: rgb(118 193 255 / 0.9);
}
.text-cornflower-500\/95 {
  color: rgb(118 193 255 / 0.95);
}
.text-current {
  color: currentColor;
}
.text-danger-100 {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity));
}
.text-danger-100\/0 {
  color: rgb(254 226 226 / 0);
}
.text-danger-100\/10 {
  color: rgb(254 226 226 / 0.1);
}
.text-danger-100\/100 {
  color: rgb(254 226 226 / 1);
}
.text-danger-100\/20 {
  color: rgb(254 226 226 / 0.2);
}
.text-danger-100\/25 {
  color: rgb(254 226 226 / 0.25);
}
.text-danger-100\/30 {
  color: rgb(254 226 226 / 0.3);
}
.text-danger-100\/40 {
  color: rgb(254 226 226 / 0.4);
}
.text-danger-100\/5 {
  color: rgb(254 226 226 / 0.05);
}
.text-danger-100\/50 {
  color: rgb(254 226 226 / 0.5);
}
.text-danger-100\/60 {
  color: rgb(254 226 226 / 0.6);
}
.text-danger-100\/70 {
  color: rgb(254 226 226 / 0.7);
}
.text-danger-100\/75 {
  color: rgb(254 226 226 / 0.75);
}
.text-danger-100\/80 {
  color: rgb(254 226 226 / 0.8);
}
.text-danger-100\/90 {
  color: rgb(254 226 226 / 0.9);
}
.text-danger-100\/95 {
  color: rgb(254 226 226 / 0.95);
}
.text-danger-200 {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity));
}
.text-danger-200\/0 {
  color: rgb(254 202 202 / 0);
}
.text-danger-200\/10 {
  color: rgb(254 202 202 / 0.1);
}
.text-danger-200\/100 {
  color: rgb(254 202 202 / 1);
}
.text-danger-200\/20 {
  color: rgb(254 202 202 / 0.2);
}
.text-danger-200\/25 {
  color: rgb(254 202 202 / 0.25);
}
.text-danger-200\/30 {
  color: rgb(254 202 202 / 0.3);
}
.text-danger-200\/40 {
  color: rgb(254 202 202 / 0.4);
}
.text-danger-200\/5 {
  color: rgb(254 202 202 / 0.05);
}
.text-danger-200\/50 {
  color: rgb(254 202 202 / 0.5);
}
.text-danger-200\/60 {
  color: rgb(254 202 202 / 0.6);
}
.text-danger-200\/70 {
  color: rgb(254 202 202 / 0.7);
}
.text-danger-200\/75 {
  color: rgb(254 202 202 / 0.75);
}
.text-danger-200\/80 {
  color: rgb(254 202 202 / 0.8);
}
.text-danger-200\/90 {
  color: rgb(254 202 202 / 0.9);
}
.text-danger-200\/95 {
  color: rgb(254 202 202 / 0.95);
}
.text-danger-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity));
}
.text-danger-300\/0 {
  color: rgb(252 165 165 / 0);
}
.text-danger-300\/10 {
  color: rgb(252 165 165 / 0.1);
}
.text-danger-300\/100 {
  color: rgb(252 165 165 / 1);
}
.text-danger-300\/20 {
  color: rgb(252 165 165 / 0.2);
}
.text-danger-300\/25 {
  color: rgb(252 165 165 / 0.25);
}
.text-danger-300\/30 {
  color: rgb(252 165 165 / 0.3);
}
.text-danger-300\/40 {
  color: rgb(252 165 165 / 0.4);
}
.text-danger-300\/5 {
  color: rgb(252 165 165 / 0.05);
}
.text-danger-300\/50 {
  color: rgb(252 165 165 / 0.5);
}
.text-danger-300\/60 {
  color: rgb(252 165 165 / 0.6);
}
.text-danger-300\/70 {
  color: rgb(252 165 165 / 0.7);
}
.text-danger-300\/75 {
  color: rgb(252 165 165 / 0.75);
}
.text-danger-300\/80 {
  color: rgb(252 165 165 / 0.8);
}
.text-danger-300\/90 {
  color: rgb(252 165 165 / 0.9);
}
.text-danger-300\/95 {
  color: rgb(252 165 165 / 0.95);
}
.text-danger-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 121 / var(--tw-text-opacity));
}
.text-danger-400\/0 {
  color: rgb(248 113 121 / 0);
}
.text-danger-400\/10 {
  color: rgb(248 113 121 / 0.1);
}
.text-danger-400\/100 {
  color: rgb(248 113 121 / 1);
}
.text-danger-400\/20 {
  color: rgb(248 113 121 / 0.2);
}
.text-danger-400\/25 {
  color: rgb(248 113 121 / 0.25);
}
.text-danger-400\/30 {
  color: rgb(248 113 121 / 0.3);
}
.text-danger-400\/40 {
  color: rgb(248 113 121 / 0.4);
}
.text-danger-400\/5 {
  color: rgb(248 113 121 / 0.05);
}
.text-danger-400\/50 {
  color: rgb(248 113 121 / 0.5);
}
.text-danger-400\/60 {
  color: rgb(248 113 121 / 0.6);
}
.text-danger-400\/70 {
  color: rgb(248 113 121 / 0.7);
}
.text-danger-400\/75 {
  color: rgb(248 113 121 / 0.75);
}
.text-danger-400\/80 {
  color: rgb(248 113 121 / 0.8);
}
.text-danger-400\/90 {
  color: rgb(248 113 121 / 0.9);
}
.text-danger-400\/95 {
  color: rgb(248 113 121 / 0.95);
}
.text-danger-50 {
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity));
}
.text-danger-50\/0 {
  color: rgb(254 242 242 / 0);
}
.text-danger-50\/10 {
  color: rgb(254 242 242 / 0.1);
}
.text-danger-50\/100 {
  color: rgb(254 242 242 / 1);
}
.text-danger-50\/20 {
  color: rgb(254 242 242 / 0.2);
}
.text-danger-50\/25 {
  color: rgb(254 242 242 / 0.25);
}
.text-danger-50\/30 {
  color: rgb(254 242 242 / 0.3);
}
.text-danger-50\/40 {
  color: rgb(254 242 242 / 0.4);
}
.text-danger-50\/5 {
  color: rgb(254 242 242 / 0.05);
}
.text-danger-50\/50 {
  color: rgb(254 242 242 / 0.5);
}
.text-danger-50\/60 {
  color: rgb(254 242 242 / 0.6);
}
.text-danger-50\/70 {
  color: rgb(254 242 242 / 0.7);
}
.text-danger-50\/75 {
  color: rgb(254 242 242 / 0.75);
}
.text-danger-50\/80 {
  color: rgb(254 242 242 / 0.8);
}
.text-danger-50\/90 {
  color: rgb(254 242 242 / 0.9);
}
.text-danger-50\/95 {
  color: rgb(254 242 242 / 0.95);
}
.text-danger-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 78 / var(--tw-text-opacity));
}
.text-danger-500\/0 {
  color: rgb(239 68 78 / 0);
}
.text-danger-500\/10 {
  color: rgb(239 68 78 / 0.1);
}
.text-danger-500\/100 {
  color: rgb(239 68 78 / 1);
}
.text-danger-500\/20 {
  color: rgb(239 68 78 / 0.2);
}
.text-danger-500\/25 {
  color: rgb(239 68 78 / 0.25);
}
.text-danger-500\/30 {
  color: rgb(239 68 78 / 0.3);
}
.text-danger-500\/40 {
  color: rgb(239 68 78 / 0.4);
}
.text-danger-500\/5 {
  color: rgb(239 68 78 / 0.05);
}
.text-danger-500\/50 {
  color: rgb(239 68 78 / 0.5);
}
.text-danger-500\/60 {
  color: rgb(239 68 78 / 0.6);
}
.text-danger-500\/70 {
  color: rgb(239 68 78 / 0.7);
}
.text-danger-500\/75 {
  color: rgb(239 68 78 / 0.75);
}
.text-danger-500\/80 {
  color: rgb(239 68 78 / 0.8);
}
.text-danger-500\/90 {
  color: rgb(239 68 78 / 0.9);
}
.text-danger-500\/95 {
  color: rgb(239 68 78 / 0.95);
}
.text-danger-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 49 / var(--tw-text-opacity));
}
.text-danger-600\/0 {
  color: rgb(220 38 49 / 0);
}
.text-danger-600\/10 {
  color: rgb(220 38 49 / 0.1);
}
.text-danger-600\/100 {
  color: rgb(220 38 49 / 1);
}
.text-danger-600\/20 {
  color: rgb(220 38 49 / 0.2);
}
.text-danger-600\/25 {
  color: rgb(220 38 49 / 0.25);
}
.text-danger-600\/30 {
  color: rgb(220 38 49 / 0.3);
}
.text-danger-600\/40 {
  color: rgb(220 38 49 / 0.4);
}
.text-danger-600\/5 {
  color: rgb(220 38 49 / 0.05);
}
.text-danger-600\/50 {
  color: rgb(220 38 49 / 0.5);
}
.text-danger-600\/60 {
  color: rgb(220 38 49 / 0.6);
}
.text-danger-600\/70 {
  color: rgb(220 38 49 / 0.7);
}
.text-danger-600\/75 {
  color: rgb(220 38 49 / 0.75);
}
.text-danger-600\/80 {
  color: rgb(220 38 49 / 0.8);
}
.text-danger-600\/90 {
  color: rgb(220 38 49 / 0.9);
}
.text-danger-600\/95 {
  color: rgb(220 38 49 / 0.95);
}
.text-danger-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 37 / var(--tw-text-opacity));
}
.text-danger-700\/0 {
  color: rgb(185 28 37 / 0);
}
.text-danger-700\/10 {
  color: rgb(185 28 37 / 0.1);
}
.text-danger-700\/100 {
  color: rgb(185 28 37 / 1);
}
.text-danger-700\/20 {
  color: rgb(185 28 37 / 0.2);
}
.text-danger-700\/25 {
  color: rgb(185 28 37 / 0.25);
}
.text-danger-700\/30 {
  color: rgb(185 28 37 / 0.3);
}
.text-danger-700\/40 {
  color: rgb(185 28 37 / 0.4);
}
.text-danger-700\/5 {
  color: rgb(185 28 37 / 0.05);
}
.text-danger-700\/50 {
  color: rgb(185 28 37 / 0.5);
}
.text-danger-700\/60 {
  color: rgb(185 28 37 / 0.6);
}
.text-danger-700\/70 {
  color: rgb(185 28 37 / 0.7);
}
.text-danger-700\/75 {
  color: rgb(185 28 37 / 0.75);
}
.text-danger-700\/80 {
  color: rgb(185 28 37 / 0.8);
}
.text-danger-700\/90 {
  color: rgb(185 28 37 / 0.9);
}
.text-danger-700\/95 {
  color: rgb(185 28 37 / 0.95);
}
.text-danger-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 42 / var(--tw-text-opacity));
}
.text-danger-800\/0 {
  color: rgb(153 27 42 / 0);
}
.text-danger-800\/10 {
  color: rgb(153 27 42 / 0.1);
}
.text-danger-800\/100 {
  color: rgb(153 27 42 / 1);
}
.text-danger-800\/20 {
  color: rgb(153 27 42 / 0.2);
}
.text-danger-800\/25 {
  color: rgb(153 27 42 / 0.25);
}
.text-danger-800\/30 {
  color: rgb(153 27 42 / 0.3);
}
.text-danger-800\/40 {
  color: rgb(153 27 42 / 0.4);
}
.text-danger-800\/5 {
  color: rgb(153 27 42 / 0.05);
}
.text-danger-800\/50 {
  color: rgb(153 27 42 / 0.5);
}
.text-danger-800\/60 {
  color: rgb(153 27 42 / 0.6);
}
.text-danger-800\/70 {
  color: rgb(153 27 42 / 0.7);
}
.text-danger-800\/75 {
  color: rgb(153 27 42 / 0.75);
}
.text-danger-800\/80 {
  color: rgb(153 27 42 / 0.8);
}
.text-danger-800\/90 {
  color: rgb(153 27 42 / 0.9);
}
.text-danger-800\/95 {
  color: rgb(153 27 42 / 0.95);
}
.text-danger-900 {
  --tw-text-opacity: 1;
  color: rgb(84 42 50 / var(--tw-text-opacity));
}
.text-danger-900\/0 {
  color: rgb(84 42 50 / 0);
}
.text-danger-900\/10 {
  color: rgb(84 42 50 / 0.1);
}
.text-danger-900\/100 {
  color: rgb(84 42 50 / 1);
}
.text-danger-900\/20 {
  color: rgb(84 42 50 / 0.2);
}
.text-danger-900\/25 {
  color: rgb(84 42 50 / 0.25);
}
.text-danger-900\/30 {
  color: rgb(84 42 50 / 0.3);
}
.text-danger-900\/40 {
  color: rgb(84 42 50 / 0.4);
}
.text-danger-900\/5 {
  color: rgb(84 42 50 / 0.05);
}
.text-danger-900\/50 {
  color: rgb(84 42 50 / 0.5);
}
.text-danger-900\/60 {
  color: rgb(84 42 50 / 0.6);
}
.text-danger-900\/70 {
  color: rgb(84 42 50 / 0.7);
}
.text-danger-900\/75 {
  color: rgb(84 42 50 / 0.75);
}
.text-danger-900\/80 {
  color: rgb(84 42 50 / 0.8);
}
.text-danger-900\/90 {
  color: rgb(84 42 50 / 0.9);
}
.text-danger-900\/95 {
  color: rgb(84 42 50 / 0.95);
}
.text-emerald-100 {
  --tw-text-opacity: 1;
  color: rgb(191 234 229 / var(--tw-text-opacity));
}
.text-emerald-100\/0 {
  color: rgb(191 234 229 / 0);
}
.text-emerald-100\/10 {
  color: rgb(191 234 229 / 0.1);
}
.text-emerald-100\/100 {
  color: rgb(191 234 229 / 1);
}
.text-emerald-100\/20 {
  color: rgb(191 234 229 / 0.2);
}
.text-emerald-100\/25 {
  color: rgb(191 234 229 / 0.25);
}
.text-emerald-100\/30 {
  color: rgb(191 234 229 / 0.3);
}
.text-emerald-100\/40 {
  color: rgb(191 234 229 / 0.4);
}
.text-emerald-100\/5 {
  color: rgb(191 234 229 / 0.05);
}
.text-emerald-100\/50 {
  color: rgb(191 234 229 / 0.5);
}
.text-emerald-100\/60 {
  color: rgb(191 234 229 / 0.6);
}
.text-emerald-100\/70 {
  color: rgb(191 234 229 / 0.7);
}
.text-emerald-100\/75 {
  color: rgb(191 234 229 / 0.75);
}
.text-emerald-100\/80 {
  color: rgb(191 234 229 / 0.8);
}
.text-emerald-100\/90 {
  color: rgb(191 234 229 / 0.9);
}
.text-emerald-100\/95 {
  color: rgb(191 234 229 / 0.95);
}
.text-emerald-200 {
  --tw-text-opacity: 1;
  color: rgb(152 216 208 / var(--tw-text-opacity));
}
.text-emerald-200\/0 {
  color: rgb(152 216 208 / 0);
}
.text-emerald-200\/10 {
  color: rgb(152 216 208 / 0.1);
}
.text-emerald-200\/100 {
  color: rgb(152 216 208 / 1);
}
.text-emerald-200\/20 {
  color: rgb(152 216 208 / 0.2);
}
.text-emerald-200\/25 {
  color: rgb(152 216 208 / 0.25);
}
.text-emerald-200\/30 {
  color: rgb(152 216 208 / 0.3);
}
.text-emerald-200\/40 {
  color: rgb(152 216 208 / 0.4);
}
.text-emerald-200\/5 {
  color: rgb(152 216 208 / 0.05);
}
.text-emerald-200\/50 {
  color: rgb(152 216 208 / 0.5);
}
.text-emerald-200\/60 {
  color: rgb(152 216 208 / 0.6);
}
.text-emerald-200\/70 {
  color: rgb(152 216 208 / 0.7);
}
.text-emerald-200\/75 {
  color: rgb(152 216 208 / 0.75);
}
.text-emerald-200\/80 {
  color: rgb(152 216 208 / 0.8);
}
.text-emerald-200\/90 {
  color: rgb(152 216 208 / 0.9);
}
.text-emerald-200\/95 {
  color: rgb(152 216 208 / 0.95);
}
.text-emerald-300 {
  --tw-text-opacity: 1;
  color: rgb(87 188 176 / var(--tw-text-opacity));
}
.text-emerald-300\/0 {
  color: rgb(87 188 176 / 0);
}
.text-emerald-300\/10 {
  color: rgb(87 188 176 / 0.1);
}
.text-emerald-300\/100 {
  color: rgb(87 188 176 / 1);
}
.text-emerald-300\/20 {
  color: rgb(87 188 176 / 0.2);
}
.text-emerald-300\/25 {
  color: rgb(87 188 176 / 0.25);
}
.text-emerald-300\/30 {
  color: rgb(87 188 176 / 0.3);
}
.text-emerald-300\/40 {
  color: rgb(87 188 176 / 0.4);
}
.text-emerald-300\/5 {
  color: rgb(87 188 176 / 0.05);
}
.text-emerald-300\/50 {
  color: rgb(87 188 176 / 0.5);
}
.text-emerald-300\/60 {
  color: rgb(87 188 176 / 0.6);
}
.text-emerald-300\/70 {
  color: rgb(87 188 176 / 0.7);
}
.text-emerald-300\/75 {
  color: rgb(87 188 176 / 0.75);
}
.text-emerald-300\/80 {
  color: rgb(87 188 176 / 0.8);
}
.text-emerald-300\/90 {
  color: rgb(87 188 176 / 0.9);
}
.text-emerald-300\/95 {
  color: rgb(87 188 176 / 0.95);
}
.text-emerald-400 {
  --tw-text-opacity: 1;
  color: rgb(12 168 149 / var(--tw-text-opacity));
}
.text-emerald-400\/0 {
  color: rgb(12 168 149 / 0);
}
.text-emerald-400\/10 {
  color: rgb(12 168 149 / 0.1);
}
.text-emerald-400\/100 {
  color: rgb(12 168 149 / 1);
}
.text-emerald-400\/20 {
  color: rgb(12 168 149 / 0.2);
}
.text-emerald-400\/25 {
  color: rgb(12 168 149 / 0.25);
}
.text-emerald-400\/30 {
  color: rgb(12 168 149 / 0.3);
}
.text-emerald-400\/40 {
  color: rgb(12 168 149 / 0.4);
}
.text-emerald-400\/5 {
  color: rgb(12 168 149 / 0.05);
}
.text-emerald-400\/50 {
  color: rgb(12 168 149 / 0.5);
}
.text-emerald-400\/60 {
  color: rgb(12 168 149 / 0.6);
}
.text-emerald-400\/70 {
  color: rgb(12 168 149 / 0.7);
}
.text-emerald-400\/75 {
  color: rgb(12 168 149 / 0.75);
}
.text-emerald-400\/80 {
  color: rgb(12 168 149 / 0.8);
}
.text-emerald-400\/90 {
  color: rgb(12 168 149 / 0.9);
}
.text-emerald-400\/95 {
  color: rgb(12 168 149 / 0.95);
}
.text-emerald-50 {
  --tw-text-opacity: 1;
  color: rgb(228 245 243 / var(--tw-text-opacity));
}
.text-emerald-50\/0 {
  color: rgb(228 245 243 / 0);
}
.text-emerald-50\/10 {
  color: rgb(228 245 243 / 0.1);
}
.text-emerald-50\/100 {
  color: rgb(228 245 243 / 1);
}
.text-emerald-50\/20 {
  color: rgb(228 245 243 / 0.2);
}
.text-emerald-50\/25 {
  color: rgb(228 245 243 / 0.25);
}
.text-emerald-50\/30 {
  color: rgb(228 245 243 / 0.3);
}
.text-emerald-50\/40 {
  color: rgb(228 245 243 / 0.4);
}
.text-emerald-50\/5 {
  color: rgb(228 245 243 / 0.05);
}
.text-emerald-50\/50 {
  color: rgb(228 245 243 / 0.5);
}
.text-emerald-50\/60 {
  color: rgb(228 245 243 / 0.6);
}
.text-emerald-50\/70 {
  color: rgb(228 245 243 / 0.7);
}
.text-emerald-50\/75 {
  color: rgb(228 245 243 / 0.75);
}
.text-emerald-50\/80 {
  color: rgb(228 245 243 / 0.8);
}
.text-emerald-50\/90 {
  color: rgb(228 245 243 / 0.9);
}
.text-emerald-50\/95 {
  color: rgb(228 245 243 / 0.95);
}
.text-emerald-500 {
  --tw-text-opacity: 1;
  color: rgb(0 133 117 / var(--tw-text-opacity));
}
.text-emerald-500\/0 {
  color: rgb(0 133 117 / 0);
}
.text-emerald-500\/10 {
  color: rgb(0 133 117 / 0.1);
}
.text-emerald-500\/100 {
  color: rgb(0 133 117 / 1);
}
.text-emerald-500\/20 {
  color: rgb(0 133 117 / 0.2);
}
.text-emerald-500\/25 {
  color: rgb(0 133 117 / 0.25);
}
.text-emerald-500\/30 {
  color: rgb(0 133 117 / 0.3);
}
.text-emerald-500\/40 {
  color: rgb(0 133 117 / 0.4);
}
.text-emerald-500\/5 {
  color: rgb(0 133 117 / 0.05);
}
.text-emerald-500\/50 {
  color: rgb(0 133 117 / 0.5);
}
.text-emerald-500\/60 {
  color: rgb(0 133 117 / 0.6);
}
.text-emerald-500\/70 {
  color: rgb(0 133 117 / 0.7);
}
.text-emerald-500\/75 {
  color: rgb(0 133 117 / 0.75);
}
.text-emerald-500\/80 {
  color: rgb(0 133 117 / 0.8);
}
.text-emerald-500\/90 {
  color: rgb(0 133 117 / 0.9);
}
.text-emerald-500\/95 {
  color: rgb(0 133 117 / 0.95);
}
.text-emerald-600 {
  --tw-text-opacity: 1;
  color: rgb(0 101 89 / var(--tw-text-opacity));
}
.text-emerald-600\/0 {
  color: rgb(0 101 89 / 0);
}
.text-emerald-600\/10 {
  color: rgb(0 101 89 / 0.1);
}
.text-emerald-600\/100 {
  color: rgb(0 101 89 / 1);
}
.text-emerald-600\/20 {
  color: rgb(0 101 89 / 0.2);
}
.text-emerald-600\/25 {
  color: rgb(0 101 89 / 0.25);
}
.text-emerald-600\/30 {
  color: rgb(0 101 89 / 0.3);
}
.text-emerald-600\/40 {
  color: rgb(0 101 89 / 0.4);
}
.text-emerald-600\/5 {
  color: rgb(0 101 89 / 0.05);
}
.text-emerald-600\/50 {
  color: rgb(0 101 89 / 0.5);
}
.text-emerald-600\/60 {
  color: rgb(0 101 89 / 0.6);
}
.text-emerald-600\/70 {
  color: rgb(0 101 89 / 0.7);
}
.text-emerald-600\/75 {
  color: rgb(0 101 89 / 0.75);
}
.text-emerald-600\/80 {
  color: rgb(0 101 89 / 0.8);
}
.text-emerald-600\/90 {
  color: rgb(0 101 89 / 0.9);
}
.text-emerald-600\/95 {
  color: rgb(0 101 89 / 0.95);
}
.text-emerald-700 {
  --tw-text-opacity: 1;
  color: rgb(0 75 66 / var(--tw-text-opacity));
}
.text-emerald-700\/0 {
  color: rgb(0 75 66 / 0);
}
.text-emerald-700\/10 {
  color: rgb(0 75 66 / 0.1);
}
.text-emerald-700\/100 {
  color: rgb(0 75 66 / 1);
}
.text-emerald-700\/20 {
  color: rgb(0 75 66 / 0.2);
}
.text-emerald-700\/25 {
  color: rgb(0 75 66 / 0.25);
}
.text-emerald-700\/30 {
  color: rgb(0 75 66 / 0.3);
}
.text-emerald-700\/40 {
  color: rgb(0 75 66 / 0.4);
}
.text-emerald-700\/5 {
  color: rgb(0 75 66 / 0.05);
}
.text-emerald-700\/50 {
  color: rgb(0 75 66 / 0.5);
}
.text-emerald-700\/60 {
  color: rgb(0 75 66 / 0.6);
}
.text-emerald-700\/70 {
  color: rgb(0 75 66 / 0.7);
}
.text-emerald-700\/75 {
  color: rgb(0 75 66 / 0.75);
}
.text-emerald-700\/80 {
  color: rgb(0 75 66 / 0.8);
}
.text-emerald-700\/90 {
  color: rgb(0 75 66 / 0.9);
}
.text-emerald-700\/95 {
  color: rgb(0 75 66 / 0.95);
}
.text-emerald-800 {
  --tw-text-opacity: 1;
  color: rgb(0 53 47 / var(--tw-text-opacity));
}
.text-emerald-800\/0 {
  color: rgb(0 53 47 / 0);
}
.text-emerald-800\/10 {
  color: rgb(0 53 47 / 0.1);
}
.text-emerald-800\/100 {
  color: rgb(0 53 47 / 1);
}
.text-emerald-800\/20 {
  color: rgb(0 53 47 / 0.2);
}
.text-emerald-800\/25 {
  color: rgb(0 53 47 / 0.25);
}
.text-emerald-800\/30 {
  color: rgb(0 53 47 / 0.3);
}
.text-emerald-800\/40 {
  color: rgb(0 53 47 / 0.4);
}
.text-emerald-800\/5 {
  color: rgb(0 53 47 / 0.05);
}
.text-emerald-800\/50 {
  color: rgb(0 53 47 / 0.5);
}
.text-emerald-800\/60 {
  color: rgb(0 53 47 / 0.6);
}
.text-emerald-800\/70 {
  color: rgb(0 53 47 / 0.7);
}
.text-emerald-800\/75 {
  color: rgb(0 53 47 / 0.75);
}
.text-emerald-800\/80 {
  color: rgb(0 53 47 / 0.8);
}
.text-emerald-800\/90 {
  color: rgb(0 53 47 / 0.9);
}
.text-emerald-800\/95 {
  color: rgb(0 53 47 / 0.95);
}
.text-emerald-900 {
  --tw-text-opacity: 1;
  color: rgb(0 44 38 / var(--tw-text-opacity));
}
.text-emerald-900\/0 {
  color: rgb(0 44 38 / 0);
}
.text-emerald-900\/10 {
  color: rgb(0 44 38 / 0.1);
}
.text-emerald-900\/100 {
  color: rgb(0 44 38 / 1);
}
.text-emerald-900\/20 {
  color: rgb(0 44 38 / 0.2);
}
.text-emerald-900\/25 {
  color: rgb(0 44 38 / 0.25);
}
.text-emerald-900\/30 {
  color: rgb(0 44 38 / 0.3);
}
.text-emerald-900\/40 {
  color: rgb(0 44 38 / 0.4);
}
.text-emerald-900\/5 {
  color: rgb(0 44 38 / 0.05);
}
.text-emerald-900\/50 {
  color: rgb(0 44 38 / 0.5);
}
.text-emerald-900\/60 {
  color: rgb(0 44 38 / 0.6);
}
.text-emerald-900\/70 {
  color: rgb(0 44 38 / 0.7);
}
.text-emerald-900\/75 {
  color: rgb(0 44 38 / 0.75);
}
.text-emerald-900\/80 {
  color: rgb(0 44 38 / 0.8);
}
.text-emerald-900\/90 {
  color: rgb(0 44 38 / 0.9);
}
.text-emerald-900\/95 {
  color: rgb(0 44 38 / 0.95);
}
.text-forest-100 {
  --tw-text-opacity: 1;
  color: rgb(205 241 245 / var(--tw-text-opacity));
}
.text-forest-100\/0 {
  color: rgb(205 241 245 / 0);
}
.text-forest-100\/10 {
  color: rgb(205 241 245 / 0.1);
}
.text-forest-100\/100 {
  color: rgb(205 241 245 / 1);
}
.text-forest-100\/20 {
  color: rgb(205 241 245 / 0.2);
}
.text-forest-100\/25 {
  color: rgb(205 241 245 / 0.25);
}
.text-forest-100\/30 {
  color: rgb(205 241 245 / 0.3);
}
.text-forest-100\/40 {
  color: rgb(205 241 245 / 0.4);
}
.text-forest-100\/5 {
  color: rgb(205 241 245 / 0.05);
}
.text-forest-100\/50 {
  color: rgb(205 241 245 / 0.5);
}
.text-forest-100\/60 {
  color: rgb(205 241 245 / 0.6);
}
.text-forest-100\/70 {
  color: rgb(205 241 245 / 0.7);
}
.text-forest-100\/75 {
  color: rgb(205 241 245 / 0.75);
}
.text-forest-100\/80 {
  color: rgb(205 241 245 / 0.8);
}
.text-forest-100\/90 {
  color: rgb(205 241 245 / 0.9);
}
.text-forest-100\/95 {
  color: rgb(205 241 245 / 0.95);
}
.text-forest-200 {
  --tw-text-opacity: 1;
  color: rgb(158 221 229 / var(--tw-text-opacity));
}
.text-forest-200\/0 {
  color: rgb(158 221 229 / 0);
}
.text-forest-200\/10 {
  color: rgb(158 221 229 / 0.1);
}
.text-forest-200\/100 {
  color: rgb(158 221 229 / 1);
}
.text-forest-200\/20 {
  color: rgb(158 221 229 / 0.2);
}
.text-forest-200\/25 {
  color: rgb(158 221 229 / 0.25);
}
.text-forest-200\/30 {
  color: rgb(158 221 229 / 0.3);
}
.text-forest-200\/40 {
  color: rgb(158 221 229 / 0.4);
}
.text-forest-200\/5 {
  color: rgb(158 221 229 / 0.05);
}
.text-forest-200\/50 {
  color: rgb(158 221 229 / 0.5);
}
.text-forest-200\/60 {
  color: rgb(158 221 229 / 0.6);
}
.text-forest-200\/70 {
  color: rgb(158 221 229 / 0.7);
}
.text-forest-200\/75 {
  color: rgb(158 221 229 / 0.75);
}
.text-forest-200\/80 {
  color: rgb(158 221 229 / 0.8);
}
.text-forest-200\/90 {
  color: rgb(158 221 229 / 0.9);
}
.text-forest-200\/95 {
  color: rgb(158 221 229 / 0.95);
}
.text-forest-300 {
  --tw-text-opacity: 1;
  color: rgb(142 186 189 / var(--tw-text-opacity));
}
.text-forest-300\/0 {
  color: rgb(142 186 189 / 0);
}
.text-forest-300\/10 {
  color: rgb(142 186 189 / 0.1);
}
.text-forest-300\/100 {
  color: rgb(142 186 189 / 1);
}
.text-forest-300\/20 {
  color: rgb(142 186 189 / 0.2);
}
.text-forest-300\/25 {
  color: rgb(142 186 189 / 0.25);
}
.text-forest-300\/30 {
  color: rgb(142 186 189 / 0.3);
}
.text-forest-300\/40 {
  color: rgb(142 186 189 / 0.4);
}
.text-forest-300\/5 {
  color: rgb(142 186 189 / 0.05);
}
.text-forest-300\/50 {
  color: rgb(142 186 189 / 0.5);
}
.text-forest-300\/60 {
  color: rgb(142 186 189 / 0.6);
}
.text-forest-300\/70 {
  color: rgb(142 186 189 / 0.7);
}
.text-forest-300\/75 {
  color: rgb(142 186 189 / 0.75);
}
.text-forest-300\/80 {
  color: rgb(142 186 189 / 0.8);
}
.text-forest-300\/90 {
  color: rgb(142 186 189 / 0.9);
}
.text-forest-300\/95 {
  color: rgb(142 186 189 / 0.95);
}
.text-forest-400 {
  --tw-text-opacity: 1;
  color: rgb(91 146 150 / var(--tw-text-opacity));
}
.text-forest-400\/0 {
  color: rgb(91 146 150 / 0);
}
.text-forest-400\/10 {
  color: rgb(91 146 150 / 0.1);
}
.text-forest-400\/100 {
  color: rgb(91 146 150 / 1);
}
.text-forest-400\/20 {
  color: rgb(91 146 150 / 0.2);
}
.text-forest-400\/25 {
  color: rgb(91 146 150 / 0.25);
}
.text-forest-400\/30 {
  color: rgb(91 146 150 / 0.3);
}
.text-forest-400\/40 {
  color: rgb(91 146 150 / 0.4);
}
.text-forest-400\/5 {
  color: rgb(91 146 150 / 0.05);
}
.text-forest-400\/50 {
  color: rgb(91 146 150 / 0.5);
}
.text-forest-400\/60 {
  color: rgb(91 146 150 / 0.6);
}
.text-forest-400\/70 {
  color: rgb(91 146 150 / 0.7);
}
.text-forest-400\/75 {
  color: rgb(91 146 150 / 0.75);
}
.text-forest-400\/80 {
  color: rgb(91 146 150 / 0.8);
}
.text-forest-400\/90 {
  color: rgb(91 146 150 / 0.9);
}
.text-forest-400\/95 {
  color: rgb(91 146 150 / 0.95);
}
.text-forest-50 {
  --tw-text-opacity: 1;
  color: rgb(229 252 255 / var(--tw-text-opacity));
}
.text-forest-50\/0 {
  color: rgb(229 252 255 / 0);
}
.text-forest-50\/10 {
  color: rgb(229 252 255 / 0.1);
}
.text-forest-50\/100 {
  color: rgb(229 252 255 / 1);
}
.text-forest-50\/20 {
  color: rgb(229 252 255 / 0.2);
}
.text-forest-50\/25 {
  color: rgb(229 252 255 / 0.25);
}
.text-forest-50\/30 {
  color: rgb(229 252 255 / 0.3);
}
.text-forest-50\/40 {
  color: rgb(229 252 255 / 0.4);
}
.text-forest-50\/5 {
  color: rgb(229 252 255 / 0.05);
}
.text-forest-50\/50 {
  color: rgb(229 252 255 / 0.5);
}
.text-forest-50\/60 {
  color: rgb(229 252 255 / 0.6);
}
.text-forest-50\/70 {
  color: rgb(229 252 255 / 0.7);
}
.text-forest-50\/75 {
  color: rgb(229 252 255 / 0.75);
}
.text-forest-50\/80 {
  color: rgb(229 252 255 / 0.8);
}
.text-forest-50\/90 {
  color: rgb(229 252 255 / 0.9);
}
.text-forest-50\/95 {
  color: rgb(229 252 255 / 0.95);
}
.text-forest-500 {
  --tw-text-opacity: 1;
  color: rgb(0 96 100 / var(--tw-text-opacity));
}
.text-forest-500\/0 {
  color: rgb(0 96 100 / 0);
}
.text-forest-500\/10 {
  color: rgb(0 96 100 / 0.1);
}
.text-forest-500\/100 {
  color: rgb(0 96 100 / 1);
}
.text-forest-500\/20 {
  color: rgb(0 96 100 / 0.2);
}
.text-forest-500\/25 {
  color: rgb(0 96 100 / 0.25);
}
.text-forest-500\/30 {
  color: rgb(0 96 100 / 0.3);
}
.text-forest-500\/40 {
  color: rgb(0 96 100 / 0.4);
}
.text-forest-500\/5 {
  color: rgb(0 96 100 / 0.05);
}
.text-forest-500\/50 {
  color: rgb(0 96 100 / 0.5);
}
.text-forest-500\/60 {
  color: rgb(0 96 100 / 0.6);
}
.text-forest-500\/70 {
  color: rgb(0 96 100 / 0.7);
}
.text-forest-500\/75 {
  color: rgb(0 96 100 / 0.75);
}
.text-forest-500\/80 {
  color: rgb(0 96 100 / 0.8);
}
.text-forest-500\/90 {
  color: rgb(0 96 100 / 0.9);
}
.text-forest-500\/95 {
  color: rgb(0 96 100 / 0.95);
}
.text-forest-600 {
  --tw-text-opacity: 1;
  color: rgb(32 78 81 / var(--tw-text-opacity));
}
.text-forest-600\/0 {
  color: rgb(32 78 81 / 0);
}
.text-forest-600\/10 {
  color: rgb(32 78 81 / 0.1);
}
.text-forest-600\/100 {
  color: rgb(32 78 81 / 1);
}
.text-forest-600\/20 {
  color: rgb(32 78 81 / 0.2);
}
.text-forest-600\/25 {
  color: rgb(32 78 81 / 0.25);
}
.text-forest-600\/30 {
  color: rgb(32 78 81 / 0.3);
}
.text-forest-600\/40 {
  color: rgb(32 78 81 / 0.4);
}
.text-forest-600\/5 {
  color: rgb(32 78 81 / 0.05);
}
.text-forest-600\/50 {
  color: rgb(32 78 81 / 0.5);
}
.text-forest-600\/60 {
  color: rgb(32 78 81 / 0.6);
}
.text-forest-600\/70 {
  color: rgb(32 78 81 / 0.7);
}
.text-forest-600\/75 {
  color: rgb(32 78 81 / 0.75);
}
.text-forest-600\/80 {
  color: rgb(32 78 81 / 0.8);
}
.text-forest-600\/90 {
  color: rgb(32 78 81 / 0.9);
}
.text-forest-600\/95 {
  color: rgb(32 78 81 / 0.95);
}
.text-forest-700 {
  --tw-text-opacity: 1;
  color: rgb(18 61 67 / var(--tw-text-opacity));
}
.text-forest-700\/0 {
  color: rgb(18 61 67 / 0);
}
.text-forest-700\/10 {
  color: rgb(18 61 67 / 0.1);
}
.text-forest-700\/100 {
  color: rgb(18 61 67 / 1);
}
.text-forest-700\/20 {
  color: rgb(18 61 67 / 0.2);
}
.text-forest-700\/25 {
  color: rgb(18 61 67 / 0.25);
}
.text-forest-700\/30 {
  color: rgb(18 61 67 / 0.3);
}
.text-forest-700\/40 {
  color: rgb(18 61 67 / 0.4);
}
.text-forest-700\/5 {
  color: rgb(18 61 67 / 0.05);
}
.text-forest-700\/50 {
  color: rgb(18 61 67 / 0.5);
}
.text-forest-700\/60 {
  color: rgb(18 61 67 / 0.6);
}
.text-forest-700\/70 {
  color: rgb(18 61 67 / 0.7);
}
.text-forest-700\/75 {
  color: rgb(18 61 67 / 0.75);
}
.text-forest-700\/80 {
  color: rgb(18 61 67 / 0.8);
}
.text-forest-700\/90 {
  color: rgb(18 61 67 / 0.9);
}
.text-forest-700\/95 {
  color: rgb(18 61 67 / 0.95);
}
.text-forest-800 {
  --tw-text-opacity: 1;
  color: rgb(9 50 55 / var(--tw-text-opacity));
}
.text-forest-800\/0 {
  color: rgb(9 50 55 / 0);
}
.text-forest-800\/10 {
  color: rgb(9 50 55 / 0.1);
}
.text-forest-800\/100 {
  color: rgb(9 50 55 / 1);
}
.text-forest-800\/20 {
  color: rgb(9 50 55 / 0.2);
}
.text-forest-800\/25 {
  color: rgb(9 50 55 / 0.25);
}
.text-forest-800\/30 {
  color: rgb(9 50 55 / 0.3);
}
.text-forest-800\/40 {
  color: rgb(9 50 55 / 0.4);
}
.text-forest-800\/5 {
  color: rgb(9 50 55 / 0.05);
}
.text-forest-800\/50 {
  color: rgb(9 50 55 / 0.5);
}
.text-forest-800\/60 {
  color: rgb(9 50 55 / 0.6);
}
.text-forest-800\/70 {
  color: rgb(9 50 55 / 0.7);
}
.text-forest-800\/75 {
  color: rgb(9 50 55 / 0.75);
}
.text-forest-800\/80 {
  color: rgb(9 50 55 / 0.8);
}
.text-forest-800\/90 {
  color: rgb(9 50 55 / 0.9);
}
.text-forest-800\/95 {
  color: rgb(9 50 55 / 0.95);
}
.text-forest-900 {
  --tw-text-opacity: 1;
  color: rgb(5 42 47 / var(--tw-text-opacity));
}
.text-forest-900\/0 {
  color: rgb(5 42 47 / 0);
}
.text-forest-900\/10 {
  color: rgb(5 42 47 / 0.1);
}
.text-forest-900\/100 {
  color: rgb(5 42 47 / 1);
}
.text-forest-900\/20 {
  color: rgb(5 42 47 / 0.2);
}
.text-forest-900\/25 {
  color: rgb(5 42 47 / 0.25);
}
.text-forest-900\/30 {
  color: rgb(5 42 47 / 0.3);
}
.text-forest-900\/40 {
  color: rgb(5 42 47 / 0.4);
}
.text-forest-900\/5 {
  color: rgb(5 42 47 / 0.05);
}
.text-forest-900\/50 {
  color: rgb(5 42 47 / 0.5);
}
.text-forest-900\/60 {
  color: rgb(5 42 47 / 0.6);
}
.text-forest-900\/70 {
  color: rgb(5 42 47 / 0.7);
}
.text-forest-900\/75 {
  color: rgb(5 42 47 / 0.75);
}
.text-forest-900\/80 {
  color: rgb(5 42 47 / 0.8);
}
.text-forest-900\/90 {
  color: rgb(5 42 47 / 0.9);
}
.text-forest-900\/95 {
  color: rgb(5 42 47 / 0.95);
}
.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}
.text-gray-100\/0 {
  color: rgb(245 245 245 / 0);
}
.text-gray-100\/10 {
  color: rgb(245 245 245 / 0.1);
}
.text-gray-100\/100 {
  color: rgb(245 245 245 / 1);
}
.text-gray-100\/20 {
  color: rgb(245 245 245 / 0.2);
}
.text-gray-100\/25 {
  color: rgb(245 245 245 / 0.25);
}
.text-gray-100\/30 {
  color: rgb(245 245 245 / 0.3);
}
.text-gray-100\/40 {
  color: rgb(245 245 245 / 0.4);
}
.text-gray-100\/5 {
  color: rgb(245 245 245 / 0.05);
}
.text-gray-100\/50 {
  color: rgb(245 245 245 / 0.5);
}
.text-gray-100\/60 {
  color: rgb(245 245 245 / 0.6);
}
.text-gray-100\/70 {
  color: rgb(245 245 245 / 0.7);
}
.text-gray-100\/75 {
  color: rgb(245 245 245 / 0.75);
}
.text-gray-100\/80 {
  color: rgb(245 245 245 / 0.8);
}
.text-gray-100\/90 {
  color: rgb(245 245 245 / 0.9);
}
.text-gray-100\/95 {
  color: rgb(245 245 245 / 0.95);
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(238 240 240 / var(--tw-text-opacity));
}
.text-gray-200\/0 {
  color: rgb(238 240 240 / 0);
}
.text-gray-200\/10 {
  color: rgb(238 240 240 / 0.1);
}
.text-gray-200\/100 {
  color: rgb(238 240 240 / 1);
}
.text-gray-200\/20 {
  color: rgb(238 240 240 / 0.2);
}
.text-gray-200\/25 {
  color: rgb(238 240 240 / 0.25);
}
.text-gray-200\/30 {
  color: rgb(238 240 240 / 0.3);
}
.text-gray-200\/40 {
  color: rgb(238 240 240 / 0.4);
}
.text-gray-200\/5 {
  color: rgb(238 240 240 / 0.05);
}
.text-gray-200\/50 {
  color: rgb(238 240 240 / 0.5);
}
.text-gray-200\/60 {
  color: rgb(238 240 240 / 0.6);
}
.text-gray-200\/70 {
  color: rgb(238 240 240 / 0.7);
}
.text-gray-200\/75 {
  color: rgb(238 240 240 / 0.75);
}
.text-gray-200\/80 {
  color: rgb(238 240 240 / 0.8);
}
.text-gray-200\/90 {
  color: rgb(238 240 240 / 0.9);
}
.text-gray-200\/95 {
  color: rgb(238 240 240 / 0.95);
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(230 231 231 / var(--tw-text-opacity));
}
.text-gray-300\/0 {
  color: rgb(230 231 231 / 0);
}
.text-gray-300\/10 {
  color: rgb(230 231 231 / 0.1);
}
.text-gray-300\/100 {
  color: rgb(230 231 231 / 1);
}
.text-gray-300\/20 {
  color: rgb(230 231 231 / 0.2);
}
.text-gray-300\/25 {
  color: rgb(230 231 231 / 0.25);
}
.text-gray-300\/30 {
  color: rgb(230 231 231 / 0.3);
}
.text-gray-300\/40 {
  color: rgb(230 231 231 / 0.4);
}
.text-gray-300\/5 {
  color: rgb(230 231 231 / 0.05);
}
.text-gray-300\/50 {
  color: rgb(230 231 231 / 0.5);
}
.text-gray-300\/60 {
  color: rgb(230 231 231 / 0.6);
}
.text-gray-300\/70 {
  color: rgb(230 231 231 / 0.7);
}
.text-gray-300\/75 {
  color: rgb(230 231 231 / 0.75);
}
.text-gray-300\/80 {
  color: rgb(230 231 231 / 0.8);
}
.text-gray-300\/90 {
  color: rgb(230 231 231 / 0.9);
}
.text-gray-300\/95 {
  color: rgb(230 231 231 / 0.95);
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(217 218 218 / var(--tw-text-opacity));
}
.text-gray-400\/0 {
  color: rgb(217 218 218 / 0);
}
.text-gray-400\/10 {
  color: rgb(217 218 218 / 0.1);
}
.text-gray-400\/100 {
  color: rgb(217 218 218 / 1);
}
.text-gray-400\/20 {
  color: rgb(217 218 218 / 0.2);
}
.text-gray-400\/25 {
  color: rgb(217 218 218 / 0.25);
}
.text-gray-400\/30 {
  color: rgb(217 218 218 / 0.3);
}
.text-gray-400\/40 {
  color: rgb(217 218 218 / 0.4);
}
.text-gray-400\/5 {
  color: rgb(217 218 218 / 0.05);
}
.text-gray-400\/50 {
  color: rgb(217 218 218 / 0.5);
}
.text-gray-400\/60 {
  color: rgb(217 218 218 / 0.6);
}
.text-gray-400\/70 {
  color: rgb(217 218 218 / 0.7);
}
.text-gray-400\/75 {
  color: rgb(217 218 218 / 0.75);
}
.text-gray-400\/80 {
  color: rgb(217 218 218 / 0.8);
}
.text-gray-400\/90 {
  color: rgb(217 218 218 / 0.9);
}
.text-gray-400\/95 {
  color: rgb(217 218 218 / 0.95);
}
.text-gray-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}
.text-gray-50\/0 {
  color: rgb(250 250 250 / 0);
}
.text-gray-50\/10 {
  color: rgb(250 250 250 / 0.1);
}
.text-gray-50\/100 {
  color: rgb(250 250 250 / 1);
}
.text-gray-50\/20 {
  color: rgb(250 250 250 / 0.2);
}
.text-gray-50\/25 {
  color: rgb(250 250 250 / 0.25);
}
.text-gray-50\/30 {
  color: rgb(250 250 250 / 0.3);
}
.text-gray-50\/40 {
  color: rgb(250 250 250 / 0.4);
}
.text-gray-50\/5 {
  color: rgb(250 250 250 / 0.05);
}
.text-gray-50\/50 {
  color: rgb(250 250 250 / 0.5);
}
.text-gray-50\/60 {
  color: rgb(250 250 250 / 0.6);
}
.text-gray-50\/70 {
  color: rgb(250 250 250 / 0.7);
}
.text-gray-50\/75 {
  color: rgb(250 250 250 / 0.75);
}
.text-gray-50\/80 {
  color: rgb(250 250 250 / 0.8);
}
.text-gray-50\/90 {
  color: rgb(250 250 250 / 0.9);
}
.text-gray-50\/95 {
  color: rgb(250 250 250 / 0.95);
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(197 199 199 / var(--tw-text-opacity));
}
.text-gray-500\/0 {
  color: rgb(197 199 199 / 0);
}
.text-gray-500\/10 {
  color: rgb(197 199 199 / 0.1);
}
.text-gray-500\/100 {
  color: rgb(197 199 199 / 1);
}
.text-gray-500\/20 {
  color: rgb(197 199 199 / 0.2);
}
.text-gray-500\/25 {
  color: rgb(197 199 199 / 0.25);
}
.text-gray-500\/30 {
  color: rgb(197 199 199 / 0.3);
}
.text-gray-500\/40 {
  color: rgb(197 199 199 / 0.4);
}
.text-gray-500\/5 {
  color: rgb(197 199 199 / 0.05);
}
.text-gray-500\/50 {
  color: rgb(197 199 199 / 0.5);
}
.text-gray-500\/60 {
  color: rgb(197 199 199 / 0.6);
}
.text-gray-500\/70 {
  color: rgb(197 199 199 / 0.7);
}
.text-gray-500\/75 {
  color: rgb(197 199 199 / 0.75);
}
.text-gray-500\/80 {
  color: rgb(197 199 199 / 0.8);
}
.text-gray-500\/90 {
  color: rgb(197 199 199 / 0.9);
}
.text-gray-500\/95 {
  color: rgb(197 199 199 / 0.95);
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(169 171 172 / var(--tw-text-opacity));
}
.text-gray-600\/0 {
  color: rgb(169 171 172 / 0);
}
.text-gray-600\/10 {
  color: rgb(169 171 172 / 0.1);
}
.text-gray-600\/100 {
  color: rgb(169 171 172 / 1);
}
.text-gray-600\/20 {
  color: rgb(169 171 172 / 0.2);
}
.text-gray-600\/25 {
  color: rgb(169 171 172 / 0.25);
}
.text-gray-600\/30 {
  color: rgb(169 171 172 / 0.3);
}
.text-gray-600\/40 {
  color: rgb(169 171 172 / 0.4);
}
.text-gray-600\/5 {
  color: rgb(169 171 172 / 0.05);
}
.text-gray-600\/50 {
  color: rgb(169 171 172 / 0.5);
}
.text-gray-600\/60 {
  color: rgb(169 171 172 / 0.6);
}
.text-gray-600\/70 {
  color: rgb(169 171 172 / 0.7);
}
.text-gray-600\/75 {
  color: rgb(169 171 172 / 0.75);
}
.text-gray-600\/80 {
  color: rgb(169 171 172 / 0.8);
}
.text-gray-600\/90 {
  color: rgb(169 171 172 / 0.9);
}
.text-gray-600\/95 {
  color: rgb(169 171 172 / 0.95);
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(137 139 140 / var(--tw-text-opacity));
}
.text-gray-700\/0 {
  color: rgb(137 139 140 / 0);
}
.text-gray-700\/10 {
  color: rgb(137 139 140 / 0.1);
}
.text-gray-700\/100 {
  color: rgb(137 139 140 / 1);
}
.text-gray-700\/20 {
  color: rgb(137 139 140 / 0.2);
}
.text-gray-700\/25 {
  color: rgb(137 139 140 / 0.25);
}
.text-gray-700\/30 {
  color: rgb(137 139 140 / 0.3);
}
.text-gray-700\/40 {
  color: rgb(137 139 140 / 0.4);
}
.text-gray-700\/5 {
  color: rgb(137 139 140 / 0.05);
}
.text-gray-700\/50 {
  color: rgb(137 139 140 / 0.5);
}
.text-gray-700\/60 {
  color: rgb(137 139 140 / 0.6);
}
.text-gray-700\/70 {
  color: rgb(137 139 140 / 0.7);
}
.text-gray-700\/75 {
  color: rgb(137 139 140 / 0.75);
}
.text-gray-700\/80 {
  color: rgb(137 139 140 / 0.8);
}
.text-gray-700\/90 {
  color: rgb(137 139 140 / 0.9);
}
.text-gray-700\/95 {
  color: rgb(137 139 140 / 0.95);
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(101 104 106 / var(--tw-text-opacity));
}
.text-gray-800\/0 {
  color: rgb(101 104 106 / 0);
}
.text-gray-800\/10 {
  color: rgb(101 104 106 / 0.1);
}
.text-gray-800\/100 {
  color: rgb(101 104 106 / 1);
}
.text-gray-800\/20 {
  color: rgb(101 104 106 / 0.2);
}
.text-gray-800\/25 {
  color: rgb(101 104 106 / 0.25);
}
.text-gray-800\/30 {
  color: rgb(101 104 106 / 0.3);
}
.text-gray-800\/40 {
  color: rgb(101 104 106 / 0.4);
}
.text-gray-800\/5 {
  color: rgb(101 104 106 / 0.05);
}
.text-gray-800\/50 {
  color: rgb(101 104 106 / 0.5);
}
.text-gray-800\/60 {
  color: rgb(101 104 106 / 0.6);
}
.text-gray-800\/70 {
  color: rgb(101 104 106 / 0.7);
}
.text-gray-800\/75 {
  color: rgb(101 104 106 / 0.75);
}
.text-gray-800\/80 {
  color: rgb(101 104 106 / 0.8);
}
.text-gray-800\/90 {
  color: rgb(101 104 106 / 0.9);
}
.text-gray-800\/95 {
  color: rgb(101 104 106 / 0.95);
}
.text-gray-850 {
  --tw-text-opacity: 1;
  color: rgb(76 80 86 / var(--tw-text-opacity));
}
.text-gray-850\/0 {
  color: rgb(76 80 86 / 0);
}
.text-gray-850\/10 {
  color: rgb(76 80 86 / 0.1);
}
.text-gray-850\/100 {
  color: rgb(76 80 86 / 1);
}
.text-gray-850\/20 {
  color: rgb(76 80 86 / 0.2);
}
.text-gray-850\/25 {
  color: rgb(76 80 86 / 0.25);
}
.text-gray-850\/30 {
  color: rgb(76 80 86 / 0.3);
}
.text-gray-850\/40 {
  color: rgb(76 80 86 / 0.4);
}
.text-gray-850\/5 {
  color: rgb(76 80 86 / 0.05);
}
.text-gray-850\/50 {
  color: rgb(76 80 86 / 0.5);
}
.text-gray-850\/60 {
  color: rgb(76 80 86 / 0.6);
}
.text-gray-850\/70 {
  color: rgb(76 80 86 / 0.7);
}
.text-gray-850\/75 {
  color: rgb(76 80 86 / 0.75);
}
.text-gray-850\/80 {
  color: rgb(76 80 86 / 0.8);
}
.text-gray-850\/90 {
  color: rgb(76 80 86 / 0.9);
}
.text-gray-850\/95 {
  color: rgb(76 80 86 / 0.95);
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(51 53 57 / var(--tw-text-opacity));
}
.text-gray-900\/0 {
  color: rgb(51 53 57 / 0);
}
.text-gray-900\/10 {
  color: rgb(51 53 57 / 0.1);
}
.text-gray-900\/100 {
  color: rgb(51 53 57 / 1);
}
.text-gray-900\/20 {
  color: rgb(51 53 57 / 0.2);
}
.text-gray-900\/25 {
  color: rgb(51 53 57 / 0.25);
}
.text-gray-900\/30 {
  color: rgb(51 53 57 / 0.3);
}
.text-gray-900\/40 {
  color: rgb(51 53 57 / 0.4);
}
.text-gray-900\/5 {
  color: rgb(51 53 57 / 0.05);
}
.text-gray-900\/50 {
  color: rgb(51 53 57 / 0.5);
}
.text-gray-900\/60 {
  color: rgb(51 53 57 / 0.6);
}
.text-gray-900\/70 {
  color: rgb(51 53 57 / 0.7);
}
.text-gray-900\/75 {
  color: rgb(51 53 57 / 0.75);
}
.text-gray-900\/80 {
  color: rgb(51 53 57 / 0.8);
}
.text-gray-900\/90 {
  color: rgb(51 53 57 / 0.9);
}
.text-gray-900\/95 {
  color: rgb(51 53 57 / 0.95);
}
.text-indigo-100 {
  --tw-text-opacity: 1;
  color: rgb(200 181 255 / var(--tw-text-opacity));
}
.text-indigo-100\/0 {
  color: rgb(200 181 255 / 0);
}
.text-indigo-100\/10 {
  color: rgb(200 181 255 / 0.1);
}
.text-indigo-100\/100 {
  color: rgb(200 181 255 / 1);
}
.text-indigo-100\/20 {
  color: rgb(200 181 255 / 0.2);
}
.text-indigo-100\/25 {
  color: rgb(200 181 255 / 0.25);
}
.text-indigo-100\/30 {
  color: rgb(200 181 255 / 0.3);
}
.text-indigo-100\/40 {
  color: rgb(200 181 255 / 0.4);
}
.text-indigo-100\/5 {
  color: rgb(200 181 255 / 0.05);
}
.text-indigo-100\/50 {
  color: rgb(200 181 255 / 0.5);
}
.text-indigo-100\/60 {
  color: rgb(200 181 255 / 0.6);
}
.text-indigo-100\/70 {
  color: rgb(200 181 255 / 0.7);
}
.text-indigo-100\/75 {
  color: rgb(200 181 255 / 0.75);
}
.text-indigo-100\/80 {
  color: rgb(200 181 255 / 0.8);
}
.text-indigo-100\/90 {
  color: rgb(200 181 255 / 0.9);
}
.text-indigo-100\/95 {
  color: rgb(200 181 255 / 0.95);
}
.text-indigo-200 {
  --tw-text-opacity: 1;
  color: rgb(167 136 255 / var(--tw-text-opacity));
}
.text-indigo-200\/0 {
  color: rgb(167 136 255 / 0);
}
.text-indigo-200\/10 {
  color: rgb(167 136 255 / 0.1);
}
.text-indigo-200\/100 {
  color: rgb(167 136 255 / 1);
}
.text-indigo-200\/20 {
  color: rgb(167 136 255 / 0.2);
}
.text-indigo-200\/25 {
  color: rgb(167 136 255 / 0.25);
}
.text-indigo-200\/30 {
  color: rgb(167 136 255 / 0.3);
}
.text-indigo-200\/40 {
  color: rgb(167 136 255 / 0.4);
}
.text-indigo-200\/5 {
  color: rgb(167 136 255 / 0.05);
}
.text-indigo-200\/50 {
  color: rgb(167 136 255 / 0.5);
}
.text-indigo-200\/60 {
  color: rgb(167 136 255 / 0.6);
}
.text-indigo-200\/70 {
  color: rgb(167 136 255 / 0.7);
}
.text-indigo-200\/75 {
  color: rgb(167 136 255 / 0.75);
}
.text-indigo-200\/80 {
  color: rgb(167 136 255 / 0.8);
}
.text-indigo-200\/90 {
  color: rgb(167 136 255 / 0.9);
}
.text-indigo-200\/95 {
  color: rgb(167 136 255 / 0.95);
}
.text-indigo-300 {
  --tw-text-opacity: 1;
  color: rgb(140 99 254 / var(--tw-text-opacity));
}
.text-indigo-300\/0 {
  color: rgb(140 99 254 / 0);
}
.text-indigo-300\/10 {
  color: rgb(140 99 254 / 0.1);
}
.text-indigo-300\/100 {
  color: rgb(140 99 254 / 1);
}
.text-indigo-300\/20 {
  color: rgb(140 99 254 / 0.2);
}
.text-indigo-300\/25 {
  color: rgb(140 99 254 / 0.25);
}
.text-indigo-300\/30 {
  color: rgb(140 99 254 / 0.3);
}
.text-indigo-300\/40 {
  color: rgb(140 99 254 / 0.4);
}
.text-indigo-300\/5 {
  color: rgb(140 99 254 / 0.05);
}
.text-indigo-300\/50 {
  color: rgb(140 99 254 / 0.5);
}
.text-indigo-300\/60 {
  color: rgb(140 99 254 / 0.6);
}
.text-indigo-300\/70 {
  color: rgb(140 99 254 / 0.7);
}
.text-indigo-300\/75 {
  color: rgb(140 99 254 / 0.75);
}
.text-indigo-300\/80 {
  color: rgb(140 99 254 / 0.8);
}
.text-indigo-300\/90 {
  color: rgb(140 99 254 / 0.9);
}
.text-indigo-300\/95 {
  color: rgb(140 99 254 / 0.95);
}
.text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgb(117 72 244 / var(--tw-text-opacity));
}
.text-indigo-400\/0 {
  color: rgb(117 72 244 / 0);
}
.text-indigo-400\/10 {
  color: rgb(117 72 244 / 0.1);
}
.text-indigo-400\/100 {
  color: rgb(117 72 244 / 1);
}
.text-indigo-400\/20 {
  color: rgb(117 72 244 / 0.2);
}
.text-indigo-400\/25 {
  color: rgb(117 72 244 / 0.25);
}
.text-indigo-400\/30 {
  color: rgb(117 72 244 / 0.3);
}
.text-indigo-400\/40 {
  color: rgb(117 72 244 / 0.4);
}
.text-indigo-400\/5 {
  color: rgb(117 72 244 / 0.05);
}
.text-indigo-400\/50 {
  color: rgb(117 72 244 / 0.5);
}
.text-indigo-400\/60 {
  color: rgb(117 72 244 / 0.6);
}
.text-indigo-400\/70 {
  color: rgb(117 72 244 / 0.7);
}
.text-indigo-400\/75 {
  color: rgb(117 72 244 / 0.75);
}
.text-indigo-400\/80 {
  color: rgb(117 72 244 / 0.8);
}
.text-indigo-400\/90 {
  color: rgb(117 72 244 / 0.9);
}
.text-indigo-400\/95 {
  color: rgb(117 72 244 / 0.95);
}
.text-indigo-50 {
  --tw-text-opacity: 1;
  color: rgb(225 215 255 / var(--tw-text-opacity));
}
.text-indigo-50\/0 {
  color: rgb(225 215 255 / 0);
}
.text-indigo-50\/10 {
  color: rgb(225 215 255 / 0.1);
}
.text-indigo-50\/100 {
  color: rgb(225 215 255 / 1);
}
.text-indigo-50\/20 {
  color: rgb(225 215 255 / 0.2);
}
.text-indigo-50\/25 {
  color: rgb(225 215 255 / 0.25);
}
.text-indigo-50\/30 {
  color: rgb(225 215 255 / 0.3);
}
.text-indigo-50\/40 {
  color: rgb(225 215 255 / 0.4);
}
.text-indigo-50\/5 {
  color: rgb(225 215 255 / 0.05);
}
.text-indigo-50\/50 {
  color: rgb(225 215 255 / 0.5);
}
.text-indigo-50\/60 {
  color: rgb(225 215 255 / 0.6);
}
.text-indigo-50\/70 {
  color: rgb(225 215 255 / 0.7);
}
.text-indigo-50\/75 {
  color: rgb(225 215 255 / 0.75);
}
.text-indigo-50\/80 {
  color: rgb(225 215 255 / 0.8);
}
.text-indigo-50\/90 {
  color: rgb(225 215 255 / 0.9);
}
.text-indigo-50\/95 {
  color: rgb(225 215 255 / 0.95);
}
.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(91 45 224 / var(--tw-text-opacity));
}
.text-indigo-500\/0 {
  color: rgb(91 45 224 / 0);
}
.text-indigo-500\/10 {
  color: rgb(91 45 224 / 0.1);
}
.text-indigo-500\/100 {
  color: rgb(91 45 224 / 1);
}
.text-indigo-500\/20 {
  color: rgb(91 45 224 / 0.2);
}
.text-indigo-500\/25 {
  color: rgb(91 45 224 / 0.25);
}
.text-indigo-500\/30 {
  color: rgb(91 45 224 / 0.3);
}
.text-indigo-500\/40 {
  color: rgb(91 45 224 / 0.4);
}
.text-indigo-500\/5 {
  color: rgb(91 45 224 / 0.05);
}
.text-indigo-500\/50 {
  color: rgb(91 45 224 / 0.5);
}
.text-indigo-500\/60 {
  color: rgb(91 45 224 / 0.6);
}
.text-indigo-500\/70 {
  color: rgb(91 45 224 / 0.7);
}
.text-indigo-500\/75 {
  color: rgb(91 45 224 / 0.75);
}
.text-indigo-500\/80 {
  color: rgb(91 45 224 / 0.8);
}
.text-indigo-500\/90 {
  color: rgb(91 45 224 / 0.9);
}
.text-indigo-500\/95 {
  color: rgb(91 45 224 / 0.95);
}
.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(67 19 203 / var(--tw-text-opacity));
}
.text-indigo-600\/0 {
  color: rgb(67 19 203 / 0);
}
.text-indigo-600\/10 {
  color: rgb(67 19 203 / 0.1);
}
.text-indigo-600\/100 {
  color: rgb(67 19 203 / 1);
}
.text-indigo-600\/20 {
  color: rgb(67 19 203 / 0.2);
}
.text-indigo-600\/25 {
  color: rgb(67 19 203 / 0.25);
}
.text-indigo-600\/30 {
  color: rgb(67 19 203 / 0.3);
}
.text-indigo-600\/40 {
  color: rgb(67 19 203 / 0.4);
}
.text-indigo-600\/5 {
  color: rgb(67 19 203 / 0.05);
}
.text-indigo-600\/50 {
  color: rgb(67 19 203 / 0.5);
}
.text-indigo-600\/60 {
  color: rgb(67 19 203 / 0.6);
}
.text-indigo-600\/70 {
  color: rgb(67 19 203 / 0.7);
}
.text-indigo-600\/75 {
  color: rgb(67 19 203 / 0.75);
}
.text-indigo-600\/80 {
  color: rgb(67 19 203 / 0.8);
}
.text-indigo-600\/90 {
  color: rgb(67 19 203 / 0.9);
}
.text-indigo-600\/95 {
  color: rgb(67 19 203 / 0.95);
}
.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(42 2 157 / var(--tw-text-opacity));
}
.text-indigo-700\/0 {
  color: rgb(42 2 157 / 0);
}
.text-indigo-700\/10 {
  color: rgb(42 2 157 / 0.1);
}
.text-indigo-700\/100 {
  color: rgb(42 2 157 / 1);
}
.text-indigo-700\/20 {
  color: rgb(42 2 157 / 0.2);
}
.text-indigo-700\/25 {
  color: rgb(42 2 157 / 0.25);
}
.text-indigo-700\/30 {
  color: rgb(42 2 157 / 0.3);
}
.text-indigo-700\/40 {
  color: rgb(42 2 157 / 0.4);
}
.text-indigo-700\/5 {
  color: rgb(42 2 157 / 0.05);
}
.text-indigo-700\/50 {
  color: rgb(42 2 157 / 0.5);
}
.text-indigo-700\/60 {
  color: rgb(42 2 157 / 0.6);
}
.text-indigo-700\/70 {
  color: rgb(42 2 157 / 0.7);
}
.text-indigo-700\/75 {
  color: rgb(42 2 157 / 0.75);
}
.text-indigo-700\/80 {
  color: rgb(42 2 157 / 0.8);
}
.text-indigo-700\/90 {
  color: rgb(42 2 157 / 0.9);
}
.text-indigo-700\/95 {
  color: rgb(42 2 157 / 0.95);
}
.text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgb(32 0 124 / var(--tw-text-opacity));
}
.text-indigo-800\/0 {
  color: rgb(32 0 124 / 0);
}
.text-indigo-800\/10 {
  color: rgb(32 0 124 / 0.1);
}
.text-indigo-800\/100 {
  color: rgb(32 0 124 / 1);
}
.text-indigo-800\/20 {
  color: rgb(32 0 124 / 0.2);
}
.text-indigo-800\/25 {
  color: rgb(32 0 124 / 0.25);
}
.text-indigo-800\/30 {
  color: rgb(32 0 124 / 0.3);
}
.text-indigo-800\/40 {
  color: rgb(32 0 124 / 0.4);
}
.text-indigo-800\/5 {
  color: rgb(32 0 124 / 0.05);
}
.text-indigo-800\/50 {
  color: rgb(32 0 124 / 0.5);
}
.text-indigo-800\/60 {
  color: rgb(32 0 124 / 0.6);
}
.text-indigo-800\/70 {
  color: rgb(32 0 124 / 0.7);
}
.text-indigo-800\/75 {
  color: rgb(32 0 124 / 0.75);
}
.text-indigo-800\/80 {
  color: rgb(32 0 124 / 0.8);
}
.text-indigo-800\/90 {
  color: rgb(32 0 124 / 0.9);
}
.text-indigo-800\/95 {
  color: rgb(32 0 124 / 0.95);
}
.text-indigo-900 {
  --tw-text-opacity: 1;
  color: rgb(24 0 94 / var(--tw-text-opacity));
}
.text-indigo-900\/0 {
  color: rgb(24 0 94 / 0);
}
.text-indigo-900\/10 {
  color: rgb(24 0 94 / 0.1);
}
.text-indigo-900\/100 {
  color: rgb(24 0 94 / 1);
}
.text-indigo-900\/20 {
  color: rgb(24 0 94 / 0.2);
}
.text-indigo-900\/25 {
  color: rgb(24 0 94 / 0.25);
}
.text-indigo-900\/30 {
  color: rgb(24 0 94 / 0.3);
}
.text-indigo-900\/40 {
  color: rgb(24 0 94 / 0.4);
}
.text-indigo-900\/5 {
  color: rgb(24 0 94 / 0.05);
}
.text-indigo-900\/50 {
  color: rgb(24 0 94 / 0.5);
}
.text-indigo-900\/60 {
  color: rgb(24 0 94 / 0.6);
}
.text-indigo-900\/70 {
  color: rgb(24 0 94 / 0.7);
}
.text-indigo-900\/75 {
  color: rgb(24 0 94 / 0.75);
}
.text-indigo-900\/80 {
  color: rgb(24 0 94 / 0.8);
}
.text-indigo-900\/90 {
  color: rgb(24 0 94 / 0.9);
}
.text-indigo-900\/95 {
  color: rgb(24 0 94 / 0.95);
}
.text-info-100 {
  --tw-text-opacity: 1;
  color: rgb(224 242 254 / var(--tw-text-opacity));
}
.text-info-100\/0 {
  color: rgb(224 242 254 / 0);
}
.text-info-100\/10 {
  color: rgb(224 242 254 / 0.1);
}
.text-info-100\/100 {
  color: rgb(224 242 254 / 1);
}
.text-info-100\/20 {
  color: rgb(224 242 254 / 0.2);
}
.text-info-100\/25 {
  color: rgb(224 242 254 / 0.25);
}
.text-info-100\/30 {
  color: rgb(224 242 254 / 0.3);
}
.text-info-100\/40 {
  color: rgb(224 242 254 / 0.4);
}
.text-info-100\/5 {
  color: rgb(224 242 254 / 0.05);
}
.text-info-100\/50 {
  color: rgb(224 242 254 / 0.5);
}
.text-info-100\/60 {
  color: rgb(224 242 254 / 0.6);
}
.text-info-100\/70 {
  color: rgb(224 242 254 / 0.7);
}
.text-info-100\/75 {
  color: rgb(224 242 254 / 0.75);
}
.text-info-100\/80 {
  color: rgb(224 242 254 / 0.8);
}
.text-info-100\/90 {
  color: rgb(224 242 254 / 0.9);
}
.text-info-100\/95 {
  color: rgb(224 242 254 / 0.95);
}
.text-info-200 {
  --tw-text-opacity: 1;
  color: rgb(186 230 253 / var(--tw-text-opacity));
}
.text-info-200\/0 {
  color: rgb(186 230 253 / 0);
}
.text-info-200\/10 {
  color: rgb(186 230 253 / 0.1);
}
.text-info-200\/100 {
  color: rgb(186 230 253 / 1);
}
.text-info-200\/20 {
  color: rgb(186 230 253 / 0.2);
}
.text-info-200\/25 {
  color: rgb(186 230 253 / 0.25);
}
.text-info-200\/30 {
  color: rgb(186 230 253 / 0.3);
}
.text-info-200\/40 {
  color: rgb(186 230 253 / 0.4);
}
.text-info-200\/5 {
  color: rgb(186 230 253 / 0.05);
}
.text-info-200\/50 {
  color: rgb(186 230 253 / 0.5);
}
.text-info-200\/60 {
  color: rgb(186 230 253 / 0.6);
}
.text-info-200\/70 {
  color: rgb(186 230 253 / 0.7);
}
.text-info-200\/75 {
  color: rgb(186 230 253 / 0.75);
}
.text-info-200\/80 {
  color: rgb(186 230 253 / 0.8);
}
.text-info-200\/90 {
  color: rgb(186 230 253 / 0.9);
}
.text-info-200\/95 {
  color: rgb(186 230 253 / 0.95);
}
.text-info-300 {
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity));
}
.text-info-300\/0 {
  color: rgb(125 211 252 / 0);
}
.text-info-300\/10 {
  color: rgb(125 211 252 / 0.1);
}
.text-info-300\/100 {
  color: rgb(125 211 252 / 1);
}
.text-info-300\/20 {
  color: rgb(125 211 252 / 0.2);
}
.text-info-300\/25 {
  color: rgb(125 211 252 / 0.25);
}
.text-info-300\/30 {
  color: rgb(125 211 252 / 0.3);
}
.text-info-300\/40 {
  color: rgb(125 211 252 / 0.4);
}
.text-info-300\/5 {
  color: rgb(125 211 252 / 0.05);
}
.text-info-300\/50 {
  color: rgb(125 211 252 / 0.5);
}
.text-info-300\/60 {
  color: rgb(125 211 252 / 0.6);
}
.text-info-300\/70 {
  color: rgb(125 211 252 / 0.7);
}
.text-info-300\/75 {
  color: rgb(125 211 252 / 0.75);
}
.text-info-300\/80 {
  color: rgb(125 211 252 / 0.8);
}
.text-info-300\/90 {
  color: rgb(125 211 252 / 0.9);
}
.text-info-300\/95 {
  color: rgb(125 211 252 / 0.95);
}
.text-info-400 {
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity));
}
.text-info-400\/0 {
  color: rgb(56 189 248 / 0);
}
.text-info-400\/10 {
  color: rgb(56 189 248 / 0.1);
}
.text-info-400\/100 {
  color: rgb(56 189 248 / 1);
}
.text-info-400\/20 {
  color: rgb(56 189 248 / 0.2);
}
.text-info-400\/25 {
  color: rgb(56 189 248 / 0.25);
}
.text-info-400\/30 {
  color: rgb(56 189 248 / 0.3);
}
.text-info-400\/40 {
  color: rgb(56 189 248 / 0.4);
}
.text-info-400\/5 {
  color: rgb(56 189 248 / 0.05);
}
.text-info-400\/50 {
  color: rgb(56 189 248 / 0.5);
}
.text-info-400\/60 {
  color: rgb(56 189 248 / 0.6);
}
.text-info-400\/70 {
  color: rgb(56 189 248 / 0.7);
}
.text-info-400\/75 {
  color: rgb(56 189 248 / 0.75);
}
.text-info-400\/80 {
  color: rgb(56 189 248 / 0.8);
}
.text-info-400\/90 {
  color: rgb(56 189 248 / 0.9);
}
.text-info-400\/95 {
  color: rgb(56 189 248 / 0.95);
}
.text-info-50 {
  --tw-text-opacity: 1;
  color: rgb(240 249 255 / var(--tw-text-opacity));
}
.text-info-50\/0 {
  color: rgb(240 249 255 / 0);
}
.text-info-50\/10 {
  color: rgb(240 249 255 / 0.1);
}
.text-info-50\/100 {
  color: rgb(240 249 255 / 1);
}
.text-info-50\/20 {
  color: rgb(240 249 255 / 0.2);
}
.text-info-50\/25 {
  color: rgb(240 249 255 / 0.25);
}
.text-info-50\/30 {
  color: rgb(240 249 255 / 0.3);
}
.text-info-50\/40 {
  color: rgb(240 249 255 / 0.4);
}
.text-info-50\/5 {
  color: rgb(240 249 255 / 0.05);
}
.text-info-50\/50 {
  color: rgb(240 249 255 / 0.5);
}
.text-info-50\/60 {
  color: rgb(240 249 255 / 0.6);
}
.text-info-50\/70 {
  color: rgb(240 249 255 / 0.7);
}
.text-info-50\/75 {
  color: rgb(240 249 255 / 0.75);
}
.text-info-50\/80 {
  color: rgb(240 249 255 / 0.8);
}
.text-info-50\/90 {
  color: rgb(240 249 255 / 0.9);
}
.text-info-50\/95 {
  color: rgb(240 249 255 / 0.95);
}
.text-info-500 {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity));
}
.text-info-500\/0 {
  color: rgb(14 165 233 / 0);
}
.text-info-500\/10 {
  color: rgb(14 165 233 / 0.1);
}
.text-info-500\/100 {
  color: rgb(14 165 233 / 1);
}
.text-info-500\/20 {
  color: rgb(14 165 233 / 0.2);
}
.text-info-500\/25 {
  color: rgb(14 165 233 / 0.25);
}
.text-info-500\/30 {
  color: rgb(14 165 233 / 0.3);
}
.text-info-500\/40 {
  color: rgb(14 165 233 / 0.4);
}
.text-info-500\/5 {
  color: rgb(14 165 233 / 0.05);
}
.text-info-500\/50 {
  color: rgb(14 165 233 / 0.5);
}
.text-info-500\/60 {
  color: rgb(14 165 233 / 0.6);
}
.text-info-500\/70 {
  color: rgb(14 165 233 / 0.7);
}
.text-info-500\/75 {
  color: rgb(14 165 233 / 0.75);
}
.text-info-500\/80 {
  color: rgb(14 165 233 / 0.8);
}
.text-info-500\/90 {
  color: rgb(14 165 233 / 0.9);
}
.text-info-500\/95 {
  color: rgb(14 165 233 / 0.95);
}
.text-info-600 {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity));
}
.text-info-600\/0 {
  color: rgb(2 132 199 / 0);
}
.text-info-600\/10 {
  color: rgb(2 132 199 / 0.1);
}
.text-info-600\/100 {
  color: rgb(2 132 199 / 1);
}
.text-info-600\/20 {
  color: rgb(2 132 199 / 0.2);
}
.text-info-600\/25 {
  color: rgb(2 132 199 / 0.25);
}
.text-info-600\/30 {
  color: rgb(2 132 199 / 0.3);
}
.text-info-600\/40 {
  color: rgb(2 132 199 / 0.4);
}
.text-info-600\/5 {
  color: rgb(2 132 199 / 0.05);
}
.text-info-600\/50 {
  color: rgb(2 132 199 / 0.5);
}
.text-info-600\/60 {
  color: rgb(2 132 199 / 0.6);
}
.text-info-600\/70 {
  color: rgb(2 132 199 / 0.7);
}
.text-info-600\/75 {
  color: rgb(2 132 199 / 0.75);
}
.text-info-600\/80 {
  color: rgb(2 132 199 / 0.8);
}
.text-info-600\/90 {
  color: rgb(2 132 199 / 0.9);
}
.text-info-600\/95 {
  color: rgb(2 132 199 / 0.95);
}
.text-info-700 {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity));
}
.text-info-700\/0 {
  color: rgb(3 105 161 / 0);
}
.text-info-700\/10 {
  color: rgb(3 105 161 / 0.1);
}
.text-info-700\/100 {
  color: rgb(3 105 161 / 1);
}
.text-info-700\/20 {
  color: rgb(3 105 161 / 0.2);
}
.text-info-700\/25 {
  color: rgb(3 105 161 / 0.25);
}
.text-info-700\/30 {
  color: rgb(3 105 161 / 0.3);
}
.text-info-700\/40 {
  color: rgb(3 105 161 / 0.4);
}
.text-info-700\/5 {
  color: rgb(3 105 161 / 0.05);
}
.text-info-700\/50 {
  color: rgb(3 105 161 / 0.5);
}
.text-info-700\/60 {
  color: rgb(3 105 161 / 0.6);
}
.text-info-700\/70 {
  color: rgb(3 105 161 / 0.7);
}
.text-info-700\/75 {
  color: rgb(3 105 161 / 0.75);
}
.text-info-700\/80 {
  color: rgb(3 105 161 / 0.8);
}
.text-info-700\/90 {
  color: rgb(3 105 161 / 0.9);
}
.text-info-700\/95 {
  color: rgb(3 105 161 / 0.95);
}
.text-info-800 {
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity));
}
.text-info-800\/0 {
  color: rgb(7 89 133 / 0);
}
.text-info-800\/10 {
  color: rgb(7 89 133 / 0.1);
}
.text-info-800\/100 {
  color: rgb(7 89 133 / 1);
}
.text-info-800\/20 {
  color: rgb(7 89 133 / 0.2);
}
.text-info-800\/25 {
  color: rgb(7 89 133 / 0.25);
}
.text-info-800\/30 {
  color: rgb(7 89 133 / 0.3);
}
.text-info-800\/40 {
  color: rgb(7 89 133 / 0.4);
}
.text-info-800\/5 {
  color: rgb(7 89 133 / 0.05);
}
.text-info-800\/50 {
  color: rgb(7 89 133 / 0.5);
}
.text-info-800\/60 {
  color: rgb(7 89 133 / 0.6);
}
.text-info-800\/70 {
  color: rgb(7 89 133 / 0.7);
}
.text-info-800\/75 {
  color: rgb(7 89 133 / 0.75);
}
.text-info-800\/80 {
  color: rgb(7 89 133 / 0.8);
}
.text-info-800\/90 {
  color: rgb(7 89 133 / 0.9);
}
.text-info-800\/95 {
  color: rgb(7 89 133 / 0.95);
}
.text-info-900 {
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity));
}
.text-info-900\/0 {
  color: rgb(12 74 110 / 0);
}
.text-info-900\/10 {
  color: rgb(12 74 110 / 0.1);
}
.text-info-900\/100 {
  color: rgb(12 74 110 / 1);
}
.text-info-900\/20 {
  color: rgb(12 74 110 / 0.2);
}
.text-info-900\/25 {
  color: rgb(12 74 110 / 0.25);
}
.text-info-900\/30 {
  color: rgb(12 74 110 / 0.3);
}
.text-info-900\/40 {
  color: rgb(12 74 110 / 0.4);
}
.text-info-900\/5 {
  color: rgb(12 74 110 / 0.05);
}
.text-info-900\/50 {
  color: rgb(12 74 110 / 0.5);
}
.text-info-900\/60 {
  color: rgb(12 74 110 / 0.6);
}
.text-info-900\/70 {
  color: rgb(12 74 110 / 0.7);
}
.text-info-900\/75 {
  color: rgb(12 74 110 / 0.75);
}
.text-info-900\/80 {
  color: rgb(12 74 110 / 0.8);
}
.text-info-900\/90 {
  color: rgb(12 74 110 / 0.9);
}
.text-info-900\/95 {
  color: rgb(12 74 110 / 0.95);
}
.text-inherit {
  color: inherit;
}
.text-lavender-200 {
  --tw-text-opacity: 1;
  color: rgb(222 218 229 / var(--tw-text-opacity));
}
.text-lavender-200\/0 {
  color: rgb(222 218 229 / 0);
}
.text-lavender-200\/10 {
  color: rgb(222 218 229 / 0.1);
}
.text-lavender-200\/100 {
  color: rgb(222 218 229 / 1);
}
.text-lavender-200\/20 {
  color: rgb(222 218 229 / 0.2);
}
.text-lavender-200\/25 {
  color: rgb(222 218 229 / 0.25);
}
.text-lavender-200\/30 {
  color: rgb(222 218 229 / 0.3);
}
.text-lavender-200\/40 {
  color: rgb(222 218 229 / 0.4);
}
.text-lavender-200\/5 {
  color: rgb(222 218 229 / 0.05);
}
.text-lavender-200\/50 {
  color: rgb(222 218 229 / 0.5);
}
.text-lavender-200\/60 {
  color: rgb(222 218 229 / 0.6);
}
.text-lavender-200\/70 {
  color: rgb(222 218 229 / 0.7);
}
.text-lavender-200\/75 {
  color: rgb(222 218 229 / 0.75);
}
.text-lavender-200\/80 {
  color: rgb(222 218 229 / 0.8);
}
.text-lavender-200\/90 {
  color: rgb(222 218 229 / 0.9);
}
.text-lavender-200\/95 {
  color: rgb(222 218 229 / 0.95);
}
.text-lavender-300 {
  --tw-text-opacity: 1;
  color: rgb(196 184 206 / var(--tw-text-opacity));
}
.text-lavender-300\/0 {
  color: rgb(196 184 206 / 0);
}
.text-lavender-300\/10 {
  color: rgb(196 184 206 / 0.1);
}
.text-lavender-300\/100 {
  color: rgb(196 184 206 / 1);
}
.text-lavender-300\/20 {
  color: rgb(196 184 206 / 0.2);
}
.text-lavender-300\/25 {
  color: rgb(196 184 206 / 0.25);
}
.text-lavender-300\/30 {
  color: rgb(196 184 206 / 0.3);
}
.text-lavender-300\/40 {
  color: rgb(196 184 206 / 0.4);
}
.text-lavender-300\/5 {
  color: rgb(196 184 206 / 0.05);
}
.text-lavender-300\/50 {
  color: rgb(196 184 206 / 0.5);
}
.text-lavender-300\/60 {
  color: rgb(196 184 206 / 0.6);
}
.text-lavender-300\/70 {
  color: rgb(196 184 206 / 0.7);
}
.text-lavender-300\/75 {
  color: rgb(196 184 206 / 0.75);
}
.text-lavender-300\/80 {
  color: rgb(196 184 206 / 0.8);
}
.text-lavender-300\/90 {
  color: rgb(196 184 206 / 0.9);
}
.text-lavender-300\/95 {
  color: rgb(196 184 206 / 0.95);
}
.text-lavender-400 {
  --tw-text-opacity: 1;
  color: rgb(189 166 238 / var(--tw-text-opacity));
}
.text-lavender-400\/0 {
  color: rgb(189 166 238 / 0);
}
.text-lavender-400\/10 {
  color: rgb(189 166 238 / 0.1);
}
.text-lavender-400\/100 {
  color: rgb(189 166 238 / 1);
}
.text-lavender-400\/20 {
  color: rgb(189 166 238 / 0.2);
}
.text-lavender-400\/25 {
  color: rgb(189 166 238 / 0.25);
}
.text-lavender-400\/30 {
  color: rgb(189 166 238 / 0.3);
}
.text-lavender-400\/40 {
  color: rgb(189 166 238 / 0.4);
}
.text-lavender-400\/5 {
  color: rgb(189 166 238 / 0.05);
}
.text-lavender-400\/50 {
  color: rgb(189 166 238 / 0.5);
}
.text-lavender-400\/60 {
  color: rgb(189 166 238 / 0.6);
}
.text-lavender-400\/70 {
  color: rgb(189 166 238 / 0.7);
}
.text-lavender-400\/75 {
  color: rgb(189 166 238 / 0.75);
}
.text-lavender-400\/80 {
  color: rgb(189 166 238 / 0.8);
}
.text-lavender-400\/90 {
  color: rgb(189 166 238 / 0.9);
}
.text-lavender-400\/95 {
  color: rgb(189 166 238 / 0.95);
}
.text-lavender-500 {
  --tw-text-opacity: 1;
  color: rgb(165 126 248 / var(--tw-text-opacity));
}
.text-lavender-500\/0 {
  color: rgb(165 126 248 / 0);
}
.text-lavender-500\/10 {
  color: rgb(165 126 248 / 0.1);
}
.text-lavender-500\/100 {
  color: rgb(165 126 248 / 1);
}
.text-lavender-500\/20 {
  color: rgb(165 126 248 / 0.2);
}
.text-lavender-500\/25 {
  color: rgb(165 126 248 / 0.25);
}
.text-lavender-500\/30 {
  color: rgb(165 126 248 / 0.3);
}
.text-lavender-500\/40 {
  color: rgb(165 126 248 / 0.4);
}
.text-lavender-500\/5 {
  color: rgb(165 126 248 / 0.05);
}
.text-lavender-500\/50 {
  color: rgb(165 126 248 / 0.5);
}
.text-lavender-500\/60 {
  color: rgb(165 126 248 / 0.6);
}
.text-lavender-500\/70 {
  color: rgb(165 126 248 / 0.7);
}
.text-lavender-500\/75 {
  color: rgb(165 126 248 / 0.75);
}
.text-lavender-500\/80 {
  color: rgb(165 126 248 / 0.8);
}
.text-lavender-500\/90 {
  color: rgb(165 126 248 / 0.9);
}
.text-lavender-500\/95 {
  color: rgb(165 126 248 / 0.95);
}
.text-lilac-300 {
  --tw-text-opacity: 1;
  color: rgb(249 243 255 / var(--tw-text-opacity));
}
.text-lilac-300\/0 {
  color: rgb(249 243 255 / 0);
}
.text-lilac-300\/10 {
  color: rgb(249 243 255 / 0.1);
}
.text-lilac-300\/100 {
  color: rgb(249 243 255 / 1);
}
.text-lilac-300\/20 {
  color: rgb(249 243 255 / 0.2);
}
.text-lilac-300\/25 {
  color: rgb(249 243 255 / 0.25);
}
.text-lilac-300\/30 {
  color: rgb(249 243 255 / 0.3);
}
.text-lilac-300\/40 {
  color: rgb(249 243 255 / 0.4);
}
.text-lilac-300\/5 {
  color: rgb(249 243 255 / 0.05);
}
.text-lilac-300\/50 {
  color: rgb(249 243 255 / 0.5);
}
.text-lilac-300\/60 {
  color: rgb(249 243 255 / 0.6);
}
.text-lilac-300\/70 {
  color: rgb(249 243 255 / 0.7);
}
.text-lilac-300\/75 {
  color: rgb(249 243 255 / 0.75);
}
.text-lilac-300\/80 {
  color: rgb(249 243 255 / 0.8);
}
.text-lilac-300\/90 {
  color: rgb(249 243 255 / 0.9);
}
.text-lilac-300\/95 {
  color: rgb(249 243 255 / 0.95);
}
.text-lilac-400 {
  --tw-text-opacity: 1;
  color: rgb(240 228 255 / var(--tw-text-opacity));
}
.text-lilac-400\/0 {
  color: rgb(240 228 255 / 0);
}
.text-lilac-400\/10 {
  color: rgb(240 228 255 / 0.1);
}
.text-lilac-400\/100 {
  color: rgb(240 228 255 / 1);
}
.text-lilac-400\/20 {
  color: rgb(240 228 255 / 0.2);
}
.text-lilac-400\/25 {
  color: rgb(240 228 255 / 0.25);
}
.text-lilac-400\/30 {
  color: rgb(240 228 255 / 0.3);
}
.text-lilac-400\/40 {
  color: rgb(240 228 255 / 0.4);
}
.text-lilac-400\/5 {
  color: rgb(240 228 255 / 0.05);
}
.text-lilac-400\/50 {
  color: rgb(240 228 255 / 0.5);
}
.text-lilac-400\/60 {
  color: rgb(240 228 255 / 0.6);
}
.text-lilac-400\/70 {
  color: rgb(240 228 255 / 0.7);
}
.text-lilac-400\/75 {
  color: rgb(240 228 255 / 0.75);
}
.text-lilac-400\/80 {
  color: rgb(240 228 255 / 0.8);
}
.text-lilac-400\/90 {
  color: rgb(240 228 255 / 0.9);
}
.text-lilac-400\/95 {
  color: rgb(240 228 255 / 0.95);
}
.text-lilac-500 {
  --tw-text-opacity: 1;
  color: rgb(226 203 255 / var(--tw-text-opacity));
}
.text-lilac-500\/0 {
  color: rgb(226 203 255 / 0);
}
.text-lilac-500\/10 {
  color: rgb(226 203 255 / 0.1);
}
.text-lilac-500\/100 {
  color: rgb(226 203 255 / 1);
}
.text-lilac-500\/20 {
  color: rgb(226 203 255 / 0.2);
}
.text-lilac-500\/25 {
  color: rgb(226 203 255 / 0.25);
}
.text-lilac-500\/30 {
  color: rgb(226 203 255 / 0.3);
}
.text-lilac-500\/40 {
  color: rgb(226 203 255 / 0.4);
}
.text-lilac-500\/5 {
  color: rgb(226 203 255 / 0.05);
}
.text-lilac-500\/50 {
  color: rgb(226 203 255 / 0.5);
}
.text-lilac-500\/60 {
  color: rgb(226 203 255 / 0.6);
}
.text-lilac-500\/70 {
  color: rgb(226 203 255 / 0.7);
}
.text-lilac-500\/75 {
  color: rgb(226 203 255 / 0.75);
}
.text-lilac-500\/80 {
  color: rgb(226 203 255 / 0.8);
}
.text-lilac-500\/90 {
  color: rgb(226 203 255 / 0.9);
}
.text-lilac-500\/95 {
  color: rgb(226 203 255 / 0.95);
}
.text-lilac-600 {
  --tw-text-opacity: 1;
  color: rgb(183 155 217 / var(--tw-text-opacity));
}
.text-lilac-600\/0 {
  color: rgb(183 155 217 / 0);
}
.text-lilac-600\/10 {
  color: rgb(183 155 217 / 0.1);
}
.text-lilac-600\/100 {
  color: rgb(183 155 217 / 1);
}
.text-lilac-600\/20 {
  color: rgb(183 155 217 / 0.2);
}
.text-lilac-600\/25 {
  color: rgb(183 155 217 / 0.25);
}
.text-lilac-600\/30 {
  color: rgb(183 155 217 / 0.3);
}
.text-lilac-600\/40 {
  color: rgb(183 155 217 / 0.4);
}
.text-lilac-600\/5 {
  color: rgb(183 155 217 / 0.05);
}
.text-lilac-600\/50 {
  color: rgb(183 155 217 / 0.5);
}
.text-lilac-600\/60 {
  color: rgb(183 155 217 / 0.6);
}
.text-lilac-600\/70 {
  color: rgb(183 155 217 / 0.7);
}
.text-lilac-600\/75 {
  color: rgb(183 155 217 / 0.75);
}
.text-lilac-600\/80 {
  color: rgb(183 155 217 / 0.8);
}
.text-lilac-600\/90 {
  color: rgb(183 155 217 / 0.9);
}
.text-lilac-600\/95 {
  color: rgb(183 155 217 / 0.95);
}
.text-lime-300 {
  --tw-text-opacity: 1;
  color: rgb(237 255 215 / var(--tw-text-opacity));
}
.text-lime-300\/0 {
  color: rgb(237 255 215 / 0);
}
.text-lime-300\/10 {
  color: rgb(237 255 215 / 0.1);
}
.text-lime-300\/100 {
  color: rgb(237 255 215 / 1);
}
.text-lime-300\/20 {
  color: rgb(237 255 215 / 0.2);
}
.text-lime-300\/25 {
  color: rgb(237 255 215 / 0.25);
}
.text-lime-300\/30 {
  color: rgb(237 255 215 / 0.3);
}
.text-lime-300\/40 {
  color: rgb(237 255 215 / 0.4);
}
.text-lime-300\/5 {
  color: rgb(237 255 215 / 0.05);
}
.text-lime-300\/50 {
  color: rgb(237 255 215 / 0.5);
}
.text-lime-300\/60 {
  color: rgb(237 255 215 / 0.6);
}
.text-lime-300\/70 {
  color: rgb(237 255 215 / 0.7);
}
.text-lime-300\/75 {
  color: rgb(237 255 215 / 0.75);
}
.text-lime-300\/80 {
  color: rgb(237 255 215 / 0.8);
}
.text-lime-300\/90 {
  color: rgb(237 255 215 / 0.9);
}
.text-lime-300\/95 {
  color: rgb(237 255 215 / 0.95);
}
.text-lime-400 {
  --tw-text-opacity: 1;
  color: rgb(215 255 164 / var(--tw-text-opacity));
}
.text-lime-400\/0 {
  color: rgb(215 255 164 / 0);
}
.text-lime-400\/10 {
  color: rgb(215 255 164 / 0.1);
}
.text-lime-400\/100 {
  color: rgb(215 255 164 / 1);
}
.text-lime-400\/20 {
  color: rgb(215 255 164 / 0.2);
}
.text-lime-400\/25 {
  color: rgb(215 255 164 / 0.25);
}
.text-lime-400\/30 {
  color: rgb(215 255 164 / 0.3);
}
.text-lime-400\/40 {
  color: rgb(215 255 164 / 0.4);
}
.text-lime-400\/5 {
  color: rgb(215 255 164 / 0.05);
}
.text-lime-400\/50 {
  color: rgb(215 255 164 / 0.5);
}
.text-lime-400\/60 {
  color: rgb(215 255 164 / 0.6);
}
.text-lime-400\/70 {
  color: rgb(215 255 164 / 0.7);
}
.text-lime-400\/75 {
  color: rgb(215 255 164 / 0.75);
}
.text-lime-400\/80 {
  color: rgb(215 255 164 / 0.8);
}
.text-lime-400\/90 {
  color: rgb(215 255 164 / 0.9);
}
.text-lime-400\/95 {
  color: rgb(215 255 164 / 0.95);
}
.text-lime-500 {
  --tw-text-opacity: 1;
  color: rgb(192 243 127 / var(--tw-text-opacity));
}
.text-lime-500\/0 {
  color: rgb(192 243 127 / 0);
}
.text-lime-500\/10 {
  color: rgb(192 243 127 / 0.1);
}
.text-lime-500\/100 {
  color: rgb(192 243 127 / 1);
}
.text-lime-500\/20 {
  color: rgb(192 243 127 / 0.2);
}
.text-lime-500\/25 {
  color: rgb(192 243 127 / 0.25);
}
.text-lime-500\/30 {
  color: rgb(192 243 127 / 0.3);
}
.text-lime-500\/40 {
  color: rgb(192 243 127 / 0.4);
}
.text-lime-500\/5 {
  color: rgb(192 243 127 / 0.05);
}
.text-lime-500\/50 {
  color: rgb(192 243 127 / 0.5);
}
.text-lime-500\/60 {
  color: rgb(192 243 127 / 0.6);
}
.text-lime-500\/70 {
  color: rgb(192 243 127 / 0.7);
}
.text-lime-500\/75 {
  color: rgb(192 243 127 / 0.75);
}
.text-lime-500\/80 {
  color: rgb(192 243 127 / 0.8);
}
.text-lime-500\/90 {
  color: rgb(192 243 127 / 0.9);
}
.text-lime-500\/95 {
  color: rgb(192 243 127 / 0.95);
}
.text-lime-600 {
  --tw-text-opacity: 1;
  color: rgb(163 222 89 / var(--tw-text-opacity));
}
.text-lime-600\/0 {
  color: rgb(163 222 89 / 0);
}
.text-lime-600\/10 {
  color: rgb(163 222 89 / 0.1);
}
.text-lime-600\/100 {
  color: rgb(163 222 89 / 1);
}
.text-lime-600\/20 {
  color: rgb(163 222 89 / 0.2);
}
.text-lime-600\/25 {
  color: rgb(163 222 89 / 0.25);
}
.text-lime-600\/30 {
  color: rgb(163 222 89 / 0.3);
}
.text-lime-600\/40 {
  color: rgb(163 222 89 / 0.4);
}
.text-lime-600\/5 {
  color: rgb(163 222 89 / 0.05);
}
.text-lime-600\/50 {
  color: rgb(163 222 89 / 0.5);
}
.text-lime-600\/60 {
  color: rgb(163 222 89 / 0.6);
}
.text-lime-600\/70 {
  color: rgb(163 222 89 / 0.7);
}
.text-lime-600\/75 {
  color: rgb(163 222 89 / 0.75);
}
.text-lime-600\/80 {
  color: rgb(163 222 89 / 0.8);
}
.text-lime-600\/90 {
  color: rgb(163 222 89 / 0.9);
}
.text-lime-600\/95 {
  color: rgb(163 222 89 / 0.95);
}
.text-link-dark {
  --tw-text-opacity: 1;
  color: rgb(132 177 245 / var(--tw-text-opacity));
}
.text-link-dark-hover {
  --tw-text-opacity: 1;
  color: rgb(92 134 198 / var(--tw-text-opacity));
}
.text-link-dark-hover\/0 {
  color: rgb(92 134 198 / 0);
}
.text-link-dark-hover\/10 {
  color: rgb(92 134 198 / 0.1);
}
.text-link-dark-hover\/100 {
  color: rgb(92 134 198 / 1);
}
.text-link-dark-hover\/20 {
  color: rgb(92 134 198 / 0.2);
}
.text-link-dark-hover\/25 {
  color: rgb(92 134 198 / 0.25);
}
.text-link-dark-hover\/30 {
  color: rgb(92 134 198 / 0.3);
}
.text-link-dark-hover\/40 {
  color: rgb(92 134 198 / 0.4);
}
.text-link-dark-hover\/5 {
  color: rgb(92 134 198 / 0.05);
}
.text-link-dark-hover\/50 {
  color: rgb(92 134 198 / 0.5);
}
.text-link-dark-hover\/60 {
  color: rgb(92 134 198 / 0.6);
}
.text-link-dark-hover\/70 {
  color: rgb(92 134 198 / 0.7);
}
.text-link-dark-hover\/75 {
  color: rgb(92 134 198 / 0.75);
}
.text-link-dark-hover\/80 {
  color: rgb(92 134 198 / 0.8);
}
.text-link-dark-hover\/90 {
  color: rgb(92 134 198 / 0.9);
}
.text-link-dark-hover\/95 {
  color: rgb(92 134 198 / 0.95);
}
.text-link-dark\/0 {
  color: rgb(132 177 245 / 0);
}
.text-link-dark\/10 {
  color: rgb(132 177 245 / 0.1);
}
.text-link-dark\/100 {
  color: rgb(132 177 245 / 1);
}
.text-link-dark\/20 {
  color: rgb(132 177 245 / 0.2);
}
.text-link-dark\/25 {
  color: rgb(132 177 245 / 0.25);
}
.text-link-dark\/30 {
  color: rgb(132 177 245 / 0.3);
}
.text-link-dark\/40 {
  color: rgb(132 177 245 / 0.4);
}
.text-link-dark\/5 {
  color: rgb(132 177 245 / 0.05);
}
.text-link-dark\/50 {
  color: rgb(132 177 245 / 0.5);
}
.text-link-dark\/60 {
  color: rgb(132 177 245 / 0.6);
}
.text-link-dark\/70 {
  color: rgb(132 177 245 / 0.7);
}
.text-link-dark\/75 {
  color: rgb(132 177 245 / 0.75);
}
.text-link-dark\/80 {
  color: rgb(132 177 245 / 0.8);
}
.text-link-dark\/90 {
  color: rgb(132 177 245 / 0.9);
}
.text-link-dark\/95 {
  color: rgb(132 177 245 / 0.95);
}
.text-link-default {
  --tw-text-opacity: 1;
  color: rgb(21 97 210 / var(--tw-text-opacity));
}
.text-link-default\/0 {
  color: rgb(21 97 210 / 0);
}
.text-link-default\/10 {
  color: rgb(21 97 210 / 0.1);
}
.text-link-default\/100 {
  color: rgb(21 97 210 / 1);
}
.text-link-default\/20 {
  color: rgb(21 97 210 / 0.2);
}
.text-link-default\/25 {
  color: rgb(21 97 210 / 0.25);
}
.text-link-default\/30 {
  color: rgb(21 97 210 / 0.3);
}
.text-link-default\/40 {
  color: rgb(21 97 210 / 0.4);
}
.text-link-default\/5 {
  color: rgb(21 97 210 / 0.05);
}
.text-link-default\/50 {
  color: rgb(21 97 210 / 0.5);
}
.text-link-default\/60 {
  color: rgb(21 97 210 / 0.6);
}
.text-link-default\/70 {
  color: rgb(21 97 210 / 0.7);
}
.text-link-default\/75 {
  color: rgb(21 97 210 / 0.75);
}
.text-link-default\/80 {
  color: rgb(21 97 210 / 0.8);
}
.text-link-default\/90 {
  color: rgb(21 97 210 / 0.9);
}
.text-link-default\/95 {
  color: rgb(21 97 210 / 0.95);
}
.text-link-hover {
  --tw-text-opacity: 1;
  color: rgb(10 71 163 / var(--tw-text-opacity));
}
.text-link-hover\/0 {
  color: rgb(10 71 163 / 0);
}
.text-link-hover\/10 {
  color: rgb(10 71 163 / 0.1);
}
.text-link-hover\/100 {
  color: rgb(10 71 163 / 1);
}
.text-link-hover\/20 {
  color: rgb(10 71 163 / 0.2);
}
.text-link-hover\/25 {
  color: rgb(10 71 163 / 0.25);
}
.text-link-hover\/30 {
  color: rgb(10 71 163 / 0.3);
}
.text-link-hover\/40 {
  color: rgb(10 71 163 / 0.4);
}
.text-link-hover\/5 {
  color: rgb(10 71 163 / 0.05);
}
.text-link-hover\/50 {
  color: rgb(10 71 163 / 0.5);
}
.text-link-hover\/60 {
  color: rgb(10 71 163 / 0.6);
}
.text-link-hover\/70 {
  color: rgb(10 71 163 / 0.7);
}
.text-link-hover\/75 {
  color: rgb(10 71 163 / 0.75);
}
.text-link-hover\/80 {
  color: rgb(10 71 163 / 0.8);
}
.text-link-hover\/90 {
  color: rgb(10 71 163 / 0.9);
}
.text-link-hover\/95 {
  color: rgb(10 71 163 / 0.95);
}
.text-navy-100 {
  --tw-text-opacity: 1;
  color: rgb(166 209 255 / var(--tw-text-opacity));
}
.text-navy-100\/0 {
  color: rgb(166 209 255 / 0);
}
.text-navy-100\/10 {
  color: rgb(166 209 255 / 0.1);
}
.text-navy-100\/100 {
  color: rgb(166 209 255 / 1);
}
.text-navy-100\/20 {
  color: rgb(166 209 255 / 0.2);
}
.text-navy-100\/25 {
  color: rgb(166 209 255 / 0.25);
}
.text-navy-100\/30 {
  color: rgb(166 209 255 / 0.3);
}
.text-navy-100\/40 {
  color: rgb(166 209 255 / 0.4);
}
.text-navy-100\/5 {
  color: rgb(166 209 255 / 0.05);
}
.text-navy-100\/50 {
  color: rgb(166 209 255 / 0.5);
}
.text-navy-100\/60 {
  color: rgb(166 209 255 / 0.6);
}
.text-navy-100\/70 {
  color: rgb(166 209 255 / 0.7);
}
.text-navy-100\/75 {
  color: rgb(166 209 255 / 0.75);
}
.text-navy-100\/80 {
  color: rgb(166 209 255 / 0.8);
}
.text-navy-100\/90 {
  color: rgb(166 209 255 / 0.9);
}
.text-navy-100\/95 {
  color: rgb(166 209 255 / 0.95);
}
.text-navy-200 {
  --tw-text-opacity: 1;
  color: rgb(103 170 240 / var(--tw-text-opacity));
}
.text-navy-200\/0 {
  color: rgb(103 170 240 / 0);
}
.text-navy-200\/10 {
  color: rgb(103 170 240 / 0.1);
}
.text-navy-200\/100 {
  color: rgb(103 170 240 / 1);
}
.text-navy-200\/20 {
  color: rgb(103 170 240 / 0.2);
}
.text-navy-200\/25 {
  color: rgb(103 170 240 / 0.25);
}
.text-navy-200\/30 {
  color: rgb(103 170 240 / 0.3);
}
.text-navy-200\/40 {
  color: rgb(103 170 240 / 0.4);
}
.text-navy-200\/5 {
  color: rgb(103 170 240 / 0.05);
}
.text-navy-200\/50 {
  color: rgb(103 170 240 / 0.5);
}
.text-navy-200\/60 {
  color: rgb(103 170 240 / 0.6);
}
.text-navy-200\/70 {
  color: rgb(103 170 240 / 0.7);
}
.text-navy-200\/75 {
  color: rgb(103 170 240 / 0.75);
}
.text-navy-200\/80 {
  color: rgb(103 170 240 / 0.8);
}
.text-navy-200\/90 {
  color: rgb(103 170 240 / 0.9);
}
.text-navy-200\/95 {
  color: rgb(103 170 240 / 0.95);
}
.text-navy-300 {
  --tw-text-opacity: 1;
  color: rgb(65 141 222 / var(--tw-text-opacity));
}
.text-navy-300\/0 {
  color: rgb(65 141 222 / 0);
}
.text-navy-300\/10 {
  color: rgb(65 141 222 / 0.1);
}
.text-navy-300\/100 {
  color: rgb(65 141 222 / 1);
}
.text-navy-300\/20 {
  color: rgb(65 141 222 / 0.2);
}
.text-navy-300\/25 {
  color: rgb(65 141 222 / 0.25);
}
.text-navy-300\/30 {
  color: rgb(65 141 222 / 0.3);
}
.text-navy-300\/40 {
  color: rgb(65 141 222 / 0.4);
}
.text-navy-300\/5 {
  color: rgb(65 141 222 / 0.05);
}
.text-navy-300\/50 {
  color: rgb(65 141 222 / 0.5);
}
.text-navy-300\/60 {
  color: rgb(65 141 222 / 0.6);
}
.text-navy-300\/70 {
  color: rgb(65 141 222 / 0.7);
}
.text-navy-300\/75 {
  color: rgb(65 141 222 / 0.75);
}
.text-navy-300\/80 {
  color: rgb(65 141 222 / 0.8);
}
.text-navy-300\/90 {
  color: rgb(65 141 222 / 0.9);
}
.text-navy-300\/95 {
  color: rgb(65 141 222 / 0.95);
}
.text-navy-400 {
  --tw-text-opacity: 1;
  color: rgb(30 113 201 / var(--tw-text-opacity));
}
.text-navy-400\/0 {
  color: rgb(30 113 201 / 0);
}
.text-navy-400\/10 {
  color: rgb(30 113 201 / 0.1);
}
.text-navy-400\/100 {
  color: rgb(30 113 201 / 1);
}
.text-navy-400\/20 {
  color: rgb(30 113 201 / 0.2);
}
.text-navy-400\/25 {
  color: rgb(30 113 201 / 0.25);
}
.text-navy-400\/30 {
  color: rgb(30 113 201 / 0.3);
}
.text-navy-400\/40 {
  color: rgb(30 113 201 / 0.4);
}
.text-navy-400\/5 {
  color: rgb(30 113 201 / 0.05);
}
.text-navy-400\/50 {
  color: rgb(30 113 201 / 0.5);
}
.text-navy-400\/60 {
  color: rgb(30 113 201 / 0.6);
}
.text-navy-400\/70 {
  color: rgb(30 113 201 / 0.7);
}
.text-navy-400\/75 {
  color: rgb(30 113 201 / 0.75);
}
.text-navy-400\/80 {
  color: rgb(30 113 201 / 0.8);
}
.text-navy-400\/90 {
  color: rgb(30 113 201 / 0.9);
}
.text-navy-400\/95 {
  color: rgb(30 113 201 / 0.95);
}
.text-navy-50 {
  --tw-text-opacity: 1;
  color: rgb(216 235 255 / var(--tw-text-opacity));
}
.text-navy-50\/0 {
  color: rgb(216 235 255 / 0);
}
.text-navy-50\/10 {
  color: rgb(216 235 255 / 0.1);
}
.text-navy-50\/100 {
  color: rgb(216 235 255 / 1);
}
.text-navy-50\/20 {
  color: rgb(216 235 255 / 0.2);
}
.text-navy-50\/25 {
  color: rgb(216 235 255 / 0.25);
}
.text-navy-50\/30 {
  color: rgb(216 235 255 / 0.3);
}
.text-navy-50\/40 {
  color: rgb(216 235 255 / 0.4);
}
.text-navy-50\/5 {
  color: rgb(216 235 255 / 0.05);
}
.text-navy-50\/50 {
  color: rgb(216 235 255 / 0.5);
}
.text-navy-50\/60 {
  color: rgb(216 235 255 / 0.6);
}
.text-navy-50\/70 {
  color: rgb(216 235 255 / 0.7);
}
.text-navy-50\/75 {
  color: rgb(216 235 255 / 0.75);
}
.text-navy-50\/80 {
  color: rgb(216 235 255 / 0.8);
}
.text-navy-50\/90 {
  color: rgb(216 235 255 / 0.9);
}
.text-navy-50\/95 {
  color: rgb(216 235 255 / 0.95);
}
.text-navy-500 {
  --tw-text-opacity: 1;
  color: rgb(0 64 132 / var(--tw-text-opacity));
}
.text-navy-500\/0 {
  color: rgb(0 64 132 / 0);
}
.text-navy-500\/10 {
  color: rgb(0 64 132 / 0.1);
}
.text-navy-500\/100 {
  color: rgb(0 64 132 / 1);
}
.text-navy-500\/20 {
  color: rgb(0 64 132 / 0.2);
}
.text-navy-500\/25 {
  color: rgb(0 64 132 / 0.25);
}
.text-navy-500\/30 {
  color: rgb(0 64 132 / 0.3);
}
.text-navy-500\/40 {
  color: rgb(0 64 132 / 0.4);
}
.text-navy-500\/5 {
  color: rgb(0 64 132 / 0.05);
}
.text-navy-500\/50 {
  color: rgb(0 64 132 / 0.5);
}
.text-navy-500\/60 {
  color: rgb(0 64 132 / 0.6);
}
.text-navy-500\/70 {
  color: rgb(0 64 132 / 0.7);
}
.text-navy-500\/75 {
  color: rgb(0 64 132 / 0.75);
}
.text-navy-500\/80 {
  color: rgb(0 64 132 / 0.8);
}
.text-navy-500\/90 {
  color: rgb(0 64 132 / 0.9);
}
.text-navy-500\/95 {
  color: rgb(0 64 132 / 0.95);
}
.text-navy-600 {
  --tw-text-opacity: 1;
  color: rgb(3 50 99 / var(--tw-text-opacity));
}
.text-navy-600\/0 {
  color: rgb(3 50 99 / 0);
}
.text-navy-600\/10 {
  color: rgb(3 50 99 / 0.1);
}
.text-navy-600\/100 {
  color: rgb(3 50 99 / 1);
}
.text-navy-600\/20 {
  color: rgb(3 50 99 / 0.2);
}
.text-navy-600\/25 {
  color: rgb(3 50 99 / 0.25);
}
.text-navy-600\/30 {
  color: rgb(3 50 99 / 0.3);
}
.text-navy-600\/40 {
  color: rgb(3 50 99 / 0.4);
}
.text-navy-600\/5 {
  color: rgb(3 50 99 / 0.05);
}
.text-navy-600\/50 {
  color: rgb(3 50 99 / 0.5);
}
.text-navy-600\/60 {
  color: rgb(3 50 99 / 0.6);
}
.text-navy-600\/70 {
  color: rgb(3 50 99 / 0.7);
}
.text-navy-600\/75 {
  color: rgb(3 50 99 / 0.75);
}
.text-navy-600\/80 {
  color: rgb(3 50 99 / 0.8);
}
.text-navy-600\/90 {
  color: rgb(3 50 99 / 0.9);
}
.text-navy-600\/95 {
  color: rgb(3 50 99 / 0.95);
}
.text-navy-700 {
  --tw-text-opacity: 1;
  color: rgb(7 38 71 / var(--tw-text-opacity));
}
.text-navy-700\/0 {
  color: rgb(7 38 71 / 0);
}
.text-navy-700\/10 {
  color: rgb(7 38 71 / 0.1);
}
.text-navy-700\/100 {
  color: rgb(7 38 71 / 1);
}
.text-navy-700\/20 {
  color: rgb(7 38 71 / 0.2);
}
.text-navy-700\/25 {
  color: rgb(7 38 71 / 0.25);
}
.text-navy-700\/30 {
  color: rgb(7 38 71 / 0.3);
}
.text-navy-700\/40 {
  color: rgb(7 38 71 / 0.4);
}
.text-navy-700\/5 {
  color: rgb(7 38 71 / 0.05);
}
.text-navy-700\/50 {
  color: rgb(7 38 71 / 0.5);
}
.text-navy-700\/60 {
  color: rgb(7 38 71 / 0.6);
}
.text-navy-700\/70 {
  color: rgb(7 38 71 / 0.7);
}
.text-navy-700\/75 {
  color: rgb(7 38 71 / 0.75);
}
.text-navy-700\/80 {
  color: rgb(7 38 71 / 0.8);
}
.text-navy-700\/90 {
  color: rgb(7 38 71 / 0.9);
}
.text-navy-700\/95 {
  color: rgb(7 38 71 / 0.95);
}
.text-navy-800 {
  --tw-text-opacity: 1;
  color: rgb(9 29 49 / var(--tw-text-opacity));
}
.text-navy-800\/0 {
  color: rgb(9 29 49 / 0);
}
.text-navy-800\/10 {
  color: rgb(9 29 49 / 0.1);
}
.text-navy-800\/100 {
  color: rgb(9 29 49 / 1);
}
.text-navy-800\/20 {
  color: rgb(9 29 49 / 0.2);
}
.text-navy-800\/25 {
  color: rgb(9 29 49 / 0.25);
}
.text-navy-800\/30 {
  color: rgb(9 29 49 / 0.3);
}
.text-navy-800\/40 {
  color: rgb(9 29 49 / 0.4);
}
.text-navy-800\/5 {
  color: rgb(9 29 49 / 0.05);
}
.text-navy-800\/50 {
  color: rgb(9 29 49 / 0.5);
}
.text-navy-800\/60 {
  color: rgb(9 29 49 / 0.6);
}
.text-navy-800\/70 {
  color: rgb(9 29 49 / 0.7);
}
.text-navy-800\/75 {
  color: rgb(9 29 49 / 0.75);
}
.text-navy-800\/80 {
  color: rgb(9 29 49 / 0.8);
}
.text-navy-800\/90 {
  color: rgb(9 29 49 / 0.9);
}
.text-navy-800\/95 {
  color: rgb(9 29 49 / 0.95);
}
.text-navy-900 {
  --tw-text-opacity: 1;
  color: rgb(9 19 30 / var(--tw-text-opacity));
}
.text-navy-900\/0 {
  color: rgb(9 19 30 / 0);
}
.text-navy-900\/10 {
  color: rgb(9 19 30 / 0.1);
}
.text-navy-900\/100 {
  color: rgb(9 19 30 / 1);
}
.text-navy-900\/20 {
  color: rgb(9 19 30 / 0.2);
}
.text-navy-900\/25 {
  color: rgb(9 19 30 / 0.25);
}
.text-navy-900\/30 {
  color: rgb(9 19 30 / 0.3);
}
.text-navy-900\/40 {
  color: rgb(9 19 30 / 0.4);
}
.text-navy-900\/5 {
  color: rgb(9 19 30 / 0.05);
}
.text-navy-900\/50 {
  color: rgb(9 19 30 / 0.5);
}
.text-navy-900\/60 {
  color: rgb(9 19 30 / 0.6);
}
.text-navy-900\/70 {
  color: rgb(9 19 30 / 0.7);
}
.text-navy-900\/75 {
  color: rgb(9 19 30 / 0.75);
}
.text-navy-900\/80 {
  color: rgb(9 19 30 / 0.8);
}
.text-navy-900\/90 {
  color: rgb(9 19 30 / 0.9);
}
.text-navy-900\/95 {
  color: rgb(9 19 30 / 0.95);
}
.text-neutral-300 {
  --tw-text-opacity: 1;
  color: rgb(73 73 81 / var(--tw-text-opacity));
}
.text-neutral-300\/0 {
  color: rgb(73 73 81 / 0);
}
.text-neutral-300\/10 {
  color: rgb(73 73 81 / 0.1);
}
.text-neutral-300\/100 {
  color: rgb(73 73 81 / 1);
}
.text-neutral-300\/20 {
  color: rgb(73 73 81 / 0.2);
}
.text-neutral-300\/25 {
  color: rgb(73 73 81 / 0.25);
}
.text-neutral-300\/30 {
  color: rgb(73 73 81 / 0.3);
}
.text-neutral-300\/40 {
  color: rgb(73 73 81 / 0.4);
}
.text-neutral-300\/5 {
  color: rgb(73 73 81 / 0.05);
}
.text-neutral-300\/50 {
  color: rgb(73 73 81 / 0.5);
}
.text-neutral-300\/60 {
  color: rgb(73 73 81 / 0.6);
}
.text-neutral-300\/70 {
  color: rgb(73 73 81 / 0.7);
}
.text-neutral-300\/75 {
  color: rgb(73 73 81 / 0.75);
}
.text-neutral-300\/80 {
  color: rgb(73 73 81 / 0.8);
}
.text-neutral-300\/90 {
  color: rgb(73 73 81 / 0.9);
}
.text-neutral-300\/95 {
  color: rgb(73 73 81 / 0.95);
}
.text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(48 54 61 / var(--tw-text-opacity));
}
.text-neutral-400\/0 {
  color: rgb(48 54 61 / 0);
}
.text-neutral-400\/10 {
  color: rgb(48 54 61 / 0.1);
}
.text-neutral-400\/100 {
  color: rgb(48 54 61 / 1);
}
.text-neutral-400\/20 {
  color: rgb(48 54 61 / 0.2);
}
.text-neutral-400\/25 {
  color: rgb(48 54 61 / 0.25);
}
.text-neutral-400\/30 {
  color: rgb(48 54 61 / 0.3);
}
.text-neutral-400\/40 {
  color: rgb(48 54 61 / 0.4);
}
.text-neutral-400\/5 {
  color: rgb(48 54 61 / 0.05);
}
.text-neutral-400\/50 {
  color: rgb(48 54 61 / 0.5);
}
.text-neutral-400\/60 {
  color: rgb(48 54 61 / 0.6);
}
.text-neutral-400\/70 {
  color: rgb(48 54 61 / 0.7);
}
.text-neutral-400\/75 {
  color: rgb(48 54 61 / 0.75);
}
.text-neutral-400\/80 {
  color: rgb(48 54 61 / 0.8);
}
.text-neutral-400\/90 {
  color: rgb(48 54 61 / 0.9);
}
.text-neutral-400\/95 {
  color: rgb(48 54 61 / 0.95);
}
.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(42 45 53 / var(--tw-text-opacity));
}
.text-neutral-500\/0 {
  color: rgb(42 45 53 / 0);
}
.text-neutral-500\/10 {
  color: rgb(42 45 53 / 0.1);
}
.text-neutral-500\/100 {
  color: rgb(42 45 53 / 1);
}
.text-neutral-500\/20 {
  color: rgb(42 45 53 / 0.2);
}
.text-neutral-500\/25 {
  color: rgb(42 45 53 / 0.25);
}
.text-neutral-500\/30 {
  color: rgb(42 45 53 / 0.3);
}
.text-neutral-500\/40 {
  color: rgb(42 45 53 / 0.4);
}
.text-neutral-500\/5 {
  color: rgb(42 45 53 / 0.05);
}
.text-neutral-500\/50 {
  color: rgb(42 45 53 / 0.5);
}
.text-neutral-500\/60 {
  color: rgb(42 45 53 / 0.6);
}
.text-neutral-500\/70 {
  color: rgb(42 45 53 / 0.7);
}
.text-neutral-500\/75 {
  color: rgb(42 45 53 / 0.75);
}
.text-neutral-500\/80 {
  color: rgb(42 45 53 / 0.8);
}
.text-neutral-500\/90 {
  color: rgb(42 45 53 / 0.9);
}
.text-neutral-500\/95 {
  color: rgb(42 45 53 / 0.95);
}
.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(26 29 34 / var(--tw-text-opacity));
}
.text-neutral-600\/0 {
  color: rgb(26 29 34 / 0);
}
.text-neutral-600\/10 {
  color: rgb(26 29 34 / 0.1);
}
.text-neutral-600\/100 {
  color: rgb(26 29 34 / 1);
}
.text-neutral-600\/20 {
  color: rgb(26 29 34 / 0.2);
}
.text-neutral-600\/25 {
  color: rgb(26 29 34 / 0.25);
}
.text-neutral-600\/30 {
  color: rgb(26 29 34 / 0.3);
}
.text-neutral-600\/40 {
  color: rgb(26 29 34 / 0.4);
}
.text-neutral-600\/5 {
  color: rgb(26 29 34 / 0.05);
}
.text-neutral-600\/50 {
  color: rgb(26 29 34 / 0.5);
}
.text-neutral-600\/60 {
  color: rgb(26 29 34 / 0.6);
}
.text-neutral-600\/70 {
  color: rgb(26 29 34 / 0.7);
}
.text-neutral-600\/75 {
  color: rgb(26 29 34 / 0.75);
}
.text-neutral-600\/80 {
  color: rgb(26 29 34 / 0.8);
}
.text-neutral-600\/90 {
  color: rgb(26 29 34 / 0.9);
}
.text-neutral-600\/95 {
  color: rgb(26 29 34 / 0.95);
}
.text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgb(15 19 26 / var(--tw-text-opacity));
}
.text-neutral-700\/0 {
  color: rgb(15 19 26 / 0);
}
.text-neutral-700\/10 {
  color: rgb(15 19 26 / 0.1);
}
.text-neutral-700\/100 {
  color: rgb(15 19 26 / 1);
}
.text-neutral-700\/20 {
  color: rgb(15 19 26 / 0.2);
}
.text-neutral-700\/25 {
  color: rgb(15 19 26 / 0.25);
}
.text-neutral-700\/30 {
  color: rgb(15 19 26 / 0.3);
}
.text-neutral-700\/40 {
  color: rgb(15 19 26 / 0.4);
}
.text-neutral-700\/5 {
  color: rgb(15 19 26 / 0.05);
}
.text-neutral-700\/50 {
  color: rgb(15 19 26 / 0.5);
}
.text-neutral-700\/60 {
  color: rgb(15 19 26 / 0.6);
}
.text-neutral-700\/70 {
  color: rgb(15 19 26 / 0.7);
}
.text-neutral-700\/75 {
  color: rgb(15 19 26 / 0.75);
}
.text-neutral-700\/80 {
  color: rgb(15 19 26 / 0.8);
}
.text-neutral-700\/90 {
  color: rgb(15 19 26 / 0.9);
}
.text-neutral-700\/95 {
  color: rgb(15 19 26 / 0.95);
}
.text-neutral-800 {
  --tw-text-opacity: 1;
  color: rgb(1 4 10 / var(--tw-text-opacity));
}
.text-neutral-800\/0 {
  color: rgb(1 4 10 / 0);
}
.text-neutral-800\/10 {
  color: rgb(1 4 10 / 0.1);
}
.text-neutral-800\/100 {
  color: rgb(1 4 10 / 1);
}
.text-neutral-800\/20 {
  color: rgb(1 4 10 / 0.2);
}
.text-neutral-800\/25 {
  color: rgb(1 4 10 / 0.25);
}
.text-neutral-800\/30 {
  color: rgb(1 4 10 / 0.3);
}
.text-neutral-800\/40 {
  color: rgb(1 4 10 / 0.4);
}
.text-neutral-800\/5 {
  color: rgb(1 4 10 / 0.05);
}
.text-neutral-800\/50 {
  color: rgb(1 4 10 / 0.5);
}
.text-neutral-800\/60 {
  color: rgb(1 4 10 / 0.6);
}
.text-neutral-800\/70 {
  color: rgb(1 4 10 / 0.7);
}
.text-neutral-800\/75 {
  color: rgb(1 4 10 / 0.75);
}
.text-neutral-800\/80 {
  color: rgb(1 4 10 / 0.8);
}
.text-neutral-800\/90 {
  color: rgb(1 4 10 / 0.9);
}
.text-neutral-800\/95 {
  color: rgb(1 4 10 / 0.95);
}
.text-neutral-900 {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-neutral-900\/0 {
  color: rgb(0 0 0 / 0);
}
.text-neutral-900\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-neutral-900\/100 {
  color: rgb(0 0 0 / 1);
}
.text-neutral-900\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-neutral-900\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-neutral-900\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-neutral-900\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-neutral-900\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-neutral-900\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-neutral-900\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-neutral-900\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-neutral-900\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-neutral-900\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-neutral-900\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-neutral-900\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-pea-300 {
  --tw-text-opacity: 1;
  color: rgb(240 255 227 / var(--tw-text-opacity));
}
.text-pea-300\/0 {
  color: rgb(240 255 227 / 0);
}
.text-pea-300\/10 {
  color: rgb(240 255 227 / 0.1);
}
.text-pea-300\/100 {
  color: rgb(240 255 227 / 1);
}
.text-pea-300\/20 {
  color: rgb(240 255 227 / 0.2);
}
.text-pea-300\/25 {
  color: rgb(240 255 227 / 0.25);
}
.text-pea-300\/30 {
  color: rgb(240 255 227 / 0.3);
}
.text-pea-300\/40 {
  color: rgb(240 255 227 / 0.4);
}
.text-pea-300\/5 {
  color: rgb(240 255 227 / 0.05);
}
.text-pea-300\/50 {
  color: rgb(240 255 227 / 0.5);
}
.text-pea-300\/60 {
  color: rgb(240 255 227 / 0.6);
}
.text-pea-300\/70 {
  color: rgb(240 255 227 / 0.7);
}
.text-pea-300\/75 {
  color: rgb(240 255 227 / 0.75);
}
.text-pea-300\/80 {
  color: rgb(240 255 227 / 0.8);
}
.text-pea-300\/90 {
  color: rgb(240 255 227 / 0.9);
}
.text-pea-300\/95 {
  color: rgb(240 255 227 / 0.95);
}
.text-pea-400 {
  --tw-text-opacity: 1;
  color: rgb(226 255 203 / var(--tw-text-opacity));
}
.text-pea-400\/0 {
  color: rgb(226 255 203 / 0);
}
.text-pea-400\/10 {
  color: rgb(226 255 203 / 0.1);
}
.text-pea-400\/100 {
  color: rgb(226 255 203 / 1);
}
.text-pea-400\/20 {
  color: rgb(226 255 203 / 0.2);
}
.text-pea-400\/25 {
  color: rgb(226 255 203 / 0.25);
}
.text-pea-400\/30 {
  color: rgb(226 255 203 / 0.3);
}
.text-pea-400\/40 {
  color: rgb(226 255 203 / 0.4);
}
.text-pea-400\/5 {
  color: rgb(226 255 203 / 0.05);
}
.text-pea-400\/50 {
  color: rgb(226 255 203 / 0.5);
}
.text-pea-400\/60 {
  color: rgb(226 255 203 / 0.6);
}
.text-pea-400\/70 {
  color: rgb(226 255 203 / 0.7);
}
.text-pea-400\/75 {
  color: rgb(226 255 203 / 0.75);
}
.text-pea-400\/80 {
  color: rgb(226 255 203 / 0.8);
}
.text-pea-400\/90 {
  color: rgb(226 255 203 / 0.9);
}
.text-pea-400\/95 {
  color: rgb(226 255 203 / 0.95);
}
.text-pea-500 {
  --tw-text-opacity: 1;
  color: rgb(195 229 168 / var(--tw-text-opacity));
}
.text-pea-500\/0 {
  color: rgb(195 229 168 / 0);
}
.text-pea-500\/10 {
  color: rgb(195 229 168 / 0.1);
}
.text-pea-500\/100 {
  color: rgb(195 229 168 / 1);
}
.text-pea-500\/20 {
  color: rgb(195 229 168 / 0.2);
}
.text-pea-500\/25 {
  color: rgb(195 229 168 / 0.25);
}
.text-pea-500\/30 {
  color: rgb(195 229 168 / 0.3);
}
.text-pea-500\/40 {
  color: rgb(195 229 168 / 0.4);
}
.text-pea-500\/5 {
  color: rgb(195 229 168 / 0.05);
}
.text-pea-500\/50 {
  color: rgb(195 229 168 / 0.5);
}
.text-pea-500\/60 {
  color: rgb(195 229 168 / 0.6);
}
.text-pea-500\/70 {
  color: rgb(195 229 168 / 0.7);
}
.text-pea-500\/75 {
  color: rgb(195 229 168 / 0.75);
}
.text-pea-500\/80 {
  color: rgb(195 229 168 / 0.8);
}
.text-pea-500\/90 {
  color: rgb(195 229 168 / 0.9);
}
.text-pea-500\/95 {
  color: rgb(195 229 168 / 0.95);
}
.text-pea-600 {
  --tw-text-opacity: 1;
  color: rgb(168 199 143 / var(--tw-text-opacity));
}
.text-pea-600\/0 {
  color: rgb(168 199 143 / 0);
}
.text-pea-600\/10 {
  color: rgb(168 199 143 / 0.1);
}
.text-pea-600\/100 {
  color: rgb(168 199 143 / 1);
}
.text-pea-600\/20 {
  color: rgb(168 199 143 / 0.2);
}
.text-pea-600\/25 {
  color: rgb(168 199 143 / 0.25);
}
.text-pea-600\/30 {
  color: rgb(168 199 143 / 0.3);
}
.text-pea-600\/40 {
  color: rgb(168 199 143 / 0.4);
}
.text-pea-600\/5 {
  color: rgb(168 199 143 / 0.05);
}
.text-pea-600\/50 {
  color: rgb(168 199 143 / 0.5);
}
.text-pea-600\/60 {
  color: rgb(168 199 143 / 0.6);
}
.text-pea-600\/70 {
  color: rgb(168 199 143 / 0.7);
}
.text-pea-600\/75 {
  color: rgb(168 199 143 / 0.75);
}
.text-pea-600\/80 {
  color: rgb(168 199 143 / 0.8);
}
.text-pea-600\/90 {
  color: rgb(168 199 143 / 0.9);
}
.text-pea-600\/95 {
  color: rgb(168 199 143 / 0.95);
}
.text-peacock-100 {
  --tw-text-opacity: 1;
  color: rgb(167 200 249 / var(--tw-text-opacity));
}
.text-peacock-100\/0 {
  color: rgb(167 200 249 / 0);
}
.text-peacock-100\/10 {
  color: rgb(167 200 249 / 0.1);
}
.text-peacock-100\/100 {
  color: rgb(167 200 249 / 1);
}
.text-peacock-100\/20 {
  color: rgb(167 200 249 / 0.2);
}
.text-peacock-100\/25 {
  color: rgb(167 200 249 / 0.25);
}
.text-peacock-100\/30 {
  color: rgb(167 200 249 / 0.3);
}
.text-peacock-100\/40 {
  color: rgb(167 200 249 / 0.4);
}
.text-peacock-100\/5 {
  color: rgb(167 200 249 / 0.05);
}
.text-peacock-100\/50 {
  color: rgb(167 200 249 / 0.5);
}
.text-peacock-100\/60 {
  color: rgb(167 200 249 / 0.6);
}
.text-peacock-100\/70 {
  color: rgb(167 200 249 / 0.7);
}
.text-peacock-100\/75 {
  color: rgb(167 200 249 / 0.75);
}
.text-peacock-100\/80 {
  color: rgb(167 200 249 / 0.8);
}
.text-peacock-100\/90 {
  color: rgb(167 200 249 / 0.9);
}
.text-peacock-100\/95 {
  color: rgb(167 200 249 / 0.95);
}
.text-peacock-200 {
  --tw-text-opacity: 1;
  color: rgb(119 170 244 / var(--tw-text-opacity));
}
.text-peacock-200\/0 {
  color: rgb(119 170 244 / 0);
}
.text-peacock-200\/10 {
  color: rgb(119 170 244 / 0.1);
}
.text-peacock-200\/100 {
  color: rgb(119 170 244 / 1);
}
.text-peacock-200\/20 {
  color: rgb(119 170 244 / 0.2);
}
.text-peacock-200\/25 {
  color: rgb(119 170 244 / 0.25);
}
.text-peacock-200\/30 {
  color: rgb(119 170 244 / 0.3);
}
.text-peacock-200\/40 {
  color: rgb(119 170 244 / 0.4);
}
.text-peacock-200\/5 {
  color: rgb(119 170 244 / 0.05);
}
.text-peacock-200\/50 {
  color: rgb(119 170 244 / 0.5);
}
.text-peacock-200\/60 {
  color: rgb(119 170 244 / 0.6);
}
.text-peacock-200\/70 {
  color: rgb(119 170 244 / 0.7);
}
.text-peacock-200\/75 {
  color: rgb(119 170 244 / 0.75);
}
.text-peacock-200\/80 {
  color: rgb(119 170 244 / 0.8);
}
.text-peacock-200\/90 {
  color: rgb(119 170 244 / 0.9);
}
.text-peacock-200\/95 {
  color: rgb(119 170 244 / 0.95);
}
.text-peacock-300 {
  --tw-text-opacity: 1;
  color: rgb(78 142 238 / var(--tw-text-opacity));
}
.text-peacock-300\/0 {
  color: rgb(78 142 238 / 0);
}
.text-peacock-300\/10 {
  color: rgb(78 142 238 / 0.1);
}
.text-peacock-300\/100 {
  color: rgb(78 142 238 / 1);
}
.text-peacock-300\/20 {
  color: rgb(78 142 238 / 0.2);
}
.text-peacock-300\/25 {
  color: rgb(78 142 238 / 0.25);
}
.text-peacock-300\/30 {
  color: rgb(78 142 238 / 0.3);
}
.text-peacock-300\/40 {
  color: rgb(78 142 238 / 0.4);
}
.text-peacock-300\/5 {
  color: rgb(78 142 238 / 0.05);
}
.text-peacock-300\/50 {
  color: rgb(78 142 238 / 0.5);
}
.text-peacock-300\/60 {
  color: rgb(78 142 238 / 0.6);
}
.text-peacock-300\/70 {
  color: rgb(78 142 238 / 0.7);
}
.text-peacock-300\/75 {
  color: rgb(78 142 238 / 0.75);
}
.text-peacock-300\/80 {
  color: rgb(78 142 238 / 0.8);
}
.text-peacock-300\/90 {
  color: rgb(78 142 238 / 0.9);
}
.text-peacock-300\/95 {
  color: rgb(78 142 238 / 0.95);
}
.text-peacock-400 {
  --tw-text-opacity: 1;
  color: rgb(46 117 223 / var(--tw-text-opacity));
}
.text-peacock-400\/0 {
  color: rgb(46 117 223 / 0);
}
.text-peacock-400\/10 {
  color: rgb(46 117 223 / 0.1);
}
.text-peacock-400\/100 {
  color: rgb(46 117 223 / 1);
}
.text-peacock-400\/20 {
  color: rgb(46 117 223 / 0.2);
}
.text-peacock-400\/25 {
  color: rgb(46 117 223 / 0.25);
}
.text-peacock-400\/30 {
  color: rgb(46 117 223 / 0.3);
}
.text-peacock-400\/40 {
  color: rgb(46 117 223 / 0.4);
}
.text-peacock-400\/5 {
  color: rgb(46 117 223 / 0.05);
}
.text-peacock-400\/50 {
  color: rgb(46 117 223 / 0.5);
}
.text-peacock-400\/60 {
  color: rgb(46 117 223 / 0.6);
}
.text-peacock-400\/70 {
  color: rgb(46 117 223 / 0.7);
}
.text-peacock-400\/75 {
  color: rgb(46 117 223 / 0.75);
}
.text-peacock-400\/80 {
  color: rgb(46 117 223 / 0.8);
}
.text-peacock-400\/90 {
  color: rgb(46 117 223 / 0.9);
}
.text-peacock-400\/95 {
  color: rgb(46 117 223 / 0.95);
}
.text-peacock-50 {
  --tw-text-opacity: 1;
  color: rgb(205 225 255 / var(--tw-text-opacity));
}
.text-peacock-50\/0 {
  color: rgb(205 225 255 / 0);
}
.text-peacock-50\/10 {
  color: rgb(205 225 255 / 0.1);
}
.text-peacock-50\/100 {
  color: rgb(205 225 255 / 1);
}
.text-peacock-50\/20 {
  color: rgb(205 225 255 / 0.2);
}
.text-peacock-50\/25 {
  color: rgb(205 225 255 / 0.25);
}
.text-peacock-50\/30 {
  color: rgb(205 225 255 / 0.3);
}
.text-peacock-50\/40 {
  color: rgb(205 225 255 / 0.4);
}
.text-peacock-50\/5 {
  color: rgb(205 225 255 / 0.05);
}
.text-peacock-50\/50 {
  color: rgb(205 225 255 / 0.5);
}
.text-peacock-50\/60 {
  color: rgb(205 225 255 / 0.6);
}
.text-peacock-50\/70 {
  color: rgb(205 225 255 / 0.7);
}
.text-peacock-50\/75 {
  color: rgb(205 225 255 / 0.75);
}
.text-peacock-50\/80 {
  color: rgb(205 225 255 / 0.8);
}
.text-peacock-50\/90 {
  color: rgb(205 225 255 / 0.9);
}
.text-peacock-50\/95 {
  color: rgb(205 225 255 / 0.95);
}
.text-peacock-500 {
  --tw-text-opacity: 1;
  color: rgb(21 97 210 / var(--tw-text-opacity));
}
.text-peacock-500\/0 {
  color: rgb(21 97 210 / 0);
}
.text-peacock-500\/10 {
  color: rgb(21 97 210 / 0.1);
}
.text-peacock-500\/100 {
  color: rgb(21 97 210 / 1);
}
.text-peacock-500\/20 {
  color: rgb(21 97 210 / 0.2);
}
.text-peacock-500\/25 {
  color: rgb(21 97 210 / 0.25);
}
.text-peacock-500\/30 {
  color: rgb(21 97 210 / 0.3);
}
.text-peacock-500\/40 {
  color: rgb(21 97 210 / 0.4);
}
.text-peacock-500\/5 {
  color: rgb(21 97 210 / 0.05);
}
.text-peacock-500\/50 {
  color: rgb(21 97 210 / 0.5);
}
.text-peacock-500\/60 {
  color: rgb(21 97 210 / 0.6);
}
.text-peacock-500\/70 {
  color: rgb(21 97 210 / 0.7);
}
.text-peacock-500\/75 {
  color: rgb(21 97 210 / 0.75);
}
.text-peacock-500\/80 {
  color: rgb(21 97 210 / 0.8);
}
.text-peacock-500\/90 {
  color: rgb(21 97 210 / 0.9);
}
.text-peacock-500\/95 {
  color: rgb(21 97 210 / 0.95);
}
.text-peacock-600 {
  --tw-text-opacity: 1;
  color: rgb(7 76 177 / var(--tw-text-opacity));
}
.text-peacock-600\/0 {
  color: rgb(7 76 177 / 0);
}
.text-peacock-600\/10 {
  color: rgb(7 76 177 / 0.1);
}
.text-peacock-600\/100 {
  color: rgb(7 76 177 / 1);
}
.text-peacock-600\/20 {
  color: rgb(7 76 177 / 0.2);
}
.text-peacock-600\/25 {
  color: rgb(7 76 177 / 0.25);
}
.text-peacock-600\/30 {
  color: rgb(7 76 177 / 0.3);
}
.text-peacock-600\/40 {
  color: rgb(7 76 177 / 0.4);
}
.text-peacock-600\/5 {
  color: rgb(7 76 177 / 0.05);
}
.text-peacock-600\/50 {
  color: rgb(7 76 177 / 0.5);
}
.text-peacock-600\/60 {
  color: rgb(7 76 177 / 0.6);
}
.text-peacock-600\/70 {
  color: rgb(7 76 177 / 0.7);
}
.text-peacock-600\/75 {
  color: rgb(7 76 177 / 0.75);
}
.text-peacock-600\/80 {
  color: rgb(7 76 177 / 0.8);
}
.text-peacock-600\/90 {
  color: rgb(7 76 177 / 0.9);
}
.text-peacock-600\/95 {
  color: rgb(7 76 177 / 0.95);
}
.text-peacock-700 {
  --tw-text-opacity: 1;
  color: rgb(0 56 139 / var(--tw-text-opacity));
}
.text-peacock-700\/0 {
  color: rgb(0 56 139 / 0);
}
.text-peacock-700\/10 {
  color: rgb(0 56 139 / 0.1);
}
.text-peacock-700\/100 {
  color: rgb(0 56 139 / 1);
}
.text-peacock-700\/20 {
  color: rgb(0 56 139 / 0.2);
}
.text-peacock-700\/25 {
  color: rgb(0 56 139 / 0.25);
}
.text-peacock-700\/30 {
  color: rgb(0 56 139 / 0.3);
}
.text-peacock-700\/40 {
  color: rgb(0 56 139 / 0.4);
}
.text-peacock-700\/5 {
  color: rgb(0 56 139 / 0.05);
}
.text-peacock-700\/50 {
  color: rgb(0 56 139 / 0.5);
}
.text-peacock-700\/60 {
  color: rgb(0 56 139 / 0.6);
}
.text-peacock-700\/70 {
  color: rgb(0 56 139 / 0.7);
}
.text-peacock-700\/75 {
  color: rgb(0 56 139 / 0.75);
}
.text-peacock-700\/80 {
  color: rgb(0 56 139 / 0.8);
}
.text-peacock-700\/90 {
  color: rgb(0 56 139 / 0.9);
}
.text-peacock-700\/95 {
  color: rgb(0 56 139 / 0.95);
}
.text-peacock-800 {
  --tw-text-opacity: 1;
  color: rgb(0 45 111 / var(--tw-text-opacity));
}
.text-peacock-800\/0 {
  color: rgb(0 45 111 / 0);
}
.text-peacock-800\/10 {
  color: rgb(0 45 111 / 0.1);
}
.text-peacock-800\/100 {
  color: rgb(0 45 111 / 1);
}
.text-peacock-800\/20 {
  color: rgb(0 45 111 / 0.2);
}
.text-peacock-800\/25 {
  color: rgb(0 45 111 / 0.25);
}
.text-peacock-800\/30 {
  color: rgb(0 45 111 / 0.3);
}
.text-peacock-800\/40 {
  color: rgb(0 45 111 / 0.4);
}
.text-peacock-800\/5 {
  color: rgb(0 45 111 / 0.05);
}
.text-peacock-800\/50 {
  color: rgb(0 45 111 / 0.5);
}
.text-peacock-800\/60 {
  color: rgb(0 45 111 / 0.6);
}
.text-peacock-800\/70 {
  color: rgb(0 45 111 / 0.7);
}
.text-peacock-800\/75 {
  color: rgb(0 45 111 / 0.75);
}
.text-peacock-800\/80 {
  color: rgb(0 45 111 / 0.8);
}
.text-peacock-800\/90 {
  color: rgb(0 45 111 / 0.9);
}
.text-peacock-800\/95 {
  color: rgb(0 45 111 / 0.95);
}
.text-peacock-900 {
  --tw-text-opacity: 1;
  color: rgb(0 27 67 / var(--tw-text-opacity));
}
.text-peacock-900\/0 {
  color: rgb(0 27 67 / 0);
}
.text-peacock-900\/10 {
  color: rgb(0 27 67 / 0.1);
}
.text-peacock-900\/100 {
  color: rgb(0 27 67 / 1);
}
.text-peacock-900\/20 {
  color: rgb(0 27 67 / 0.2);
}
.text-peacock-900\/25 {
  color: rgb(0 27 67 / 0.25);
}
.text-peacock-900\/30 {
  color: rgb(0 27 67 / 0.3);
}
.text-peacock-900\/40 {
  color: rgb(0 27 67 / 0.4);
}
.text-peacock-900\/5 {
  color: rgb(0 27 67 / 0.05);
}
.text-peacock-900\/50 {
  color: rgb(0 27 67 / 0.5);
}
.text-peacock-900\/60 {
  color: rgb(0 27 67 / 0.6);
}
.text-peacock-900\/70 {
  color: rgb(0 27 67 / 0.7);
}
.text-peacock-900\/75 {
  color: rgb(0 27 67 / 0.75);
}
.text-peacock-900\/80 {
  color: rgb(0 27 67 / 0.8);
}
.text-peacock-900\/90 {
  color: rgb(0 27 67 / 0.9);
}
.text-peacock-900\/95 {
  color: rgb(0 27 67 / 0.95);
}
.text-primary-100 {
  --tw-text-opacity: 1;
  color: rgb(231 239 246 / var(--tw-text-opacity));
}
.text-primary-100\/0 {
  color: rgb(231 239 246 / 0);
}
.text-primary-100\/10 {
  color: rgb(231 239 246 / 0.1);
}
.text-primary-100\/100 {
  color: rgb(231 239 246 / 1);
}
.text-primary-100\/20 {
  color: rgb(231 239 246 / 0.2);
}
.text-primary-100\/25 {
  color: rgb(231 239 246 / 0.25);
}
.text-primary-100\/30 {
  color: rgb(231 239 246 / 0.3);
}
.text-primary-100\/40 {
  color: rgb(231 239 246 / 0.4);
}
.text-primary-100\/5 {
  color: rgb(231 239 246 / 0.05);
}
.text-primary-100\/50 {
  color: rgb(231 239 246 / 0.5);
}
.text-primary-100\/60 {
  color: rgb(231 239 246 / 0.6);
}
.text-primary-100\/70 {
  color: rgb(231 239 246 / 0.7);
}
.text-primary-100\/75 {
  color: rgb(231 239 246 / 0.75);
}
.text-primary-100\/80 {
  color: rgb(231 239 246 / 0.8);
}
.text-primary-100\/90 {
  color: rgb(231 239 246 / 0.9);
}
.text-primary-100\/95 {
  color: rgb(231 239 246 / 0.95);
}
.text-primary-200 {
  --tw-text-opacity: 1;
  color: rgb(206 224 242 / var(--tw-text-opacity));
}
.text-primary-200\/0 {
  color: rgb(206 224 242 / 0);
}
.text-primary-200\/10 {
  color: rgb(206 224 242 / 0.1);
}
.text-primary-200\/100 {
  color: rgb(206 224 242 / 1);
}
.text-primary-200\/20 {
  color: rgb(206 224 242 / 0.2);
}
.text-primary-200\/25 {
  color: rgb(206 224 242 / 0.25);
}
.text-primary-200\/30 {
  color: rgb(206 224 242 / 0.3);
}
.text-primary-200\/40 {
  color: rgb(206 224 242 / 0.4);
}
.text-primary-200\/5 {
  color: rgb(206 224 242 / 0.05);
}
.text-primary-200\/50 {
  color: rgb(206 224 242 / 0.5);
}
.text-primary-200\/60 {
  color: rgb(206 224 242 / 0.6);
}
.text-primary-200\/70 {
  color: rgb(206 224 242 / 0.7);
}
.text-primary-200\/75 {
  color: rgb(206 224 242 / 0.75);
}
.text-primary-200\/80 {
  color: rgb(206 224 242 / 0.8);
}
.text-primary-200\/90 {
  color: rgb(206 224 242 / 0.9);
}
.text-primary-200\/95 {
  color: rgb(206 224 242 / 0.95);
}
.text-primary-300 {
  --tw-text-opacity: 1;
  color: rgb(172 208 245 / var(--tw-text-opacity));
}
.text-primary-300\/0 {
  color: rgb(172 208 245 / 0);
}
.text-primary-300\/10 {
  color: rgb(172 208 245 / 0.1);
}
.text-primary-300\/100 {
  color: rgb(172 208 245 / 1);
}
.text-primary-300\/20 {
  color: rgb(172 208 245 / 0.2);
}
.text-primary-300\/25 {
  color: rgb(172 208 245 / 0.25);
}
.text-primary-300\/30 {
  color: rgb(172 208 245 / 0.3);
}
.text-primary-300\/40 {
  color: rgb(172 208 245 / 0.4);
}
.text-primary-300\/5 {
  color: rgb(172 208 245 / 0.05);
}
.text-primary-300\/50 {
  color: rgb(172 208 245 / 0.5);
}
.text-primary-300\/60 {
  color: rgb(172 208 245 / 0.6);
}
.text-primary-300\/70 {
  color: rgb(172 208 245 / 0.7);
}
.text-primary-300\/75 {
  color: rgb(172 208 245 / 0.75);
}
.text-primary-300\/80 {
  color: rgb(172 208 245 / 0.8);
}
.text-primary-300\/90 {
  color: rgb(172 208 245 / 0.9);
}
.text-primary-300\/95 {
  color: rgb(172 208 245 / 0.95);
}
.text-primary-400 {
  --tw-text-opacity: 1;
  color: rgb(115 173 233 / var(--tw-text-opacity));
}
.text-primary-400\/0 {
  color: rgb(115 173 233 / 0);
}
.text-primary-400\/10 {
  color: rgb(115 173 233 / 0.1);
}
.text-primary-400\/100 {
  color: rgb(115 173 233 / 1);
}
.text-primary-400\/20 {
  color: rgb(115 173 233 / 0.2);
}
.text-primary-400\/25 {
  color: rgb(115 173 233 / 0.25);
}
.text-primary-400\/30 {
  color: rgb(115 173 233 / 0.3);
}
.text-primary-400\/40 {
  color: rgb(115 173 233 / 0.4);
}
.text-primary-400\/5 {
  color: rgb(115 173 233 / 0.05);
}
.text-primary-400\/50 {
  color: rgb(115 173 233 / 0.5);
}
.text-primary-400\/60 {
  color: rgb(115 173 233 / 0.6);
}
.text-primary-400\/70 {
  color: rgb(115 173 233 / 0.7);
}
.text-primary-400\/75 {
  color: rgb(115 173 233 / 0.75);
}
.text-primary-400\/80 {
  color: rgb(115 173 233 / 0.8);
}
.text-primary-400\/90 {
  color: rgb(115 173 233 / 0.9);
}
.text-primary-400\/95 {
  color: rgb(115 173 233 / 0.95);
}
.text-primary-50 {
  --tw-text-opacity: 1;
  color: rgb(239 246 252 / var(--tw-text-opacity));
}
.text-primary-50\/0 {
  color: rgb(239 246 252 / 0);
}
.text-primary-50\/10 {
  color: rgb(239 246 252 / 0.1);
}
.text-primary-50\/100 {
  color: rgb(239 246 252 / 1);
}
.text-primary-50\/20 {
  color: rgb(239 246 252 / 0.2);
}
.text-primary-50\/25 {
  color: rgb(239 246 252 / 0.25);
}
.text-primary-50\/30 {
  color: rgb(239 246 252 / 0.3);
}
.text-primary-50\/40 {
  color: rgb(239 246 252 / 0.4);
}
.text-primary-50\/5 {
  color: rgb(239 246 252 / 0.05);
}
.text-primary-50\/50 {
  color: rgb(239 246 252 / 0.5);
}
.text-primary-50\/60 {
  color: rgb(239 246 252 / 0.6);
}
.text-primary-50\/70 {
  color: rgb(239 246 252 / 0.7);
}
.text-primary-50\/75 {
  color: rgb(239 246 252 / 0.75);
}
.text-primary-50\/80 {
  color: rgb(239 246 252 / 0.8);
}
.text-primary-50\/90 {
  color: rgb(239 246 252 / 0.9);
}
.text-primary-50\/95 {
  color: rgb(239 246 252 / 0.95);
}
.text-primary-500 {
  --tw-text-opacity: 1;
  color: rgb(50 126 205 / var(--tw-text-opacity));
}
.text-primary-500\/0 {
  color: rgb(50 126 205 / 0);
}
.text-primary-500\/10 {
  color: rgb(50 126 205 / 0.1);
}
.text-primary-500\/100 {
  color: rgb(50 126 205 / 1);
}
.text-primary-500\/20 {
  color: rgb(50 126 205 / 0.2);
}
.text-primary-500\/25 {
  color: rgb(50 126 205 / 0.25);
}
.text-primary-500\/30 {
  color: rgb(50 126 205 / 0.3);
}
.text-primary-500\/40 {
  color: rgb(50 126 205 / 0.4);
}
.text-primary-500\/5 {
  color: rgb(50 126 205 / 0.05);
}
.text-primary-500\/50 {
  color: rgb(50 126 205 / 0.5);
}
.text-primary-500\/60 {
  color: rgb(50 126 205 / 0.6);
}
.text-primary-500\/70 {
  color: rgb(50 126 205 / 0.7);
}
.text-primary-500\/75 {
  color: rgb(50 126 205 / 0.75);
}
.text-primary-500\/80 {
  color: rgb(50 126 205 / 0.8);
}
.text-primary-500\/90 {
  color: rgb(50 126 205 / 0.9);
}
.text-primary-500\/95 {
  color: rgb(50 126 205 / 0.95);
}
.text-primary-600 {
  --tw-text-opacity: 1;
  color: rgb(31 101 174 / var(--tw-text-opacity));
}
.text-primary-600\/0 {
  color: rgb(31 101 174 / 0);
}
.text-primary-600\/10 {
  color: rgb(31 101 174 / 0.1);
}
.text-primary-600\/100 {
  color: rgb(31 101 174 / 1);
}
.text-primary-600\/20 {
  color: rgb(31 101 174 / 0.2);
}
.text-primary-600\/25 {
  color: rgb(31 101 174 / 0.25);
}
.text-primary-600\/30 {
  color: rgb(31 101 174 / 0.3);
}
.text-primary-600\/40 {
  color: rgb(31 101 174 / 0.4);
}
.text-primary-600\/5 {
  color: rgb(31 101 174 / 0.05);
}
.text-primary-600\/50 {
  color: rgb(31 101 174 / 0.5);
}
.text-primary-600\/60 {
  color: rgb(31 101 174 / 0.6);
}
.text-primary-600\/70 {
  color: rgb(31 101 174 / 0.7);
}
.text-primary-600\/75 {
  color: rgb(31 101 174 / 0.75);
}
.text-primary-600\/80 {
  color: rgb(31 101 174 / 0.8);
}
.text-primary-600\/90 {
  color: rgb(31 101 174 / 0.9);
}
.text-primary-600\/95 {
  color: rgb(31 101 174 / 0.95);
}
.text-primary-700 {
  --tw-text-opacity: 1;
  color: rgb(20 80 143 / var(--tw-text-opacity));
}
.text-primary-700\/0 {
  color: rgb(20 80 143 / 0);
}
.text-primary-700\/10 {
  color: rgb(20 80 143 / 0.1);
}
.text-primary-700\/100 {
  color: rgb(20 80 143 / 1);
}
.text-primary-700\/20 {
  color: rgb(20 80 143 / 0.2);
}
.text-primary-700\/25 {
  color: rgb(20 80 143 / 0.25);
}
.text-primary-700\/30 {
  color: rgb(20 80 143 / 0.3);
}
.text-primary-700\/40 {
  color: rgb(20 80 143 / 0.4);
}
.text-primary-700\/5 {
  color: rgb(20 80 143 / 0.05);
}
.text-primary-700\/50 {
  color: rgb(20 80 143 / 0.5);
}
.text-primary-700\/60 {
  color: rgb(20 80 143 / 0.6);
}
.text-primary-700\/70 {
  color: rgb(20 80 143 / 0.7);
}
.text-primary-700\/75 {
  color: rgb(20 80 143 / 0.75);
}
.text-primary-700\/80 {
  color: rgb(20 80 143 / 0.8);
}
.text-primary-700\/90 {
  color: rgb(20 80 143 / 0.9);
}
.text-primary-700\/95 {
  color: rgb(20 80 143 / 0.95);
}
.text-primary-800 {
  --tw-text-opacity: 1;
  color: rgb(10 62 117 / var(--tw-text-opacity));
}
.text-primary-800\/0 {
  color: rgb(10 62 117 / 0);
}
.text-primary-800\/10 {
  color: rgb(10 62 117 / 0.1);
}
.text-primary-800\/100 {
  color: rgb(10 62 117 / 1);
}
.text-primary-800\/20 {
  color: rgb(10 62 117 / 0.2);
}
.text-primary-800\/25 {
  color: rgb(10 62 117 / 0.25);
}
.text-primary-800\/30 {
  color: rgb(10 62 117 / 0.3);
}
.text-primary-800\/40 {
  color: rgb(10 62 117 / 0.4);
}
.text-primary-800\/5 {
  color: rgb(10 62 117 / 0.05);
}
.text-primary-800\/50 {
  color: rgb(10 62 117 / 0.5);
}
.text-primary-800\/60 {
  color: rgb(10 62 117 / 0.6);
}
.text-primary-800\/70 {
  color: rgb(10 62 117 / 0.7);
}
.text-primary-800\/75 {
  color: rgb(10 62 117 / 0.75);
}
.text-primary-800\/80 {
  color: rgb(10 62 117 / 0.8);
}
.text-primary-800\/90 {
  color: rgb(10 62 117 / 0.9);
}
.text-primary-800\/95 {
  color: rgb(10 62 117 / 0.95);
}
.text-primary-900 {
  --tw-text-opacity: 1;
  color: rgb(5 46 89 / var(--tw-text-opacity));
}
.text-primary-900\/0 {
  color: rgb(5 46 89 / 0);
}
.text-primary-900\/10 {
  color: rgb(5 46 89 / 0.1);
}
.text-primary-900\/100 {
  color: rgb(5 46 89 / 1);
}
.text-primary-900\/20 {
  color: rgb(5 46 89 / 0.2);
}
.text-primary-900\/25 {
  color: rgb(5 46 89 / 0.25);
}
.text-primary-900\/30 {
  color: rgb(5 46 89 / 0.3);
}
.text-primary-900\/40 {
  color: rgb(5 46 89 / 0.4);
}
.text-primary-900\/5 {
  color: rgb(5 46 89 / 0.05);
}
.text-primary-900\/50 {
  color: rgb(5 46 89 / 0.5);
}
.text-primary-900\/60 {
  color: rgb(5 46 89 / 0.6);
}
.text-primary-900\/70 {
  color: rgb(5 46 89 / 0.7);
}
.text-primary-900\/75 {
  color: rgb(5 46 89 / 0.75);
}
.text-primary-900\/80 {
  color: rgb(5 46 89 / 0.8);
}
.text-primary-900\/90 {
  color: rgb(5 46 89 / 0.9);
}
.text-primary-900\/95 {
  color: rgb(5 46 89 / 0.95);
}
.text-sky-300 {
  --tw-text-opacity: 1;
  color: rgb(242 251 255 / var(--tw-text-opacity));
}
.text-sky-300\/0 {
  color: rgb(242 251 255 / 0);
}
.text-sky-300\/10 {
  color: rgb(242 251 255 / 0.1);
}
.text-sky-300\/100 {
  color: rgb(242 251 255 / 1);
}
.text-sky-300\/20 {
  color: rgb(242 251 255 / 0.2);
}
.text-sky-300\/25 {
  color: rgb(242 251 255 / 0.25);
}
.text-sky-300\/30 {
  color: rgb(242 251 255 / 0.3);
}
.text-sky-300\/40 {
  color: rgb(242 251 255 / 0.4);
}
.text-sky-300\/5 {
  color: rgb(242 251 255 / 0.05);
}
.text-sky-300\/50 {
  color: rgb(242 251 255 / 0.5);
}
.text-sky-300\/60 {
  color: rgb(242 251 255 / 0.6);
}
.text-sky-300\/70 {
  color: rgb(242 251 255 / 0.7);
}
.text-sky-300\/75 {
  color: rgb(242 251 255 / 0.75);
}
.text-sky-300\/80 {
  color: rgb(242 251 255 / 0.8);
}
.text-sky-300\/90 {
  color: rgb(242 251 255 / 0.9);
}
.text-sky-300\/95 {
  color: rgb(242 251 255 / 0.95);
}
.text-sky-400 {
  --tw-text-opacity: 1;
  color: rgb(221 245 255 / var(--tw-text-opacity));
}
.text-sky-400\/0 {
  color: rgb(221 245 255 / 0);
}
.text-sky-400\/10 {
  color: rgb(221 245 255 / 0.1);
}
.text-sky-400\/100 {
  color: rgb(221 245 255 / 1);
}
.text-sky-400\/20 {
  color: rgb(221 245 255 / 0.2);
}
.text-sky-400\/25 {
  color: rgb(221 245 255 / 0.25);
}
.text-sky-400\/30 {
  color: rgb(221 245 255 / 0.3);
}
.text-sky-400\/40 {
  color: rgb(221 245 255 / 0.4);
}
.text-sky-400\/5 {
  color: rgb(221 245 255 / 0.05);
}
.text-sky-400\/50 {
  color: rgb(221 245 255 / 0.5);
}
.text-sky-400\/60 {
  color: rgb(221 245 255 / 0.6);
}
.text-sky-400\/70 {
  color: rgb(221 245 255 / 0.7);
}
.text-sky-400\/75 {
  color: rgb(221 245 255 / 0.75);
}
.text-sky-400\/80 {
  color: rgb(221 245 255 / 0.8);
}
.text-sky-400\/90 {
  color: rgb(221 245 255 / 0.9);
}
.text-sky-400\/95 {
  color: rgb(221 245 255 / 0.95);
}
.text-sky-500 {
  --tw-text-opacity: 1;
  color: rgb(193 237 255 / var(--tw-text-opacity));
}
.text-sky-500\/0 {
  color: rgb(193 237 255 / 0);
}
.text-sky-500\/10 {
  color: rgb(193 237 255 / 0.1);
}
.text-sky-500\/100 {
  color: rgb(193 237 255 / 1);
}
.text-sky-500\/20 {
  color: rgb(193 237 255 / 0.2);
}
.text-sky-500\/25 {
  color: rgb(193 237 255 / 0.25);
}
.text-sky-500\/30 {
  color: rgb(193 237 255 / 0.3);
}
.text-sky-500\/40 {
  color: rgb(193 237 255 / 0.4);
}
.text-sky-500\/5 {
  color: rgb(193 237 255 / 0.05);
}
.text-sky-500\/50 {
  color: rgb(193 237 255 / 0.5);
}
.text-sky-500\/60 {
  color: rgb(193 237 255 / 0.6);
}
.text-sky-500\/70 {
  color: rgb(193 237 255 / 0.7);
}
.text-sky-500\/75 {
  color: rgb(193 237 255 / 0.75);
}
.text-sky-500\/80 {
  color: rgb(193 237 255 / 0.8);
}
.text-sky-500\/90 {
  color: rgb(193 237 255 / 0.9);
}
.text-sky-500\/95 {
  color: rgb(193 237 255 / 0.95);
}
.text-sky-600 {
  --tw-text-opacity: 1;
  color: rgb(153 206 227 / var(--tw-text-opacity));
}
.text-sky-600\/0 {
  color: rgb(153 206 227 / 0);
}
.text-sky-600\/10 {
  color: rgb(153 206 227 / 0.1);
}
.text-sky-600\/100 {
  color: rgb(153 206 227 / 1);
}
.text-sky-600\/20 {
  color: rgb(153 206 227 / 0.2);
}
.text-sky-600\/25 {
  color: rgb(153 206 227 / 0.25);
}
.text-sky-600\/30 {
  color: rgb(153 206 227 / 0.3);
}
.text-sky-600\/40 {
  color: rgb(153 206 227 / 0.4);
}
.text-sky-600\/5 {
  color: rgb(153 206 227 / 0.05);
}
.text-sky-600\/50 {
  color: rgb(153 206 227 / 0.5);
}
.text-sky-600\/60 {
  color: rgb(153 206 227 / 0.6);
}
.text-sky-600\/70 {
  color: rgb(153 206 227 / 0.7);
}
.text-sky-600\/75 {
  color: rgb(153 206 227 / 0.75);
}
.text-sky-600\/80 {
  color: rgb(153 206 227 / 0.8);
}
.text-sky-600\/90 {
  color: rgb(153 206 227 / 0.9);
}
.text-sky-600\/95 {
  color: rgb(153 206 227 / 0.95);
}
.text-success-100 {
  --tw-text-opacity: 1;
  color: rgb(217 255 216 / var(--tw-text-opacity));
}
.text-success-100\/0 {
  color: rgb(217 255 216 / 0);
}
.text-success-100\/10 {
  color: rgb(217 255 216 / 0.1);
}
.text-success-100\/100 {
  color: rgb(217 255 216 / 1);
}
.text-success-100\/20 {
  color: rgb(217 255 216 / 0.2);
}
.text-success-100\/25 {
  color: rgb(217 255 216 / 0.25);
}
.text-success-100\/30 {
  color: rgb(217 255 216 / 0.3);
}
.text-success-100\/40 {
  color: rgb(217 255 216 / 0.4);
}
.text-success-100\/5 {
  color: rgb(217 255 216 / 0.05);
}
.text-success-100\/50 {
  color: rgb(217 255 216 / 0.5);
}
.text-success-100\/60 {
  color: rgb(217 255 216 / 0.6);
}
.text-success-100\/70 {
  color: rgb(217 255 216 / 0.7);
}
.text-success-100\/75 {
  color: rgb(217 255 216 / 0.75);
}
.text-success-100\/80 {
  color: rgb(217 255 216 / 0.8);
}
.text-success-100\/90 {
  color: rgb(217 255 216 / 0.9);
}
.text-success-100\/95 {
  color: rgb(217 255 216 / 0.95);
}
.text-success-200 {
  --tw-text-opacity: 1;
  color: rgb(187 247 189 / var(--tw-text-opacity));
}
.text-success-200\/0 {
  color: rgb(187 247 189 / 0);
}
.text-success-200\/10 {
  color: rgb(187 247 189 / 0.1);
}
.text-success-200\/100 {
  color: rgb(187 247 189 / 1);
}
.text-success-200\/20 {
  color: rgb(187 247 189 / 0.2);
}
.text-success-200\/25 {
  color: rgb(187 247 189 / 0.25);
}
.text-success-200\/30 {
  color: rgb(187 247 189 / 0.3);
}
.text-success-200\/40 {
  color: rgb(187 247 189 / 0.4);
}
.text-success-200\/5 {
  color: rgb(187 247 189 / 0.05);
}
.text-success-200\/50 {
  color: rgb(187 247 189 / 0.5);
}
.text-success-200\/60 {
  color: rgb(187 247 189 / 0.6);
}
.text-success-200\/70 {
  color: rgb(187 247 189 / 0.7);
}
.text-success-200\/75 {
  color: rgb(187 247 189 / 0.75);
}
.text-success-200\/80 {
  color: rgb(187 247 189 / 0.8);
}
.text-success-200\/90 {
  color: rgb(187 247 189 / 0.9);
}
.text-success-200\/95 {
  color: rgb(187 247 189 / 0.95);
}
.text-success-300 {
  --tw-text-opacity: 1;
  color: rgb(134 239 144 / var(--tw-text-opacity));
}
.text-success-300\/0 {
  color: rgb(134 239 144 / 0);
}
.text-success-300\/10 {
  color: rgb(134 239 144 / 0.1);
}
.text-success-300\/100 {
  color: rgb(134 239 144 / 1);
}
.text-success-300\/20 {
  color: rgb(134 239 144 / 0.2);
}
.text-success-300\/25 {
  color: rgb(134 239 144 / 0.25);
}
.text-success-300\/30 {
  color: rgb(134 239 144 / 0.3);
}
.text-success-300\/40 {
  color: rgb(134 239 144 / 0.4);
}
.text-success-300\/5 {
  color: rgb(134 239 144 / 0.05);
}
.text-success-300\/50 {
  color: rgb(134 239 144 / 0.5);
}
.text-success-300\/60 {
  color: rgb(134 239 144 / 0.6);
}
.text-success-300\/70 {
  color: rgb(134 239 144 / 0.7);
}
.text-success-300\/75 {
  color: rgb(134 239 144 / 0.75);
}
.text-success-300\/80 {
  color: rgb(134 239 144 / 0.8);
}
.text-success-300\/90 {
  color: rgb(134 239 144 / 0.9);
}
.text-success-300\/95 {
  color: rgb(134 239 144 / 0.95);
}
.text-success-400 {
  --tw-text-opacity: 1;
  color: rgb(34 197 89 / var(--tw-text-opacity));
}
.text-success-400\/0 {
  color: rgb(34 197 89 / 0);
}
.text-success-400\/10 {
  color: rgb(34 197 89 / 0.1);
}
.text-success-400\/100 {
  color: rgb(34 197 89 / 1);
}
.text-success-400\/20 {
  color: rgb(34 197 89 / 0.2);
}
.text-success-400\/25 {
  color: rgb(34 197 89 / 0.25);
}
.text-success-400\/30 {
  color: rgb(34 197 89 / 0.3);
}
.text-success-400\/40 {
  color: rgb(34 197 89 / 0.4);
}
.text-success-400\/5 {
  color: rgb(34 197 89 / 0.05);
}
.text-success-400\/50 {
  color: rgb(34 197 89 / 0.5);
}
.text-success-400\/60 {
  color: rgb(34 197 89 / 0.6);
}
.text-success-400\/70 {
  color: rgb(34 197 89 / 0.7);
}
.text-success-400\/75 {
  color: rgb(34 197 89 / 0.75);
}
.text-success-400\/80 {
  color: rgb(34 197 89 / 0.8);
}
.text-success-400\/90 {
  color: rgb(34 197 89 / 0.9);
}
.text-success-400\/95 {
  color: rgb(34 197 89 / 0.95);
}
.text-success-50 {
  --tw-text-opacity: 1;
  color: rgb(240 253 241 / var(--tw-text-opacity));
}
.text-success-50\/0 {
  color: rgb(240 253 241 / 0);
}
.text-success-50\/10 {
  color: rgb(240 253 241 / 0.1);
}
.text-success-50\/100 {
  color: rgb(240 253 241 / 1);
}
.text-success-50\/20 {
  color: rgb(240 253 241 / 0.2);
}
.text-success-50\/25 {
  color: rgb(240 253 241 / 0.25);
}
.text-success-50\/30 {
  color: rgb(240 253 241 / 0.3);
}
.text-success-50\/40 {
  color: rgb(240 253 241 / 0.4);
}
.text-success-50\/5 {
  color: rgb(240 253 241 / 0.05);
}
.text-success-50\/50 {
  color: rgb(240 253 241 / 0.5);
}
.text-success-50\/60 {
  color: rgb(240 253 241 / 0.6);
}
.text-success-50\/70 {
  color: rgb(240 253 241 / 0.7);
}
.text-success-50\/75 {
  color: rgb(240 253 241 / 0.75);
}
.text-success-50\/80 {
  color: rgb(240 253 241 / 0.8);
}
.text-success-50\/90 {
  color: rgb(240 253 241 / 0.9);
}
.text-success-50\/95 {
  color: rgb(240 253 241 / 0.95);
}
.text-success-500 {
  --tw-text-opacity: 1;
  color: rgb(24 177 76 / var(--tw-text-opacity));
}
.text-success-500\/0 {
  color: rgb(24 177 76 / 0);
}
.text-success-500\/10 {
  color: rgb(24 177 76 / 0.1);
}
.text-success-500\/100 {
  color: rgb(24 177 76 / 1);
}
.text-success-500\/20 {
  color: rgb(24 177 76 / 0.2);
}
.text-success-500\/25 {
  color: rgb(24 177 76 / 0.25);
}
.text-success-500\/30 {
  color: rgb(24 177 76 / 0.3);
}
.text-success-500\/40 {
  color: rgb(24 177 76 / 0.4);
}
.text-success-500\/5 {
  color: rgb(24 177 76 / 0.05);
}
.text-success-500\/50 {
  color: rgb(24 177 76 / 0.5);
}
.text-success-500\/60 {
  color: rgb(24 177 76 / 0.6);
}
.text-success-500\/70 {
  color: rgb(24 177 76 / 0.7);
}
.text-success-500\/75 {
  color: rgb(24 177 76 / 0.75);
}
.text-success-500\/80 {
  color: rgb(24 177 76 / 0.8);
}
.text-success-500\/90 {
  color: rgb(24 177 76 / 0.9);
}
.text-success-500\/95 {
  color: rgb(24 177 76 / 0.95);
}
.text-success-600 {
  --tw-text-opacity: 1;
  color: rgb(17 153 47 / var(--tw-text-opacity));
}
.text-success-600\/0 {
  color: rgb(17 153 47 / 0);
}
.text-success-600\/10 {
  color: rgb(17 153 47 / 0.1);
}
.text-success-600\/100 {
  color: rgb(17 153 47 / 1);
}
.text-success-600\/20 {
  color: rgb(17 153 47 / 0.2);
}
.text-success-600\/25 {
  color: rgb(17 153 47 / 0.25);
}
.text-success-600\/30 {
  color: rgb(17 153 47 / 0.3);
}
.text-success-600\/40 {
  color: rgb(17 153 47 / 0.4);
}
.text-success-600\/5 {
  color: rgb(17 153 47 / 0.05);
}
.text-success-600\/50 {
  color: rgb(17 153 47 / 0.5);
}
.text-success-600\/60 {
  color: rgb(17 153 47 / 0.6);
}
.text-success-600\/70 {
  color: rgb(17 153 47 / 0.7);
}
.text-success-600\/75 {
  color: rgb(17 153 47 / 0.75);
}
.text-success-600\/80 {
  color: rgb(17 153 47 / 0.8);
}
.text-success-600\/90 {
  color: rgb(17 153 47 / 0.9);
}
.text-success-600\/95 {
  color: rgb(17 153 47 / 0.95);
}
.text-success-700 {
  --tw-text-opacity: 1;
  color: rgb(28 131 19 / var(--tw-text-opacity));
}
.text-success-700\/0 {
  color: rgb(28 131 19 / 0);
}
.text-success-700\/10 {
  color: rgb(28 131 19 / 0.1);
}
.text-success-700\/100 {
  color: rgb(28 131 19 / 1);
}
.text-success-700\/20 {
  color: rgb(28 131 19 / 0.2);
}
.text-success-700\/25 {
  color: rgb(28 131 19 / 0.25);
}
.text-success-700\/30 {
  color: rgb(28 131 19 / 0.3);
}
.text-success-700\/40 {
  color: rgb(28 131 19 / 0.4);
}
.text-success-700\/5 {
  color: rgb(28 131 19 / 0.05);
}
.text-success-700\/50 {
  color: rgb(28 131 19 / 0.5);
}
.text-success-700\/60 {
  color: rgb(28 131 19 / 0.6);
}
.text-success-700\/70 {
  color: rgb(28 131 19 / 0.7);
}
.text-success-700\/75 {
  color: rgb(28 131 19 / 0.75);
}
.text-success-700\/80 {
  color: rgb(28 131 19 / 0.8);
}
.text-success-700\/90 {
  color: rgb(28 131 19 / 0.9);
}
.text-success-700\/95 {
  color: rgb(28 131 19 / 0.95);
}
.text-success-800 {
  --tw-text-opacity: 1;
  color: rgb(34 94 19 / var(--tw-text-opacity));
}
.text-success-800\/0 {
  color: rgb(34 94 19 / 0);
}
.text-success-800\/10 {
  color: rgb(34 94 19 / 0.1);
}
.text-success-800\/100 {
  color: rgb(34 94 19 / 1);
}
.text-success-800\/20 {
  color: rgb(34 94 19 / 0.2);
}
.text-success-800\/25 {
  color: rgb(34 94 19 / 0.25);
}
.text-success-800\/30 {
  color: rgb(34 94 19 / 0.3);
}
.text-success-800\/40 {
  color: rgb(34 94 19 / 0.4);
}
.text-success-800\/5 {
  color: rgb(34 94 19 / 0.05);
}
.text-success-800\/50 {
  color: rgb(34 94 19 / 0.5);
}
.text-success-800\/60 {
  color: rgb(34 94 19 / 0.6);
}
.text-success-800\/70 {
  color: rgb(34 94 19 / 0.7);
}
.text-success-800\/75 {
  color: rgb(34 94 19 / 0.75);
}
.text-success-800\/80 {
  color: rgb(34 94 19 / 0.8);
}
.text-success-800\/90 {
  color: rgb(34 94 19 / 0.9);
}
.text-success-800\/95 {
  color: rgb(34 94 19 / 0.95);
}
.text-success-900 {
  --tw-text-opacity: 1;
  color: rgb(35 63 41 / var(--tw-text-opacity));
}
.text-success-900\/0 {
  color: rgb(35 63 41 / 0);
}
.text-success-900\/10 {
  color: rgb(35 63 41 / 0.1);
}
.text-success-900\/100 {
  color: rgb(35 63 41 / 1);
}
.text-success-900\/20 {
  color: rgb(35 63 41 / 0.2);
}
.text-success-900\/25 {
  color: rgb(35 63 41 / 0.25);
}
.text-success-900\/30 {
  color: rgb(35 63 41 / 0.3);
}
.text-success-900\/40 {
  color: rgb(35 63 41 / 0.4);
}
.text-success-900\/5 {
  color: rgb(35 63 41 / 0.05);
}
.text-success-900\/50 {
  color: rgb(35 63 41 / 0.5);
}
.text-success-900\/60 {
  color: rgb(35 63 41 / 0.6);
}
.text-success-900\/70 {
  color: rgb(35 63 41 / 0.7);
}
.text-success-900\/75 {
  color: rgb(35 63 41 / 0.75);
}
.text-success-900\/80 {
  color: rgb(35 63 41 / 0.8);
}
.text-success-900\/90 {
  color: rgb(35 63 41 / 0.9);
}
.text-success-900\/95 {
  color: rgb(35 63 41 / 0.95);
}
.text-text-primary {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-text-primary\/0 {
  color: rgb(17 24 39 / 0);
}
.text-text-primary\/10 {
  color: rgb(17 24 39 / 0.1);
}
.text-text-primary\/100 {
  color: rgb(17 24 39 / 1);
}
.text-text-primary\/20 {
  color: rgb(17 24 39 / 0.2);
}
.text-text-primary\/25 {
  color: rgb(17 24 39 / 0.25);
}
.text-text-primary\/30 {
  color: rgb(17 24 39 / 0.3);
}
.text-text-primary\/40 {
  color: rgb(17 24 39 / 0.4);
}
.text-text-primary\/5 {
  color: rgb(17 24 39 / 0.05);
}
.text-text-primary\/50 {
  color: rgb(17 24 39 / 0.5);
}
.text-text-primary\/60 {
  color: rgb(17 24 39 / 0.6);
}
.text-text-primary\/70 {
  color: rgb(17 24 39 / 0.7);
}
.text-text-primary\/75 {
  color: rgb(17 24 39 / 0.75);
}
.text-text-primary\/80 {
  color: rgb(17 24 39 / 0.8);
}
.text-text-primary\/90 {
  color: rgb(17 24 39 / 0.9);
}
.text-text-primary\/95 {
  color: rgb(17 24 39 / 0.95);
}
.text-text-secondary {
  --tw-text-opacity: 1;
  color: rgb(101 104 106 / var(--tw-text-opacity));
}
.text-text-secondary\/0 {
  color: rgb(101 104 106 / 0);
}
.text-text-secondary\/10 {
  color: rgb(101 104 106 / 0.1);
}
.text-text-secondary\/100 {
  color: rgb(101 104 106 / 1);
}
.text-text-secondary\/20 {
  color: rgb(101 104 106 / 0.2);
}
.text-text-secondary\/25 {
  color: rgb(101 104 106 / 0.25);
}
.text-text-secondary\/30 {
  color: rgb(101 104 106 / 0.3);
}
.text-text-secondary\/40 {
  color: rgb(101 104 106 / 0.4);
}
.text-text-secondary\/5 {
  color: rgb(101 104 106 / 0.05);
}
.text-text-secondary\/50 {
  color: rgb(101 104 106 / 0.5);
}
.text-text-secondary\/60 {
  color: rgb(101 104 106 / 0.6);
}
.text-text-secondary\/70 {
  color: rgb(101 104 106 / 0.7);
}
.text-text-secondary\/75 {
  color: rgb(101 104 106 / 0.75);
}
.text-text-secondary\/80 {
  color: rgb(101 104 106 / 0.8);
}
.text-text-secondary\/90 {
  color: rgb(101 104 106 / 0.9);
}
.text-text-secondary\/95 {
  color: rgb(101 104 106 / 0.95);
}
.text-transparent {
  color: transparent;
}
.text-transparent\/0 {
  color: rgb(0 0 0 / 0);
}
.text-transparent\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-transparent\/100 {
  color: rgb(0 0 0 / 1);
}
.text-transparent\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-transparent\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-transparent\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-transparent\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-transparent\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-transparent\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-transparent\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-transparent\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-transparent\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-transparent\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-transparent\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-transparent\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-void {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-void\/0 {
  color: rgb(0 0 0 / 0);
}
.text-void\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-void\/100 {
  color: rgb(0 0 0 / 1);
}
.text-void\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-void\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-void\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-void\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-void\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-void\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-void\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-void\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-void\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-void\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-void\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-void\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-warning-100 {
  --tw-text-opacity: 1;
  color: rgb(255 242 207 / var(--tw-text-opacity));
}
.text-warning-100\/0 {
  color: rgb(255 242 207 / 0);
}
.text-warning-100\/10 {
  color: rgb(255 242 207 / 0.1);
}
.text-warning-100\/100 {
  color: rgb(255 242 207 / 1);
}
.text-warning-100\/20 {
  color: rgb(255 242 207 / 0.2);
}
.text-warning-100\/25 {
  color: rgb(255 242 207 / 0.25);
}
.text-warning-100\/30 {
  color: rgb(255 242 207 / 0.3);
}
.text-warning-100\/40 {
  color: rgb(255 242 207 / 0.4);
}
.text-warning-100\/5 {
  color: rgb(255 242 207 / 0.05);
}
.text-warning-100\/50 {
  color: rgb(255 242 207 / 0.5);
}
.text-warning-100\/60 {
  color: rgb(255 242 207 / 0.6);
}
.text-warning-100\/70 {
  color: rgb(255 242 207 / 0.7);
}
.text-warning-100\/75 {
  color: rgb(255 242 207 / 0.75);
}
.text-warning-100\/80 {
  color: rgb(255 242 207 / 0.8);
}
.text-warning-100\/90 {
  color: rgb(255 242 207 / 0.9);
}
.text-warning-100\/95 {
  color: rgb(255 242 207 / 0.95);
}
.text-warning-200 {
  --tw-text-opacity: 1;
  color: rgb(255 233 177 / var(--tw-text-opacity));
}
.text-warning-200\/0 {
  color: rgb(255 233 177 / 0);
}
.text-warning-200\/10 {
  color: rgb(255 233 177 / 0.1);
}
.text-warning-200\/100 {
  color: rgb(255 233 177 / 1);
}
.text-warning-200\/20 {
  color: rgb(255 233 177 / 0.2);
}
.text-warning-200\/25 {
  color: rgb(255 233 177 / 0.25);
}
.text-warning-200\/30 {
  color: rgb(255 233 177 / 0.3);
}
.text-warning-200\/40 {
  color: rgb(255 233 177 / 0.4);
}
.text-warning-200\/5 {
  color: rgb(255 233 177 / 0.05);
}
.text-warning-200\/50 {
  color: rgb(255 233 177 / 0.5);
}
.text-warning-200\/60 {
  color: rgb(255 233 177 / 0.6);
}
.text-warning-200\/70 {
  color: rgb(255 233 177 / 0.7);
}
.text-warning-200\/75 {
  color: rgb(255 233 177 / 0.75);
}
.text-warning-200\/80 {
  color: rgb(255 233 177 / 0.8);
}
.text-warning-200\/90 {
  color: rgb(255 233 177 / 0.9);
}
.text-warning-200\/95 {
  color: rgb(255 233 177 / 0.95);
}
.text-warning-300 {
  --tw-text-opacity: 1;
  color: rgb(252 202 106 / var(--tw-text-opacity));
}
.text-warning-300\/0 {
  color: rgb(252 202 106 / 0);
}
.text-warning-300\/10 {
  color: rgb(252 202 106 / 0.1);
}
.text-warning-300\/100 {
  color: rgb(252 202 106 / 1);
}
.text-warning-300\/20 {
  color: rgb(252 202 106 / 0.2);
}
.text-warning-300\/25 {
  color: rgb(252 202 106 / 0.25);
}
.text-warning-300\/30 {
  color: rgb(252 202 106 / 0.3);
}
.text-warning-300\/40 {
  color: rgb(252 202 106 / 0.4);
}
.text-warning-300\/5 {
  color: rgb(252 202 106 / 0.05);
}
.text-warning-300\/50 {
  color: rgb(252 202 106 / 0.5);
}
.text-warning-300\/60 {
  color: rgb(252 202 106 / 0.6);
}
.text-warning-300\/70 {
  color: rgb(252 202 106 / 0.7);
}
.text-warning-300\/75 {
  color: rgb(252 202 106 / 0.75);
}
.text-warning-300\/80 {
  color: rgb(252 202 106 / 0.8);
}
.text-warning-300\/90 {
  color: rgb(252 202 106 / 0.9);
}
.text-warning-300\/95 {
  color: rgb(252 202 106 / 0.95);
}
.text-warning-400 {
  --tw-text-opacity: 1;
  color: rgb(228 164 67 / var(--tw-text-opacity));
}
.text-warning-400\/0 {
  color: rgb(228 164 67 / 0);
}
.text-warning-400\/10 {
  color: rgb(228 164 67 / 0.1);
}
.text-warning-400\/100 {
  color: rgb(228 164 67 / 1);
}
.text-warning-400\/20 {
  color: rgb(228 164 67 / 0.2);
}
.text-warning-400\/25 {
  color: rgb(228 164 67 / 0.25);
}
.text-warning-400\/30 {
  color: rgb(228 164 67 / 0.3);
}
.text-warning-400\/40 {
  color: rgb(228 164 67 / 0.4);
}
.text-warning-400\/5 {
  color: rgb(228 164 67 / 0.05);
}
.text-warning-400\/50 {
  color: rgb(228 164 67 / 0.5);
}
.text-warning-400\/60 {
  color: rgb(228 164 67 / 0.6);
}
.text-warning-400\/70 {
  color: rgb(228 164 67 / 0.7);
}
.text-warning-400\/75 {
  color: rgb(228 164 67 / 0.75);
}
.text-warning-400\/80 {
  color: rgb(228 164 67 / 0.8);
}
.text-warning-400\/90 {
  color: rgb(228 164 67 / 0.9);
}
.text-warning-400\/95 {
  color: rgb(228 164 67 / 0.95);
}
.text-warning-50 {
  --tw-text-opacity: 1;
  color: rgb(255 251 235 / var(--tw-text-opacity));
}
.text-warning-50\/0 {
  color: rgb(255 251 235 / 0);
}
.text-warning-50\/10 {
  color: rgb(255 251 235 / 0.1);
}
.text-warning-50\/100 {
  color: rgb(255 251 235 / 1);
}
.text-warning-50\/20 {
  color: rgb(255 251 235 / 0.2);
}
.text-warning-50\/25 {
  color: rgb(255 251 235 / 0.25);
}
.text-warning-50\/30 {
  color: rgb(255 251 235 / 0.3);
}
.text-warning-50\/40 {
  color: rgb(255 251 235 / 0.4);
}
.text-warning-50\/5 {
  color: rgb(255 251 235 / 0.05);
}
.text-warning-50\/50 {
  color: rgb(255 251 235 / 0.5);
}
.text-warning-50\/60 {
  color: rgb(255 251 235 / 0.6);
}
.text-warning-50\/70 {
  color: rgb(255 251 235 / 0.7);
}
.text-warning-50\/75 {
  color: rgb(255 251 235 / 0.75);
}
.text-warning-50\/80 {
  color: rgb(255 251 235 / 0.8);
}
.text-warning-50\/90 {
  color: rgb(255 251 235 / 0.9);
}
.text-warning-50\/95 {
  color: rgb(255 251 235 / 0.95);
}
.text-warning-500 {
  --tw-text-opacity: 1;
  color: rgb(217 147 42 / var(--tw-text-opacity));
}
.text-warning-500\/0 {
  color: rgb(217 147 42 / 0);
}
.text-warning-500\/10 {
  color: rgb(217 147 42 / 0.1);
}
.text-warning-500\/100 {
  color: rgb(217 147 42 / 1);
}
.text-warning-500\/20 {
  color: rgb(217 147 42 / 0.2);
}
.text-warning-500\/25 {
  color: rgb(217 147 42 / 0.25);
}
.text-warning-500\/30 {
  color: rgb(217 147 42 / 0.3);
}
.text-warning-500\/40 {
  color: rgb(217 147 42 / 0.4);
}
.text-warning-500\/5 {
  color: rgb(217 147 42 / 0.05);
}
.text-warning-500\/50 {
  color: rgb(217 147 42 / 0.5);
}
.text-warning-500\/60 {
  color: rgb(217 147 42 / 0.6);
}
.text-warning-500\/70 {
  color: rgb(217 147 42 / 0.7);
}
.text-warning-500\/75 {
  color: rgb(217 147 42 / 0.75);
}
.text-warning-500\/80 {
  color: rgb(217 147 42 / 0.8);
}
.text-warning-500\/90 {
  color: rgb(217 147 42 / 0.9);
}
.text-warning-500\/95 {
  color: rgb(217 147 42 / 0.95);
}
.text-warning-600 {
  --tw-text-opacity: 1;
  color: rgb(198 122 9 / var(--tw-text-opacity));
}
.text-warning-600\/0 {
  color: rgb(198 122 9 / 0);
}
.text-warning-600\/10 {
  color: rgb(198 122 9 / 0.1);
}
.text-warning-600\/100 {
  color: rgb(198 122 9 / 1);
}
.text-warning-600\/20 {
  color: rgb(198 122 9 / 0.2);
}
.text-warning-600\/25 {
  color: rgb(198 122 9 / 0.25);
}
.text-warning-600\/30 {
  color: rgb(198 122 9 / 0.3);
}
.text-warning-600\/40 {
  color: rgb(198 122 9 / 0.4);
}
.text-warning-600\/5 {
  color: rgb(198 122 9 / 0.05);
}
.text-warning-600\/50 {
  color: rgb(198 122 9 / 0.5);
}
.text-warning-600\/60 {
  color: rgb(198 122 9 / 0.6);
}
.text-warning-600\/70 {
  color: rgb(198 122 9 / 0.7);
}
.text-warning-600\/75 {
  color: rgb(198 122 9 / 0.75);
}
.text-warning-600\/80 {
  color: rgb(198 122 9 / 0.8);
}
.text-warning-600\/90 {
  color: rgb(198 122 9 / 0.9);
}
.text-warning-600\/95 {
  color: rgb(198 122 9 / 0.95);
}
.text-warning-700 {
  --tw-text-opacity: 1;
  color: rgb(169 101 0 / var(--tw-text-opacity));
}
.text-warning-700\/0 {
  color: rgb(169 101 0 / 0);
}
.text-warning-700\/10 {
  color: rgb(169 101 0 / 0.1);
}
.text-warning-700\/100 {
  color: rgb(169 101 0 / 1);
}
.text-warning-700\/20 {
  color: rgb(169 101 0 / 0.2);
}
.text-warning-700\/25 {
  color: rgb(169 101 0 / 0.25);
}
.text-warning-700\/30 {
  color: rgb(169 101 0 / 0.3);
}
.text-warning-700\/40 {
  color: rgb(169 101 0 / 0.4);
}
.text-warning-700\/5 {
  color: rgb(169 101 0 / 0.05);
}
.text-warning-700\/50 {
  color: rgb(169 101 0 / 0.5);
}
.text-warning-700\/60 {
  color: rgb(169 101 0 / 0.6);
}
.text-warning-700\/70 {
  color: rgb(169 101 0 / 0.7);
}
.text-warning-700\/75 {
  color: rgb(169 101 0 / 0.75);
}
.text-warning-700\/80 {
  color: rgb(169 101 0 / 0.8);
}
.text-warning-700\/90 {
  color: rgb(169 101 0 / 0.9);
}
.text-warning-700\/95 {
  color: rgb(169 101 0 / 0.95);
}
.text-warning-800 {
  --tw-text-opacity: 1;
  color: rgb(137 82 0 / var(--tw-text-opacity));
}
.text-warning-800\/0 {
  color: rgb(137 82 0 / 0);
}
.text-warning-800\/10 {
  color: rgb(137 82 0 / 0.1);
}
.text-warning-800\/100 {
  color: rgb(137 82 0 / 1);
}
.text-warning-800\/20 {
  color: rgb(137 82 0 / 0.2);
}
.text-warning-800\/25 {
  color: rgb(137 82 0 / 0.25);
}
.text-warning-800\/30 {
  color: rgb(137 82 0 / 0.3);
}
.text-warning-800\/40 {
  color: rgb(137 82 0 / 0.4);
}
.text-warning-800\/5 {
  color: rgb(137 82 0 / 0.05);
}
.text-warning-800\/50 {
  color: rgb(137 82 0 / 0.5);
}
.text-warning-800\/60 {
  color: rgb(137 82 0 / 0.6);
}
.text-warning-800\/70 {
  color: rgb(137 82 0 / 0.7);
}
.text-warning-800\/75 {
  color: rgb(137 82 0 / 0.75);
}
.text-warning-800\/80 {
  color: rgb(137 82 0 / 0.8);
}
.text-warning-800\/90 {
  color: rgb(137 82 0 / 0.9);
}
.text-warning-800\/95 {
  color: rgb(137 82 0 / 0.95);
}
.text-warning-900 {
  --tw-text-opacity: 1;
  color: rgb(100 60 0 / var(--tw-text-opacity));
}
.text-warning-900\/0 {
  color: rgb(100 60 0 / 0);
}
.text-warning-900\/10 {
  color: rgb(100 60 0 / 0.1);
}
.text-warning-900\/100 {
  color: rgb(100 60 0 / 1);
}
.text-warning-900\/20 {
  color: rgb(100 60 0 / 0.2);
}
.text-warning-900\/25 {
  color: rgb(100 60 0 / 0.25);
}
.text-warning-900\/30 {
  color: rgb(100 60 0 / 0.3);
}
.text-warning-900\/40 {
  color: rgb(100 60 0 / 0.4);
}
.text-warning-900\/5 {
  color: rgb(100 60 0 / 0.05);
}
.text-warning-900\/50 {
  color: rgb(100 60 0 / 0.5);
}
.text-warning-900\/60 {
  color: rgb(100 60 0 / 0.6);
}
.text-warning-900\/70 {
  color: rgb(100 60 0 / 0.7);
}
.text-warning-900\/75 {
  color: rgb(100 60 0 / 0.75);
}
.text-warning-900\/80 {
  color: rgb(100 60 0 / 0.8);
}
.text-warning-900\/90 {
  color: rgb(100 60 0 / 0.9);
}
.text-warning-900\/95 {
  color: rgb(100 60 0 / 0.95);
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-white\/0 {
  color: rgb(255 255 255 / 0);
}
.text-white\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-white\/100 {
  color: rgb(255 255 255 / 1);
}
.text-white\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-white\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-white\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-white\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-white\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-white\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-opacity-0 {
  --tw-text-opacity: 0;
}
.text-opacity-10 {
  --tw-text-opacity: 0.1;
}
.text-opacity-100 {
  --tw-text-opacity: 1;
}
.text-opacity-20 {
  --tw-text-opacity: 0.2;
}
.text-opacity-25 {
  --tw-text-opacity: 0.25;
}
.text-opacity-30 {
  --tw-text-opacity: 0.3;
}
.text-opacity-40 {
  --tw-text-opacity: 0.4;
}
.text-opacity-5 {
  --tw-text-opacity: 0.05;
}
.text-opacity-50 {
  --tw-text-opacity: 0.5;
}
.text-opacity-60 {
  --tw-text-opacity: 0.6;
}
.text-opacity-70 {
  --tw-text-opacity: 0.7;
}
.text-opacity-75 {
  --tw-text-opacity: 0.75;
}
.text-opacity-80 {
  --tw-text-opacity: 0.8;
}
.text-opacity-90 {
  --tw-text-opacity: 0.9;
}
.text-opacity-95 {
  --tw-text-opacity: 0.95;
}
.bg-blend-normal {
  background-blend-mode: normal;
}
.bg-blend-multiply {
  background-blend-mode: multiply;
}
.bg-blend-screen {
  background-blend-mode: screen;
}
.bg-blend-overlay {
  background-blend-mode: overlay;
}
.bg-blend-darken {
  background-blend-mode: darken;
}
.bg-blend-lighten {
  background-blend-mode: lighten;
}
.bg-blend-color-dodge {
  background-blend-mode: color-dodge;
}
.bg-blend-color-burn {
  background-blend-mode: color-burn;
}
.bg-blend-hard-light {
  background-blend-mode: hard-light;
}
.bg-blend-soft-light {
  background-blend-mode: soft-light;
}
.bg-blend-difference {
  background-blend-mode: difference;
}
.bg-blend-exclusion {
  background-blend-mode: exclusion;
}
.bg-blend-hue {
  background-blend-mode: hue;
}
.bg-blend-saturation {
  background-blend-mode: saturation;
}
.bg-blend-color {
  background-blend-mode: color;
}
.bg-blend-luminosity {
  background-blend-mode: luminosity;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.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-md {
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-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;
}
.duration-200 {
  transition-duration: 200ms;
}
/* helpers */
/* utlity classes */
/**
 * typography */
@font-face {
    font-family: 'Civil';
    src: url('../fonts/civil-light.woff2') format('woff2'),
         url('../fonts/civil-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    ascent-override: 100%;
}
@font-face {
    font-family: 'Civil';
    src: url('../fonts/civil-lightitalic.woff2') format('woff2'),
         url('../fonts/civil-lightitalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    ascent-override: 100%;
}
@font-face {
    font-family: 'Civil';
    src: url('../fonts/civil-regular.woff2') format('woff2'),
         url('../fonts/civil-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    ascent-override: 100%;
}
@font-face {
    font-family: 'Civil';
    src: url('../fonts/civil-regularitalic.woff2') format('woff2'),
         url('../fonts/civil-regularitalic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    ascent-override: 100%;
}
@font-face {
    font-family: 'Civil';
    src: url('../fonts/civil-medium.woff2') format('woff2'),
         url('../fonts/civil-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    ascent-override: 100%;
}
@font-face {
    font-family: 'Civil';
    src: url('../fonts/civil-mediumitalic.woff2') format('woff2'),
         url('../fonts/civil-mediumitalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    ascent-override: 100%;
}
@font-face {
    font-family: 'Civil';
    src: url('../fonts/civil-semibold.woff2') format('woff2'),
         url('../fonts/civil-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    ascent-override: 100%;
}
@font-face {
    font-family: 'Civil';
    src: url('../fonts/civil-semibolditalic.woff2') format('woff2'),
         url('../fonts/civil-semibolditalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    ascent-override: 100%;
}
@font-face {
    font-family: 'Civil';
    src: url('../fonts/civil-bold.woff2') format('woff2'),
         url('../fonts/civil-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    ascent-override: 100%;
}
@font-face {
    font-family: 'Civil';
    src: url('../fonts/civil-bolditalic.woff2') format('woff2'),
         url('../fonts/civil-bolditalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    ascent-override: 100%;
}
.hc-html {
    font-size: 16px;
    color: #333539; 
    -ms-font-feature-settings: "ss02" 1, "ss03" 1; 
    -o-font-feature-settings: "ss02" 1, "ss03" 1; 
    font-feature-settings: "ss02" 1, "ss03" 1;
}
.hc-text {
  font-size: 0.875rem;
  font-weight: 400;
}
.hc-text--default {
  --tw-text-opacity: 1;
  color: rgb(51 53 57 / var(--tw-text-opacity));
}
:is(.dark .hc-text--default) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hc-text--secondary {
  --tw-text-opacity: 1;
  color: rgb(169 171 172 / var(--tw-text-opacity));
}
:is(.dark .hc-text--secondary) {
  --tw-text-opacity: 1;
  color: rgb(217 218 218 / var(--tw-text-opacity));
}
.hc-text--disabled {
  --tw-text-opacity: 1;
  color: rgb(197 199 199 / var(--tw-text-opacity));
}
:is(.dark .hc-text--disabled) {
  --tw-text-opacity: 1;
  color: rgb(197 199 199 / var(--tw-text-opacity));
}
.hc-text--contrast {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}
:is(.dark .hc-text--contrast) {
  --tw-text-opacity: 1;
  color: rgb(51 53 57 / var(--tw-text-opacity));
}
.hc-text--link {
  --tw-text-opacity: 1;
  color: rgb(21 97 210 / var(--tw-text-opacity));
}
:is(.dark .hc-text--link) {
  --tw-text-opacity: 1;
  color: rgb(132 177 245 / var(--tw-text-opacity));
}
.hc-text--danger {
  --tw-text-opacity: 1;
  color: rgb(239 68 78 / var(--tw-text-opacity));
}
.hc-text--info {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity));
}
.hc-text--success {
  --tw-text-opacity: 1;
  color: rgb(24 177 76 / var(--tw-text-opacity));
}
.hc-text--warning {
  --tw-text-opacity: 1;
  color: rgb(217 147 42 / var(--tw-text-opacity));
}
/* links*/
.hc-link {
  --tw-text-opacity: 1;
  color: rgb(21 97 210 / var(--tw-text-opacity));
}
:is(.dark .hc-link) {
  --tw-text-opacity: 1;
  color: rgb(132 177 245 / var(--tw-text-opacity));
}
.hc-link:hover {
  --tw-text-opacity: 1;
  color: rgb(10 71 163 / var(--tw-text-opacity));
}
:is(.dark .hc-link:hover) {
  --tw-text-opacity: 1;
  color: rgb(92 134 198 / var(--tw-text-opacity));
}
/* paragraphs*/
.hc-body {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
}
.hc-body > a.hc-link {
  font-weight: 600;
}
.hc-body--lg {
  font-size: 1rem;
  line-height: 1.5rem;
}
/* headers*/
.hc-h1 {
  margin-top: 0px;
  margin-bottom: 2rem;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(51 53 57 / var(--tw-text-opacity));
}
:is(.dark .hc-h1) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hc-h2 {
  margin-top: 0px;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(51 53 57 / var(--tw-text-opacity));
}
:is(.dark .hc-h2) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hc-h3 {
  margin-top: 0px;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(51 53 57 / var(--tw-text-opacity));
}
:is(.dark .hc-h3) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hc-h4 {
  margin-top: 0px;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(51 53 57 / var(--tw-text-opacity));
}
:is(.dark .hc-h4) {
  --tw-text-opacity: 1;
  color: rgb(217 218 218 / var(--tw-text-opacity));
}
.hc-h5 {
  margin-top: 0px;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(51 53 57 / var(--tw-text-opacity));
}
:is(.dark .hc-h5) {
  --tw-text-opacity: 1;
  color: rgb(217 218 218 / var(--tw-text-opacity));
}
.hc-h6 {
  margin-top: 0px;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(51 53 57 / var(--tw-text-opacity));
}
:is(.dark .hc-h6) {
  --tw-text-opacity: 1;
  color: rgb(217 218 218 / var(--tw-text-opacity));
}
.hc-subheader {
  margin-top: 0px;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(51 53 57 / var(--tw-text-opacity));
}
:is(.dark .hc-subheader) {
  --tw-text-opacity: 1;
  color: rgb(217 218 218 / var(--tw-text-opacity));
}
/* captions*/
.hc-caption {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(197 199 199 / var(--tw-text-opacity));
}
:is(.dark .hc-caption) {
  --tw-text-opacity: 1;
  color: rgb(217 218 218 / var(--tw-text-opacity));
}
/* meta text*/
.hc-meta {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(197 199 199 / var(--tw-text-opacity));
}
:is(.dark .hc-meta) {
  --tw-text-opacity: 1;
  color: rgb(217 218 218 / var(--tw-text-opacity));
}
/* microcopy*/
.hc-micro {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(197 199 199 / var(--tw-text-opacity));
}
:is(.dark .hc-micro) {
  --tw-text-opacity: 1;
  color: rgb(217 218 218 / var(--tw-text-opacity));
}
.hc-caption > .hc-a, .hc-meta > .hc-a, .hc-micro > .hc-a {
  --tw-text-opacity: 1;
  color: rgb(197 199 199 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
:is(.dark .hc-caption > .hc-a),:is(.dark  .hc-meta > .hc-a),:is(.dark  .hc-micro > .hc-a) {
  --tw-text-opacity: 1;
  color: rgb(217 218 218 / var(--tw-text-opacity));
}
.hc-caption > .hc-a:hover, .hc-meta > .hc-a:hover, .hc-micro > .hc-a:hover {
  --tw-text-opacity: 1;
  color: rgb(169 171 172 / var(--tw-text-opacity));
}
:is(.dark .hc-caption > .hc-a:hover),:is(.dark  .hc-meta > .hc-a:hover),:is(.dark  .hc-micro > .hc-a:hover) {
  --tw-text-opacity: 1;
  color: rgb(197 199 199 / var(--tw-text-opacity));
}
/* table headers/labels*/
.hc-th {
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(137 139 140 / var(--tw-text-opacity));
}
:is(.dark .hc-th) {
  --tw-text-opacity: 1;
  color: rgb(217 218 218 / var(--tw-text-opacity));
}
header#hc-app-header {
  position: fixed;
  display: flex;
  height: 4rem;
  width: 100%;
  align-items: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 2px;
  border-top-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
    box-shadow: inset 0 -1px 0 0 #000, 0 0.25rem 0.5rem rgba(0,0,0,.2);
    justify-content: space-between;
}
header#hc-app-header header.hc-mobile-menu#hc-app-header {
            justify-content: space-between;
        }
/* left logo*/
header#hc-app-header > aside.hc-header-aside {
  display: flex;
  height: 2.75rem;
  width: auto;
  align-items: center;
  padding: 0px;
  padding-left: 2.5rem;
  border-width: 2px;
  border-color: transparent;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 28 32'%3E%3Cpath fill='%23fff' d='M27.787 5.509v17.23c0 .768-.534 1.468-1.396 1.976l-12.5 7.216-1.395-.806v-17.23l12.46-7.197c.531-.304.857-.728.857-1.192 0-.464-.326-.888-.856-1.195-.53-.305-1.261-.496-2.068-.496-.806 0-1.537.188-2.067.496L8.361 11.504v17.23c-.888.511-2.112.828-3.464.828-1.352 0-2.579-.317-3.463-.828-.013-.006-.025-.016-.038-.022C.533 28.201 0 27.504 0 26.736V9.509c0-.769.533-1.468 1.396-1.976.013-.007.025-.016.038-.022L13.892.314l1.396.806L2.827 8.314c-.527.304-.857.728-.857 1.192 0 .464.326.888.857 1.195.53.304 1.26.496 2.067.496.806 0 1.537-.188 2.068-.496l12.46-7.194c.889-.51 2.112-.828 3.464-.828 1.352 0 2.58.317 3.464.828l.037.022c.863.512 1.396 1.208 1.396 1.977l.004.003Z'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 28px 32px;
}
header#hc-app-header > aside.hc-header-aside--wide {
  width: 16rem;
}
header#hc-app-header > aside.hc-header-aside.hc-header-logo--inline {
  background-image: none;
  padding-left: 0px;
  padding-right: 1rem;
}
header#hc-app-header > aside.hc-header-aside .hc-header-logo {
  display: flex;
  flex-direction: column;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
            line-height: 1;
}
header#hc-app-header > aside.hc-header-aside .hc-header-logo-brand {
  font-size: 1rem;
  font-weight: 500;
}
header#hc-app-header > aside.hc-header-aside .hc-header-logo-app {
                font-size: 1.33rem;
                margin-left: -1px;
            }
header#hc-app-header > aside.hc-header-aside .hc-header-logo--full {
  display: flex;
  flex-direction: column;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
header#hc-app-header > aside.hc-header-aside .hc-header-logo--full big.hc-header-logo--ss {
  font-size: 1.25rem;
  font-weight: 600;
                    margin: -0.1rem 0 -0.4rem;
                    letter-spacing: -4%;
}
header#hc-app-header > aside.hc-header-aside .hc-header-logo--full small.hc-header-logo--brand {
  font-size: 0.875rem;
  font-weight: 300;
}
/* app switcher initial poc*/
header#hc-app-header > aside.hc-header-aside.hc-app-switcher {
  position: relative;
  --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));
  border-radius: 0.75rem;
  padding-left: 3rem;
            background-position: 0.5rem 50%;
            transition: border 150ms ease-in-out 0s;
}
header#hc-app-header > aside.hc-header-aside.hc-app-switcher a.hc-logo {
  z-index: 1;
}
header#hc-app-header > aside.hc-header-aside.hc-app-switcher menu.hc-menu {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: none;
            /*
                @apply absolute top-0 left-0 rounded-md -translate-x-4 -translate-y-2 w-full;
                @apply border-2 border-gray-800;
                height: calc(100% + 1rem);
            */
}
header#hc-app-header > aside.hc-header-aside.hc-app-switcher:hover {
  --tw-border-opacity: 1;
  border-color: rgb(101 104 106 / var(--tw-border-opacity));
                transition: border 150ms ease-in-out 500ms;
}
header#hc-app-header > aside.hc-header-aside.hc-app-switcher:hover menu.hc-menu {
  display: block;
}
/* right content parent elements*/
header#hc-app-header > main.hc-header-main {
  display: none;
}
/* mobile default*/
header#hc-app-header > main.hc-header-main .hc-header-main--page,
        header#hc-app-header > main.hc-header-main .hc-header-main--user {
  display: flex;
  align-items: center;
}
header#hc-app-header > main.hc-header-main .hc-header-main--page {
  width: 100%;
  flex-grow: 1;
}
header#hc-app-header > main.hc-header-main .hc-header-main--user {
  justify-content: flex-end;
}
header#hc-app-header > main.hc-header-main .hc-indicator-status {
  --tw-border-opacity: 1;
  border-color: rgb(30 36 37 / var(--tw-border-opacity));
}
/* various header item components*/
/* group logos (used by Forms)*/
header#hc-app-header .hc-header-item-group-logo {
  display: inline-flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(238 240 240 / var(--tw-bg-opacity));
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(197 199 199 / var(--tw-border-opacity));
            min-width: 2rem;
            min-height: 2rem;
}
/* stacked info next to group logo*/
header#hc-app-header .hc-header-item-group-info {
  display: flex;
  flex-direction: column;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}
header#hc-app-header .hc-header-item-group-info--name {
  margin-bottom: -2px;
  font-weight: 400;
}
header#hc-app-header .hc-header-item-group-info--user {
  font-size: 0.8125rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(137 139 140 / var(--tw-text-opacity));
}
/* dropdown menu components*/
/* mobile menu headers inline*/
header#hc-app-header .hc-header-menu--header {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(76 80 86 / var(--tw-border-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
}
/* generic collapse styles*/
header#hc-app-header .hc-header-menu-collapse {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(76 80 86 / var(--tw-border-opacity));
}
header#hc-app-header .hc-header-menu-collapse-title {
  display: flex;
  height: 2.5rem;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
header#hc-app-header header.hc-mobile-menu#hc-app-header .hc-header-menu-collapse-title {
            justify-content: space-between;
        }
header#hc-app-header .hc-header-menu-collapse-title:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(51 53 57 / var(--tw-bg-opacity));
}
header#hc-app-header .hc-header-menu-collapse-title--right {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 0.25rem;
}
header#hc-app-header .hc-header-menu-collapse-title i.hc-icon--chevron-down {
                    transition: transform 200ms ease-in-out;
                }
header#hc-app-header .hc-header-menu-collapse-content {
  display: flex;
  flex-direction: column;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
header#hc-app-header .hc-header-menu-collapse[open] .hc-header-menu-collapse-title i.hc-icon--chevron-down {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
/* global indicators*/
header#hc-app-header .hc-header-menu .hc-indicator-status--off {
  --tw-bg-opacity: 1;
  background-color: rgb(230 231 231 / var(--tw-bg-opacity));
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(51 53 57 / var(--tw-text-opacity));
}
/* global vertical stacked nav defaults*/
header#hc-app-header .hc-header-menu nav.hc-header-nav {
  display: flex;
  flex-direction: column;
}
header#hc-app-header .hc-header-menu nav.hc-header-nav h5.hc-header-nav-heading {
  margin-bottom: 0px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(101 104 106 / var(--tw-text-opacity));
}
header#hc-app-header .hc-header-menu nav.hc-header-nav h5.hc-header-nav-heading > span.hc-header-nav-heading--highlight {
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}
/* variant for list links with icons and a hover state*/
header#hc-app-header .hc-header-menu nav.hc-header-nav--list {
                /*@apply pt-2 pb-3;*/
            }
/* primary element for dropdown nav items*/
header#hc-app-header .hc-header-menu nav.hc-header-nav .hc-header-nav-item {
  display: flex;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
header#hc-app-header .hc-header-menu nav.hc-header-nav .hc-header-nav-item:first-child {
  padding-top: 0.75rem;
}
header#hc-app-header .hc-header-menu nav.hc-header-nav .hc-header-nav-item:last-child {
  padding-bottom: 0.75rem;
}
header#hc-app-header .hc-header-menu nav.hc-header-nav .hc-header-nav-item--count {
  justify-content: space-between;
}
header#hc-app-header header.hc-mobile-menu#hc-app-header .hc-header-menu nav.hc-header-nav .hc-header-nav-item--count {
            justify-content: space-between;
        }
header#hc-app-header .hc-header-menu nav.hc-header-nav .hc-header-nav-item--icon {
  margin-left: 0.5rem;
  display: flex;
  gap: 1rem;
}
/* @delete?*/
header#hc-app-header .hc-header-menu nav.hc-header-nav .hc-header-nav-item .hc-header-nav-link-text {
  flex-grow: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
header#hc-app-header .hc-header-menu nav.hc-header-nav .hc-header-nav-item:hover .hc-header-nav-link-text {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}
/* special links that take a hover*/
header#hc-app-header .hc-header-menu nav.hc-header-nav .hc-header-nav-item--link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0px;
  padding-bottom: 0px;
}
header#hc-app-header .hc-header-menu nav.hc-header-nav .hc-header-nav-item--link:first-child {
  padding-top: 0.625rem;
}
header#hc-app-header .hc-header-menu nav.hc-header-nav .hc-header-nav-item--link:last-child {
  padding-bottom: 0.75rem;
}
header#hc-app-header .hc-header-menu nav.hc-header-nav .hc-header-nav-item--link .hc-header-nav-item-inner {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-radius: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
  width: 100%;
  border-width: 0px;
}
header#hc-app-header .hc-header-menu nav.hc-header-nav .hc-header-nav-item--link:hover .hc-header-nav-item-inner {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
/* gray line divider between nav elements*/
header#hc-app-header .hc-header-menu nav.hc-header-nav.hc-header-nav-divided a:not(:last-child) {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 218 218 / var(--tw-border-opacity));
}
/* bottom divider line for a nav*/
/* @todo fix*/
header#hc-app-header .hc-header-menu nav.hc-header-nav.hc-header-nav-divider {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(76 80 86 / var(--tw-border-opacity));
}
header#hc-app-header .hc-header-menu nav.hc-header-nav.hc-header-nav-divider > a:not(.hc-header-nav-item--link):first-child {
  padding-top: 1rem;
}
header#hc-app-header .hc-header-menu nav.hc-header-nav.hc-header-nav-divider > a:not(.hc-header-nav-item--link):last-child {
  padding-bottom: 1rem;
}
/* menu items with hover effect*/
/* @delete?*/
header#hc-app-header .hc-header-menu nav.hc-header-nav.hc-hover {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
header#hc-app-header .hc-header-menu nav.hc-header-nav.hc-hover > a.hc-header-nav-link {
  border-radius: 0.375rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
header#hc-app-header .hc-header-menu nav.hc-header-nav.hc-hover > a.hc-header-nav-link:first-child {
  padding-top: 0.375rem;
}
header#hc-app-header .hc-header-menu nav.hc-header-nav.hc-hover > a.hc-header-nav-link:last-child {
  padding-bottom: 0.375rem;
}
header#hc-app-header .hc-header-menu nav.hc-header-nav.hc-hover > a.hc-header-nav-link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
/* force nowrapping on links*/
/* @delete*/
header#hc-app-header .hc-header-menu nav.hc-header-nav--nowrap > a.hc-header-nav-link {
  white-space: nowrap;
}
/**/
/* user account menu */
header#hc-app-header .hc-header-menu--account {
  display: flex;
  flex-direction: column;
}
header#hc-app-header .hc-header-menu--account .hc-header-menu-session--active {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-bottom-width: 1px;
  border-color: transparent;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 0px;
}
header#hc-app-header .hc-header-menu--account .hc-header-menu-session--active .hc-header-menu--account--avatar,
                    header#hc-app-header .hc-header-menu--account .hc-header-menu-session--active .hc-header-menu--account--actions {
  flex-shrink: 0;
}
header#hc-app-header .hc-header-menu--account .hc-header-menu-session--active .hc-header-menu--account--avatar {
  margin-top: 1px;
  height: 2rem;
  width: 2rem;
  border-radius: 9999px;
                        box-shadow: inset 0 0 0 1px rgba(0,0,0,0.33);
}
header#hc-app-header .hc-header-menu--account .hc-header-menu-session--active .hc-header-menu--account--name {
  flex-grow: 1;
  overflow-x: hidden;
  font-weight: 600;
}
header#hc-app-header .hc-header-menu--account .hc-header-menu-session--active .hc-header-menu--account--name.hc-header-menu--account--stack {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
header#hc-app-header .hc-header-menu--account .hc-header-menu-session--active .hc-header-menu--account--name.hc-header-menu--account--stack .hc-header-menu--account--email {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(197 199 199 / var(--tw-text-opacity));
}
header#hc-app-header .hc-header-menu--account .hc-header-menu-session--active .hc-button--icon:last-child {
  margin-right: -0.5rem;
}
/**/
/* connect's collapse component*/
/* @todo create a component out of this*/
header#hc-app-header .hc-header-menu--connect {
  display: flex;
  min-width: 16rem;
  flex-direction: column;
}
/**/
/* big item picker*/
header#hc-app-header .hc-header-menu--picker--item {
  display: flex;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
header#hc-app-header .hc-header-menu--picker--item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
header#hc-app-header .hc-header-menu--picker--item:not(:last-child) .hc-header-menu--picker--inner {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 218 218 / var(--tw-border-opacity));
}
header#hc-app-header .hc-header-menu--picker--inner {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  white-space: nowrap;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
header#hc-app-header .hc-header-menu--picker--inner:first-child {
  padding-top: 1.25rem;
}
header#hc-app-header .hc-header-menu--picker--inner:last-child {
  padding-bottom: 1.25rem;
}
header#hc-app-header .hc-header-menu--picker--inner.hc-with--stack {
  align-items: flex-start;
}
header#hc-app-header .hc-header-menu--picker--title {
  font-size: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}
/**/
/* boost's time period and group pickers*/
header#hc-app-header .hc-header-menu--boost nav.hc-header-nav .hc-header-nav-item {
  padding-top: 0.75rem;
  padding-bottom: 0px;
}
header#hc-app-header .hc-header-menu--boost nav.hc-header-nav .hc-header-nav-item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
/* groups*/
header#hc-app-header .hc-header-menu--boost nav.hc-header-nav .hc-header-nav-item-circle {
  margin-top: 0.25rem;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(197 199 199 / var(--tw-border-opacity));
}
header#hc-app-header .hc-header-menu--boost nav.hc-header-nav .hc-header-nav-item-group {
  font-size: 1rem;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}
/* inside wrapper for border effect*/
header#hc-app-header .hc-header-menu--boost nav.hc-header-nav .hc-header-nav-item-inner {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.75rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 231 231 / var(--tw-border-opacity));
  padding-bottom: 0.75rem;
}
/* group active state handling*/
header#hc-app-header .hc-header-menu--boost nav.hc-header-nav .hc-header-nav-item-inner.hc-active .hc-header-nav-item-circle {
  --tw-border-opacity: 1;
  border-color: rgb(24 177 76 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(24 177 76 / var(--tw-bg-opacity));
}
header#hc-app-header .hc-header-menu--boost nav.hc-header-nav .hc-header-nav-item-inner.hc-active .hc-header-nav-item-circle .hc-icon--check {
  margin-left: 1px;
  margin-top: 2px;
  vertical-align: top;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
header#hc-app-header .hc-header-menu--boost nav.hc-header-nav .hc-header-nav-item-inner.hc-active .hc-header-nav-item-group {
  font-weight: 600;
}
header#hc-app-header .hc-header-menu--boost nav.hc-header-nav .hc-header-nav-item:last-child .hc-header-nav-item-inner {
  padding-bottom: 0px;
}
header#hc-app-header .hc-header-menu--boost nav.hc-header-nav .hc-header-nav-item:last-child:not(.hc-header-nav-item-child) .hc-header-nav-item-inner {
  border-style: none;
}
/* parent/child indenting*/
header#hc-app-header .hc-header-menu--boost nav.hc-header-nav .hc-header-nav-item-child {
  padding-left: 3rem;
  padding-top: 0px;
}
header#hc-app-header .hc-header-menu--boost nav.hc-header-nav .hc-header-nav-item-child .hc-header-nav-item-inner {
  border-style: none;
  padding-top: 0.75rem;
                            border-top: 1px solid #e6e7e7; /* not working via TW?*/
}
header#hc-app-header .hc-header-menu--boost nav.hc-header-nav .hc-header-nav-item-parent .hc-header-nav-item-inner {
  border-width: 0px;
}
/* time periods*/
header#hc-app-header .hc-header-menu--boost nav.hc-header-nav .hc-header-nav-item-status {
  margin-top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header#hc-app-header .hc-header-menu--boost nav.hc-header-nav .hc-header-nav-item-status .hc-icon--check {
  margin-left: 1px;
  margin-top: 1px;
  vertical-align: top;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
header#hc-app-header .hc-header-menu--boost nav.hc-header-nav .hc-header-nav-item-status .hc-active {
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(24 177 76 / var(--tw-bg-opacity));
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin-right: -0.25rem;
  margin-bottom: -0.25rem;
}
header#hc-app-header .hc-header-menu--boost nav.hc-header-nav .hc-header-nav-item-time {
  display: flex;
  flex-direction: column;
}
header#hc-app-header .hc-header-menu--boost nav.hc-header-nav .hc-header-nav-item-time .hc-header-nav-item-primary {
  font-size: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}
/**/
/* operoo's group picker*/
header#hc-app-header .hc-header-menu--forms .hc-header-nav-item {
  padding-top: 0.5rem;
  padding-bottom: 0px;
}
header#hc-app-header .hc-header-menu--forms .hc-header-nav-item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
/* link inner wrapper*/
header#hc-app-header .hc-header-menu--forms .hc-header-nav-item-inner {
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 0.75rem;
  padding-bottom: 0.5rem;
}
/* status indicators around groups*/
header#hc-app-header .hc-header-menu--forms .hc-header-nav-item-status {
  padding-top: 3px;
}
header#hc-app-header .hc-header-menu--forms .hc-header-nav-item-status.hc-active .hc-header-item-group-logo {
  --tw-border-opacity: 1 !important;
  border-color: rgb(24 177 76 / var(--tw-border-opacity)) !important;
}
header#hc-app-header .hc-header-menu--forms .hc-header-nav-item-status.hc-active .hc-with-check {
  display: inline-flex;
  height: 1rem;
  width: 1rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin-right: -0.25rem;
  margin-bottom: -2px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(24 177 76 / var(--tw-bg-opacity));
}
header#hc-app-header .hc-header-menu--forms .hc-header-nav-item-status.hc-active .hc-with-check .hc-icon--check {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
header#hc-app-header .hc-header-menu--forms .hc-header-nav-item-status.hc-active strong.hc-strong {
  font-weight: 500;
}
/* last item handling*/
header#hc-app-header .hc-header-menu--forms .hc-header-nav-item:last-child .hc-header-nav-item-inner {
  border-style: none;
  padding-bottom: 0px;
}
/* product branding and color overrides*/
header#hc-app-header.hc-boost {
  --tw-border-opacity: 1;
  border-color: rgb(46 117 223 / var(--tw-border-opacity));
}
header#hc-app-header.hc-boost > aside.hc-header-aside {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 28 32'%3E%3Cpath fill='%232e75df' d='M27.787 5.509v17.23c0 .768-.534 1.468-1.396 1.976l-12.5 7.216-1.395-.806v-17.23l12.46-7.197c.531-.304.857-.728.857-1.192 0-.464-.326-.888-.856-1.195-.53-.305-1.261-.496-2.068-.496-.806 0-1.537.188-2.067.496L8.361 11.504v17.23c-.888.511-2.112.828-3.464.828-1.352 0-2.579-.317-3.463-.828-.013-.006-.025-.016-.038-.022C.533 28.201 0 27.504 0 26.736V9.509c0-.769.533-1.468 1.396-1.976.013-.007.025-.016.038-.022L13.892.314l1.396.806L2.827 8.314c-.527.304-.857.728-.857 1.192 0 .464.326.888.857 1.195.53.304 1.26.496 2.067.496.806 0 1.537-.188 2.068-.496l12.46-7.194c.889-.51 2.112-.828 3.464-.828 1.352 0 2.58.317 3.464.828l.037.022c.863.512 1.396 1.208 1.396 1.977l.004.003Z'/%3E%3C/svg%3E%0A");
        }
header#hc-app-header.hc-connect {
  --tw-border-opacity: 1;
  border-color: rgb(12 168 149 / var(--tw-border-opacity));
}
header#hc-app-header.hc-connect > aside.hc-header-aside {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 28 32'%3E%3Cpath fill='%230cab95' d='M27.787 5.509v17.23c0 .768-.534 1.468-1.396 1.976l-12.5 7.216-1.395-.806v-17.23l12.46-7.197c.531-.304.857-.728.857-1.192 0-.464-.326-.888-.856-1.195-.53-.305-1.261-.496-2.068-.496-.806 0-1.537.188-2.067.496L8.361 11.504v17.23c-.888.511-2.112.828-3.464.828-1.352 0-2.579-.317-3.463-.828-.013-.006-.025-.016-.038-.022C.533 28.201 0 27.504 0 26.736V9.509c0-.769.533-1.468 1.396-1.976.013-.007.025-.016.038-.022L13.892.314l1.396.806L2.827 8.314c-.527.304-.857.728-.857 1.192 0 .464.326.888.857 1.195.53.304 1.26.496 2.067.496.806 0 1.537-.188 2.068-.496l12.46-7.194c.889-.51 2.112-.828 3.464-.828 1.352 0 2.58.317 3.464.828l.037.022c.863.512 1.396 1.208 1.396 1.977l.004.003Z'/%3E%3C/svg%3E%0A");
        }
header#hc-app-header.hc-connect .hc-indicator--on {
  --tw-border-opacity: 1;
  border-color: rgb(30 36 37 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(215 255 164 / var(--tw-bg-opacity));
}
header#hc-app-header.hc-connect .hc-indicator-count--on {
  --tw-bg-opacity: 1;
  background-color: rgb(0 133 117 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
header#hc-app-header.hc-attend {
  --tw-border-opacity: 1;
  border-color: rgb(117 72 244 / var(--tw-border-opacity));
}
header#hc-app-header.hc-attend > aside.hc-header-aside {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 28 32'%3E%3Cpath fill='%238C63FE' d='M27.787 5.509v17.23c0 .768-.534 1.468-1.396 1.976l-12.5 7.216-1.395-.806v-17.23l12.46-7.197c.531-.304.857-.728.857-1.192 0-.464-.326-.888-.856-1.195-.53-.305-1.261-.496-2.068-.496-.806 0-1.537.188-2.067.496L8.361 11.504v17.23c-.888.511-2.112.828-3.464.828-1.352 0-2.579-.317-3.463-.828-.013-.006-.025-.016-.038-.022C.533 28.201 0 27.504 0 26.736V9.509c0-.769.533-1.468 1.396-1.976.013-.007.025-.016.038-.022L13.892.314l1.396.806L2.827 8.314c-.527.304-.857.728-.857 1.192 0 .464.326.888.857 1.195.53.304 1.26.496 2.067.496.806 0 1.537-.188 2.068-.496l12.46-7.194c.889-.51 2.112-.828 3.464-.828 1.352 0 2.58.317 3.464.828l.037.022c.863.512 1.396 1.208 1.396 1.977l.004.003Z'/%3E%3C/svg%3E%0A");
        }
header#hc-app-header.hc-attend .hc-indicator--on {
  --tw-border-opacity: 1;
  border-color: rgb(30 36 37 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(226 203 255 / var(--tw-bg-opacity));
}
header#hc-app-header.hc-forms {
        border-top-color: #6e2f75;
    }
header#hc-app-header.hc-forms .hc-indicator--on {
  --tw-border-opacity: 1;
  border-color: rgb(30 36 37 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(189 166 238 / var(--tw-bg-opacity));
}
header#hc-app-header.hc-forms .hc-indicator-count--on {
  --tw-bg-opacity: 1;
  background-color: rgb(189 166 238 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
header#hc-app-header.hc-classic .hc-indicator--on {
  --tw-border-opacity: 1;
  border-color: rgb(30 36 37 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity));
}
header#hc-app-header.hc-boost .hc-indicator--on {
  --tw-border-opacity: 1;
  border-color: rgb(30 36 37 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(46 117 223 / var(--tw-bg-opacity));
}
/**/
/* inputs*/
/* handling this in the header for now, eventually it will be a component*/
header#hc-app-header select.hc-select {
  height: 2.5rem;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(101 104 106 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity));
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
header#hc-app-header select.hc-select:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
header#hc-app-header .hc-input--search {
  height: 2.5rem;
  width: 100%;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(101 104 106 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(51 53 57 / var(--tw-bg-opacity));
  padding-left: 2.75rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
header#hc-app-header .hc-input--search:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(238 240 240 / var(--tw-text-opacity));
}
header#hc-app-header .hc-input--search:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(51 53 57 / var(--tw-ring-opacity));
}
:is(.dark header#hc-app-header .hc-input--search) {
  --tw-border-opacity: 1;
  border-color: rgb(230 231 231 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}
:is(.dark header#hc-app-header .hc-input--search:hover) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
:is(.dark header#hc-app-header .hc-input--search:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 245 245 / var(--tw-ring-opacity));
}
header#hc-app-header .hc-input--search {
        transition: width 250ms ease-in-out;
    }
header#hc-app-header .hc-input--search:focus {
            width: min(75%, 32rem);
        }
/* text buttons get a black background*/
header#hc-app-header .hc-button--text {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
header#hc-app-header .hc-button--text:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
header#hc-app-header .hc-button--text:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(51 53 57 / var(--tw-ring-opacity));
}
/**/
/* mobile menu handling*/
header#hc-app-header .hc-mobile-menu {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
header#hc-app-header .hc-mobile-menu.justify-between {
            justify-content: space-between;
        }
header#hc-app-header .hc-mobile-menu > .hc-dropdown {
            position: revert;
        }
header#hc-app-header .hc-mobile-menu--toggle {
  margin-bottom: 0px;
  cursor: pointer;
}
header#hc-app-header .hc-mobile-menu--toggle.hc-clear {
  display: none;
}
header#hc-app-header .hc-mobile-menu--toggle:not(.hc-button) {
  margin-left: 1.5rem;
}
header#hc-app-header .hc-mobile-menu--wrapper {
  position: absolute;
  top: 3.5rem;
  left: 0px;
  width: 100%;
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity));
            transition: all 200ms ease-in-out;
            display: grid;
            grid-template-rows: 0fr;
}
header#hc-app-header .hc-mobile-menu--content {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
header#hc-app-header .hc-mobile-menu--content .hc-mobile-menu--section:first-child {
  padding-top: 1rem;
}
header#hc-app-header .hc-mobile-menu--section {
  width: 100%;
}
header#hc-app-header .hc-mobile-menu--section.hc-header-nav-divider {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(76 80 86 / var(--tw-border-opacity));
}
header#hc-app-header .hc-mobile-menu--control {
  display: none;
}
header#hc-app-header .hc-mobile-menu--control:checked + .mobile-menu--wrapper {
                grid-template-rows: 1fr;
            }
/* mobile menu variant of header dropdown*/
/* corrections for dropdown button group logo*/
header#hc-app-header .hc-dropdown .hc-button--dropdown:not(.hc-button--text) {
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(101 104 106 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(51 53 57 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
header#hc-app-header .hc-dropdown .hc-button--dropdown:not(.hc-button--text):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(238 240 240 / var(--tw-text-opacity));
}
header#hc-app-header .hc-dropdown .hc-button--dropdown:not(.hc-button--text):focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(51 53 57 / var(--tw-ring-opacity));
}
:is(.dark header#hc-app-header .hc-dropdown .hc-button--dropdown:not(.hc-button--text)) {
  --tw-border-opacity: 1;
  border-color: rgb(230 231 231 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}
:is(.dark header#hc-app-header .hc-dropdown .hc-button--dropdown:not(.hc-button--text):hover) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
:is(.dark header#hc-app-header .hc-dropdown .hc-button--dropdown:not(.hc-button--text):focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 245 245 / var(--tw-ring-opacity));
}
header#hc-app-header .hc-dropdown .hc-button--dropdown--caret {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
header#hc-app-header .hc-dropdown .hc-button--dropdown .hc-header-item-group-logo {
  margin-left: -0.75rem;
  height: 1.75rem;
  width: 1.75rem;
  --tw-border-opacity: 1;
  border-color: rgb(101 104 106 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(30 36 37 / var(--tw-bg-opacity));
                min-width: 1.75rem;
                min-height: 1.75rem;
}
/* menu*/
header#hc-app-header .hc-dropdown .hc-mobile-menu--wrapper {
  position: absolute;
  top: 3rem;
  left: 0px;
  width: 100%;
  font-size: 1rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity));
                transition: all 200ms ease-in-out;
                display: grid;
                grid-template-rows: 0fr;
                transform: revert;
}
/* overrides for default dropdowns*/
header#hc-app-header .hc-dropdown .hc-mobile-menu--wrapper .hc-header-menu nav.hc-header-nav h5.hc-header-nav-heading > span.hc-header-nav-heading--highlight {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}
header#hc-app-header .hc-dropdown .hc-mobile-menu--wrapper .hc-header-menu nav.hc-header-nav .hc-header-nav-item--link .hc-header-nav-item-inner, 
                            header#hc-app-header .hc-dropdown .hc-mobile-menu--wrapper .hc-header-menu nav.hc-header-nav .hc-header-nav-item--link .hc-header-nav-item-inner i.hc-icon {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
header#hc-app-header .hc-dropdown .hc-mobile-menu--wrapper .hc-header-menu nav.hc-header-nav .hc-header-nav-item--link .hc-header-nav-item-inner {
  font-size: 0.875rem;
}
header#hc-app-header .hc-dropdown .hc-mobile-menu--wrapper .hc-header-menu nav.hc-header-nav .hc-header-nav-item--link:hover .hc-header-nav-item-inner {
  --tw-bg-opacity: 1;
  background-color: rgb(51 53 57 / var(--tw-bg-opacity));
}
/* overrides for brand dropdowns*/
header#hc-app-header .hc-dropdown .hc-mobile-menu--wrapper.hc-header-menu--forms .hc-header-nav-item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(51 53 57 / var(--tw-bg-opacity));
}
header#hc-app-header .hc-dropdown .hc-mobile-menu--wrapper.hc-header-menu--forms .hc-header-nav-item .hc-header-item-group-info {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}
header#hc-app-header .hc-dropdown .hc-mobile-menu--content {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
header#hc-app-header .hc-dropdown .hc-mobile-menu--section {
  width: 100%;
}
header#hc-app-header .hc-dropdown .hc-mobile-menu--section.hc-header-nav-divider {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(76 80 86 / var(--tw-border-opacity));
}
header#hc-app-header .hc-dropdown .hc-mobile-menu--section.hc-header-nav-divider--top {
  margin-top: 0.25rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(76 80 86 / var(--tw-border-opacity));
  padding-top: 0px;
}
/* focused state*/
header#hc-app-header .hc-dropdown:focus-within .hc-mobile-menu--wrapper {
                    grid-template-rows: 1fr;
                }
/* light gray section separators use the ::before pseudo selector*/
/* @todo try to add these to a wrapping element if possible, not a button, as indicators use ::before*/
header#hc-app-header .hc-dropdown--with-separator {
  position: relative;
}
header#hc-app-header .hc-dropdown--with-separator::before {
  position: absolute;
  top: 50%;
  display: block;
  height: 66.666667%;
  width: 2px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(51 53 57 / var(--tw-bg-opacity));
                content: '';
}
header#hc-app-header .hc-dropdown--with-separator--left {
  margin-left: 2rem;
}
header#hc-app-header .hc-dropdown--with-separator--left::before {
  left: -1.5rem;
}
/* non-mobile screen handling*/
@media (min-width: 640px) {
header#hc-app-header {
    padding-right: 1rem;
  }

        header#hc-app-header > aside.hc-header-aside {
    width: 12rem;
  }
            header#hc-app-header > aside.hc-header-aside--wide {
    width: 16rem;
  }
        header#hc-app-header > main.hc-header-main {
    display: flex;
    width: 100%;
  }
        header#hc-app-header .hc-mobile-menu {
    display: none;
  }
        header#hc-app-header .hc-input--search {
    width: 16rem;
    min-width: 12rem;
  }
                header#hc-app-header .hc-header-menu nav.hc-header-nav .hc-header-nav-item {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

                    header#hc-app-header .hc-header-menu nav.hc-header-nav .hc-header-nav-item:first-child {
    padding-top: 1rem;
  }
                    header#hc-app-header .hc-header-menu nav.hc-header-nav .hc-header-nav-item:last-child {
    padding-bottom: 1rem;
  }
                    header#hc-app-header .hc-header-menu nav.hc-header-nav .hc-header-nav-item .hc-header-nav-item-text {
    --tw-text-opacity: 1;
    color: rgb(26 26 26 / var(--tw-text-opacity));
  }
                        header#hc-app-header .hc-header-menu nav.hc-header-nav .hc-header-nav-item:hover .hc-header-nav-item-text {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
                    header#hc-app-header .hc-header-menu nav.hc-header-nav .hc-header-nav-item--with-icon {
    margin-left: 0px;
    gap: 0.5rem; /* removed ml-1*/
  }
                header#hc-app-header .hc-header-menu nav.hc-header-nav.hc-header-nav-divider {
    --tw-border-opacity: 1;
    border-color: rgb(217 218 218 / var(--tw-border-opacity));
  }
            header#hc-app-header .hc-header-menu--account {
    min-width: 16rem;
    max-width: 20rem;
  }

                header#hc-app-header .hc-header-menu--account .hc-header-menu-session--active {
    --tw-border-opacity: 1;
    border-color: rgb(217 218 218 / var(--tw-border-opacity));
    padding-bottom: 1rem;
  }
                        header#hc-app-header .hc-header-menu--account .hc-header-menu-session--active .hc-header-menu--account--name.hc-header-menu--account--stack .hc-header-menu--account--email {
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(137 139 140 / var(--tw-text-opacity));
  }
            /* need to re-add these here for strange inheritance issues*/
                    header#hc-app-header .hc-header-menu--boost nav.hc-header-nav .hc-header-nav-item {
    padding-top: 0.75rem;
    padding-bottom: 0px;
  }

                        header#hc-app-header .hc-header-menu--boost nav.hc-header-nav .hc-header-nav-item-child {
    padding-left: 3rem;
    padding-top: 0px;
  }

                            header#hc-app-header .hc-header-menu--boost nav.hc-header-nav .hc-header-nav-item-child .hc-header-nav-item-inner {
    border-style: none;
    padding-top: 0.75rem;
                                border-top: 1px solid #e6e7e7;
  }
                            header#hc-app-header .hc-header-menu--boost nav.hc-header-nav .hc-header-nav-item-parent .hc-header-nav-item-inner {
    border-width: 0px;
  }
            header#hc-app-header .hc-header-menu-collapse {
    --tw-border-opacity: 1;
    border-color: rgb(217 218 218 / var(--tw-border-opacity));
  }

                header#hc-app-header .hc-header-menu-collapse-title:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  }
    }
/* forced mobile defaults */
header#hc-app-header.hc-mobile {
  padding-right: 1rem;
}
header#hc-app-header.hc-mobile > aside.hc-header-aside {
  width: auto;
}
header#hc-app-header.hc-mobile > main.hc-header-main {
  display: none;
}
header#hc-app-header.hc-mobile .hc-mobile-menu {
  display: flex;
}
header#hc-app-header.hc-mobile .hc-header-menu nav.hc-header-nav .hc-header-nav-item {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
header#hc-app-header.hc-mobile .hc-header-menu nav.hc-header-nav .hc-header-nav-item:first-child {
  padding-top: 0.75rem;
}
header#hc-app-header.hc-mobile .hc-header-menu nav.hc-header-nav .hc-header-nav-item:last-child {
  padding-bottom: 0.75rem;
}
header#hc-app-header.hc-mobile .hc-header-menu nav.hc-header-nav .hc-header-nav-item .hc-text {
  flex-grow: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
header#hc-app-header.hc-mobile .hc-header-menu nav.hc-header-nav .hc-header-nav-item:hover .hc-text {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}
header#hc-app-header.hc-mobile .hc-header-menu nav.hc-header-nav .hc-header-nav-item.hc-icon {
  margin-left: 0.5rem;
  gap: 1rem;
}
header#hc-app-header.hc-mobile .hc-header-menu nav.hc-header-nav.hc-header-nav-divider {
  --tw-border-opacity: 1;
  border-color: rgb(76 80 86 / var(--tw-border-opacity));
}
header#hc-app-header.hc-mobile .hc-header-menu nav.hc-header-nav.hc-header-nav-divider > a:first-child {
  padding-top: 1rem;
}
header#hc-app-header.hc-mobile .hc-header-menu nav.hc-header-nav.hc-header-nav-divider > a:last-child {
  padding-bottom: 1rem;
}
header#hc-app-header.hc-mobile .hc-header-menu--account {
  max-width: 100%;
}
header#hc-app-header.hc-mobile .hc-header-menu--account .hc-header-menu-session--active {
  border-color: transparent;
  padding-bottom: 0px;
}
header#hc-app-header.hc-mobile .hc-header-menu--account .hc-header-menu-session--active .hc-hc-header-menu--account--name.hc-hc-header-menu--account--stack .hc-hc-header-menu--account--email {
  --tw-text-opacity: 1;
  color: rgb(197 199 199 / var(--tw-text-opacity));
}
header#hc-app-header.hc-mobile .hc-header-menu-collapse {
  --tw-border-opacity: 1;
  border-color: rgb(76 80 86 / var(--tw-border-opacity));
}
header#hc-app-header.hc-mobile .hc-header-menu-collapse-title:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(51 53 57 / var(--tw-bg-opacity));
}
header#hc-app-header.hc-mobile .hc-input--search {
  width: 100%;
}
/* main navigation element*/
.hc-app-nav {
  position: fixed;
  display: flex;
  width: 16rem;
  flex-direction: column;
  justify-content: space-between;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(197 199 199 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
header#hc-app-header .hc-mobile-menu.hc-app-nav {
            justify-content: space-between;
        }
.hc-app-nav {
	transition: width 200ms ease-in-out;
}
/* primary sections*/
.hc-app-nav-primary {
  flex-grow: 1;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.hc-app-nav-header {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}
.hc-app-nav-footer {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 0.75rem;
}
/* bottom toggle section*/
.hc-app-nav-toggle {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 218 218 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 0.5rem;
}
.hc-app-nav-toggle-button {
  cursor: pointer;
}
.hc-app-nav-toggle-check {
  display: none;
}
.hc-app-nav-toggle .hc-icon--collapse {
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
/* menus*/
.hc-app-nav-menu {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
/* menu items*/
.hc-app-nav-menu-item {
  position: relative;
  display: flex;
  height: 2.25rem;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  border-radius: 1.5rem;
  padding-left: 1rem;
  padding-right: 0.5rem;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.hc-app-nav-menu-item .hc-label {
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.875rem;
}
/* specific handling to link labels and possible dropdowns*/
.hc-app-nav-menu-item a.hc-label {
  position: absolute;
  padding-left: 2rem;
				transition: padding 200ms ease-in-out;
}
.hc-app-nav-menu-item a.hc-label + .hc-dropdown {
  position: absolute;
  right: 0.75rem;
}
.hc-app-nav-menu-item:hover:not(.hc-app-nav-menu-group-toggle) {
  --tw-bg-opacity: 1;
  background-color: rgb(230 231 231 / var(--tw-bg-opacity));
}
.hc-app-nav-menu-item.hc-active {
  --tw-bg-opacity: 1;
  background-color: rgb(230 231 231 / var(--tw-bg-opacity));
  font-weight: 600;
}
/* menu groups use <details>*/
.hc-app-nav-menu-group {
  margin-bottom: 0.25rem;
}
/* when there should be no expand/collapse*/
.hc-app-nav-menu-group--static .hc-app-nav-menu-group-toggle {
  pointer-events: none;
}
/* add a gap for successive groups*/
.hc-app-nav-menu-group + .hc-app-nav-menu-group {
  margin-top: 1rem;
}
/* remove the marker from the details toggle*/
.hc-app-nav-menu-group-toggle {
  list-style-type: none;
  display: flex;
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 1.125rem;
  padding-right: 0.5rem;
}
header#hc-app-header .hc-mobile-menu.hc-app-nav-menu-group-toggle {
            justify-content: space-between;
        }
.hc-app-nav-menu-group-toggle .hc-label {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
}
.hc-app-nav-menu-group-toggle .hc-icon--chevron-down {
  transition-property: transform;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
/* rotate the chevron when the group is collapsed*/
.hc-app-nav-menu-group:not([open]) .hc-icon--chevron-down {
					transform: rotate(180deg);
				}
/* disable tooltips when not collapsed*/
.hc-app-nav-menu:not(.hc-app-nav-menu--tooltips-always) .hc-tooltip-group:hover .hc-tooltip, 
			.hc-app-nav-menu:not(.hc-app-nav-menu--tooltips-always) .hc-tooltip-group:focus-within .hc-tooltip {
  visibility: hidden !important;
}
/* search*/
.hc-app-nav-search {
  border-radius: 1.5rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity)) !important;
  transition-property: all !important;
  transition-duration: 200ms !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.hc-app-nav-search:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
/* secondary navigation*/
.hc-app-nav--secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
/* collapsed styles*/
.hc-app-nav:has(.hc-app-nav-toggle-check:checked),
	.hc-app-nav.hc-app-nav--collapsed {
  width: 4rem;
}
.hc-app-nav:has(.hc-app-nav-toggle-check:checked) .hc-app-nav-menu-item, .hc-app-nav.hc-app-nav--collapsed .hc-app-nav-menu-item {
  position: relative;
  gap: 1.5rem;
  border-radius: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
/* indicator count handling*/
.hc-app-nav:has(.hc-app-nav-toggle-check:checked) .hc-app-nav-menu-item .hc-indicator-count, .hc-app-nav.hc-app-nav--collapsed .hc-app-nav-menu-item .hc-indicator-count {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 1.25rem;
  width: 1.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
  font-size: 0.75rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.hc-app-nav:has(.hc-app-nav-toggle-check:checked) .hc-app-nav-menu-item:hover .hc-indicator-count, .hc-app-nav.hc-app-nav--collapsed .hc-app-nav-menu-item:hover .hc-indicator-count {
  --tw-border-opacity: 1;
  border-color: rgb(230 231 231 / var(--tw-border-opacity));
}
/* hide dropdown menu actions*/
.hc-app-nav:has(.hc-app-nav-toggle-check:checked) .hc-app-nav-menu-item .hc-dropdown, .hc-app-nav.hc-app-nav--collapsed .hc-app-nav-menu-item .hc-dropdown {
  display: none;
}
/* if the label is the link, we need to do something fancy*/
.hc-app-nav:has(.hc-app-nav-toggle-check:checked) .hc-app-nav-menu-item > a.hc-label, .hc-app-nav.hc-app-nav--collapsed .hc-app-nav-menu-item > a.hc-label {
  position: absolute;
  left: 0px;
  height: 100%;
  width: 100%;
  padding-left: 3.5rem;
					top: 7.5px;
}
.hc-app-nav:has(.hc-app-nav-toggle-check:checked) .hc-app-nav-menu-group-toggle .hc-label, .hc-app-nav.hc-app-nav--collapsed .hc-app-nav-menu-group-toggle .hc-label {
					order: 1;
				}
/* always show tooltips here*/
.hc-app-nav:has(.hc-app-nav-toggle-check:checked) .hc-app-nav-menu .hc-tooltip-group:hover .hc-tooltip, 
			.hc-app-nav:has(.hc-app-nav-toggle-check:checked) .hc-app-nav-menu .hc-tooltip-group:focus-within .hc-tooltip, 
			.hc-app-nav.hc-app-nav--collapsed .hc-app-nav-menu .hc-tooltip-group:hover .hc-tooltip, 
			.hc-app-nav.hc-app-nav--collapsed .hc-app-nav-menu .hc-tooltip-group:focus-within .hc-tooltip {
  visibility: visible !important;
}
.hc-app-nav:has(.hc-app-nav-toggle-check:checked) .hc-icon--collapse, .hc-app-nav.hc-app-nav--collapsed .hc-icon--collapse {
			transform: rotateZ(-0.5turn);
		}
.hc-app-nav:has(.hc-app-nav-toggle-check:checked) .hc-app-nav-search, .hc-app-nav.hc-app-nav--collapsed .hc-app-nav-search {
  border-radius: 0.5rem !important;
  padding-left: 0.75rem !important;
			background-position: 0.5rem 50% !important;
			text-indent: 3rem;
			transition: background-position 200ms ease-in-out;
}
.hc-app-nav:has(.hc-app-nav-toggle-check:checked) .hc-app-nav-search:focus, .hc-app-nav.hc-app-nav--collapsed .hc-app-nav-search:focus {
				background-position: -3rem 50% !important;
				text-indent: 0;
			}
/* components */
/**
 * badge */
.hc-badge {
  margin-right: 0.5rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0px;
  padding-bottom: 0px;
  vertical-align: top;
  font-size: 0.8125rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(101 104 106 / var(--tw-text-opacity));
}
/* variants*/
.hc-badge--border {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(197 199 199 / var(--tw-border-opacity));
}
.hc-badge--pill {
  border-radius: 9999px;
        padding-bottom: 0.05rem;
}
.hc-badge--icon {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.hc-badge--icon > svg {
  height: 0.75rem;
  width: 0.75rem;
}
.hc-badge--icon-only {
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
  gap: 0px;
  border-radius: 9999px;
  padding: 0px;
  font-weight: 600;
}
.hc-badge--icon-only > svg {
  height: 0.875rem;
  width: 0.875rem;
}
.hc-badge--avatar {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(238 240 240 / var(--tw-bg-opacity));
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 0.75rem;
}
.hc-badge--avatar > img {
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 9999px;
}
.hc-badge--dismissable {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.hc-badge--dismissable > button {
  display: inline-flex !important;
  align-items: center !important;
  padding: 0.125rem !important;
}
/* colors*/
.hc-badge--primary {
  --tw-bg-opacity: 1;
  background-color: rgb(231 239 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(20 80 143 / var(--tw-text-opacity));
}
.hc-badge--primary.hc-badge--border {
  --tw-border-opacity: 1;
  border-color: rgb(115 173 233 / var(--tw-border-opacity));
}
.hc-badge--primary > i.hc-icon {
  --tw-text-opacity: 1;
  color: rgb(20 80 143 / var(--tw-text-opacity));
}
.hc-badge--danger {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(153 27 42 / var(--tw-text-opacity));
}
.hc-badge--danger.hc-badge--border {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 121 / var(--tw-border-opacity));
}
.hc-badge--danger > i.hc-icon {
  --tw-text-opacity: 1;
  color: rgb(185 28 37 / var(--tw-text-opacity));
}
.hc-badge--success {
  --tw-bg-opacity: 1;
  background-color: rgb(217 255 216 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(34 94 19 / var(--tw-text-opacity));
}
.hc-badge--success.hc-badge--border {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 89 / var(--tw-border-opacity));
}
.hc-badge--success > i.hc-icon {
  --tw-text-opacity: 1;
  color: rgb(28 131 19 / var(--tw-text-opacity));
}
.hc-badge--warning {
  --tw-bg-opacity: 1;
  background-color: rgb(255 242 207 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(137 82 0 / var(--tw-text-opacity));
}
.hc-badge--warning.hc-badge--border {
  --tw-border-opacity: 1;
  border-color: rgb(228 164 67 / var(--tw-border-opacity));
}
.hc-badge--warning > i.hc-icon {
  --tw-text-opacity: 1;
  color: rgb(169 101 0 / var(--tw-text-opacity));
}
.hc-badge--info {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity));
}
.hc-badge--info.hc-badge--border {
  --tw-border-opacity: 1;
  border-color: rgb(56 189 248 / var(--tw-border-opacity));
}
.hc-badge--info > i.hc-icon {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity));
}
/* sizes*/
.hc-badge--lg {
  margin-right: 0.5rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.875rem;
}
.hc-badge--lg.hc-badge--avatar {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  padding-right: 0.75rem;
}
.hc-badge--lg.hc-badge--avatar img {
  height: 1.5rem;
  width: 1.5rem;
}
.hc-badge--xl {
  margin-right: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1rem;
}
.hc-badge--xl.hc-badge--avatar {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  padding-right: 1rem;
}
.hc-badge--xl.hc-badge--avatar img {
  height: 1.75rem;
  width: 1.75rem;
}
/* extensions*/
.hc-badge--bold {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-weight: 500;
}
.hc-badge--bold.hc-badge--border {
  border-width: 2px;
}
.hc-badge--bold.hc-badge--lg {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.hc-badge--bold.hc-badge--xl {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
/*
 * button */
.hc-button {
    /* base button styles will present a dark text link button*/
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    border-radius: 0.5rem;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}
.hc-button:hover {
  --tw-text-opacity: 1;
  color: rgb(21 97 210 / var(--tw-text-opacity));
}
.hc-button:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(238 240 240 / var(--tw-ring-opacity));
}
.hc-button {
    transition: background-color 100ms ease-in-out;
    height: 38px;
    gap: 5px;
}
/* states*/
.hc-button--primary {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 218 218 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.hc-button--primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(238 240 240 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.hc-button--secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.hc-button--secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(238 240 240 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.hc-button--tertiary {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.hc-button--tertiary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(238 240 240 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.hc-button[disabled],
    .hc-button--disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
/* sizes*/
.hc-button--sm {
  height: 2rem;
  font-size: 0.8125rem;
}
.hc-button--lg {
  height: 2.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
/* platforms*/
.hc-button--connect.hc-button--primary {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(0 133 117 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hc-button--connect.hc-button--primary:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 75 66 / var(--tw-ring-opacity));
}
.hc-button--connect.hc-button--primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 101 89 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hc-button--connect.hc-button--primary .hc-icon {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hc-button--connect.hc-button--secondary {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 133 117 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 133 117 / var(--tw-text-opacity));
}
.hc-button--connect.hc-button--secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(228 245 243 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 133 117 / var(--tw-text-opacity));
}
.hc-button--connect.hc-button--tertiary {
  --tw-text-opacity: 1;
  color: rgb(0 133 117 / var(--tw-text-opacity));
}
.hc-button--connect.hc-button--tertiary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(228 245 243 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 133 117 / var(--tw-text-opacity));
}
.hc-button--connect.hc-button--secondary .hc-icon, .hc-button--connect.hc-button--tertiary .hc-icon {
  --tw-text-opacity: 1;
  color: rgb(0 133 117 / var(--tw-text-opacity));
}
.hc-button--boost.hc-button--primary {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(21 97 210 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hc-button--boost.hc-button--primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(7 76 177 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hc-button--boost.hc-button--primary .hc-icon {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hc-button--boost.hc-button--secondary {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(21 97 210 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(21 97 210 / var(--tw-text-opacity));
}
.hc-button--boost.hc-button--secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(216 235 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(21 97 210 / var(--tw-text-opacity));
}
.hc-button--boost.hc-button--tertiary {
  --tw-text-opacity: 1;
  color: rgb(21 97 210 / var(--tw-text-opacity));
}
.hc-button--boost.hc-button--tertiary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(216 235 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(21 97 210 / var(--tw-text-opacity));
}
.hc-button--boost.hc-button--secondary .hc-icon, .hc-button--boost.hc-button--tertiary .hc-icon {
  --tw-text-opacity: 1;
  color: rgb(21 97 210 / var(--tw-text-opacity));
}
.hc-button--attend.hc-button--primary {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(91 45 224 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hc-button--attend.hc-button--primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(67 19 203 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hc-button--attend.hc-button--primary .hc-icon {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hc-button--attend.hc-button--secondary {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(91 45 224 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(91 45 224 / var(--tw-text-opacity));
}
.hc-button--attend.hc-button--secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(225 215 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(91 45 224 / var(--tw-text-opacity));
}
.hc-button--attend.hc-button--tertiary {
  --tw-text-opacity: 1;
  color: rgb(91 45 224 / var(--tw-text-opacity));
}
.hc-button--attend.hc-button--tertiary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(225 215 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(91 45 224 / var(--tw-text-opacity));
}
.hc-button--attend.hc-button--secondary .hc-icon, .hc-button--attend.hc-button--tertiary .hc-icon {
  --tw-text-opacity: 1;
  color: rgb(91 45 224 / var(--tw-text-opacity));
}
/* semantics*/
.hc-button--success.hc-button--primary {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(17 153 47 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hc-button--success.hc-button--primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(28 131 19 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hc-button--success.hc-button--primary .hc-icon {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hc-button--success.hc-button--secondary {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(28 131 19 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(28 131 19 / var(--tw-text-opacity));
}
.hc-button--success.hc-button--secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 241 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(28 131 19 / var(--tw-text-opacity));
}
.hc-button--success.hc-button--tertiary {
  --tw-text-opacity: 1;
  color: rgb(17 153 47 / var(--tw-text-opacity));
}
.hc-button--success.hc-button--tertiary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 241 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(17 153 47 / var(--tw-text-opacity));
}
.hc-button--success.hc-button--secondary .hc-icon, .hc-button--success.hc-button--tertiary .hc-icon {
  --tw-text-opacity: 1;
  color: rgb(28 131 19 / var(--tw-text-opacity));
}
.hc-button--danger.hc-button--primary {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 49 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hc-button--danger.hc-button--primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 37 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hc-button--danger.hc-button--primary .hc-icon {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hc-button--danger.hc-button--secondary {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(185 28 37 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(185 28 37 / var(--tw-text-opacity));
}
.hc-button--danger.hc-button--secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(185 28 37 / var(--tw-text-opacity));
}
.hc-button--danger.hc-button--tertiary {
  --tw-text-opacity: 1;
  color: rgb(220 38 49 / var(--tw-text-opacity));
}
.hc-button--danger.hc-button--tertiary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(220 38 49 / var(--tw-text-opacity));
}
.hc-button--danger.hc-button--secondary .hc-icon, .hc-button--danger.hc-button--tertiary .hc-icon {
  --tw-text-opacity: 1;
  color: rgb(185 28 37 / var(--tw-text-opacity));
}
/* square icon buttons*/
.hc-button--icon {
        width: 38px !important;
        padding: 0 !important;
    }
.hc-button--icon > .hc-icon {
  font-size: 1.25rem;
}
/* dropdown variant*/
.hc-button--dropdown {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
/* dark/header variation*/
.hc-button--dropdown--dark {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
/* content*/
.hc-button--dropdown--content {
  display: flex;
  height: 100%;
  align-items: center;
  padding-right: 0.25rem;
}
.hc-button--dropdown--content.hc-with--divider {
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(101 104 106 / var(--tw-border-opacity));
  padding-right: 0.75rem;
}
/* caret*/
.hc-button--dropdown--caret {
  bottom: 0px;
  display: flex;
  height: 100%;
  width: 1.5rem;
  align-items: center;
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity));
  background-position: center;
            text-indent: -1000rem;
            -webkit-mask-size: 0.75rem 0.75rem;
                    mask-size: 0.75rem 0.75rem;
            -webkit-mask-repeat: no-repeat;
                    mask-repeat: no-repeat;
            -webkit-mask-position: 50% 50%;
                    mask-position: 50% 50%;
            transform: rotate(0deg);
            transition: transform 150ms ease-in-out;
            -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 11 7'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M.293 1.293a1 1 0 0 1 1.414 0L5 4.586l3.293-3.293a1 1 0 1 1 1.414 1.414l-4 4a1 1 0 0 1-1.414 0l-4-4a1 1 0 0 1 0-1.414Z' clip-rule='evenodd'/%3E%3C/svg%3E%0A");
                    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 11 7'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M.293 1.293a1 1 0 0 1 1.414 0L5 4.586l3.293-3.293a1 1 0 1 1 1.414 1.414l-4 4a1 1 0 0 1-1.414 0l-4-4a1 1 0 0 1 0-1.414Z' clip-rule='evenodd'/%3E%3C/svg%3E%0A");
}
/* leading icon section within button*/
.hc-button--dropdown.hc-with--leading-icon {
  padding-left: 0px;
}
.hc-button--dropdown--lead {
  margin-right: 0.25rem;
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(101 104 106 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(76 80 86 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.5rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
/* variant to apply the caret as a pseudo-element*/
.hc-button--dropdown--add-caret {
  position: relative;
  margin-right: 1.5rem;
}
.hc-button--dropdown--add-caret::after {
  position: absolute;
  right: 0px;
  top: 0px;
  margin-right: -1.5rem;
  display: block;
  height: 100%;
  width: 0.75rem;
  background-position: center;
  background-repeat: no-repeat;
                content: '';
                background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 11 7'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M.293 1.293a1 1 0 0 1 1.414 0L5 4.586l3.293-3.293a1 1 0 1 1 1.414 1.414l-4 4a1 1 0 0 1-1.414 0l-4-4a1 1 0 0 1 0-1.414Z' clip-rule='evenodd'/%3E%3C/svg%3E%0A");
                transform: rotate(0deg);
                transition: transform 150ms ease-in-out;
}
/* specific tweaks */
/* @todo find*/
.hc-button--dropdown.hc-dropdown-group .hc-group {
  padding-right: 0px;
}
/* hover state overrides*/
.hc-button--dropdown:hover .hc-button--dropdown--lead {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity));
}
/**
 * Dropdown
 */
.hc-dropdown {
  position: relative;
}
/* toggle handler wrapper to enforce pointer*/
.hc-dropdown-toggle {
  display: flex;
  width: auto;
  cursor: pointer;
}
/* content wrapper*/
.hc-dropdown-content {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 40;
  margin-top: 1rem;
  --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));
  opacity: 0;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
        min-width: 8rem;
        box-shadow: 0 0.25rem 1.25rem rgba(0,0,0,0.25);
        transition: margin 150ms ease-in-out, opacity 150ms ease-in-out, visibility 150ms ease-in-out;
}
/* positions*/
.hc-dropdown-content--left {
  left: auto;
  left: 0px;
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hc-dropdown-content--right {
  left: auto;
  right: 0px;
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
/* link lists*/
.hc-dropdown-list {
  white-space: nowrap;
  padding: 0.75rem;
}
.hc-dropdown-list-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.375rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.75rem;
}
.hc-dropdown-list-link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
/* focus-within handles the show/hide*/
/* show the content*/
.hc-dropdown:focus-within .hc-dropdown-content {
  visibility: visible;
  margin-top: 0.5rem;
  opacity: 1;
}
/* turn off pointer events on the click handler to allow hiding on click*/
.hc-dropdown:focus-within .hc-dropdown-toggle-button {
            pointer-events: none;
        }
/* rotate the caret if there is one*/
.hc-dropdown:focus-within .hc-button--dropdown--caret,
        .hc-dropdown:focus-within .hc-button--dropdown--add-caret::after {
            transform: rotate(180deg);
        }
/* default menu position is bottom centered*/
/* @todo remove?*/
.hc-dropdown-menu--item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.hc-dropdown-menu--item .hc-link {
  display: flex;
  height: 100%;
  width: 100%;
}
.hc-dropdown-menu--with-lines .hc-dropdown-menu--item {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 231 231 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.hc-dropdown-menu--with-lines .hc-dropdown-menu--item:last-child {
  border-style: none;
}
/**
 * JS-based Dropdown (legacy)
 */
.hc-dropdown {
  position: relative;
}
/* default menu position is bottom centered*/
.hc-dropdown-menu {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 40;
  margin-top: 1rem;
  --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));
  opacity: 0;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
        box-shadow: 0 0.25rem 1.25rem rgba(0,0,0,0.25);
        transition: margin 150ms ease-in-out, opacity 150ms ease-in-out, visibility 150ms ease-in-out;
}
.hc-dropdown-menu > li.hc-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.hc-dropdown-menu > li.hc-item.hc-nowrap {
  white-space: nowrap;
}
.hc-dropdown-menu > li.hc-item ahc-link {
  display: flex;
  height: 100%;
  width: 100%;
}
.hc-dropdown-menu--separators > li.hc-item {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 231 231 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.hc-dropdown-menu--separators > li.hc-item:last-child {
  border-style: none;
}
/* positions*/
.hc-dropdown-menu--right {
  left: auto;
  right: 0px;
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
/* show the menu*/
.hc-dropdown.hc-open .hc-dropdown-menu {
  visibility: visible;
  margin-top: 0.5rem;
  opacity: 1;
}
/* change the dropdown icon defined in buttons.scss*/
.hc-dropdown.hc-open .hc-button--dropdown sub.hc-dropdown-caret {
                transform: rotate(180deg);
            }
/*
 * icon  */
@font-face {
    font-family: 'Honeycomb';
    src: url('../fonts/honeycomb.woff2') format('woff2'),
         url('../fonts/honeycomb.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    ascent-override: 100%;
}
@font-face {
    font-family: 'Honeycomb';
    src: url('../fonts/honeycomb-solid.woff2') format('woff2'),
         url('../fonts/honeycomb-solid.woff') format('woff');
    font-weight: 700;
    font-style: bold;
    ascent-override: 100%;
}
i.hc-icon {

    /* base icon font properties*/

    position: relative;

    display: inline-flex;

    font-style: normal;

    --tw-text-opacity: 1;

    color: rgb(17 24 39 / var(--tw-text-opacity));
    font-family: "Honeycomb";
    font-size: 1.5rem; 
    font-variant: normal;
    line-height: 1;
    speak: never;
    text-indent: -1000rem;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* pseudo-element corrections*/
i.hc-icon::before {
        text-indent: 0;
        margin-top: -0.125rem;
    }
/* glyph-based approach*/
i.hc-icon-glyph {
  position: relative;
  display: inline-flex;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
        font-family: "Honeycomb";
        font-size: 1.5rem; 
        font-variant: normal;
        line-height: 1;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
}
/* style*/
i.hc-icon--solid {
  font-weight: 700;
}
/* sizes*/
i.hc-icon--32 {
        font-size: 2rem;
    }
i.hc-icon--20 {
        font-size: 1.25rem;
    }
i.hc-icon--16 {
        font-size: 1rem;
    }
i.hc-icon--12 {
        font-size: 0.75rem;
    }
i.hc-icon--10 {
        font-size: 0.625rem;
    }
/* colors*/
i.hc-icon--primary {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
i.hc-icon--success {
  --tw-text-opacity: 1;
  color: rgb(24 177 76 / var(--tw-text-opacity));
}
i.hc-icon--warning {
  --tw-text-opacity: 1;
  color: rgb(217 147 42 / var(--tw-text-opacity));
}
i.hc-icon--info {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity));
}
i.hc-icon--danger {
  --tw-text-opacity: 1;
  color: rgb(239 68 78 / var(--tw-text-opacity));
}
i.hc-icon--contrast {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}
i.hc-icon--emerald {
  --tw-text-opacity: 1;
  color: rgb(0 133 117 / var(--tw-text-opacity));
}
/* brand*/
i.hc-icon--ss {
        -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 28 32'%3E%3Cpath fill='%23000' d='M27.787 5.509v17.23c0 .768-.534 1.468-1.396 1.976l-12.5 7.216-1.395-.806v-17.23l12.46-7.197c.531-.304.857-.728.857-1.192 0-.464-.326-.888-.856-1.195-.53-.305-1.261-.496-2.068-.496-.806 0-1.537.188-2.067.496L8.361 11.504v17.23c-.888.511-2.112.828-3.464.828-1.352 0-2.579-.317-3.463-.828-.013-.006-.025-.016-.038-.022C.533 28.201 0 27.504 0 26.736V9.509c0-.769.533-1.468 1.396-1.976.013-.007.025-.016.038-.022L13.892.314l1.396.806L2.827 8.314c-.527.304-.857.728-.857 1.192 0 .464.326.888.857 1.195.53.304 1.26.496 2.067.496.806 0 1.537-.188 2.068-.496l12.46-7.194c.889-.51 2.112-.828 3.464-.828 1.352 0 2.58.317 3.464.828l.037.022c.863.512 1.396 1.208 1.396 1.977l.004.003Z'/%3E%3C/svg%3E%0A");
                mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 28 32'%3E%3Cpath fill='%23000' d='M27.787 5.509v17.23c0 .768-.534 1.468-1.396 1.976l-12.5 7.216-1.395-.806v-17.23l12.46-7.197c.531-.304.857-.728.857-1.192 0-.464-.326-.888-.856-1.195-.53-.305-1.261-.496-2.068-.496-.806 0-1.537.188-2.067.496L8.361 11.504v17.23c-.888.511-2.112.828-3.464.828-1.352 0-2.579-.317-3.463-.828-.013-.006-.025-.016-.038-.022C.533 28.201 0 27.504 0 26.736V9.509c0-.769.533-1.468 1.396-1.976.013-.007.025-.016.038-.022L13.892.314l1.396.806L2.827 8.314c-.527.304-.857.728-.857 1.192 0 .464.326.888.857 1.195.53.304 1.26.496 2.067.496.806 0 1.537-.188 2.068-.496l12.46-7.194c.889-.51 2.112-.828 3.464-.828 1.352 0 2.58.317 3.464.828l.037.022c.863.512 1.396 1.208 1.396 1.977l.004.003Z'/%3E%3C/svg%3E%0A");
    }
/* icon loop for default pseudo-element based icons*/
.hc-icon--accessibility::before {
        content: "\e080";
    }
.hc-icon--address-book::before {
        content: "\e000";
    }
.hc-icon--adjustment::before {
        content: "\e001";
    }
.hc-icon--archive::before {
        content: "\e002";
    }
.hc-icon--area-chart::before {
        content: "\e003";
    }
.hc-icon--arrow-down::before {
        content: "\e004";
    }
.hc-icon--arrow-down-left::before {
        content: "\e005";
    }
.hc-icon--arrow-down-right::before {
        content: "\e006";
    }
.hc-icon--arrow-left::before {
        content: "\e007";
    }
.hc-icon--arrow-right::before {
        content: "\e008";
    }
.hc-icon--arrow-up::before {
        content: "\e009";
    }
.hc-icon--arrow-up-left::before {
        content: "\e00a";
    }
.hc-icon--arrow-up-right::before {
        content: "\e00b";
    }
.hc-icon--backpack::before {
        content: "\e071";
    }
.hc-icon--badge-check::before {
        content: "\e00c";
    }
.hc-icon--bar-chart::before {
        content: "\e00d";
    }
.hc-icon--bell::before {
        content: "\e00e";
    }
.hc-icon--bell-active::before {
        content: "\e00f";
    }
.hc-icon--bell-off::before {
        content: "\e010";
    }
.hc-icon--bin::before {
        content: "\e011";
    }
.hc-icon--book::before {
        content: "\e012";
    }
.hc-icon--book-open::before {
        content: "\e013";
    }
.hc-icon--bookmark::before {
        content: "\e014";
    }
.hc-icon--brain::before {
        content: "\e015";
    }
.hc-icon--building::before {
        content: "\e016";
    }
.hc-icon--calendar::before {
        content: "\e017";
    }
.hc-icon--calendar-add::before {
        content: "\e018";
    }
.hc-icon--chat::before {
        content: "\e019";
    }
.hc-icon--chat-bubble::before {
        content: "\e01a";
    }
.hc-icon--chat-translate::before {
        content: "\e074";
    }
.hc-icon--check::before {
        content: "\e01b";
    }
.hc-icon--checks::before {
        content: "\e01c";
    }
.hc-icon--check-circle::before {
        content: "\e01d";
    }
.hc-icon--chevron-down::before {
        content: "\e01e";
    }
.hc-icon--chevron-left::before {
        content: "\e01f";
    }
.hc-icon--chevron-right::before {
        content: "\e020";
    }
.hc-icon--chevron-up::before {
        content: "\e021";
    }
.hc-icon--clipboard::before {
        content: "\e022";
    }
.hc-icon--clipboard-check::before {
        content: "\e023";
    }
.hc-icon--clipboard-paste::before {
        content: "\e024";
    }
.hc-icon--clock::before {
        content: "\e025";
    }
.hc-icon--close::before {
        content: "\e026";
    }
.hc-icon--collapse::before {
        content: "\e08c";
    }
.hc-icon--collection::before {
        content: "\e027";
    }
.hc-icon--component::before {
        content: "\e028";
    }
.hc-icon--dashboard::before {
        content: "\e029";
    }
.hc-icon--database::before {
        content: "\e02a";
    }
.hc-icon--district::before {
        content: "\e02b";
    }
.hc-icon--document::before {
        content: "\e082";
    }
.hc-icon--document-copy::before {
        content: "\e084";
    }
.hc-icon--document-text::before {
        content: "\e083";
    }
.hc-icon--download::before {
        content: "\e02c";
    }
.hc-icon--download-cloud::before {
        content: "\e07f";
    }
.hc-icon--edit::before {
        content: "\e081";
    }
.hc-icon--emoji-disappointed::before {
        content: "\e02d";
    }
.hc-icon--emoji-frown::before {
        content: "\e02e";
    }
.hc-icon--emoji-meh::before {
        content: "\e02f";
    }
.hc-icon--emoji-smile::before {
        content: "\e030";
    }
.hc-icon--erase::before {
        content: "\e06a";
    }
.hc-icon--exclamation-circle::before {
        content: "\e031";
    }
.hc-icon--expand::before {
        content: "\e06b";
    }
.hc-icon--external-link::before {
        content: "\e032";
    }
.hc-icon--eye::before {
        content: "\e033";
    }
.hc-icon--eye-off::before {
        content: "\e034";
    }
.hc-icon--filter::before {
        content: "\e035";
    }
.hc-icon--flask::before {
        content: "\e036";
    }
.hc-icon--globe::before {
        content: "\e037";
    }
.hc-icon--graduation-cap::before {
        content: "\e038";
    }
.hc-icon--grid::before {
        content: "\e039";
    }
.hc-icon--heart::before {
        content: "\e03a";
    }
.hc-icon--history::before {
        content: "\e03b";
    }
.hc-icon--home::before {
        content: "\e03c";
    }
.hc-icon--info-circle::before {
        content: "\e03d";
    }
.hc-icon--language::before {
        content: "\e07d";
    }
.hc-icon--legal::before {
        content: "\e03e";
    }
.hc-icon--lightbulb::before {
        content: "\e072";
    }
.hc-icon--link::before {
        content: "\e03f";
    }
.hc-icon--lock::before {
        content: "\e076";
    }
.hc-icon--lock-open::before {
        content: "\e077";
    }
.hc-icon--log-in::before {
        content: "\e040";
    }
.hc-icon--log-out::before {
        content: "\e041";
    }
.hc-icon--mail::before {
        content: "\e042";
    }
.hc-icon--mail-open::before {
        content: "\e043";
    }
.hc-icon--mask::before {
        content: "\e070";
    }
.hc-icon--megaphone::before {
        content: "\e044";
    }
.hc-icon--menu::before {
        content: "\e045";
    }
.hc-icon--message::before {
        content: "\e046";
    }
.hc-icon--messages::before {
        content: "\e047";
    }
.hc-icon--more::before {
        content: "\e08a";
    }
.hc-icon--more-horizontal::before {
        content: "\e08a";
    }
.hc-icon--more-vertical::before {
        content: "\e08b";
    }
.hc-icon--mouse::before {
        content: "\e073";
    }
.hc-icon--newspaper::before {
        content: "\e048";
    }
.hc-icon--page::before {
        content: "\e049";
    }
.hc-icon--paperclip::before {
        content: "\e04a";
    }
.hc-icon--pause-circle::before {
        content: "\e086";
    }
.hc-icon--pencil::before {
        content: "\e04b";
    }
.hc-icon--phone::before {
        content: "\e04c";
    }
.hc-icon--pie-chart::before {
        content: "\e04d";
    }
.hc-icon--pin::before {
        content: "\e07b";
    }
.hc-icon--play::before {
        content: "\e07c";
    }
.hc-icon--plus::before {
        content: "\e04e";
    }
.hc-icon--plus-circle::before {
        content: "\e04f";
    }
.hc-icon--pointer::before {
        content: "\e088";
    }
.hc-icon--pointer-click::before {
        content: "\e089";
    }
.hc-icon--presentation::before {
        content: "\e050";
    }
.hc-icon--printer::before {
        content: "\e075";
    }
.hc-icon--profile-card::before {
        content: "\e051";
    }
.hc-icon--question-circle::before {
        content: "\e052";
    }
.hc-icon--receipt::before {
        content: "\e06d";
    }
.hc-icon--refresh::before {
        content: "\e053";
    }
.hc-icon--repeat::before {
        content: "\e054";
    }
.hc-icon--reply::before {
        content: "\e055";
    }
.hc-icon--save::before {
        content: "\e056";
    }
.hc-icon--scroll::before {
        content: "\e06c";
    }
.hc-icon--search::before {
        content: "\e057";
    }
.hc-icon--search-circle::before {
        content: "\e058";
    }
.hc-icon--send::before {
        content: "\e059";
    }
.hc-icon--settings::before {
        content: "\e05a";
    }
.hc-icon--share::before {
        content: "\e079";
    }
.hc-icon--share-alt::before {
        content: "\e07a";
    }
.hc-icon--sort::before {
        content: "\e05b";
    }
.hc-icon--sort-down::before {
        content: "\e05c";
    }
.hc-icon--sort-up::before {
        content: "\e05d";
    }
.hc-icon--star::before {
        content: "\e05e";
    }
.hc-icon--stats::before {
        content: "\e078";
    }
.hc-icon--support::before {
        content: "\e05f";
    }
.hc-icon--swap::before {
        content: "\e085";
    }
.hc-icon--tag::before {
        content: "\e060";
    }
.hc-icon--ticket::before {
        content: "\e06f";
    }
.hc-icon--trend-up::before {
        content: "\e061";
    }
.hc-icon--trophy::before {
        content: "\e062";
    }
.hc-icon--undo::before {
        content: "\e063";
    }
.hc-icon--upload-cloud::before {
        content: "\e07e";
    }
.hc-icon--user::before {
        content: "\e064";
    }
.hc-icon--users::before {
        content: "\e065";
    }
.hc-icon--user-circle::before {
        content: "\e066";
    }
.hc-icon--user-group::before {
        content: "\e067";
    }
.hc-icon--user-group-alt::before {
        content: "\e06e";
    }
.hc-icon--video::before {
        content: "\e068";
    }
.hc-icon--warning-triangle::before {
        content: "\e069";
    }
/**
 * indicator */
.hc-indicator {

    /* simple version*/

    margin-left: 0.5rem;

    margin-right: 0.5rem;

    display: flex;

    height: 0.75rem;

    width: 0.75rem;

    flex-shrink: 0;

    border-radius: 9999px;

    --tw-bg-opacity: 1;

    background-color: rgb(238 240 240 / var(--tw-bg-opacity));
}
/* counts*/
.hc-indicator-count {
  top: -0.5rem;
  right: -0.5rem;
  display: inline-flex;
  height: 1.5rem;
  width: 1.5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(238 240 240 / var(--tw-bg-opacity));
  font-size: 0.8125rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
  border-width: 2px;
  border-color: transparent;
}
.hc-indicator-count--border {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
/* legends*/
.hc-indicator-legend {
  display: inline-flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(51 53 57 / var(--tw-text-opacity));
}
.hc-indicator-legend > span.hc-indicator {
  margin-right: 0.375rem;
  height: 0.625rem;
  width: 0.625rem;
}
/* label*/
.hc-indicator-label {
  height: 1.375rem;
  width: auto;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(206 224 242 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgb(5 46 89 / var(--tw-text-opacity));
  display: inline-flex;
  align-items: center;
  vertical-align: text-bottom;
}
.hc-indicator-label--small {
  height: 1.125rem;
  font-size: 0.8125rem;
}
/* status*/
.hc-indicator-status {
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 78 / var(--tw-bg-opacity));
}
/* product colors*/
.hc-indicator--connect {
  --tw-bg-opacity: 1;
  background-color: rgb(192 243 127 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 53 47 / var(--tw-text-opacity));
}
/* semantic colors*/
.hc-indicator--secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(217 218 218 / var(--tw-bg-opacity));
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(51 53 57 / var(--tw-text-opacity));
}
.hc-indicator--light {
  --tw-bg-opacity: 1;
  background-color: rgb(230 231 231 / var(--tw-bg-opacity));
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(51 53 57 / var(--tw-text-opacity));
}
.hc-indicator--dark {
  --tw-bg-opacity: 1;
  background-color: rgb(51 53 57 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hc-indicator--danger {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 78 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hc-indicator--warning {
  --tw-bg-opacity: 1;
  background-color: rgb(228 164 67 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hc-indicator--success {
  --tw-bg-opacity: 1;
  background-color: rgb(24 177 76 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hc-indicator--info {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hc-indicator--primary {
  --tw-bg-opacity: 1;
  background-color: rgb(31 101 174 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
/* positions*/
.hc-indicator--top-left {
  position: absolute;
  right: auto;
  top: 0px;
  left: 0px;
  --tw-translate-y: -50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hc-indicator--top-center {
  position: absolute;
  right: 50%;
  --tw-translate-y: -50%;
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hc-indicator--top-right {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0px;
  --tw-translate-y: -50%;
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hc-indicator--top-right.hc-indicator-count {
  top: -0.5rem;
  right: -0.5rem;
  --tw-translate-x: 0px;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hc-indicator--top-right.hc-indicator-status {
  top: -0.25rem;
  right: -0.25rem;
  --tw-translate-x: 0px;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hc-indicator--middle-left {
  position: absolute;
  right: auto;
  left: 0px;
  top: 50%;
  --tw-translate-y: -50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hc-indicator--middle-center {
  position: absolute;
  top: 50%;
  left: 50%;
  --tw-translate-y: -50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hc-indicator--middle-right {
  position: absolute;
  left: auto;
  right: 0px;
  top: 50%;
  --tw-translate-y: -50%;
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hc-indicator--bottom-left {
  position: absolute;
  right: auto;
  bottom: 0px;
  left: 0px;
  --tw-translate-y: 50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hc-indicator--bottom-center {
  position: absolute;
  bottom: 0px;
  right: 50%;
  --tw-translate-y: 50%;
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hc-indicator--bottom-right {
  position: absolute;
  left: auto;
  bottom: 0px;
  right: 0px;
  --tw-translate-y: 50%;
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hc-indicator--bottom-right.hc-indicator-count {
  bottom: -0.5rem;
  right: -0.5rem;
  --tw-translate-x: 0px;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hc-indicator--bottom-right.hc-indicator-status {
  --tw-translate-x: 0px;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
/* within a badge*/
.hc-badge.hc-badge--indicator {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.hc-badge.hc-badge--indicator > .hc-indicator {
  height: 0.5rem;
  width: 0.5rem;
}
/**/
/* inputs*/
/* disable default ring in firefox*/
:-moz-focusring,
:focus-visible {
    outline: transparent solid 2px;
}
/* global placeholder text*/
input.hc-input::-moz-placeholder, textarea.hc-textarea::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(197 199 199 / var(--tw-text-opacity));
  opacity: 1;
}
input.hc-input::placeholder,
textarea.hc-textarea::placeholder {
  --tw-text-opacity: 1;
  color: rgb(197 199 199 / var(--tw-text-opacity));
  opacity: 1;
}
/* webkit fixes (@todo prefix)*/
::-webkit-datetime-edit-fields-wrapper {
  padding: 0px;
}
::-webkit-date-and-time-value {
    min-height: 1.5em;
}
/**/
/* input labels*/
label.hc-label,
label.hc-label {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(51 53 57 / var(--tw-text-opacity));
}
:is(.dark label.hc-label),:is(.dark 
label.hc-label) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
label.hc-label.hc-toggle, label.hc-label.hc-toggle {
  margin-bottom: 0px;
}
input.hc-checkbox + label.hc-checkbox-label,
input.hc-radio + label.hc-radio-label {
  margin-bottom: 0px;
  margin-left: 0.5rem;
  font-size: 0.875rem;
}
input.hc-checkbox[disabled] + label.hc-checkbox-label,
input.hc-radio[disabled] + label.hc-radio-label {
  --tw-text-opacity: 1;
  color: rgb(169 171 172 / var(--tw-text-opacity));
}
:is(.dark input.hc-checkbox[disabled] + label.hc-checkbox-label),:is(.dark 
input.hc-radio[disabled] + label.hc-radio-label) {
  --tw-text-opacity: 1;
  color: rgb(197 199 199 / var(--tw-text-opacity));
}
/**/
/* text inputs*/
input.hc-input[type=text],
input.hc-input[type=email],
input.hc-input[type=url],
input.hc-input[type=password],
input.hc-input[type=number],
input.hc-input[type=date],
input.hc-input[type=datetime-local],
input.hc-input[type=month],
input.hc-input[type=search],
input.hc-input[type=tel],
input.hc-input[type=time],
input.hc-input[type=week],
textarea.hc-textarea,
select.hc-select,
select.hc-select[multiple],
.hc-input {
    /* resets*/
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    line-height: 1.5;
    --tw-drop-shadow: drop-shadow(0 0 #0000);
    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);
    /* default style*/
    display: block;
    width: 100%;
    border-radius: 0.5rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(197 199 199 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 0.625rem;
    font-size: 0.875rem;
    --tw-text-opacity: 1;
    color: rgb(51 53 57 / var(--tw-text-opacity));
    /* animation*/
}
input.hc-input[type=text]:focus,
input.hc-input[type=email]:focus,
input.hc-input[type=url]:focus,
input.hc-input[type=password]:focus,
input.hc-input[type=number]:focus,
input.hc-input[type=date]:focus,
input.hc-input[type=datetime-local]:focus,
input.hc-input[type=month]:focus,
input.hc-input[type=search]:focus,
input.hc-input[type=tel]:focus,
input.hc-input[type=time]:focus,
input.hc-input[type=week]:focus,
textarea.hc-textarea:focus,
select.hc-select:focus,
select.hc-select[multiple]:focus,
.hc-input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(26 26 26 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(238 240 240 / var(--tw-ring-opacity));
}
input.hc-input[type=text],
input.hc-input[type=email],
input.hc-input[type=url],
input.hc-input[type=password],
input.hc-input[type=number],
input.hc-input[type=date],
input.hc-input[type=datetime-local],
input.hc-input[type=month],
input.hc-input[type=search],
input.hc-input[type=tel],
input.hc-input[type=time],
input.hc-input[type=week],
textarea.hc-textarea,
select.hc-select,
select.hc-select[multiple],
.hc-input {
    transition: border 150ms ease-in-out, box-shadow 150ms ease-in-out;
}
/* sizes*/
input.hc-input[type=text].hc-input--sm, input.hc-input[type=email].hc-input--sm, input.hc-input[type=url].hc-input--sm, input.hc-input[type=password].hc-input--sm, input.hc-input[type=number].hc-input--sm, input.hc-input[type=date].hc-input--sm, input.hc-input[type=datetime-local].hc-input--sm, input.hc-input[type=month].hc-input--sm, input.hc-input[type=search].hc-input--sm, input.hc-input[type=tel].hc-input--sm, input.hc-input[type=time].hc-input--sm, input.hc-input[type=week].hc-input--sm, textarea.hc-textarea.hc-input--sm, select.hc-select.hc-input--sm, select.hc-select[multiple].hc-input--sm, .hc-input.hc-input--sm {
  padding: 0.5rem;
}
@media (min-width: 640px) {
  input.hc-input[type=text].hc-input--sm, input.hc-input[type=email].hc-input--sm, input.hc-input[type=url].hc-input--sm, input.hc-input[type=password].hc-input--sm, input.hc-input[type=number].hc-input--sm, input.hc-input[type=date].hc-input--sm, input.hc-input[type=datetime-local].hc-input--sm, input.hc-input[type=month].hc-input--sm, input.hc-input[type=search].hc-input--sm, input.hc-input[type=tel].hc-input--sm, input.hc-input[type=time].hc-input--sm, input.hc-input[type=week].hc-input--sm, textarea.hc-textarea.hc-input--sm, select.hc-select.hc-input--sm, select.hc-select[multiple].hc-input--sm, .hc-input.hc-input--sm {
    font-size: 0.8125rem;
  }
}
input.hc-input[type=text].hc-input--lg, input.hc-input[type=email].hc-input--lg, input.hc-input[type=url].hc-input--lg, input.hc-input[type=password].hc-input--lg, input.hc-input[type=number].hc-input--lg, input.hc-input[type=date].hc-input--lg, input.hc-input[type=datetime-local].hc-input--lg, input.hc-input[type=month].hc-input--lg, input.hc-input[type=search].hc-input--lg, input.hc-input[type=tel].hc-input--lg, input.hc-input[type=time].hc-input--lg, input.hc-input[type=week].hc-input--lg, textarea.hc-textarea.hc-input--lg, select.hc-select.hc-input--lg, select.hc-select[multiple].hc-input--lg, .hc-input.hc-input--lg {
  padding: 1rem;
}
@media (min-width: 640px) {
  input.hc-input[type=text].hc-input--lg, input.hc-input[type=email].hc-input--lg, input.hc-input[type=url].hc-input--lg, input.hc-input[type=password].hc-input--lg, input.hc-input[type=number].hc-input--lg, input.hc-input[type=date].hc-input--lg, input.hc-input[type=datetime-local].hc-input--lg, input.hc-input[type=month].hc-input--lg, input.hc-input[type=search].hc-input--lg, input.hc-input[type=tel].hc-input--lg, input.hc-input[type=time].hc-input--lg, input.hc-input[type=week].hc-input--lg, textarea.hc-textarea.hc-input--lg, select.hc-select.hc-input--lg, select.hc-select[multiple].hc-input--lg, .hc-input.hc-input--lg {
    font-size: 1rem;
  }
}
/* disabled*/
input.hc-input[type=text][disabled],
    input.hc-input[type=text][readonly],
    input.hc-input[type=text].hc-input--disabled,
    input.hc-input[type=email][disabled],
    input.hc-input[type=email][readonly],
    input.hc-input[type=email].hc-input--disabled,
    input.hc-input[type=url][disabled],
    input.hc-input[type=url][readonly],
    input.hc-input[type=url].hc-input--disabled,
    input.hc-input[type=password][disabled],
    input.hc-input[type=password][readonly],
    input.hc-input[type=password].hc-input--disabled,
    input.hc-input[type=number][disabled],
    input.hc-input[type=number][readonly],
    input.hc-input[type=number].hc-input--disabled,
    input.hc-input[type=date][disabled],
    input.hc-input[type=date][readonly],
    input.hc-input[type=date].hc-input--disabled,
    input.hc-input[type=datetime-local][disabled],
    input.hc-input[type=datetime-local][readonly],
    input.hc-input[type=datetime-local].hc-input--disabled,
    input.hc-input[type=month][disabled],
    input.hc-input[type=month][readonly],
    input.hc-input[type=month].hc-input--disabled,
    input.hc-input[type=search][disabled],
    input.hc-input[type=search][readonly],
    input.hc-input[type=search].hc-input--disabled,
    input.hc-input[type=tel][disabled],
    input.hc-input[type=tel][readonly],
    input.hc-input[type=tel].hc-input--disabled,
    input.hc-input[type=time][disabled],
    input.hc-input[type=time][readonly],
    input.hc-input[type=time].hc-input--disabled,
    input.hc-input[type=week][disabled],
    input.hc-input[type=week][readonly],
    input.hc-input[type=week].hc-input--disabled,
    textarea.hc-textarea[disabled],
    textarea.hc-textarea[readonly],
    textarea.hc-textarea.hc-input--disabled,
    select.hc-select[disabled],
    select.hc-select[readonly],
    select.hc-select.hc-input--disabled,
    select.hc-select[multiple][disabled],
    select.hc-select[multiple][readonly],
    select.hc-select[multiple].hc-input--disabled,
    .hc-input[disabled],
    .hc-input[readonly],
    .hc-input.hc-input--disabled {
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(197 199 199 / var(--tw-text-opacity));
}
/* states*/
input.hc-input[type=text].hc-input--success, input.hc-input[type=email].hc-input--success, input.hc-input[type=url].hc-input--success, input.hc-input[type=password].hc-input--success, input.hc-input[type=number].hc-input--success, input.hc-input[type=date].hc-input--success, input.hc-input[type=datetime-local].hc-input--success, input.hc-input[type=month].hc-input--success, input.hc-input[type=search].hc-input--success, input.hc-input[type=tel].hc-input--success, input.hc-input[type=time].hc-input--success, input.hc-input[type=week].hc-input--success, textarea.hc-textarea.hc-input--success, select.hc-select.hc-input--success, select.hc-select[multiple].hc-input--success, .hc-input.hc-input--success {
  --tw-border-opacity: 1;
  border-color: rgb(24 177 76 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 241 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(35 63 41 / var(--tw-text-opacity));
}
input.hc-input[type=text].hc-input--success::-moz-placeholder, input.hc-input[type=email].hc-input--success::-moz-placeholder, input.hc-input[type=url].hc-input--success::-moz-placeholder, input.hc-input[type=password].hc-input--success::-moz-placeholder, input.hc-input[type=number].hc-input--success::-moz-placeholder, input.hc-input[type=date].hc-input--success::-moz-placeholder, input.hc-input[type=datetime-local].hc-input--success::-moz-placeholder, input.hc-input[type=month].hc-input--success::-moz-placeholder, input.hc-input[type=search].hc-input--success::-moz-placeholder, input.hc-input[type=tel].hc-input--success::-moz-placeholder, input.hc-input[type=time].hc-input--success::-moz-placeholder, input.hc-input[type=week].hc-input--success::-moz-placeholder, textarea.hc-textarea.hc-input--success::-moz-placeholder, select.hc-select.hc-input--success::-moz-placeholder, select.hc-select[multiple].hc-input--success::-moz-placeholder, .hc-input.hc-input--success::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(28 131 19 / var(--tw-placeholder-opacity));
}
input.hc-input[type=text].hc-input--success::placeholder, input.hc-input[type=email].hc-input--success::placeholder, input.hc-input[type=url].hc-input--success::placeholder, input.hc-input[type=password].hc-input--success::placeholder, input.hc-input[type=number].hc-input--success::placeholder, input.hc-input[type=date].hc-input--success::placeholder, input.hc-input[type=datetime-local].hc-input--success::placeholder, input.hc-input[type=month].hc-input--success::placeholder, input.hc-input[type=search].hc-input--success::placeholder, input.hc-input[type=tel].hc-input--success::placeholder, input.hc-input[type=time].hc-input--success::placeholder, input.hc-input[type=week].hc-input--success::placeholder, textarea.hc-textarea.hc-input--success::placeholder, select.hc-select.hc-input--success::placeholder, select.hc-select[multiple].hc-input--success::placeholder, .hc-input.hc-input--success::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(28 131 19 / var(--tw-placeholder-opacity));
}
input.hc-input[type=text].hc-input--success:focus, input.hc-input[type=email].hc-input--success:focus, input.hc-input[type=url].hc-input--success:focus, input.hc-input[type=password].hc-input--success:focus, input.hc-input[type=number].hc-input--success:focus, input.hc-input[type=date].hc-input--success:focus, input.hc-input[type=datetime-local].hc-input--success:focus, input.hc-input[type=month].hc-input--success:focus, input.hc-input[type=search].hc-input--success:focus, input.hc-input[type=tel].hc-input--success:focus, input.hc-input[type=time].hc-input--success:focus, input.hc-input[type=week].hc-input--success:focus, textarea.hc-textarea.hc-input--success:focus, select.hc-select.hc-input--success:focus, select.hc-select[multiple].hc-input--success:focus, .hc-input.hc-input--success:focus {
  --tw-border-opacity: 1;
  border-color: rgb(24 177 76 / var(--tw-border-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(187 247 189 / var(--tw-ring-opacity));
}
:is(.dark input.hc-input[type=text].hc-input--success),:is(.dark  input.hc-input[type=email].hc-input--success),:is(.dark  input.hc-input[type=url].hc-input--success),:is(.dark  input.hc-input[type=password].hc-input--success),:is(.dark  input.hc-input[type=number].hc-input--success),:is(.dark  input.hc-input[type=date].hc-input--success),:is(.dark  input.hc-input[type=datetime-local].hc-input--success),:is(.dark  input.hc-input[type=month].hc-input--success),:is(.dark  input.hc-input[type=search].hc-input--success),:is(.dark  input.hc-input[type=tel].hc-input--success),:is(.dark  input.hc-input[type=time].hc-input--success),:is(.dark  input.hc-input[type=week].hc-input--success),:is(.dark  textarea.hc-textarea.hc-input--success),:is(.dark  select.hc-select.hc-input--success),:is(.dark  select.hc-select[multiple].hc-input--success),:is(.dark  .hc-input.hc-input--success) {
  --tw-border-opacity: 1;
  border-color: rgb(24 177 76 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(137 139 140 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(34 197 89 / var(--tw-text-opacity));
}
:is(.dark input.hc-input[type=text].hc-input--success)::-moz-placeholder, :is(.dark  input.hc-input[type=email].hc-input--success)::-moz-placeholder, :is(.dark  input.hc-input[type=url].hc-input--success)::-moz-placeholder, :is(.dark  input.hc-input[type=password].hc-input--success)::-moz-placeholder, :is(.dark  input.hc-input[type=number].hc-input--success)::-moz-placeholder, :is(.dark  input.hc-input[type=date].hc-input--success)::-moz-placeholder, :is(.dark  input.hc-input[type=datetime-local].hc-input--success)::-moz-placeholder, :is(.dark  input.hc-input[type=month].hc-input--success)::-moz-placeholder, :is(.dark  input.hc-input[type=search].hc-input--success)::-moz-placeholder, :is(.dark  input.hc-input[type=tel].hc-input--success)::-moz-placeholder, :is(.dark  input.hc-input[type=time].hc-input--success)::-moz-placeholder, :is(.dark  input.hc-input[type=week].hc-input--success)::-moz-placeholder, :is(.dark  textarea.hc-textarea.hc-input--success)::-moz-placeholder, :is(.dark  select.hc-select.hc-input--success)::-moz-placeholder, :is(.dark  select.hc-select[multiple].hc-input--success)::-moz-placeholder, :is(.dark  .hc-input.hc-input--success)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(24 177 76 / var(--tw-placeholder-opacity));
}
:is(.dark input.hc-input[type=text].hc-input--success)::placeholder,:is(.dark  input.hc-input[type=email].hc-input--success)::placeholder,:is(.dark  input.hc-input[type=url].hc-input--success)::placeholder,:is(.dark  input.hc-input[type=password].hc-input--success)::placeholder,:is(.dark  input.hc-input[type=number].hc-input--success)::placeholder,:is(.dark  input.hc-input[type=date].hc-input--success)::placeholder,:is(.dark  input.hc-input[type=datetime-local].hc-input--success)::placeholder,:is(.dark  input.hc-input[type=month].hc-input--success)::placeholder,:is(.dark  input.hc-input[type=search].hc-input--success)::placeholder,:is(.dark  input.hc-input[type=tel].hc-input--success)::placeholder,:is(.dark  input.hc-input[type=time].hc-input--success)::placeholder,:is(.dark  input.hc-input[type=week].hc-input--success)::placeholder,:is(.dark  textarea.hc-textarea.hc-input--success)::placeholder,:is(.dark  select.hc-select.hc-input--success)::placeholder,:is(.dark  select.hc-select[multiple].hc-input--success)::placeholder,:is(.dark  .hc-input.hc-input--success)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(24 177 76 / var(--tw-placeholder-opacity));
}
input.hc-input[type=text].hc-input--danger, input.hc-input[type=email].hc-input--danger, input.hc-input[type=url].hc-input--danger, input.hc-input[type=password].hc-input--danger, input.hc-input[type=number].hc-input--danger, input.hc-input[type=date].hc-input--danger, input.hc-input[type=datetime-local].hc-input--danger, input.hc-input[type=month].hc-input--danger, input.hc-input[type=search].hc-input--danger, input.hc-input[type=tel].hc-input--danger, input.hc-input[type=time].hc-input--danger, input.hc-input[type=week].hc-input--danger, textarea.hc-textarea.hc-input--danger, select.hc-select.hc-input--danger, select.hc-select[multiple].hc-input--danger, .hc-input.hc-input--danger {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 78 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(84 42 50 / var(--tw-text-opacity));
}
input.hc-input[type=text].hc-input--danger::-moz-placeholder, input.hc-input[type=email].hc-input--danger::-moz-placeholder, input.hc-input[type=url].hc-input--danger::-moz-placeholder, input.hc-input[type=password].hc-input--danger::-moz-placeholder, input.hc-input[type=number].hc-input--danger::-moz-placeholder, input.hc-input[type=date].hc-input--danger::-moz-placeholder, input.hc-input[type=datetime-local].hc-input--danger::-moz-placeholder, input.hc-input[type=month].hc-input--danger::-moz-placeholder, input.hc-input[type=search].hc-input--danger::-moz-placeholder, input.hc-input[type=tel].hc-input--danger::-moz-placeholder, input.hc-input[type=time].hc-input--danger::-moz-placeholder, input.hc-input[type=week].hc-input--danger::-moz-placeholder, textarea.hc-textarea.hc-input--danger::-moz-placeholder, select.hc-select.hc-input--danger::-moz-placeholder, select.hc-select[multiple].hc-input--danger::-moz-placeholder, .hc-input.hc-input--danger::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(185 28 37 / var(--tw-placeholder-opacity));
}
input.hc-input[type=text].hc-input--danger::placeholder, input.hc-input[type=email].hc-input--danger::placeholder, input.hc-input[type=url].hc-input--danger::placeholder, input.hc-input[type=password].hc-input--danger::placeholder, input.hc-input[type=number].hc-input--danger::placeholder, input.hc-input[type=date].hc-input--danger::placeholder, input.hc-input[type=datetime-local].hc-input--danger::placeholder, input.hc-input[type=month].hc-input--danger::placeholder, input.hc-input[type=search].hc-input--danger::placeholder, input.hc-input[type=tel].hc-input--danger::placeholder, input.hc-input[type=time].hc-input--danger::placeholder, input.hc-input[type=week].hc-input--danger::placeholder, textarea.hc-textarea.hc-input--danger::placeholder, select.hc-select.hc-input--danger::placeholder, select.hc-select[multiple].hc-input--danger::placeholder, .hc-input.hc-input--danger::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(185 28 37 / var(--tw-placeholder-opacity));
}
input.hc-input[type=text].hc-input--danger:focus, input.hc-input[type=email].hc-input--danger:focus, input.hc-input[type=url].hc-input--danger:focus, input.hc-input[type=password].hc-input--danger:focus, input.hc-input[type=number].hc-input--danger:focus, input.hc-input[type=date].hc-input--danger:focus, input.hc-input[type=datetime-local].hc-input--danger:focus, input.hc-input[type=month].hc-input--danger:focus, input.hc-input[type=search].hc-input--danger:focus, input.hc-input[type=tel].hc-input--danger:focus, input.hc-input[type=time].hc-input--danger:focus, input.hc-input[type=week].hc-input--danger:focus, textarea.hc-textarea.hc-input--danger:focus, select.hc-select.hc-input--danger:focus, select.hc-select[multiple].hc-input--danger:focus, .hc-input.hc-input--danger:focus {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 78 / var(--tw-border-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 202 202 / var(--tw-ring-opacity));
}
:is(.dark input.hc-input[type=text].hc-input--danger),:is(.dark  input.hc-input[type=email].hc-input--danger),:is(.dark  input.hc-input[type=url].hc-input--danger),:is(.dark  input.hc-input[type=password].hc-input--danger),:is(.dark  input.hc-input[type=number].hc-input--danger),:is(.dark  input.hc-input[type=date].hc-input--danger),:is(.dark  input.hc-input[type=datetime-local].hc-input--danger),:is(.dark  input.hc-input[type=month].hc-input--danger),:is(.dark  input.hc-input[type=search].hc-input--danger),:is(.dark  input.hc-input[type=tel].hc-input--danger),:is(.dark  input.hc-input[type=time].hc-input--danger),:is(.dark  input.hc-input[type=week].hc-input--danger),:is(.dark  textarea.hc-textarea.hc-input--danger),:is(.dark  select.hc-select.hc-input--danger),:is(.dark  select.hc-select[multiple].hc-input--danger),:is(.dark  .hc-input.hc-input--danger) {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 78 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(137 139 140 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(239 68 78 / var(--tw-text-opacity));
}
:is(.dark input.hc-input[type=text].hc-input--danger)::-moz-placeholder, :is(.dark  input.hc-input[type=email].hc-input--danger)::-moz-placeholder, :is(.dark  input.hc-input[type=url].hc-input--danger)::-moz-placeholder, :is(.dark  input.hc-input[type=password].hc-input--danger)::-moz-placeholder, :is(.dark  input.hc-input[type=number].hc-input--danger)::-moz-placeholder, :is(.dark  input.hc-input[type=date].hc-input--danger)::-moz-placeholder, :is(.dark  input.hc-input[type=datetime-local].hc-input--danger)::-moz-placeholder, :is(.dark  input.hc-input[type=month].hc-input--danger)::-moz-placeholder, :is(.dark  input.hc-input[type=search].hc-input--danger)::-moz-placeholder, :is(.dark  input.hc-input[type=tel].hc-input--danger)::-moz-placeholder, :is(.dark  input.hc-input[type=time].hc-input--danger)::-moz-placeholder, :is(.dark  input.hc-input[type=week].hc-input--danger)::-moz-placeholder, :is(.dark  textarea.hc-textarea.hc-input--danger)::-moz-placeholder, :is(.dark  select.hc-select.hc-input--danger)::-moz-placeholder, :is(.dark  select.hc-select[multiple].hc-input--danger)::-moz-placeholder, :is(.dark  .hc-input.hc-input--danger)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(239 68 78 / var(--tw-placeholder-opacity));
}
:is(.dark input.hc-input[type=text].hc-input--danger)::placeholder,:is(.dark  input.hc-input[type=email].hc-input--danger)::placeholder,:is(.dark  input.hc-input[type=url].hc-input--danger)::placeholder,:is(.dark  input.hc-input[type=password].hc-input--danger)::placeholder,:is(.dark  input.hc-input[type=number].hc-input--danger)::placeholder,:is(.dark  input.hc-input[type=date].hc-input--danger)::placeholder,:is(.dark  input.hc-input[type=datetime-local].hc-input--danger)::placeholder,:is(.dark  input.hc-input[type=month].hc-input--danger)::placeholder,:is(.dark  input.hc-input[type=search].hc-input--danger)::placeholder,:is(.dark  input.hc-input[type=tel].hc-input--danger)::placeholder,:is(.dark  input.hc-input[type=time].hc-input--danger)::placeholder,:is(.dark  input.hc-input[type=week].hc-input--danger)::placeholder,:is(.dark  textarea.hc-textarea.hc-input--danger)::placeholder,:is(.dark  select.hc-select.hc-input--danger)::placeholder,:is(.dark  select.hc-select[multiple].hc-input--danger)::placeholder,:is(.dark  .hc-input.hc-input--danger)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(239 68 78 / var(--tw-placeholder-opacity));
}
/* with leading icons*/
input.hc-input[type=text].hc-input--leading-icon, input.hc-input[type=email].hc-input--leading-icon, input.hc-input[type=url].hc-input--leading-icon, input.hc-input[type=password].hc-input--leading-icon, input.hc-input[type=number].hc-input--leading-icon, input.hc-input[type=date].hc-input--leading-icon, input.hc-input[type=datetime-local].hc-input--leading-icon, input.hc-input[type=month].hc-input--leading-icon, input.hc-input[type=search].hc-input--leading-icon, input.hc-input[type=tel].hc-input--leading-icon, input.hc-input[type=time].hc-input--leading-icon, input.hc-input[type=week].hc-input--leading-icon, textarea.hc-textarea.hc-input--leading-icon, select.hc-select.hc-input--leading-icon, select.hc-select[multiple].hc-input--leading-icon, .hc-input.hc-input--leading-icon {
  padding-left: 3rem;
}
/* pill variant*/
input.hc-input[type=text].hc-input--pill, input.hc-input[type=email].hc-input--pill, input.hc-input[type=url].hc-input--pill, input.hc-input[type=password].hc-input--pill, input.hc-input[type=number].hc-input--pill, input.hc-input[type=date].hc-input--pill, input.hc-input[type=datetime-local].hc-input--pill, input.hc-input[type=month].hc-input--pill, input.hc-input[type=search].hc-input--pill, input.hc-input[type=tel].hc-input--pill, input.hc-input[type=time].hc-input--pill, input.hc-input[type=week].hc-input--pill, textarea.hc-textarea.hc-input--pill, select.hc-select.hc-input--pill, select.hc-select[multiple].hc-input--pill, .hc-input.hc-input--pill {
  border-radius: 9999px;
}
/**/
/* search boxes*/
input.hc-input--search {
  background-repeat: no-repeat;
  padding-left: 3rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%231a1a1a' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m21 21-6-6m2-5a7.001 7.001 0 0 1-11.95 4.95A7 7 0 1 1 17 10Z'/%3E%3C/svg%3E%0A");
    background-position: 1rem 50%;
    background-size: 1.25rem 1.25rem;
}
input.hc-input--search.hc-input--contrast {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m21 21-6-6m2-5a7.001 7.001 0 0 1-11.95 4.95A7 7 0 1 1 17 10Z'/%3E%3C/svg%3E%0A");
    }
/**
 * selects */
/*
select.#{$hc-prefix}select {

    // sizes
    &.#{$hc-prefix}select--sm {
        @apply p-2 text-sm;
    }
    &.#{$hc-prefix}select--lg {
        @apply px-4 py-3 text-md;
    }

    // select defaults/overrides (excludes selects showing > 1 option)
    &:not([size]) {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3E%3C/svg%3E");
        background-position: right 0.5rem center;
        background-size: 1.25rem 1.25rem;
        print-color-adjust: exact;
        @apply bg-no-repeat pr-10;
    }

    // multi-selects
    &[multiple] {
        background-image: initial;
        background-position: initial;
        background-repeat: unset;
        background-size: initial;
        print-color-adjust: unset;
        @apply pr-3;
    }

    &:-internal-list-box {
        @apply overflow-x-hidden;
    }

}

*/
/**
 * textareas */
/*
textarea.#{$hc-prefix}textarea {
    @apply px-4;
}

*/
/*
 * checkboxes and radio buttons */
input.hc-checkbox,
input.hc-radio {
  display: inline-block;
  height: 1.125rem;
  width: 1.125rem;
  flex-shrink: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0px;
  vertical-align: middle;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 218 218 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
    --tw-shadow: 0 0 #0000;
    background-origin: border-box;
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
}
:is(.dark input.hc-checkbox),:is(.dark 
input.hc-radio) {
  --tw-border-opacity: 1;
  border-color: rgb(169 171 172 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(137 139 140 / var(--tw-bg-opacity));
  --tw-ring-offset-color: #65686a;
}
:is(.dark input.hc-checkbox:focus),:is(.dark 
input.hc-radio:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(31 101 174 / var(--tw-ring-opacity));
}
input.hc-checkbox:focus, input.hc-radio:focus {
        --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
        --tw-ring-offset-width: 2px;
        --tw-ring-offset-color: #fff;
        --tw-ring-color: #e6e7e7;
        outline: 2px solid transparent;
        outline-offset: 2px;
        /*box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);*/
        --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);
    }
input.hc-checkbox:checked, input.hc-radio:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
:is(.dark input.hc-checkbox:checked),:is(.dark  input.hc-radio:checked) {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
input.hc-checkbox[disabled], input.hc-radio[disabled] {
  --tw-text-opacity: 1;
  color: rgb(217 218 218 / var(--tw-text-opacity));
}
/* sizes*/
input.hc-checkbox.hc-checkbox--sm {
  height: 0.875rem;
  width: 0.875rem;
}
input.hc-checkbox.hc-checkbox--sm + label.hc-checkbox-label {
  font-size: 0.8125rem;
}
input.hc-checkbox.hc-checkbox--lg {
  height: 1.25rem;
  width: 1.25rem;
}
input.hc-checkbox.hc-checkbox--lg + label.hc-checkbox-label {
  font-size: 1rem;
}
/* colors*/
input.hc-checkbox.hc-checkbox--danger {
  --tw-text-opacity: 1;
  color: rgb(220 38 49 / var(--tw-text-opacity));
}
input.hc-checkbox.hc-checkbox--danger:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 78 / var(--tw-ring-opacity));
}
:is(.dark input.hc-checkbox.hc-checkbox--danger:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 49 / var(--tw-ring-opacity));
}
input.hc-checkbox.hc-checkbox--warning {
  --tw-text-opacity: 1;
  color: rgb(228 164 67 / var(--tw-text-opacity));
}
input.hc-checkbox.hc-checkbox--warning:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 147 42 / var(--tw-ring-opacity));
}
:is(.dark input.hc-checkbox.hc-checkbox--warning:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(198 122 9 / var(--tw-ring-opacity));
}
input.hc-checkbox.hc-checkbox--success {
  --tw-text-opacity: 1;
  color: rgb(17 153 47 / var(--tw-text-opacity));
}
input.hc-checkbox.hc-checkbox--success:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(24 177 76 / var(--tw-ring-opacity));
}
:is(.dark input.hc-checkbox.hc-checkbox--success:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(17 153 47 / var(--tw-ring-opacity));
}
input.hc-checkbox.hc-checkbox--info {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity));
}
input.hc-checkbox.hc-checkbox--info:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 165 233 / var(--tw-ring-opacity));
}
:is(.dark input.hc-checkbox.hc-checkbox--info:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(2 132 199 / var(--tw-ring-opacity));
}
/* checked state*/
input.hc-checkbox:checked {
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3E%3C/svg%3E");
    }
/* indeterminate state*/
input.hc-checkbox:indeterminate {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3E%3C/svg%3E");
        background-color: transparent;
        background-color: currentColor;
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }
input.hc-checkbox:indeterminate:hover,
        input.hc-checkbox:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}
input.hc-radio {
  border-radius: 9999px;
}
/* sizes*/
input.hc-radio.hc-radio--sm {
  height: 0.875rem;
  width: 0.875rem;
}
input.hc-radio.hc-radio--sm + label {
  font-size: 0.8125rem;
}
input.hc-radio.hc-radio--lg {
  height: 1.25rem;
  width: 1.25rem;
}
input.hc-radio.hc-radio--lg + label {
  font-size: 0.875rem;
}
/* colors*/
input.hc-radio.hc-radio--danger {
  --tw-text-opacity: 1;
  color: rgb(220 38 49 / var(--tw-text-opacity));
}
input.hc-radio.hc-radio--danger:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 78 / var(--tw-ring-opacity));
}
:is(.dark input.hc-radio.hc-radio--danger:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 49 / var(--tw-ring-opacity));
}
input.hc-radio.hc-radio--warning {
  --tw-text-opacity: 1;
  color: rgb(228 164 67 / var(--tw-text-opacity));
}
input.hc-radio.hc-radio--warning:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 147 42 / var(--tw-ring-opacity));
}
:is(.dark input.hc-radio.hc-radio--warning:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(198 122 9 / var(--tw-ring-opacity));
}
input.hc-radio.hc-radio--success {
  --tw-text-opacity: 1;
  color: rgb(17 153 47 / var(--tw-text-opacity));
}
input.hc-radio.hc-radio--success:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(24 177 76 / var(--tw-ring-opacity));
}
:is(.dark input.hc-radio.hc-radio--success:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(17 153 47 / var(--tw-ring-opacity));
}
input.hc-radio.hc-radio--info {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity));
}
input.hc-radio.hc-radio--info:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 165 233 / var(--tw-ring-opacity));
}
:is(.dark input.hc-radio.hc-radio--info:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(2 132 199 / var(--tw-ring-opacity));
}
input.hc-radio:checked {
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E");
    }
/* other accessories*/
/* helper text*/
.hc-checkbox-helper, .hc-radio-helper {
  display: flex;
  align-items: flex-start;
}
.hc-checkbox-helper > .hc-checkbox,
        .hc-checkbox-helper > .hc-radio,
        .hc-radio-helper > .hc-checkbox,
        .hc-radio-helper > .hc-radio {
  margin-top: 3px;
}
.hc-checkbox-helper--text, .hc-radio-helper--text {
  display: flex;
  font-size: 0.8125rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(169 171 172 / var(--tw-text-opacity));
}
:is(.dark .hc-checkbox-helper--text),:is(.dark  .hc-radio-helper--text) {
  --tw-text-opacity: 1;
  color: rgb(230 231 231 / var(--tw-text-opacity));
}
/* list groups*/
.hc-checkbox-group, .hc-radio-group {
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 240 240 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(51 53 57 / var(--tw-text-opacity));
}
:is(.dark .hc-checkbox-group),:is(.dark  .hc-radio-group) {
  --tw-border-opacity: 1;
  border-color: rgb(169 171 172 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(137 139 140 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hc-checkbox-group > li, .hc-radio-group > li {
  margin: 0px;
  display: flex;
  width: 100%;
  align-items: center;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 240 240 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
:is(.dark .hc-checkbox-group > li),:is(.dark  .hc-radio-group > li) {
  --tw-border-opacity: 1;
  border-color: rgb(169 171 172 / var(--tw-border-opacity));
}
.hc-checkbox-group > li:last-child, .hc-radio-group > li:last-child {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.hc-checkbox-group > li > .hc-label, .hc-radio-group > li > .hc-label {
  width: 100%;
}
/**
 * toggles */
.hc-toggle {
  position: relative;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
}
.hc-toggle > .hc-checkbox ~ div {
  margin-right: 0.75rem;
  height: 1.5rem;
  width: 2.75rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(238 240 240 / var(--tw-bg-opacity));
}
:is(.dark .hc-toggle > .hc-checkbox ~ div) {
  --tw-border-opacity: 1;
  border-color: rgb(169 171 172 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(137 139 140 / var(--tw-bg-opacity));
}
.hc-toggle > .hc-checkbox ~ div::after {
  position: absolute;
  top: 2px;
  left: 2px;
  height: 1.25rem;
  width: 1.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 231 231 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border-radius: 9999px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
                content: '';
}
.hc-toggle > .hc-checkbox:checked ~ div {
  --tw-bg-opacity: 1;
  background-color: rgb(50 126 205 / var(--tw-bg-opacity));
}
.hc-toggle > .hc-checkbox:checked ~ div::after {
  --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));
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.hc-toggle > .hc-checkbox:focus ~ div {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(172 208 245 / var(--tw-ring-opacity));
}
:is(.dark .hc-toggle > .hc-checkbox:focus ~ div) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(10 62 117 / var(--tw-ring-opacity));
}
.hc-toggle > .hc-checkbox:disabled ~ div {
  --tw-bg-opacity: 1;
  background-color: rgb(238 240 240 / var(--tw-bg-opacity));
}
.hc-toggle > .hc-checkbox:disabled ~ span {
  --tw-text-opacity: 1;
  color: rgb(217 218 218 / var(--tw-text-opacity));
}
:is(.dark .hc-toggle > .hc-checkbox:disabled ~ span) {
  --tw-text-opacity: 1;
  color: rgb(197 199 199 / var(--tw-text-opacity));
}
.hc-toggle > .hc-checkbox:disabled:checked ~ div {
  --tw-bg-opacity: 1;
  background-color: rgb(172 208 245 / var(--tw-bg-opacity));
}
/* colors*/
.hc-toggle.hc-toggle--danger > input.hc-checkbox:checked ~ div {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 49 / var(--tw-bg-opacity));
}
.hc-toggle.hc-toggle--danger > input.hc-checkbox:focus ~ div {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 165 165 / var(--tw-ring-opacity));
}
:is(.dark .hc-toggle.hc-toggle--danger > input.hc-checkbox:focus ~ div) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(153 27 42 / var(--tw-ring-opacity));
}
.hc-toggle.hc-toggle--warning > input.hc-checkbox:checked ~ div {
  --tw-bg-opacity: 1;
  background-color: rgb(228 164 67 / var(--tw-bg-opacity));
}
.hc-toggle.hc-toggle--warning > input.hc-checkbox:focus ~ div {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 202 106 / var(--tw-ring-opacity));
}
:is(.dark .hc-toggle.hc-toggle--warning > input.hc-checkbox:focus ~ div) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(137 82 0 / var(--tw-ring-opacity));
}
.hc-toggle.hc-toggle--success > input.hc-checkbox:checked ~ div {
  --tw-bg-opacity: 1;
  background-color: rgb(17 153 47 / var(--tw-bg-opacity));
}
.hc-toggle.hc-toggle--success > input.hc-checkbox:focus ~ div {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(134 239 144 / var(--tw-ring-opacity));
}
:is(.dark .hc-toggle.hc-toggle--success > input.hc-checkbox:focus ~ div) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 94 19 / var(--tw-ring-opacity));
}
.hc-toggle.hc-toggle--info > input.hc-checkbox:checked ~ div {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
}
.hc-toggle.hc-toggle--info > input.hc-checkbox:focus ~ div {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(125 211 252 / var(--tw-ring-opacity));
}
:is(.dark .hc-toggle.hc-toggle--info > input.hc-checkbox:focus ~ div) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(7 89 133 / var(--tw-ring-opacity));
}
/* sizes*/
.hc-toggle.hc-toggle--sm > input.hc-checkbox ~ div {
  height: 1.25rem;
  width: 2.25rem;
}
.hc-toggle.hc-toggle--sm > input.hc-checkbox ~ div:after {
  height: 1rem;
  width: 1rem;
}
.hc-toggle.hc-toggle--lg > input.hc-checkbox ~ div {
  height: 1.75rem;
  width: 3.5rem;
}
.hc-toggle.hc-toggle--lg > input.hc-checkbox ~ div:after {
  left: 4px;
  height: 1.5rem;
  width: 1.5rem;
}
/**
 *  file inputs */
input.hc-file {
  border-radius: 0;
  border-width: 0px;
  padding: 0px;
    background: unset;
    border-color: inherit;
    font-size: unset;
    line-height: inherit;
}
input.hc-file:focus {
        outline: 1px auto inherit;
    }
input.hc-file::file-selector-button {
  cursor: pointer;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(101 104 106 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  margin-inline-start: -1rem;
  margin-inline-end: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 1rem;
}
:is(.dark input.hc-file)::file-selector-button {
  --tw-bg-opacity: 1;
  background-color: rgb(169 171 172 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
:is(.dark input.hc-file)::file-selector-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(197 199 199 / var(--tw-bg-opacity));
}
input.hc-file::file-selector-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(137 139 140 / var(--tw-bg-opacity));
}
/* full versions*/
.hc-logo--full {
        -webkit-mask-repeat: no-repeat;
                mask-repeat: no-repeat;
        -webkit-mask-position: top left;
                mask-position: top left;
    }
/* operoo*/
.hc-logo--full.hc-logo--operoo {
            -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' clip-rule='evenodd' viewBox='0 0 129 34'%3E%3Cpath fill='%23fff' d='M15.04.07a17 17 0 0 1 17.48 22.65c-.94-1-1.83-2.04-2.76-3.06-3.09-3.44-6.19-6.87-9.27-10.32a9.48 9.48 0 0 0-1.33-5.69A8.1 8.1 0 0 0 15.04.07ZM46.86 10.2a8.16 8.16 0 0 1 4.07.48 8.11 8.11 0 0 1 4.47 10.28 8.38 8.38 0 0 1-2.14 3.09 7.45 7.45 0 0 1-6.79 1.93 7.3 7.3 0 0 1-3.82-2.02 8.04 8.04 0 0 1-2.05-3.18 8.45 8.45 0 0 1-.25-4.32 8.17 8.17 0 0 1 4.7-5.76c.58-.25 1.2-.4 1.81-.5Zm.41 1.98a5.9 5.9 0 0 0-4.9 4.7 6.4 6.4 0 0 0 .4 3.72 6.34 6.34 0 0 0 2.4 2.73c.88.54 1.93.8 2.96.77a5.13 5.13 0 0 0 3.29-1.1 6.34 6.34 0 0 0 2.24-3.36 6.1 6.1 0 0 0-3.33-7.06 5.86 5.86 0 0 0-3.06-.4Zm14.33-1.34a7.96 7.96 0 0 1 5.31-.4 7.96 7.96 0 0 1 5.68 8.47 7.63 7.63 0 0 1-1.09 3.36 9.28 9.28 0 0 1-1.77 2.08 7.4 7.4 0 0 1-3.4 1.68 8.13 8.13 0 0 1-4.6-.48 8.03 8.03 0 0 1-2.8-2.07v7.66h-2v-12.3c0-.7-.01-1.4.12-2.1a8.33 8.33 0 0 1 4.55-5.9Zm2.17 1.4a5.82 5.82 0 0 0-4.02 2.86 6.13 6.13 0 0 0 1.04 7.48c.91.9 2.15 1.47 3.43 1.54.44.07.88 0 1.31-.04a5.99 5.99 0 0 0 4.3-8.83 6.4 6.4 0 0 0-2.56-2.5 5.96 5.96 0 0 0-3.5-.51Zm16.57-2.01a7.9 7.9 0 0 1 5.1.68 8.67 8.67 0 0 1 3.14 2.8 6.97 6.97 0 0 1 1.26 3.61c.03.51.01 1.02.02 1.52H76.13c.1.88.36 1.75.84 2.5a6.03 6.03 0 0 0 5.02 2.82 6.06 6.06 0 0 0 3.08-.79 5.82 5.82 0 0 0 2.23-2.61h2.18a7.93 7.93 0 0 1-9.42 5.17 8.24 8.24 0 0 1-4.17-2.72 7.6 7.6 0 0 1-1.65-3.25 8.02 8.02 0 0 1 1.07-6.2 8.24 8.24 0 0 1 5.03-3.53Zm-.16 2.16a5.96 5.96 0 0 0-4.05 4.6h11.7a5.95 5.95 0 0 0-2.17-3.63 6.13 6.13 0 0 0-5.48-.97Zm22.53-2.2a8 8 0 0 1 4.77.8 8.42 8.42 0 0 1 2.93 2.66 7.67 7.67 0 0 1 1.34 4.46 7.57 7.57 0 0 1-1.32 4.44 8.85 8.85 0 0 1-2.72 2.57 7.4 7.4 0 0 1-3.88 1 7.55 7.55 0 0 1-4.07-1.17 8.49 8.49 0 0 1-2.8-3.01 8.09 8.09 0 0 1-.85-4.85c.15-1.4.73-2.75 1.6-3.86a7.81 7.81 0 0 1 5-3.03Zm.47 1.99a5.92 5.92 0 0 0-5.06 5.57 5.92 5.92 0 0 0 1 3.7 5.77 5.77 0 0 0 3.54 2.52c1.2.24 2.5.18 3.63-.35a6.1 6.1 0 0 0 .65-10.64 5.62 5.62 0 0 0-3.76-.8Zm16.79-1.98a7.94 7.94 0 0 1 4.85.85 8.05 8.05 0 0 1 3.2 10.96 9.24 9.24 0 0 1-2.44 2.7 7.34 7.34 0 0 1-4.42 1.41c-1.53 0-3.07-.4-4.33-1.28-1.2-.84-2.2-2-2.83-3.34a8.25 8.25 0 0 1-.63-4.47 7.68 7.68 0 0 1 1.6-3.8 8.33 8.33 0 0 1 3-2.44c.63-.3 1.3-.49 2-.6Zm.08 2.04a5.76 5.76 0 0 0-3.55 2.3 5.72 5.72 0 0 0-1.12 3.5 5.77 5.77 0 0 0 1.04 3.51 5.72 5.72 0 0 0 7.11 2.06 6.1 6.1 0 0 0 .48-10.74 5.71 5.71 0 0 0-3.96-.63Zm-27.14.4a4.63 4.63 0 0 1 4.23-2.41v2.03c-.78.05-1.59.23-2.22.73-.45.37-.9.75-1.22 1.24a4.6 4.6 0 0 0-.56 2.29v9.27h-2.16V10.5h1.92l.01 2.14Zm-84 10.2c1.85-.84 3.9-1.25 5.94-1.25 2.26 0 4.5.48 6.65 1.2 1.6.57 3.2 1.12 4.85 1.5.94.24 1.9.5 2.89.37a6.07 6.07 0 0 0 3.05-1.35A17.09 17.09 0 0 1 17.76 34h-2.53a16.96 16.96 0 0 1-12.22-6.56 17.03 17.03 0 0 1 5.9-4.6ZM3.34 6.2A17.1 17.1 0 0 1 12.72.42c.17 2.12.68 4.32 2.07 6 1.3 1.6 3.26 2.5 5.22 3.03a32.08 32.08 0 0 1-7.64 3.15A23.44 23.44 0 0 1 0 12.7a17.14 17.14 0 0 1 3.35-6.5Z'/%3E%3C/svg%3E%0A");
                    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' clip-rule='evenodd' viewBox='0 0 129 34'%3E%3Cpath fill='%23fff' d='M15.04.07a17 17 0 0 1 17.48 22.65c-.94-1-1.83-2.04-2.76-3.06-3.09-3.44-6.19-6.87-9.27-10.32a9.48 9.48 0 0 0-1.33-5.69A8.1 8.1 0 0 0 15.04.07ZM46.86 10.2a8.16 8.16 0 0 1 4.07.48 8.11 8.11 0 0 1 4.47 10.28 8.38 8.38 0 0 1-2.14 3.09 7.45 7.45 0 0 1-6.79 1.93 7.3 7.3 0 0 1-3.82-2.02 8.04 8.04 0 0 1-2.05-3.18 8.45 8.45 0 0 1-.25-4.32 8.17 8.17 0 0 1 4.7-5.76c.58-.25 1.2-.4 1.81-.5Zm.41 1.98a5.9 5.9 0 0 0-4.9 4.7 6.4 6.4 0 0 0 .4 3.72 6.34 6.34 0 0 0 2.4 2.73c.88.54 1.93.8 2.96.77a5.13 5.13 0 0 0 3.29-1.1 6.34 6.34 0 0 0 2.24-3.36 6.1 6.1 0 0 0-3.33-7.06 5.86 5.86 0 0 0-3.06-.4Zm14.33-1.34a7.96 7.96 0 0 1 5.31-.4 7.96 7.96 0 0 1 5.68 8.47 7.63 7.63 0 0 1-1.09 3.36 9.28 9.28 0 0 1-1.77 2.08 7.4 7.4 0 0 1-3.4 1.68 8.13 8.13 0 0 1-4.6-.48 8.03 8.03 0 0 1-2.8-2.07v7.66h-2v-12.3c0-.7-.01-1.4.12-2.1a8.33 8.33 0 0 1 4.55-5.9Zm2.17 1.4a5.82 5.82 0 0 0-4.02 2.86 6.13 6.13 0 0 0 1.04 7.48c.91.9 2.15 1.47 3.43 1.54.44.07.88 0 1.31-.04a5.99 5.99 0 0 0 4.3-8.83 6.4 6.4 0 0 0-2.56-2.5 5.96 5.96 0 0 0-3.5-.51Zm16.57-2.01a7.9 7.9 0 0 1 5.1.68 8.67 8.67 0 0 1 3.14 2.8 6.97 6.97 0 0 1 1.26 3.61c.03.51.01 1.02.02 1.52H76.13c.1.88.36 1.75.84 2.5a6.03 6.03 0 0 0 5.02 2.82 6.06 6.06 0 0 0 3.08-.79 5.82 5.82 0 0 0 2.23-2.61h2.18a7.93 7.93 0 0 1-9.42 5.17 8.24 8.24 0 0 1-4.17-2.72 7.6 7.6 0 0 1-1.65-3.25 8.02 8.02 0 0 1 1.07-6.2 8.24 8.24 0 0 1 5.03-3.53Zm-.16 2.16a5.96 5.96 0 0 0-4.05 4.6h11.7a5.95 5.95 0 0 0-2.17-3.63 6.13 6.13 0 0 0-5.48-.97Zm22.53-2.2a8 8 0 0 1 4.77.8 8.42 8.42 0 0 1 2.93 2.66 7.67 7.67 0 0 1 1.34 4.46 7.57 7.57 0 0 1-1.32 4.44 8.85 8.85 0 0 1-2.72 2.57 7.4 7.4 0 0 1-3.88 1 7.55 7.55 0 0 1-4.07-1.17 8.49 8.49 0 0 1-2.8-3.01 8.09 8.09 0 0 1-.85-4.85c.15-1.4.73-2.75 1.6-3.86a7.81 7.81 0 0 1 5-3.03Zm.47 1.99a5.92 5.92 0 0 0-5.06 5.57 5.92 5.92 0 0 0 1 3.7 5.77 5.77 0 0 0 3.54 2.52c1.2.24 2.5.18 3.63-.35a6.1 6.1 0 0 0 .65-10.64 5.62 5.62 0 0 0-3.76-.8Zm16.79-1.98a7.94 7.94 0 0 1 4.85.85 8.05 8.05 0 0 1 3.2 10.96 9.24 9.24 0 0 1-2.44 2.7 7.34 7.34 0 0 1-4.42 1.41c-1.53 0-3.07-.4-4.33-1.28-1.2-.84-2.2-2-2.83-3.34a8.25 8.25 0 0 1-.63-4.47 7.68 7.68 0 0 1 1.6-3.8 8.33 8.33 0 0 1 3-2.44c.63-.3 1.3-.49 2-.6Zm.08 2.04a5.76 5.76 0 0 0-3.55 2.3 5.72 5.72 0 0 0-1.12 3.5 5.77 5.77 0 0 0 1.04 3.51 5.72 5.72 0 0 0 7.11 2.06 6.1 6.1 0 0 0 .48-10.74 5.71 5.71 0 0 0-3.96-.63Zm-27.14.4a4.63 4.63 0 0 1 4.23-2.41v2.03c-.78.05-1.59.23-2.22.73-.45.37-.9.75-1.22 1.24a4.6 4.6 0 0 0-.56 2.29v9.27h-2.16V10.5h1.92l.01 2.14Zm-84 10.2c1.85-.84 3.9-1.25 5.94-1.25 2.26 0 4.5.48 6.65 1.2 1.6.57 3.2 1.12 4.85 1.5.94.24 1.9.5 2.89.37a6.07 6.07 0 0 0 3.05-1.35A17.09 17.09 0 0 1 17.76 34h-2.53a16.96 16.96 0 0 1-12.22-6.56 17.03 17.03 0 0 1 5.9-4.6ZM3.34 6.2A17.1 17.1 0 0 1 12.72.42c.17 2.12.68 4.32 2.07 6 1.3 1.6 3.26 2.5 5.22 3.03a32.08 32.08 0 0 1-7.64 3.15A23.44 23.44 0 0 1 0 12.7a17.14 17.14 0 0 1 3.35-6.5Z'/%3E%3C/svg%3E%0A");
            width: 139px;
            height: 34px;
        }
/* auto-resizing*/
.hc-logo--auto {
        -webkit-mask-repeat: no-repeat;
                mask-repeat: no-repeat;
        -webkit-mask-position: top left;
                mask-position: top left;
    }
/* operoo*/
.hc-logo--auto.hc-logo--operoo {
            -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' clip-rule='evenodd' viewBox='0 0 34 34'%3E%3Cpath fill-rule='nonzero' d='M15.53.07A17.08 17.08 0 0 1 34 17.01c0 1.94-.33 3.88-.99 5.71-.95-1-1.84-2.04-2.77-3.06-3.09-3.44-6.19-6.87-9.27-10.32a9.48 9.48 0 0 0-1.33-5.69A8.1 8.1 0 0 0 15.52.07h.01ZM9.38 22.84c1.86-.84 3.9-1.25 5.95-1.25a21 21 0 0 1 6.65 1.2c1.6.57 3.2 1.12 4.85 1.5.94.24 1.9.5 2.9.37a6.07 6.07 0 0 0 3.04-1.35A17.11 17.11 0 0 1 18.24 34h-2.53A16.97 16.97 0 0 1 3.5 27.44a17.03 17.03 0 0 1 5.9-4.6ZM3.83 6.19A17.1 17.1 0 0 1 13.2.42c.17 2.12.7 4.32 2.07 6 1.3 1.6 3.26 2.5 5.22 3.03a32.06 32.06 0 0 1-7.64 3.15 23.44 23.44 0 0 1-12.37.1c.64-2.38 1.78-4.6 3.35-6.5v-.01Z'/%3E%3C/svg%3E");
                    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' clip-rule='evenodd' viewBox='0 0 34 34'%3E%3Cpath fill-rule='nonzero' d='M15.53.07A17.08 17.08 0 0 1 34 17.01c0 1.94-.33 3.88-.99 5.71-.95-1-1.84-2.04-2.77-3.06-3.09-3.44-6.19-6.87-9.27-10.32a9.48 9.48 0 0 0-1.33-5.69A8.1 8.1 0 0 0 15.52.07h.01ZM9.38 22.84c1.86-.84 3.9-1.25 5.95-1.25a21 21 0 0 1 6.65 1.2c1.6.57 3.2 1.12 4.85 1.5.94.24 1.9.5 2.9.37a6.07 6.07 0 0 0 3.04-1.35A17.11 17.11 0 0 1 18.24 34h-2.53A16.97 16.97 0 0 1 3.5 27.44a17.03 17.03 0 0 1 5.9-4.6ZM3.83 6.19A17.1 17.1 0 0 1 13.2.42c.17 2.12.7 4.32 2.07 6 1.3 1.6 3.26 2.5 5.22 3.03a32.06 32.06 0 0 1-7.64 3.15 23.44 23.44 0 0 1-12.37.1c.64-2.38 1.78-4.6 3.35-6.5v-.01Z'/%3E%3C/svg%3E");
            width: 33.5px;
            height: 34px;
        }
@media (min-width: 640px) {
            .hc-logo--auto.hc-logo--operoo {
                -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' clip-rule='evenodd' viewBox='0 0 129 34'%3E%3Cpath fill='%23fff' d='M15.04.07a17 17 0 0 1 17.48 22.65c-.94-1-1.83-2.04-2.76-3.06-3.09-3.44-6.19-6.87-9.27-10.32a9.48 9.48 0 0 0-1.33-5.69A8.1 8.1 0 0 0 15.04.07ZM46.86 10.2a8.16 8.16 0 0 1 4.07.48 8.11 8.11 0 0 1 4.47 10.28 8.38 8.38 0 0 1-2.14 3.09 7.45 7.45 0 0 1-6.79 1.93 7.3 7.3 0 0 1-3.82-2.02 8.04 8.04 0 0 1-2.05-3.18 8.45 8.45 0 0 1-.25-4.32 8.17 8.17 0 0 1 4.7-5.76c.58-.25 1.2-.4 1.81-.5Zm.41 1.98a5.9 5.9 0 0 0-4.9 4.7 6.4 6.4 0 0 0 .4 3.72 6.34 6.34 0 0 0 2.4 2.73c.88.54 1.93.8 2.96.77a5.13 5.13 0 0 0 3.29-1.1 6.34 6.34 0 0 0 2.24-3.36 6.1 6.1 0 0 0-3.33-7.06 5.86 5.86 0 0 0-3.06-.4Zm14.33-1.34a7.96 7.96 0 0 1 5.31-.4 7.96 7.96 0 0 1 5.68 8.47 7.63 7.63 0 0 1-1.09 3.36 9.28 9.28 0 0 1-1.77 2.08 7.4 7.4 0 0 1-3.4 1.68 8.13 8.13 0 0 1-4.6-.48 8.03 8.03 0 0 1-2.8-2.07v7.66h-2v-12.3c0-.7-.01-1.4.12-2.1a8.33 8.33 0 0 1 4.55-5.9Zm2.17 1.4a5.82 5.82 0 0 0-4.02 2.86 6.13 6.13 0 0 0 1.04 7.48c.91.9 2.15 1.47 3.43 1.54.44.07.88 0 1.31-.04a5.99 5.99 0 0 0 4.3-8.83 6.4 6.4 0 0 0-2.56-2.5 5.96 5.96 0 0 0-3.5-.51Zm16.57-2.01a7.9 7.9 0 0 1 5.1.68 8.67 8.67 0 0 1 3.14 2.8 6.97 6.97 0 0 1 1.26 3.61c.03.51.01 1.02.02 1.52H76.13c.1.88.36 1.75.84 2.5a6.03 6.03 0 0 0 5.02 2.82 6.06 6.06 0 0 0 3.08-.79 5.82 5.82 0 0 0 2.23-2.61h2.18a7.93 7.93 0 0 1-9.42 5.17 8.24 8.24 0 0 1-4.17-2.72 7.6 7.6 0 0 1-1.65-3.25 8.02 8.02 0 0 1 1.07-6.2 8.24 8.24 0 0 1 5.03-3.53Zm-.16 2.16a5.96 5.96 0 0 0-4.05 4.6h11.7a5.95 5.95 0 0 0-2.17-3.63 6.13 6.13 0 0 0-5.48-.97Zm22.53-2.2a8 8 0 0 1 4.77.8 8.42 8.42 0 0 1 2.93 2.66 7.67 7.67 0 0 1 1.34 4.46 7.57 7.57 0 0 1-1.32 4.44 8.85 8.85 0 0 1-2.72 2.57 7.4 7.4 0 0 1-3.88 1 7.55 7.55 0 0 1-4.07-1.17 8.49 8.49 0 0 1-2.8-3.01 8.09 8.09 0 0 1-.85-4.85c.15-1.4.73-2.75 1.6-3.86a7.81 7.81 0 0 1 5-3.03Zm.47 1.99a5.92 5.92 0 0 0-5.06 5.57 5.92 5.92 0 0 0 1 3.7 5.77 5.77 0 0 0 3.54 2.52c1.2.24 2.5.18 3.63-.35a6.1 6.1 0 0 0 .65-10.64 5.62 5.62 0 0 0-3.76-.8Zm16.79-1.98a7.94 7.94 0 0 1 4.85.85 8.05 8.05 0 0 1 3.2 10.96 9.24 9.24 0 0 1-2.44 2.7 7.34 7.34 0 0 1-4.42 1.41c-1.53 0-3.07-.4-4.33-1.28-1.2-.84-2.2-2-2.83-3.34a8.25 8.25 0 0 1-.63-4.47 7.68 7.68 0 0 1 1.6-3.8 8.33 8.33 0 0 1 3-2.44c.63-.3 1.3-.49 2-.6Zm.08 2.04a5.76 5.76 0 0 0-3.55 2.3 5.72 5.72 0 0 0-1.12 3.5 5.77 5.77 0 0 0 1.04 3.51 5.72 5.72 0 0 0 7.11 2.06 6.1 6.1 0 0 0 .48-10.74 5.71 5.71 0 0 0-3.96-.63Zm-27.14.4a4.63 4.63 0 0 1 4.23-2.41v2.03c-.78.05-1.59.23-2.22.73-.45.37-.9.75-1.22 1.24a4.6 4.6 0 0 0-.56 2.29v9.27h-2.16V10.5h1.92l.01 2.14Zm-84 10.2c1.85-.84 3.9-1.25 5.94-1.25 2.26 0 4.5.48 6.65 1.2 1.6.57 3.2 1.12 4.85 1.5.94.24 1.9.5 2.89.37a6.07 6.07 0 0 0 3.05-1.35A17.09 17.09 0 0 1 17.76 34h-2.53a16.96 16.96 0 0 1-12.22-6.56 17.03 17.03 0 0 1 5.9-4.6ZM3.34 6.2A17.1 17.1 0 0 1 12.72.42c.17 2.12.68 4.32 2.07 6 1.3 1.6 3.26 2.5 5.22 3.03a32.08 32.08 0 0 1-7.64 3.15A23.44 23.44 0 0 1 0 12.7a17.14 17.14 0 0 1 3.35-6.5Z'/%3E%3C/svg%3E%0A");
                        mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' clip-rule='evenodd' viewBox='0 0 129 34'%3E%3Cpath fill='%23fff' d='M15.04.07a17 17 0 0 1 17.48 22.65c-.94-1-1.83-2.04-2.76-3.06-3.09-3.44-6.19-6.87-9.27-10.32a9.48 9.48 0 0 0-1.33-5.69A8.1 8.1 0 0 0 15.04.07ZM46.86 10.2a8.16 8.16 0 0 1 4.07.48 8.11 8.11 0 0 1 4.47 10.28 8.38 8.38 0 0 1-2.14 3.09 7.45 7.45 0 0 1-6.79 1.93 7.3 7.3 0 0 1-3.82-2.02 8.04 8.04 0 0 1-2.05-3.18 8.45 8.45 0 0 1-.25-4.32 8.17 8.17 0 0 1 4.7-5.76c.58-.25 1.2-.4 1.81-.5Zm.41 1.98a5.9 5.9 0 0 0-4.9 4.7 6.4 6.4 0 0 0 .4 3.72 6.34 6.34 0 0 0 2.4 2.73c.88.54 1.93.8 2.96.77a5.13 5.13 0 0 0 3.29-1.1 6.34 6.34 0 0 0 2.24-3.36 6.1 6.1 0 0 0-3.33-7.06 5.86 5.86 0 0 0-3.06-.4Zm14.33-1.34a7.96 7.96 0 0 1 5.31-.4 7.96 7.96 0 0 1 5.68 8.47 7.63 7.63 0 0 1-1.09 3.36 9.28 9.28 0 0 1-1.77 2.08 7.4 7.4 0 0 1-3.4 1.68 8.13 8.13 0 0 1-4.6-.48 8.03 8.03 0 0 1-2.8-2.07v7.66h-2v-12.3c0-.7-.01-1.4.12-2.1a8.33 8.33 0 0 1 4.55-5.9Zm2.17 1.4a5.82 5.82 0 0 0-4.02 2.86 6.13 6.13 0 0 0 1.04 7.48c.91.9 2.15 1.47 3.43 1.54.44.07.88 0 1.31-.04a5.99 5.99 0 0 0 4.3-8.83 6.4 6.4 0 0 0-2.56-2.5 5.96 5.96 0 0 0-3.5-.51Zm16.57-2.01a7.9 7.9 0 0 1 5.1.68 8.67 8.67 0 0 1 3.14 2.8 6.97 6.97 0 0 1 1.26 3.61c.03.51.01 1.02.02 1.52H76.13c.1.88.36 1.75.84 2.5a6.03 6.03 0 0 0 5.02 2.82 6.06 6.06 0 0 0 3.08-.79 5.82 5.82 0 0 0 2.23-2.61h2.18a7.93 7.93 0 0 1-9.42 5.17 8.24 8.24 0 0 1-4.17-2.72 7.6 7.6 0 0 1-1.65-3.25 8.02 8.02 0 0 1 1.07-6.2 8.24 8.24 0 0 1 5.03-3.53Zm-.16 2.16a5.96 5.96 0 0 0-4.05 4.6h11.7a5.95 5.95 0 0 0-2.17-3.63 6.13 6.13 0 0 0-5.48-.97Zm22.53-2.2a8 8 0 0 1 4.77.8 8.42 8.42 0 0 1 2.93 2.66 7.67 7.67 0 0 1 1.34 4.46 7.57 7.57 0 0 1-1.32 4.44 8.85 8.85 0 0 1-2.72 2.57 7.4 7.4 0 0 1-3.88 1 7.55 7.55 0 0 1-4.07-1.17 8.49 8.49 0 0 1-2.8-3.01 8.09 8.09 0 0 1-.85-4.85c.15-1.4.73-2.75 1.6-3.86a7.81 7.81 0 0 1 5-3.03Zm.47 1.99a5.92 5.92 0 0 0-5.06 5.57 5.92 5.92 0 0 0 1 3.7 5.77 5.77 0 0 0 3.54 2.52c1.2.24 2.5.18 3.63-.35a6.1 6.1 0 0 0 .65-10.64 5.62 5.62 0 0 0-3.76-.8Zm16.79-1.98a7.94 7.94 0 0 1 4.85.85 8.05 8.05 0 0 1 3.2 10.96 9.24 9.24 0 0 1-2.44 2.7 7.34 7.34 0 0 1-4.42 1.41c-1.53 0-3.07-.4-4.33-1.28-1.2-.84-2.2-2-2.83-3.34a8.25 8.25 0 0 1-.63-4.47 7.68 7.68 0 0 1 1.6-3.8 8.33 8.33 0 0 1 3-2.44c.63-.3 1.3-.49 2-.6Zm.08 2.04a5.76 5.76 0 0 0-3.55 2.3 5.72 5.72 0 0 0-1.12 3.5 5.77 5.77 0 0 0 1.04 3.51 5.72 5.72 0 0 0 7.11 2.06 6.1 6.1 0 0 0 .48-10.74 5.71 5.71 0 0 0-3.96-.63Zm-27.14.4a4.63 4.63 0 0 1 4.23-2.41v2.03c-.78.05-1.59.23-2.22.73-.45.37-.9.75-1.22 1.24a4.6 4.6 0 0 0-.56 2.29v9.27h-2.16V10.5h1.92l.01 2.14Zm-84 10.2c1.85-.84 3.9-1.25 5.94-1.25 2.26 0 4.5.48 6.65 1.2 1.6.57 3.2 1.12 4.85 1.5.94.24 1.9.5 2.89.37a6.07 6.07 0 0 0 3.05-1.35A17.09 17.09 0 0 1 17.76 34h-2.53a16.96 16.96 0 0 1-12.22-6.56 17.03 17.03 0 0 1 5.9-4.6ZM3.34 6.2A17.1 17.1 0 0 1 12.72.42c.17 2.12.68 4.32 2.07 6 1.3 1.6 3.26 2.5 5.22 3.03a32.08 32.08 0 0 1-7.64 3.15A23.44 23.44 0 0 1 0 12.7a17.14 17.14 0 0 1 3.35-6.5Z'/%3E%3C/svg%3E%0A");
                width: 139px;
                height: 34px;
            }
    }
/* forced .mobile overrides to undo media queries*/
.hc-mobile .hc-logo--auto.hc-logo--operoo {
            -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' clip-rule='evenodd' viewBox='0 0 34 34'%3E%3Cpath fill-rule='nonzero' d='M15.53.07A17.08 17.08 0 0 1 34 17.01c0 1.94-.33 3.88-.99 5.71-.95-1-1.84-2.04-2.77-3.06-3.09-3.44-6.19-6.87-9.27-10.32a9.48 9.48 0 0 0-1.33-5.69A8.1 8.1 0 0 0 15.52.07h.01ZM9.38 22.84c1.86-.84 3.9-1.25 5.95-1.25a21 21 0 0 1 6.65 1.2c1.6.57 3.2 1.12 4.85 1.5.94.24 1.9.5 2.9.37a6.07 6.07 0 0 0 3.04-1.35A17.11 17.11 0 0 1 18.24 34h-2.53A16.97 16.97 0 0 1 3.5 27.44a17.03 17.03 0 0 1 5.9-4.6ZM3.83 6.19A17.1 17.1 0 0 1 13.2.42c.17 2.12.7 4.32 2.07 6 1.3 1.6 3.26 2.5 5.22 3.03a32.06 32.06 0 0 1-7.64 3.15 23.44 23.44 0 0 1-12.37.1c.64-2.38 1.78-4.6 3.35-6.5v-.01Z'/%3E%3C/svg%3E");
                    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' clip-rule='evenodd' viewBox='0 0 34 34'%3E%3Cpath fill-rule='nonzero' d='M15.53.07A17.08 17.08 0 0 1 34 17.01c0 1.94-.33 3.88-.99 5.71-.95-1-1.84-2.04-2.77-3.06-3.09-3.44-6.19-6.87-9.27-10.32a9.48 9.48 0 0 0-1.33-5.69A8.1 8.1 0 0 0 15.52.07h.01ZM9.38 22.84c1.86-.84 3.9-1.25 5.95-1.25a21 21 0 0 1 6.65 1.2c1.6.57 3.2 1.12 4.85 1.5.94.24 1.9.5 2.9.37a6.07 6.07 0 0 0 3.04-1.35A17.11 17.11 0 0 1 18.24 34h-2.53A16.97 16.97 0 0 1 3.5 27.44a17.03 17.03 0 0 1 5.9-4.6ZM3.83 6.19A17.1 17.1 0 0 1 13.2.42c.17 2.12.7 4.32 2.07 6 1.3 1.6 3.26 2.5 5.22 3.03a32.06 32.06 0 0 1-7.64 3.15 23.44 23.44 0 0 1-12.37.1c.64-2.38 1.78-4.6 3.35-6.5v-.01Z'/%3E%3C/svg%3E");
            width: 33.5px;
            height: 34px;
        }
/**
 * tooltip */
.hc-tooltip {
  position: relative;
  align-self: flex-start;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
  z-index: 50;
  white-space: nowrap;
  font-size: 0.875rem;
  font-weight: 400;
    box-shadow: 0 1px 0.25rem rgba(0,0,0,0.2);
    padding-bottom: 0.45rem;
}
.hc-tooltip::after {
  position: absolute;
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity));
        content: '';
}
/* directions*/
.hc-tooltip--top::after,
    .hc-tooltip::after {
  bottom: -0.5rem;
  left: 0px;
  margin-bottom: 1px;
  height: 0.5rem;
  width: 100%;
        -webkit-clip-path: polygon(calc(50% - 10px) 0, calc(50% + 10px) 0, 50% 100%);
                clip-path: polygon(calc(50% - 10px) 0, calc(50% + 10px) 0, 50% 100%);
}
.hc-tooltip--bottom::after {
  top: -0.5rem;
  left: 0px;
  margin-top: 1px;
  height: 0.5rem;
  width: 100%;
            -webkit-clip-path: polygon(50% 0, calc(50% - 10px) 100%, calc(50% + 10px) 100%);
                    clip-path: polygon(50% 0, calc(50% - 10px) 100%, calc(50% + 10px) 100%);
}
.hc-tooltip--left::after {
  bottom: auto;
  top: 0px;
  left: auto;
  right: -0.5rem;
  margin-bottom: 0px;
  margin-right: 1px;
  height: 100%;
  width: 0.5rem;
            -webkit-clip-path: polygon(0 calc(50% - 10px), 0 calc(50% + 10px), 100% 50%);
                    clip-path: polygon(0 calc(50% - 10px), 0 calc(50% + 10px), 100% 50%);
}
.hc-tooltip--right::after {
  top: 0px;
  bottom: auto;
  left: -0.5rem;
  margin-left: 1px;
  height: 100%;
  width: 0.5rem;
            -webkit-clip-path: polygon(0 50%, 100% calc(50% - 10px), 100% calc(50% + 10px));
                    clip-path: polygon(0 50%, 100% calc(50% - 10px), 100% calc(50% + 10px));
}
/* sizes*/
.hc-tooltip--sm {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.8125rem;
}
/* handling hover inside of a group via css only for now*/
.hc-tooltip-group {
  position: relative;
  display: inline-flex;
}
.hc-tooltip-group > .hc-tooltip {
  visibility: hidden;
  position: absolute;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 300ms;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);

            /* default is top, no need to add redunant -top definition*/

            top: -2.75rem;

            margin-left: 50%;

            --tw-translate-x: -50%;

            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hc-tooltip-group > .hc-tooltip.hc-tooltip--sm {
  top: -2.25rem;
}
.hc-tooltip-group > .hc-tooltip--bottom {
  top: auto;
  bottom: -2.75rem;
  --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));
}
.hc-tooltip-group > .hc-tooltip--bottom.hc-tooltip--sm {
  top: auto;
  bottom: -2.25rem;
}
.hc-tooltip-group > .hc-tooltip--left {
  top: 50%;
  margin-left: 0px;
                transform: translateX(calc(-100% - 0.65rem)) translateY(-50%);
}
.hc-tooltip-group > .hc-tooltip--right {
  top: 50%;
  right: 0px;
  margin-left: 0px;
                transform: translateX(calc(100% + 0.65rem)) translateY(-50%);
}
.hc-tooltip-group:hover .hc-tooltip, .hc-tooltip-group:focus-within .hc-tooltip {
  visibility: visible;
  opacity: 1;
}
/* no arrow*/
.hc-tooltip--no-arrow::after {
  display: none;
}
/* cleanup */
/* duplicate utilities*/
.hc-whitespace-nowrap {
    white-space: nowrap;
}
.hc-relative {
    position: relative;
}
:is(.dark .dark\:format-sm) {
  font-size: 1rem;
  line-height: 1.7142857;
}
:is(.dark .dark\:format-sm) :where(p):not(:where([class~="not-format"] *)) {
  margin-top: 1em;
  margin-bottom: 1em;
}
:is(.dark .dark\:format-sm) :where([class~="lead"]):not(:where([class~="not-format"] *)) {
  font-size: 1.125em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
:is(.dark .dark\:format-sm) :where(blockquote):not(:where([class~="not-format"] *)) {
  margin-bottom: 1.3333333em;
}
:is(.dark .dark\:format-sm) :where(blockquote):not(:where([class~="not-format"] *))::before {
  margin-top: 1.3333333em;
}
:is(.dark .dark\:format-sm) :where(h1):not(:where([class~="not-format"] *)) {
  font-size: 1.6666667em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}
:is(.dark .dark\:format-sm) :where(h2):not(:where([class~="not-format"] *)) {
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.4;
}
:is(.dark .dark\:format-sm) :where(h3):not(:where([class~="not-format"] *)) {
  font-size: 1.25em;
  margin-top: 0;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
:is(.dark .dark\:format-sm) :where(h4):not(:where([class~="not-format"] *)) {
  font-size: 1.125em;
  margin-top: 0;
  margin-bottom: 0.5em;
  line-height: 1.25;
}
:is(.dark .dark\:format-sm) :where(img):not(:where([class~="not-format"] *)) {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
:is(.dark .dark\:format-sm) :where(video):not(:where([class~="not-format"] *)) {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
:is(.dark .dark\:format-sm) :where(figure):not(:where([class~="not-format"] *)) {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
:is(.dark .dark\:format-sm) :where(figure > *):not(:where([class~="not-format"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.dark .dark\:format-sm) :where(figcaption):not(:where([class~="not-format"] *)) {
  font-size: 0.875em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
  text-align: center;
}
:is(.dark .dark\:format-sm) :where(code):not(:where([class~="not-format"] *)) {
  font-size: 0.875em;
}
:is(.dark .dark\:format-sm) :where(h2 code):not(:where([class~="not-format"] *)) {
  font-size: 0.9em;
}
:is(.dark .dark\:format-sm) :where(h3 code):not(:where([class~="not-format"] *)) {
  font-size: 0.8888889em;
}
:is(.dark .dark\:format-sm) :where(pre):not(:where([class~="not-format"] *)) {
  font-size: 0.875em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}
:is(.dark .dark\:format-sm) :where(ol):not(:where([class~="not-format"] *)) {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1.375em;
}
:is(.dark .dark\:format-sm) :where(ul):not(:where([class~="not-format"] *)) {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1.375em;
}
:is(.dark .dark\:format-sm) :where(li):not(:where([class~="not-format"] *)) {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
:is(.dark .dark\:format-sm) :where(ol > li):not(:where([class~="not-format"] *)) {
  padding-left: 0.375em;
}
:is(.dark .dark\:format-sm) :where(ul > li):not(:where([class~="not-format"] *)) {
  padding-left: 0.375em;
}
:is(.dark .dark\:format-sm) :where(.format > ul > li p):not(:where([class~="not-format"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
:is(.dark .dark\:format-sm) :where(.format > ul > li > *:first-child):not(:where([class~="not-format"] *)) {
  margin-top: 1em;
}
:is(.dark .dark\:format-sm) :where(.format > ul > li > *:last-child):not(:where([class~="not-format"] *)) {
  margin-bottom: 1em;
}
:is(.dark .dark\:format-sm) :where(.format > ol > li > *:first-child):not(:where([class~="not-format"] *)) {
  margin-top: 1em;
}
:is(.dark .dark\:format-sm) :where(.format > ol > li > *:last-child):not(:where([class~="not-format"] *)) {
  margin-bottom: 1em;
}
:is(.dark .dark\:format-sm) :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-format"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
:is(.dark .dark\:format-sm) :where(hr):not(:where([class~="not-format"] *)) {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}
:is(.dark .dark\:format-sm) :where(hr + *):not(:where([class~="not-format"] *)) {
  margin-top: 0;
}
:is(.dark .dark\:format-sm) :where(h2 + *):not(:where([class~="not-format"] *)) {
  margin-top: 0;
}
:is(.dark .dark\:format-sm) :where(h3 + *):not(:where([class~="not-format"] *)) {
  margin-top: 0;
}
:is(.dark .dark\:format-sm) :where(h4 + *):not(:where([class~="not-format"] *)) {
  margin-top: 0;
}
:is(.dark .dark\:format-sm) :where(table):not(:where([class~="not-format"] *)) {
  font-size: 0.875em;
  line-height: 1.5;
}
:is(.dark .dark\:format-sm) :where(thead th):not(:where([class~="not-format"] *)) {
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}
:is(.dark .dark\:format-sm) :where(thead th:first-child):not(:where([class~="not-format"] *)) {
  padding-left: 0;
}
:is(.dark .dark\:format-sm) :where(thead th:last-child):not(:where([class~="not-format"] *)) {
  padding-right: 0;
}
:is(.dark .dark\:format-sm) :where(tbody td, tfoot td):not(:where([class~="not-format"] *)) {
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}
:is(.dark .dark\:format-sm) :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-format"] *)) {
  padding-left: 0;
}
:is(.dark .dark\:format-sm) :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-format"] *)) {
  padding-right: 0;
}
:is(.dark .dark\:format-sm) :where(.format > :first-child):not(:where([class~="not-format"] *)) {
  margin-top: 0;
}
:is(.dark .dark\:format-sm) :where(.format > :last-child):not(:where([class~="not-format"] *)) {
  margin-bottom: 0;
}
:is(.dark .dark\:format-base) {
  font-size: 1rem;
  line-height: 1.75;
}
:is(.dark .dark\:format-base) :where(p):not(:where([class~="not-format"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(.dark .dark\:format-base) :where([class~="lead"]):not(:where([class~="not-format"] *)) {
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
:is(.dark .dark\:format-base) :where(blockquote):not(:where([class~="not-format"] *)) {
  margin-bottom: 1.6em;
}
:is(.dark .dark\:format-base) :where(blockquote):not(:where([class~="not-format"] *))::before {
  margin-top: 1.6em;
}
:is(.dark .dark\:format-base) :where(blockquote > p:first-child):not(:where([class~="not-format"] *)) {
  margin-top: 0;
}
:is(.dark .dark\:format-base) :where(h1):not(:where([class~="not-format"] *)) {
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
:is(.dark .dark\:format-base) :where(h2):not(:where([class~="not-format"] *)) {
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
:is(.dark .dark\:format-base) :where(h3):not(:where([class~="not-format"] *)) {
  font-size: 1.25em;
  margin-top: 0;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
:is(.dark .dark\:format-base) :where(h4):not(:where([class~="not-format"] *)) {
  margin-top: 0;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
:is(.dark .dark\:format-base) :where(img):not(:where([class~="not-format"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.dark .dark\:format-base) :where(video):not(:where([class~="not-format"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.dark .dark\:format-base) :where(figure):not(:where([class~="not-format"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.dark .dark\:format-base) :where(figure > *):not(:where([class~="not-format"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.dark .dark\:format-base) :where(figcaption):not(:where([class~="not-format"] *)) {
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
:is(.dark .dark\:format-base) :where(code):not(:where([class~="not-format"] *)) {
  font-size: 0.875em;
}
:is(.dark .dark\:format-base) :where(h2 code):not(:where([class~="not-format"] *)) {
  font-size: 0.875em;
}
:is(.dark .dark\:format-base) :where(h3 code):not(:where([class~="not-format"] *)) {
  font-size: 0.9em;
}
:is(.dark .dark\:format-base) :where(pre):not(:where([class~="not-format"] *)) {
  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-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
:is(.dark .dark\:format-base) :where(ol):not(:where([class~="not-format"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
:is(.dark .dark\:format-base) :where(ul):not(:where([class~="not-format"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
:is(.dark .dark\:format-base) :where(li):not(:where([class~="not-format"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
:is(.dark .dark\:format-base) :where(ol > li):not(:where([class~="not-format"] *)) {
  padding-left: 0.375em;
}
:is(.dark .dark\:format-base) :where(ul > li):not(:where([class~="not-format"] *)) {
  padding-left: 0.375em;
}
:is(.dark .dark\:format-base) :where(.format > ul > li p):not(:where([class~="not-format"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
:is(.dark .dark\:format-base) :where(.format > ul > li > *:first-child):not(:where([class~="not-format"] *)) {
  margin-top: 1.25em;
}
:is(.dark .dark\:format-base) :where(.format > ul > li > *:last-child):not(:where([class~="not-format"] *)) {
  margin-bottom: 1.25em;
}
:is(.dark .dark\:format-base) :where(.format > ol > li > *:first-child):not(:where([class~="not-format"] *)) {
  margin-top: 1.25em;
}
:is(.dark .dark\:format-base) :where(.format > ol > li > *:last-child):not(:where([class~="not-format"] *)) {
  margin-bottom: 1.25em;
}
:is(.dark .dark\:format-base) :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-format"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
:is(.dark .dark\:format-base) :where(hr):not(:where([class~="not-format"] *)) {
  margin-top: 3em;
  margin-bottom: 3em;
}
:is(.dark .dark\:format-base) :where(hr + *):not(:where([class~="not-format"] *)) {
  margin-top: 0;
}
:is(.dark .dark\:format-base) :where(h2 + *):not(:where([class~="not-format"] *)) {
  margin-top: 0;
}
:is(.dark .dark\:format-base) :where(h3 + *):not(:where([class~="not-format"] *)) {
  margin-top: 0;
}
:is(.dark .dark\:format-base) :where(h4 + *):not(:where([class~="not-format"] *)) {
  margin-top: 0;
}
:is(.dark .dark\:format-base) :where(table):not(:where([class~="not-format"] *)) {
  font-size: 0.875em;
  line-height: 1.7142857;
}
:is(.dark .dark\:format-base) :where(thead th):not(:where([class~="not-format"] *)) {
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
:is(.dark .dark\:format-base) :where(thead th:last-child):not(:where([class~="not-format"] *)) {
  padding-right: 0;
}
:is(.dark .dark\:format-base) :where(tbody td, tfoot td):not(:where([class~="not-format"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
:is(.dark .dark\:format-base) :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-format"] *)) {
  padding-right: 0;
}
:is(.dark .dark\:format-base) :where(.format > :first-child):not(:where([class~="not-format"] *)) {
  margin-top: 0;
}
:is(.dark .dark\:format-base) :where(.format > :last-child):not(:where([class~="not-format"] *)) {
  margin-bottom: 0;
}
:is(.dark .dark\:format-lg) {
  font-size: 1.125rem;
  line-height: 1.7777778;
}
:is(.dark .dark\:format-lg) :where(p):not(:where([class~="not-format"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
:is(.dark .dark\:format-lg) :where([class~="lead"]):not(:where([class~="not-format"] *)) {
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}
:is(.dark .dark\:format-lg) :where(blockquote):not(:where([class~="not-format"] *))::before {
  margin-top: 1.6666667em;
}
:is(.dark .dark\:format-lg) :where(blockquote > p:first-child):not(:where([class~="not-format"] *)) {
  margin-top: 0.5em;
}
:is(.dark .dark\:format-lg) :where(h1):not(:where([class~="not-format"] *)) {
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}
:is(.dark .dark\:format-lg) :where(h2):not(:where([class~="not-format"] *)) {
  font-size: 2em;
  margin-top: 0;
  margin-bottom: 0.6666667em;
  line-height: 1.3333333;
}
:is(.dark .dark\:format-lg) :where(h3):not(:where([class~="not-format"] *)) {
  font-size: 1.3333333em;
  margin-top: 0;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}
:is(.dark .dark\:format-lg) :where(h4):not(:where([class~="not-format"] *)) {
  margin-top: 0;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
:is(.dark .dark\:format-lg) :where(img):not(:where([class~="not-format"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
:is(.dark .dark\:format-lg) :where(video):not(:where([class~="not-format"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
:is(.dark .dark\:format-lg) :where(figure):not(:where([class~="not-format"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
:is(.dark .dark\:format-lg) :where(figure > *):not(:where([class~="not-format"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.dark .dark\:format-lg) :where(figcaption):not(:where([class~="not-format"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}
:is(.dark .dark\:format-lg) :where(code):not(:where([class~="not-format"] *)) {
  font-size: 0.8888889em;
}
:is(.dark .dark\:format-lg) :where(h2 code):not(:where([class~="not-format"] *)) {
  font-size: 0.8666667em;
}
:is(.dark .dark\:format-lg) :where(h3 code):not(:where([class~="not-format"] *)) {
  font-size: 0.875em;
}
:is(.dark .dark\:format-lg) :where(pre):not(:where([class~="not-format"] *)) {
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-right: 1.5em;
  padding-bottom: 1em;
  padding-left: 1.5em;
}
:is(.dark .dark\:format-lg) :where(ol):not(:where([class~="not-format"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.5555556em;
}
:is(.dark .dark\:format-lg) :where(ul):not(:where([class~="not-format"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.5555556em;
}
:is(.dark .dark\:format-lg) :where(li):not(:where([class~="not-format"] *)) {
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}
:is(.dark .dark\:format-lg) :where(ol > li):not(:where([class~="not-format"] *)) {
  padding-left: 0.4444444em;
}
:is(.dark .dark\:format-lg) :where(ul > li):not(:where([class~="not-format"] *)) {
  padding-left: 0.4444444em;
}
:is(.dark .dark\:format-lg) :where(.format > ul > li p):not(:where([class~="not-format"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
:is(.dark .dark\:format-lg) :where(.format > ul > li > *:first-child):not(:where([class~="not-format"] *)) {
  margin-top: 1.3333333em;
}
:is(.dark .dark\:format-lg) :where(.format > ul > li > *:last-child):not(:where([class~="not-format"] *)) {
  margin-bottom: 1.3333333em;
}
:is(.dark .dark\:format-lg) :where(.format > ol > li > *:first-child):not(:where([class~="not-format"] *)) {
  margin-top: 1.3333333em;
}
:is(.dark .dark\:format-lg) :where(.format > ol > li > *:last-child):not(:where([class~="not-format"] *)) {
  margin-bottom: 1.3333333em;
}
:is(.dark .dark\:format-lg) :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-format"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
:is(.dark .dark\:format-lg) :where(hr):not(:where([class~="not-format"] *)) {
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}
:is(.dark .dark\:format-lg) :where(hr + *):not(:where([class~="not-format"] *)) {
  margin-top: 0;
}
:is(.dark .dark\:format-lg) :where(h2 + *):not(:where([class~="not-format"] *)) {
  margin-top: 0;
}
:is(.dark .dark\:format-lg) :where(h3 + *):not(:where([class~="not-format"] *)) {
  margin-top: 0;
}
:is(.dark .dark\:format-lg) :where(h4 + *):not(:where([class~="not-format"] *)) {
  margin-top: 0;
}
:is(.dark .dark\:format-lg) :where(table):not(:where([class~="not-format"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
}
:is(.dark .dark\:format-lg) :where(thead th):not(:where([class~="not-format"] *)) {
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}
:is(.dark .dark\:format-lg) :where(thead th:last-child):not(:where([class~="not-format"] *)) {
  padding-right: 0;
}
:is(.dark .dark\:format-lg) :where(tbody td, tfoot td):not(:where([class~="not-format"] *)) {
  padding-top: 0.75em;
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}
:is(.dark .dark\:format-lg) :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-format"] *)) {
  padding-right: 0;
}
:is(.dark .dark\:format-lg) :where(.format > :first-child):not(:where([class~="not-format"] *)) {
  margin-top: 0;
}
:is(.dark .dark\:format-lg) :where(.format > :last-child):not(:where([class~="not-format"] *)) {
  margin-bottom: 0;
}
:is(.dark .dark\:format-invert) {
  --tw-format-body: var(--tw-format-invert-body);
  --tw-format-headings: var(--tw-format-invert-headings);
  --tw-format-lead: var(--tw-format-invert-lead);
  --tw-format-links: var(--tw-format-invert-links);
  --tw-format-bold: var(--tw-format-invert-bold);
  --tw-format-counters: var(--tw-format-invert-counters);
  --tw-format-bullets: var(--tw-format-invert-bullets);
  --tw-format-hr: var(--tw-format-invert-hr);
  --tw-format-quotes: var(--tw-format-invert-quotes);
  --tw-format-quote-borders: var(--tw-format-invert-quote-borders);
  --tw-format-captions: var(--tw-format-invert-captions);
  --tw-format-code: var(--tw-format-invert-code);
  --tw-format-code-bg: var(--tw-format-invert-code-bg);
  --tw-format-pre-code: var(--tw-format-invert-pre-code);
  --tw-format-pre-bg: var(--tw-format-invert-pre-bg);
  --tw-format-th-borders: var(--tw-format-invert-th-borders);
  --tw-format-td-borders: var(--tw-format-invert-td-borders);
  --tw-format-th-bg: var(--tw-format-invert-th-bg);
}
:is(.dark .dark\:format-gray) {
  --tw-format-body: #6b7280;
  --tw-format-headings: #111827;
  --tw-format-lead: #6b7280;
  --tw-format-links: #4b5563;
  --tw-format-bold: #111827;
  --tw-format-counters: #6b7280;
  --tw-format-bullets: #6b7280;
  --tw-format-hr: #e5e7eb;
  --tw-format-quotes: #111827;
  --tw-format-quote-borders: #e5e7eb;
  --tw-format-captions: #6b7280;
  --tw-format-code: #111827;
  --tw-format-code-bg: #f3f4f6;
  --tw-format-pre-code: #4b5563;
  --tw-format-pre-bg: #f3f4f6;
  --tw-format-th-borders: #e5e7eb;
  --tw-format-th-bg: #f9fafb;
  --tw-format-td-borders: #e5e7eb;
  --tw-format-invert-body: #9ca3af;
  --tw-format-invert-headings: #fff;
  --tw-format-invert-lead: #9ca3af;
  --tw-format-invert-links: #fff;
  --tw-format-invert-bold: #fff;
  --tw-format-invert-counters: #9ca3af;
  --tw-format-invert-bullets: #4b5563;
  --tw-format-invert-hr: #374151;
  --tw-format-invert-quotes: #f3f4f6;
  --tw-format-invert-quote-borders: #374151;
  --tw-format-invert-captions: #9ca3af;
  --tw-format-invert-code: #fff;
  --tw-format-invert-code-bg: #1f2937;
  --tw-format-invert-pre-code: #d1d5db;
  --tw-format-invert-pre-bg: #374151;
  --tw-format-invert-th-borders: #4b5563;
  --tw-format-invert-td-borders: #374151;
  --tw-format-invert-th-bg: #374151;
}
:is(.dark .dark\:format-red) {
  --tw-format-links: #dc2626;
  --tw-format-invert-links: #ef4444;
}
:is(.dark .dark\:format-orange) {
  --tw-format-links: #ea580c;
  --tw-format-invert-links: #f97316;
}
:is(.dark .dark\:format-amber) {
  --tw-format-links: #d97706;
  --tw-format-invert-links: #f59e0b;
}
:is(.dark .dark\:format-yellow) {
  --tw-format-links: #ca8a04;
  --tw-format-invert-links: #eab308;
}
:is(.dark .dark\:format-lime) {
  --tw-format-links: #65a30d;
  --tw-format-invert-links: #84cc16;
}
:is(.dark .dark\:format-green) {
  --tw-format-links: #16a34a;
  --tw-format-invert-links: #22c55e;
}
:is(.dark .dark\:format-emerald) {
  --tw-format-links: #059669;
  --tw-format-invert-links: #10b981;
}
:is(.dark .dark\:format-teal) {
  --tw-format-links: #0d9488;
  --tw-format-invert-links: #14b8a6;
}
:is(.dark .dark\:format-cyan) {
  --tw-format-links: #0891b2;
  --tw-format-invert-links: #06b6d4;
}
:is(.dark .dark\:format-sky) {
  --tw-format-links: #0284c7;
  --tw-format-invert-links: #0ea5e9;
}
:is(.dark .dark\:format-blue) {
  --tw-format-links: #2563eb;
  --tw-format-invert-links: #3b82f6;
}
:is(.dark .dark\:format-indigo) {
  --tw-format-links: #4f46e5;
  --tw-format-invert-links: #6366f1;
}
:is(.dark .dark\:format-violet) {
  --tw-format-links: #7c3aed;
  --tw-format-invert-links: #8b5cf6;
}
:is(.dark .dark\:format-purple) {
  --tw-format-links: #9333ea;
  --tw-format-invert-links: #a855f7;
}
:is(.dark .dark\:format-fuchsia) {
  --tw-format-links: #c026d3;
  --tw-format-invert-links: #d946ef;
}
:is(.dark .dark\:format-pink) {
  --tw-format-links: #db2777;
  --tw-format-invert-links: #ec4899;
}
:is(.dark .dark\:format-rose) {
  --tw-format-links: #e11d48;
  --tw-format-invert-links: #f43f5e;
}
@media (min-width: 640px) {
  .sm\:format-sm {
    font-size: 1rem;
    line-height: 1.7142857;
  }
  .sm\:format-sm :where(p):not(:where([class~="not-format"] *)) {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .sm\:format-sm :where([class~="lead"]):not(:where([class~="not-format"] *)) {
    font-size: 1.125em;
    line-height: 1.5555556;
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .sm\:format-sm :where(blockquote):not(:where([class~="not-format"] *)) {
    margin-bottom: 1.3333333em;
  }
  .sm\:format-sm :where(blockquote):not(:where([class~="not-format"] *))::before {
    margin-top: 1.3333333em;
  }
  .sm\:format-sm :where(h1):not(:where([class~="not-format"] *)) {
    font-size: 1.6666667em;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
  }
  .sm\:format-sm :where(h2):not(:where([class~="not-format"] *)) {
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.4;
  }
  .sm\:format-sm :where(h3):not(:where([class~="not-format"] *)) {
    font-size: 1.25em;
    margin-top: 0;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }
  .sm\:format-sm :where(h4):not(:where([class~="not-format"] *)) {
    font-size: 1.125em;
    margin-top: 0;
    margin-bottom: 0.5em;
    line-height: 1.25;
  }
  .sm\:format-sm :where(img):not(:where([class~="not-format"] *)) {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  .sm\:format-sm :where(video):not(:where([class~="not-format"] *)) {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  .sm\:format-sm :where(figure):not(:where([class~="not-format"] *)) {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  .sm\:format-sm :where(figure > *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .sm\:format-sm :where(figcaption):not(:where([class~="not-format"] *)) {
    font-size: 0.875em;
    line-height: 1.3333333;
    margin-top: 0.6666667em;
    text-align: center;
  }
  .sm\:format-sm :where(code):not(:where([class~="not-format"] *)) {
    font-size: 0.875em;
  }
  .sm\:format-sm :where(h2 code):not(:where([class~="not-format"] *)) {
    font-size: 0.9em;
  }
  .sm\:format-sm :where(h3 code):not(:where([class~="not-format"] *)) {
    font-size: 0.8888889em;
  }
  .sm\:format-sm :where(pre):not(:where([class~="not-format"] *)) {
    font-size: 0.875em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: 0.25rem;
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }
  .sm\:format-sm :where(ol):not(:where([class~="not-format"] *)) {
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 1.375em;
  }
  .sm\:format-sm :where(ul):not(:where([class~="not-format"] *)) {
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 1.375em;
  }
  .sm\:format-sm :where(li):not(:where([class~="not-format"] *)) {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
  }
  .sm\:format-sm :where(ol > li):not(:where([class~="not-format"] *)) {
    padding-left: 0.375em;
  }
  .sm\:format-sm :where(ul > li):not(:where([class~="not-format"] *)) {
    padding-left: 0.375em;
  }
  .sm\:format-sm :where(.format > ul > li p):not(:where([class~="not-format"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .sm\:format-sm :where(.format > ul > li > *:first-child):not(:where([class~="not-format"] *)) {
    margin-top: 1em;
  }
  .sm\:format-sm :where(.format > ul > li > *:last-child):not(:where([class~="not-format"] *)) {
    margin-bottom: 1em;
  }
  .sm\:format-sm :where(.format > ol > li > *:first-child):not(:where([class~="not-format"] *)) {
    margin-top: 1em;
  }
  .sm\:format-sm :where(.format > ol > li > *:last-child):not(:where([class~="not-format"] *)) {
    margin-bottom: 1em;
  }
  .sm\:format-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-format"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .sm\:format-sm :where(hr):not(:where([class~="not-format"] *)) {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
  }
  .sm\:format-sm :where(hr + *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .sm\:format-sm :where(h2 + *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .sm\:format-sm :where(h3 + *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .sm\:format-sm :where(h4 + *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .sm\:format-sm :where(table):not(:where([class~="not-format"] *)) {
    font-size: 0.875em;
    line-height: 1.5;
  }
  .sm\:format-sm :where(thead th):not(:where([class~="not-format"] *)) {
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }
  .sm\:format-sm :where(thead th:first-child):not(:where([class~="not-format"] *)) {
    padding-left: 0;
  }
  .sm\:format-sm :where(thead th:last-child):not(:where([class~="not-format"] *)) {
    padding-right: 0;
  }
  .sm\:format-sm :where(tbody td, tfoot td):not(:where([class~="not-format"] *)) {
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }
  .sm\:format-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-format"] *)) {
    padding-left: 0;
  }
  .sm\:format-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-format"] *)) {
    padding-right: 0;
  }
  .sm\:format-sm :where(.format > :first-child):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .sm\:format-sm :where(.format > :last-child):not(:where([class~="not-format"] *)) {
    margin-bottom: 0;
  }
  .sm\:format-base {
    font-size: 1rem;
    line-height: 1.75;
  }
  .sm\:format-base :where(p):not(:where([class~="not-format"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  .sm\:format-base :where([class~="lead"]):not(:where([class~="not-format"] *)) {
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  .sm\:format-base :where(blockquote):not(:where([class~="not-format"] *)) {
    margin-bottom: 1.6em;
  }
  .sm\:format-base :where(blockquote):not(:where([class~="not-format"] *))::before {
    margin-top: 1.6em;
  }
  .sm\:format-base :where(blockquote > p:first-child):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .sm\:format-base :where(h1):not(:where([class~="not-format"] *)) {
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }
  .sm\:format-base :where(h2):not(:where([class~="not-format"] *)) {
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }
  .sm\:format-base :where(h3):not(:where([class~="not-format"] *)) {
    font-size: 1.25em;
    margin-top: 0;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }
  .sm\:format-base :where(h4):not(:where([class~="not-format"] *)) {
    margin-top: 0;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }
  .sm\:format-base :where(img):not(:where([class~="not-format"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .sm\:format-base :where(video):not(:where([class~="not-format"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .sm\:format-base :where(figure):not(:where([class~="not-format"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .sm\:format-base :where(figure > *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .sm\:format-base :where(figcaption):not(:where([class~="not-format"] *)) {
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }
  .sm\:format-base :where(code):not(:where([class~="not-format"] *)) {
    font-size: 0.875em;
  }
  .sm\:format-base :where(h2 code):not(:where([class~="not-format"] *)) {
    font-size: 0.875em;
  }
  .sm\:format-base :where(h3 code):not(:where([class~="not-format"] *)) {
    font-size: 0.9em;
  }
  .sm\:format-base :where(pre):not(:where([class~="not-format"] *)) {
    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-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
  }
  .sm\:format-base :where(ol):not(:where([class~="not-format"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
  }
  .sm\:format-base :where(ul):not(:where([class~="not-format"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
  }
  .sm\:format-base :where(li):not(:where([class~="not-format"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .sm\:format-base :where(ol > li):not(:where([class~="not-format"] *)) {
    padding-left: 0.375em;
  }
  .sm\:format-base :where(ul > li):not(:where([class~="not-format"] *)) {
    padding-left: 0.375em;
  }
  .sm\:format-base :where(.format > ul > li p):not(:where([class~="not-format"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .sm\:format-base :where(.format > ul > li > *:first-child):not(:where([class~="not-format"] *)) {
    margin-top: 1.25em;
  }
  .sm\:format-base :where(.format > ul > li > *:last-child):not(:where([class~="not-format"] *)) {
    margin-bottom: 1.25em;
  }
  .sm\:format-base :where(.format > ol > li > *:first-child):not(:where([class~="not-format"] *)) {
    margin-top: 1.25em;
  }
  .sm\:format-base :where(.format > ol > li > *:last-child):not(:where([class~="not-format"] *)) {
    margin-bottom: 1.25em;
  }
  .sm\:format-base :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-format"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .sm\:format-base :where(hr):not(:where([class~="not-format"] *)) {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .sm\:format-base :where(hr + *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .sm\:format-base :where(h2 + *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .sm\:format-base :where(h3 + *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .sm\:format-base :where(h4 + *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .sm\:format-base :where(table):not(:where([class~="not-format"] *)) {
    font-size: 0.875em;
    line-height: 1.7142857;
  }
  .sm\:format-base :where(thead th):not(:where([class~="not-format"] *)) {
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }
  .sm\:format-base :where(thead th:last-child):not(:where([class~="not-format"] *)) {
    padding-right: 0;
  }
  .sm\:format-base :where(tbody td, tfoot td):not(:where([class~="not-format"] *)) {
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }
  .sm\:format-base :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-format"] *)) {
    padding-right: 0;
  }
  .sm\:format-base :where(.format > :first-child):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .sm\:format-base :where(.format > :last-child):not(:where([class~="not-format"] *)) {
    margin-bottom: 0;
  }
  .sm\:format-lg {
    font-size: 1.125rem;
    line-height: 1.7777778;
  }
  .sm\:format-lg :where(p):not(:where([class~="not-format"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  .sm\:format-lg :where([class~="lead"]):not(:where([class~="not-format"] *)) {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }
  .sm\:format-lg :where(blockquote):not(:where([class~="not-format"] *))::before {
    margin-top: 1.6666667em;
  }
  .sm\:format-lg :where(blockquote > p:first-child):not(:where([class~="not-format"] *)) {
    margin-top: 0.5em;
  }
  .sm\:format-lg :where(h1):not(:where([class~="not-format"] *)) {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }
  .sm\:format-lg :where(h2):not(:where([class~="not-format"] *)) {
    font-size: 2em;
    margin-top: 0;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }
  .sm\:format-lg :where(h3):not(:where([class~="not-format"] *)) {
    font-size: 1.3333333em;
    margin-top: 0;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }
  .sm\:format-lg :where(h4):not(:where([class~="not-format"] *)) {
    margin-top: 0;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }
  .sm\:format-lg :where(img):not(:where([class~="not-format"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .sm\:format-lg :where(video):not(:where([class~="not-format"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .sm\:format-lg :where(figure):not(:where([class~="not-format"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .sm\:format-lg :where(figure > *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .sm\:format-lg :where(figcaption):not(:where([class~="not-format"] *)) {
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }
  .sm\:format-lg :where(code):not(:where([class~="not-format"] *)) {
    font-size: 0.8888889em;
  }
  .sm\:format-lg :where(h2 code):not(:where([class~="not-format"] *)) {
    font-size: 0.8666667em;
  }
  .sm\:format-lg :where(h3 code):not(:where([class~="not-format"] *)) {
    font-size: 0.875em;
  }
  .sm\:format-lg :where(pre):not(:where([class~="not-format"] *)) {
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }
  .sm\:format-lg :where(ol):not(:where([class~="not-format"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.5555556em;
  }
  .sm\:format-lg :where(ul):not(:where([class~="not-format"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.5555556em;
  }
  .sm\:format-lg :where(li):not(:where([class~="not-format"] *)) {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }
  .sm\:format-lg :where(ol > li):not(:where([class~="not-format"] *)) {
    padding-left: 0.4444444em;
  }
  .sm\:format-lg :where(ul > li):not(:where([class~="not-format"] *)) {
    padding-left: 0.4444444em;
  }
  .sm\:format-lg :where(.format > ul > li p):not(:where([class~="not-format"] *)) {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .sm\:format-lg :where(.format > ul > li > *:first-child):not(:where([class~="not-format"] *)) {
    margin-top: 1.3333333em;
  }
  .sm\:format-lg :where(.format > ul > li > *:last-child):not(:where([class~="not-format"] *)) {
    margin-bottom: 1.3333333em;
  }
  .sm\:format-lg :where(.format > ol > li > *:first-child):not(:where([class~="not-format"] *)) {
    margin-top: 1.3333333em;
  }
  .sm\:format-lg :where(.format > ol > li > *:last-child):not(:where([class~="not-format"] *)) {
    margin-bottom: 1.3333333em;
  }
  .sm\:format-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-format"] *)) {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .sm\:format-lg :where(hr):not(:where([class~="not-format"] *)) {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }
  .sm\:format-lg :where(hr + *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .sm\:format-lg :where(h2 + *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .sm\:format-lg :where(h3 + *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .sm\:format-lg :where(h4 + *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .sm\:format-lg :where(table):not(:where([class~="not-format"] *)) {
    font-size: 0.8888889em;
    line-height: 1.5;
  }
  .sm\:format-lg :where(thead th):not(:where([class~="not-format"] *)) {
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }
  .sm\:format-lg :where(thead th:last-child):not(:where([class~="not-format"] *)) {
    padding-right: 0;
  }
  .sm\:format-lg :where(tbody td, tfoot td):not(:where([class~="not-format"] *)) {
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }
  .sm\:format-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-format"] *)) {
    padding-right: 0;
  }
  .sm\:format-lg :where(.format > :first-child):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .sm\:format-lg :where(.format > :last-child):not(:where([class~="not-format"] *)) {
    margin-bottom: 0;
  }
  .sm\:format-invert {
    --tw-format-body: var(--tw-format-invert-body);
    --tw-format-headings: var(--tw-format-invert-headings);
    --tw-format-lead: var(--tw-format-invert-lead);
    --tw-format-links: var(--tw-format-invert-links);
    --tw-format-bold: var(--tw-format-invert-bold);
    --tw-format-counters: var(--tw-format-invert-counters);
    --tw-format-bullets: var(--tw-format-invert-bullets);
    --tw-format-hr: var(--tw-format-invert-hr);
    --tw-format-quotes: var(--tw-format-invert-quotes);
    --tw-format-quote-borders: var(--tw-format-invert-quote-borders);
    --tw-format-captions: var(--tw-format-invert-captions);
    --tw-format-code: var(--tw-format-invert-code);
    --tw-format-code-bg: var(--tw-format-invert-code-bg);
    --tw-format-pre-code: var(--tw-format-invert-pre-code);
    --tw-format-pre-bg: var(--tw-format-invert-pre-bg);
    --tw-format-th-borders: var(--tw-format-invert-th-borders);
    --tw-format-td-borders: var(--tw-format-invert-td-borders);
    --tw-format-th-bg: var(--tw-format-invert-th-bg);
  }
  .sm\:format-gray {
    --tw-format-body: #6b7280;
    --tw-format-headings: #111827;
    --tw-format-lead: #6b7280;
    --tw-format-links: #4b5563;
    --tw-format-bold: #111827;
    --tw-format-counters: #6b7280;
    --tw-format-bullets: #6b7280;
    --tw-format-hr: #e5e7eb;
    --tw-format-quotes: #111827;
    --tw-format-quote-borders: #e5e7eb;
    --tw-format-captions: #6b7280;
    --tw-format-code: #111827;
    --tw-format-code-bg: #f3f4f6;
    --tw-format-pre-code: #4b5563;
    --tw-format-pre-bg: #f3f4f6;
    --tw-format-th-borders: #e5e7eb;
    --tw-format-th-bg: #f9fafb;
    --tw-format-td-borders: #e5e7eb;
    --tw-format-invert-body: #9ca3af;
    --tw-format-invert-headings: #fff;
    --tw-format-invert-lead: #9ca3af;
    --tw-format-invert-links: #fff;
    --tw-format-invert-bold: #fff;
    --tw-format-invert-counters: #9ca3af;
    --tw-format-invert-bullets: #4b5563;
    --tw-format-invert-hr: #374151;
    --tw-format-invert-quotes: #f3f4f6;
    --tw-format-invert-quote-borders: #374151;
    --tw-format-invert-captions: #9ca3af;
    --tw-format-invert-code: #fff;
    --tw-format-invert-code-bg: #1f2937;
    --tw-format-invert-pre-code: #d1d5db;
    --tw-format-invert-pre-bg: #374151;
    --tw-format-invert-th-borders: #4b5563;
    --tw-format-invert-td-borders: #374151;
    --tw-format-invert-th-bg: #374151;
  }
  .sm\:format-red {
    --tw-format-links: #dc2626;
    --tw-format-invert-links: #ef4444;
  }
  .sm\:format-orange {
    --tw-format-links: #ea580c;
    --tw-format-invert-links: #f97316;
  }
  .sm\:format-amber {
    --tw-format-links: #d97706;
    --tw-format-invert-links: #f59e0b;
  }
  .sm\:format-yellow {
    --tw-format-links: #ca8a04;
    --tw-format-invert-links: #eab308;
  }
  .sm\:format-lime {
    --tw-format-links: #65a30d;
    --tw-format-invert-links: #84cc16;
  }
  .sm\:format-green {
    --tw-format-links: #16a34a;
    --tw-format-invert-links: #22c55e;
  }
  .sm\:format-emerald {
    --tw-format-links: #059669;
    --tw-format-invert-links: #10b981;
  }
  .sm\:format-teal {
    --tw-format-links: #0d9488;
    --tw-format-invert-links: #14b8a6;
  }
  .sm\:format-cyan {
    --tw-format-links: #0891b2;
    --tw-format-invert-links: #06b6d4;
  }
  .sm\:format-sky {
    --tw-format-links: #0284c7;
    --tw-format-invert-links: #0ea5e9;
  }
  .sm\:format-blue {
    --tw-format-links: #2563eb;
    --tw-format-invert-links: #3b82f6;
  }
  .sm\:format-indigo {
    --tw-format-links: #4f46e5;
    --tw-format-invert-links: #6366f1;
  }
  .sm\:format-violet {
    --tw-format-links: #7c3aed;
    --tw-format-invert-links: #8b5cf6;
  }
  .sm\:format-purple {
    --tw-format-links: #9333ea;
    --tw-format-invert-links: #a855f7;
  }
  .sm\:format-fuchsia {
    --tw-format-links: #c026d3;
    --tw-format-invert-links: #d946ef;
  }
  .sm\:format-pink {
    --tw-format-links: #db2777;
    --tw-format-invert-links: #ec4899;
  }
  .sm\:format-rose {
    --tw-format-links: #e11d48;
    --tw-format-invert-links: #f43f5e;
  }
}
@media (min-width: 768px) {
  .md\:format-sm {
    font-size: 1rem;
    line-height: 1.7142857;
  }
  .md\:format-sm :where(p):not(:where([class~="not-format"] *)) {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .md\:format-sm :where([class~="lead"]):not(:where([class~="not-format"] *)) {
    font-size: 1.125em;
    line-height: 1.5555556;
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .md\:format-sm :where(blockquote):not(:where([class~="not-format"] *)) {
    margin-bottom: 1.3333333em;
  }
  .md\:format-sm :where(blockquote):not(:where([class~="not-format"] *))::before {
    margin-top: 1.3333333em;
  }
  .md\:format-sm :where(h1):not(:where([class~="not-format"] *)) {
    font-size: 1.6666667em;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
  }
  .md\:format-sm :where(h2):not(:where([class~="not-format"] *)) {
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.4;
  }
  .md\:format-sm :where(h3):not(:where([class~="not-format"] *)) {
    font-size: 1.25em;
    margin-top: 0;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }
  .md\:format-sm :where(h4):not(:where([class~="not-format"] *)) {
    font-size: 1.125em;
    margin-top: 0;
    margin-bottom: 0.5em;
    line-height: 1.25;
  }
  .md\:format-sm :where(img):not(:where([class~="not-format"] *)) {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  .md\:format-sm :where(video):not(:where([class~="not-format"] *)) {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  .md\:format-sm :where(figure):not(:where([class~="not-format"] *)) {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  .md\:format-sm :where(figure > *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .md\:format-sm :where(figcaption):not(:where([class~="not-format"] *)) {
    font-size: 0.875em;
    line-height: 1.3333333;
    margin-top: 0.6666667em;
    text-align: center;
  }
  .md\:format-sm :where(code):not(:where([class~="not-format"] *)) {
    font-size: 0.875em;
  }
  .md\:format-sm :where(h2 code):not(:where([class~="not-format"] *)) {
    font-size: 0.9em;
  }
  .md\:format-sm :where(h3 code):not(:where([class~="not-format"] *)) {
    font-size: 0.8888889em;
  }
  .md\:format-sm :where(pre):not(:where([class~="not-format"] *)) {
    font-size: 0.875em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: 0.25rem;
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }
  .md\:format-sm :where(ol):not(:where([class~="not-format"] *)) {
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 1.375em;
  }
  .md\:format-sm :where(ul):not(:where([class~="not-format"] *)) {
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 1.375em;
  }
  .md\:format-sm :where(li):not(:where([class~="not-format"] *)) {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
  }
  .md\:format-sm :where(ol > li):not(:where([class~="not-format"] *)) {
    padding-left: 0.375em;
  }
  .md\:format-sm :where(ul > li):not(:where([class~="not-format"] *)) {
    padding-left: 0.375em;
  }
  .md\:format-sm :where(.format > ul > li p):not(:where([class~="not-format"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .md\:format-sm :where(.format > ul > li > *:first-child):not(:where([class~="not-format"] *)) {
    margin-top: 1em;
  }
  .md\:format-sm :where(.format > ul > li > *:last-child):not(:where([class~="not-format"] *)) {
    margin-bottom: 1em;
  }
  .md\:format-sm :where(.format > ol > li > *:first-child):not(:where([class~="not-format"] *)) {
    margin-top: 1em;
  }
  .md\:format-sm :where(.format > ol > li > *:last-child):not(:where([class~="not-format"] *)) {
    margin-bottom: 1em;
  }
  .md\:format-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-format"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .md\:format-sm :where(hr):not(:where([class~="not-format"] *)) {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
  }
  .md\:format-sm :where(hr + *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .md\:format-sm :where(h2 + *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .md\:format-sm :where(h3 + *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .md\:format-sm :where(h4 + *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .md\:format-sm :where(table):not(:where([class~="not-format"] *)) {
    font-size: 0.875em;
    line-height: 1.5;
  }
  .md\:format-sm :where(thead th):not(:where([class~="not-format"] *)) {
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }
  .md\:format-sm :where(thead th:first-child):not(:where([class~="not-format"] *)) {
    padding-left: 0;
  }
  .md\:format-sm :where(thead th:last-child):not(:where([class~="not-format"] *)) {
    padding-right: 0;
  }
  .md\:format-sm :where(tbody td, tfoot td):not(:where([class~="not-format"] *)) {
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }
  .md\:format-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-format"] *)) {
    padding-left: 0;
  }
  .md\:format-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-format"] *)) {
    padding-right: 0;
  }
  .md\:format-sm :where(.format > :first-child):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .md\:format-sm :where(.format > :last-child):not(:where([class~="not-format"] *)) {
    margin-bottom: 0;
  }
  .md\:format-base {
    font-size: 1rem;
    line-height: 1.75;
  }
  .md\:format-base :where(p):not(:where([class~="not-format"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  .md\:format-base :where([class~="lead"]):not(:where([class~="not-format"] *)) {
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  .md\:format-base :where(blockquote):not(:where([class~="not-format"] *)) {
    margin-bottom: 1.6em;
  }
  .md\:format-base :where(blockquote):not(:where([class~="not-format"] *))::before {
    margin-top: 1.6em;
  }
  .md\:format-base :where(blockquote > p:first-child):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .md\:format-base :where(h1):not(:where([class~="not-format"] *)) {
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }
  .md\:format-base :where(h2):not(:where([class~="not-format"] *)) {
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }
  .md\:format-base :where(h3):not(:where([class~="not-format"] *)) {
    font-size: 1.25em;
    margin-top: 0;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }
  .md\:format-base :where(h4):not(:where([class~="not-format"] *)) {
    margin-top: 0;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }
  .md\:format-base :where(img):not(:where([class~="not-format"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .md\:format-base :where(video):not(:where([class~="not-format"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .md\:format-base :where(figure):not(:where([class~="not-format"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .md\:format-base :where(figure > *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .md\:format-base :where(figcaption):not(:where([class~="not-format"] *)) {
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }
  .md\:format-base :where(code):not(:where([class~="not-format"] *)) {
    font-size: 0.875em;
  }
  .md\:format-base :where(h2 code):not(:where([class~="not-format"] *)) {
    font-size: 0.875em;
  }
  .md\:format-base :where(h3 code):not(:where([class~="not-format"] *)) {
    font-size: 0.9em;
  }
  .md\:format-base :where(pre):not(:where([class~="not-format"] *)) {
    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-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
  }
  .md\:format-base :where(ol):not(:where([class~="not-format"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
  }
  .md\:format-base :where(ul):not(:where([class~="not-format"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
  }
  .md\:format-base :where(li):not(:where([class~="not-format"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .md\:format-base :where(ol > li):not(:where([class~="not-format"] *)) {
    padding-left: 0.375em;
  }
  .md\:format-base :where(ul > li):not(:where([class~="not-format"] *)) {
    padding-left: 0.375em;
  }
  .md\:format-base :where(.format > ul > li p):not(:where([class~="not-format"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .md\:format-base :where(.format > ul > li > *:first-child):not(:where([class~="not-format"] *)) {
    margin-top: 1.25em;
  }
  .md\:format-base :where(.format > ul > li > *:last-child):not(:where([class~="not-format"] *)) {
    margin-bottom: 1.25em;
  }
  .md\:format-base :where(.format > ol > li > *:first-child):not(:where([class~="not-format"] *)) {
    margin-top: 1.25em;
  }
  .md\:format-base :where(.format > ol > li > *:last-child):not(:where([class~="not-format"] *)) {
    margin-bottom: 1.25em;
  }
  .md\:format-base :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-format"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .md\:format-base :where(hr):not(:where([class~="not-format"] *)) {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .md\:format-base :where(hr + *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .md\:format-base :where(h2 + *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .md\:format-base :where(h3 + *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .md\:format-base :where(h4 + *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .md\:format-base :where(table):not(:where([class~="not-format"] *)) {
    font-size: 0.875em;
    line-height: 1.7142857;
  }
  .md\:format-base :where(thead th):not(:where([class~="not-format"] *)) {
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }
  .md\:format-base :where(thead th:last-child):not(:where([class~="not-format"] *)) {
    padding-right: 0;
  }
  .md\:format-base :where(tbody td, tfoot td):not(:where([class~="not-format"] *)) {
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }
  .md\:format-base :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-format"] *)) {
    padding-right: 0;
  }
  .md\:format-base :where(.format > :first-child):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .md\:format-base :where(.format > :last-child):not(:where([class~="not-format"] *)) {
    margin-bottom: 0;
  }
  .md\:format-lg {
    font-size: 1.125rem;
    line-height: 1.7777778;
  }
  .md\:format-lg :where(p):not(:where([class~="not-format"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  .md\:format-lg :where([class~="lead"]):not(:where([class~="not-format"] *)) {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }
  .md\:format-lg :where(blockquote):not(:where([class~="not-format"] *))::before {
    margin-top: 1.6666667em;
  }
  .md\:format-lg :where(blockquote > p:first-child):not(:where([class~="not-format"] *)) {
    margin-top: 0.5em;
  }
  .md\:format-lg :where(h1):not(:where([class~="not-format"] *)) {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }
  .md\:format-lg :where(h2):not(:where([class~="not-format"] *)) {
    font-size: 2em;
    margin-top: 0;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }
  .md\:format-lg :where(h3):not(:where([class~="not-format"] *)) {
    font-size: 1.3333333em;
    margin-top: 0;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }
  .md\:format-lg :where(h4):not(:where([class~="not-format"] *)) {
    margin-top: 0;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }
  .md\:format-lg :where(img):not(:where([class~="not-format"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .md\:format-lg :where(video):not(:where([class~="not-format"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .md\:format-lg :where(figure):not(:where([class~="not-format"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .md\:format-lg :where(figure > *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .md\:format-lg :where(figcaption):not(:where([class~="not-format"] *)) {
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }
  .md\:format-lg :where(code):not(:where([class~="not-format"] *)) {
    font-size: 0.8888889em;
  }
  .md\:format-lg :where(h2 code):not(:where([class~="not-format"] *)) {
    font-size: 0.8666667em;
  }
  .md\:format-lg :where(h3 code):not(:where([class~="not-format"] *)) {
    font-size: 0.875em;
  }
  .md\:format-lg :where(pre):not(:where([class~="not-format"] *)) {
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }
  .md\:format-lg :where(ol):not(:where([class~="not-format"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.5555556em;
  }
  .md\:format-lg :where(ul):not(:where([class~="not-format"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.5555556em;
  }
  .md\:format-lg :where(li):not(:where([class~="not-format"] *)) {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }
  .md\:format-lg :where(ol > li):not(:where([class~="not-format"] *)) {
    padding-left: 0.4444444em;
  }
  .md\:format-lg :where(ul > li):not(:where([class~="not-format"] *)) {
    padding-left: 0.4444444em;
  }
  .md\:format-lg :where(.format > ul > li p):not(:where([class~="not-format"] *)) {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .md\:format-lg :where(.format > ul > li > *:first-child):not(:where([class~="not-format"] *)) {
    margin-top: 1.3333333em;
  }
  .md\:format-lg :where(.format > ul > li > *:last-child):not(:where([class~="not-format"] *)) {
    margin-bottom: 1.3333333em;
  }
  .md\:format-lg :where(.format > ol > li > *:first-child):not(:where([class~="not-format"] *)) {
    margin-top: 1.3333333em;
  }
  .md\:format-lg :where(.format > ol > li > *:last-child):not(:where([class~="not-format"] *)) {
    margin-bottom: 1.3333333em;
  }
  .md\:format-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-format"] *)) {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .md\:format-lg :where(hr):not(:where([class~="not-format"] *)) {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }
  .md\:format-lg :where(hr + *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .md\:format-lg :where(h2 + *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .md\:format-lg :where(h3 + *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .md\:format-lg :where(h4 + *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .md\:format-lg :where(table):not(:where([class~="not-format"] *)) {
    font-size: 0.8888889em;
    line-height: 1.5;
  }
  .md\:format-lg :where(thead th):not(:where([class~="not-format"] *)) {
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }
  .md\:format-lg :where(thead th:last-child):not(:where([class~="not-format"] *)) {
    padding-right: 0;
  }
  .md\:format-lg :where(tbody td, tfoot td):not(:where([class~="not-format"] *)) {
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }
  .md\:format-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-format"] *)) {
    padding-right: 0;
  }
  .md\:format-lg :where(.format > :first-child):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .md\:format-lg :where(.format > :last-child):not(:where([class~="not-format"] *)) {
    margin-bottom: 0;
  }
  .md\:format-invert {
    --tw-format-body: var(--tw-format-invert-body);
    --tw-format-headings: var(--tw-format-invert-headings);
    --tw-format-lead: var(--tw-format-invert-lead);
    --tw-format-links: var(--tw-format-invert-links);
    --tw-format-bold: var(--tw-format-invert-bold);
    --tw-format-counters: var(--tw-format-invert-counters);
    --tw-format-bullets: var(--tw-format-invert-bullets);
    --tw-format-hr: var(--tw-format-invert-hr);
    --tw-format-quotes: var(--tw-format-invert-quotes);
    --tw-format-quote-borders: var(--tw-format-invert-quote-borders);
    --tw-format-captions: var(--tw-format-invert-captions);
    --tw-format-code: var(--tw-format-invert-code);
    --tw-format-code-bg: var(--tw-format-invert-code-bg);
    --tw-format-pre-code: var(--tw-format-invert-pre-code);
    --tw-format-pre-bg: var(--tw-format-invert-pre-bg);
    --tw-format-th-borders: var(--tw-format-invert-th-borders);
    --tw-format-td-borders: var(--tw-format-invert-td-borders);
    --tw-format-th-bg: var(--tw-format-invert-th-bg);
  }
  .md\:format-gray {
    --tw-format-body: #6b7280;
    --tw-format-headings: #111827;
    --tw-format-lead: #6b7280;
    --tw-format-links: #4b5563;
    --tw-format-bold: #111827;
    --tw-format-counters: #6b7280;
    --tw-format-bullets: #6b7280;
    --tw-format-hr: #e5e7eb;
    --tw-format-quotes: #111827;
    --tw-format-quote-borders: #e5e7eb;
    --tw-format-captions: #6b7280;
    --tw-format-code: #111827;
    --tw-format-code-bg: #f3f4f6;
    --tw-format-pre-code: #4b5563;
    --tw-format-pre-bg: #f3f4f6;
    --tw-format-th-borders: #e5e7eb;
    --tw-format-th-bg: #f9fafb;
    --tw-format-td-borders: #e5e7eb;
    --tw-format-invert-body: #9ca3af;
    --tw-format-invert-headings: #fff;
    --tw-format-invert-lead: #9ca3af;
    --tw-format-invert-links: #fff;
    --tw-format-invert-bold: #fff;
    --tw-format-invert-counters: #9ca3af;
    --tw-format-invert-bullets: #4b5563;
    --tw-format-invert-hr: #374151;
    --tw-format-invert-quotes: #f3f4f6;
    --tw-format-invert-quote-borders: #374151;
    --tw-format-invert-captions: #9ca3af;
    --tw-format-invert-code: #fff;
    --tw-format-invert-code-bg: #1f2937;
    --tw-format-invert-pre-code: #d1d5db;
    --tw-format-invert-pre-bg: #374151;
    --tw-format-invert-th-borders: #4b5563;
    --tw-format-invert-td-borders: #374151;
    --tw-format-invert-th-bg: #374151;
  }
  .md\:format-red {
    --tw-format-links: #dc2626;
    --tw-format-invert-links: #ef4444;
  }
  .md\:format-orange {
    --tw-format-links: #ea580c;
    --tw-format-invert-links: #f97316;
  }
  .md\:format-amber {
    --tw-format-links: #d97706;
    --tw-format-invert-links: #f59e0b;
  }
  .md\:format-yellow {
    --tw-format-links: #ca8a04;
    --tw-format-invert-links: #eab308;
  }
  .md\:format-lime {
    --tw-format-links: #65a30d;
    --tw-format-invert-links: #84cc16;
  }
  .md\:format-green {
    --tw-format-links: #16a34a;
    --tw-format-invert-links: #22c55e;
  }
  .md\:format-emerald {
    --tw-format-links: #059669;
    --tw-format-invert-links: #10b981;
  }
  .md\:format-teal {
    --tw-format-links: #0d9488;
    --tw-format-invert-links: #14b8a6;
  }
  .md\:format-cyan {
    --tw-format-links: #0891b2;
    --tw-format-invert-links: #06b6d4;
  }
  .md\:format-sky {
    --tw-format-links: #0284c7;
    --tw-format-invert-links: #0ea5e9;
  }
  .md\:format-blue {
    --tw-format-links: #2563eb;
    --tw-format-invert-links: #3b82f6;
  }
  .md\:format-indigo {
    --tw-format-links: #4f46e5;
    --tw-format-invert-links: #6366f1;
  }
  .md\:format-violet {
    --tw-format-links: #7c3aed;
    --tw-format-invert-links: #8b5cf6;
  }
  .md\:format-purple {
    --tw-format-links: #9333ea;
    --tw-format-invert-links: #a855f7;
  }
  .md\:format-fuchsia {
    --tw-format-links: #c026d3;
    --tw-format-invert-links: #d946ef;
  }
  .md\:format-pink {
    --tw-format-links: #db2777;
    --tw-format-invert-links: #ec4899;
  }
  .md\:format-rose {
    --tw-format-links: #e11d48;
    --tw-format-invert-links: #f43f5e;
  }
}
@media (min-width: 1024px) {
  .lg\:format-sm {
    font-size: 1rem;
    line-height: 1.7142857;
  }
  .lg\:format-sm :where(p):not(:where([class~="not-format"] *)) {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .lg\:format-sm :where([class~="lead"]):not(:where([class~="not-format"] *)) {
    font-size: 1.125em;
    line-height: 1.5555556;
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .lg\:format-sm :where(blockquote):not(:where([class~="not-format"] *)) {
    margin-bottom: 1.3333333em;
  }
  .lg\:format-sm :where(blockquote):not(:where([class~="not-format"] *))::before {
    margin-top: 1.3333333em;
  }
  .lg\:format-sm :where(h1):not(:where([class~="not-format"] *)) {
    font-size: 1.6666667em;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
  }
  .lg\:format-sm :where(h2):not(:where([class~="not-format"] *)) {
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.4;
  }
  .lg\:format-sm :where(h3):not(:where([class~="not-format"] *)) {
    font-size: 1.25em;
    margin-top: 0;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }
  .lg\:format-sm :where(h4):not(:where([class~="not-format"] *)) {
    font-size: 1.125em;
    margin-top: 0;
    margin-bottom: 0.5em;
    line-height: 1.25;
  }
  .lg\:format-sm :where(img):not(:where([class~="not-format"] *)) {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  .lg\:format-sm :where(video):not(:where([class~="not-format"] *)) {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  .lg\:format-sm :where(figure):not(:where([class~="not-format"] *)) {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  .lg\:format-sm :where(figure > *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .lg\:format-sm :where(figcaption):not(:where([class~="not-format"] *)) {
    font-size: 0.875em;
    line-height: 1.3333333;
    margin-top: 0.6666667em;
    text-align: center;
  }
  .lg\:format-sm :where(code):not(:where([class~="not-format"] *)) {
    font-size: 0.875em;
  }
  .lg\:format-sm :where(h2 code):not(:where([class~="not-format"] *)) {
    font-size: 0.9em;
  }
  .lg\:format-sm :where(h3 code):not(:where([class~="not-format"] *)) {
    font-size: 0.8888889em;
  }
  .lg\:format-sm :where(pre):not(:where([class~="not-format"] *)) {
    font-size: 0.875em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: 0.25rem;
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }
  .lg\:format-sm :where(ol):not(:where([class~="not-format"] *)) {
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 1.375em;
  }
  .lg\:format-sm :where(ul):not(:where([class~="not-format"] *)) {
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 1.375em;
  }
  .lg\:format-sm :where(li):not(:where([class~="not-format"] *)) {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
  }
  .lg\:format-sm :where(ol > li):not(:where([class~="not-format"] *)) {
    padding-left: 0.375em;
  }
  .lg\:format-sm :where(ul > li):not(:where([class~="not-format"] *)) {
    padding-left: 0.375em;
  }
  .lg\:format-sm :where(.format > ul > li p):not(:where([class~="not-format"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .lg\:format-sm :where(.format > ul > li > *:first-child):not(:where([class~="not-format"] *)) {
    margin-top: 1em;
  }
  .lg\:format-sm :where(.format > ul > li > *:last-child):not(:where([class~="not-format"] *)) {
    margin-bottom: 1em;
  }
  .lg\:format-sm :where(.format > ol > li > *:first-child):not(:where([class~="not-format"] *)) {
    margin-top: 1em;
  }
  .lg\:format-sm :where(.format > ol > li > *:last-child):not(:where([class~="not-format"] *)) {
    margin-bottom: 1em;
  }
  .lg\:format-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-format"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .lg\:format-sm :where(hr):not(:where([class~="not-format"] *)) {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
  }
  .lg\:format-sm :where(hr + *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .lg\:format-sm :where(h2 + *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .lg\:format-sm :where(h3 + *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .lg\:format-sm :where(h4 + *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .lg\:format-sm :where(table):not(:where([class~="not-format"] *)) {
    font-size: 0.875em;
    line-height: 1.5;
  }
  .lg\:format-sm :where(thead th):not(:where([class~="not-format"] *)) {
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }
  .lg\:format-sm :where(thead th:first-child):not(:where([class~="not-format"] *)) {
    padding-left: 0;
  }
  .lg\:format-sm :where(thead th:last-child):not(:where([class~="not-format"] *)) {
    padding-right: 0;
  }
  .lg\:format-sm :where(tbody td, tfoot td):not(:where([class~="not-format"] *)) {
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }
  .lg\:format-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-format"] *)) {
    padding-left: 0;
  }
  .lg\:format-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-format"] *)) {
    padding-right: 0;
  }
  .lg\:format-sm :where(.format > :first-child):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .lg\:format-sm :where(.format > :last-child):not(:where([class~="not-format"] *)) {
    margin-bottom: 0;
  }
  .lg\:format-base {
    font-size: 1rem;
    line-height: 1.75;
  }
  .lg\:format-base :where(p):not(:where([class~="not-format"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  .lg\:format-base :where([class~="lead"]):not(:where([class~="not-format"] *)) {
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  .lg\:format-base :where(blockquote):not(:where([class~="not-format"] *)) {
    margin-bottom: 1.6em;
  }
  .lg\:format-base :where(blockquote):not(:where([class~="not-format"] *))::before {
    margin-top: 1.6em;
  }
  .lg\:format-base :where(blockquote > p:first-child):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .lg\:format-base :where(h1):not(:where([class~="not-format"] *)) {
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }
  .lg\:format-base :where(h2):not(:where([class~="not-format"] *)) {
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }
  .lg\:format-base :where(h3):not(:where([class~="not-format"] *)) {
    font-size: 1.25em;
    margin-top: 0;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }
  .lg\:format-base :where(h4):not(:where([class~="not-format"] *)) {
    margin-top: 0;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }
  .lg\:format-base :where(img):not(:where([class~="not-format"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .lg\:format-base :where(video):not(:where([class~="not-format"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .lg\:format-base :where(figure):not(:where([class~="not-format"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .lg\:format-base :where(figure > *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .lg\:format-base :where(figcaption):not(:where([class~="not-format"] *)) {
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }
  .lg\:format-base :where(code):not(:where([class~="not-format"] *)) {
    font-size: 0.875em;
  }
  .lg\:format-base :where(h2 code):not(:where([class~="not-format"] *)) {
    font-size: 0.875em;
  }
  .lg\:format-base :where(h3 code):not(:where([class~="not-format"] *)) {
    font-size: 0.9em;
  }
  .lg\:format-base :where(pre):not(:where([class~="not-format"] *)) {
    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-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
  }
  .lg\:format-base :where(ol):not(:where([class~="not-format"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
  }
  .lg\:format-base :where(ul):not(:where([class~="not-format"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
  }
  .lg\:format-base :where(li):not(:where([class~="not-format"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .lg\:format-base :where(ol > li):not(:where([class~="not-format"] *)) {
    padding-left: 0.375em;
  }
  .lg\:format-base :where(ul > li):not(:where([class~="not-format"] *)) {
    padding-left: 0.375em;
  }
  .lg\:format-base :where(.format > ul > li p):not(:where([class~="not-format"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .lg\:format-base :where(.format > ul > li > *:first-child):not(:where([class~="not-format"] *)) {
    margin-top: 1.25em;
  }
  .lg\:format-base :where(.format > ul > li > *:last-child):not(:where([class~="not-format"] *)) {
    margin-bottom: 1.25em;
  }
  .lg\:format-base :where(.format > ol > li > *:first-child):not(:where([class~="not-format"] *)) {
    margin-top: 1.25em;
  }
  .lg\:format-base :where(.format > ol > li > *:last-child):not(:where([class~="not-format"] *)) {
    margin-bottom: 1.25em;
  }
  .lg\:format-base :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-format"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .lg\:format-base :where(hr):not(:where([class~="not-format"] *)) {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .lg\:format-base :where(hr + *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .lg\:format-base :where(h2 + *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .lg\:format-base :where(h3 + *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .lg\:format-base :where(h4 + *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .lg\:format-base :where(table):not(:where([class~="not-format"] *)) {
    font-size: 0.875em;
    line-height: 1.7142857;
  }
  .lg\:format-base :where(thead th):not(:where([class~="not-format"] *)) {
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }
  .lg\:format-base :where(thead th:last-child):not(:where([class~="not-format"] *)) {
    padding-right: 0;
  }
  .lg\:format-base :where(tbody td, tfoot td):not(:where([class~="not-format"] *)) {
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }
  .lg\:format-base :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-format"] *)) {
    padding-right: 0;
  }
  .lg\:format-base :where(.format > :first-child):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .lg\:format-base :where(.format > :last-child):not(:where([class~="not-format"] *)) {
    margin-bottom: 0;
  }
  .lg\:format-lg {
    font-size: 1.125rem;
    line-height: 1.7777778;
  }
  .lg\:format-lg :where(p):not(:where([class~="not-format"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  .lg\:format-lg :where([class~="lead"]):not(:where([class~="not-format"] *)) {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }
  .lg\:format-lg :where(blockquote):not(:where([class~="not-format"] *))::before {
    margin-top: 1.6666667em;
  }
  .lg\:format-lg :where(blockquote > p:first-child):not(:where([class~="not-format"] *)) {
    margin-top: 0.5em;
  }
  .lg\:format-lg :where(h1):not(:where([class~="not-format"] *)) {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }
  .lg\:format-lg :where(h2):not(:where([class~="not-format"] *)) {
    font-size: 2em;
    margin-top: 0;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }
  .lg\:format-lg :where(h3):not(:where([class~="not-format"] *)) {
    font-size: 1.3333333em;
    margin-top: 0;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }
  .lg\:format-lg :where(h4):not(:where([class~="not-format"] *)) {
    margin-top: 0;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }
  .lg\:format-lg :where(img):not(:where([class~="not-format"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .lg\:format-lg :where(video):not(:where([class~="not-format"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .lg\:format-lg :where(figure):not(:where([class~="not-format"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .lg\:format-lg :where(figure > *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .lg\:format-lg :where(figcaption):not(:where([class~="not-format"] *)) {
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }
  .lg\:format-lg :where(code):not(:where([class~="not-format"] *)) {
    font-size: 0.8888889em;
  }
  .lg\:format-lg :where(h2 code):not(:where([class~="not-format"] *)) {
    font-size: 0.8666667em;
  }
  .lg\:format-lg :where(h3 code):not(:where([class~="not-format"] *)) {
    font-size: 0.875em;
  }
  .lg\:format-lg :where(pre):not(:where([class~="not-format"] *)) {
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }
  .lg\:format-lg :where(ol):not(:where([class~="not-format"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.5555556em;
  }
  .lg\:format-lg :where(ul):not(:where([class~="not-format"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.5555556em;
  }
  .lg\:format-lg :where(li):not(:where([class~="not-format"] *)) {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }
  .lg\:format-lg :where(ol > li):not(:where([class~="not-format"] *)) {
    padding-left: 0.4444444em;
  }
  .lg\:format-lg :where(ul > li):not(:where([class~="not-format"] *)) {
    padding-left: 0.4444444em;
  }
  .lg\:format-lg :where(.format > ul > li p):not(:where([class~="not-format"] *)) {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .lg\:format-lg :where(.format > ul > li > *:first-child):not(:where([class~="not-format"] *)) {
    margin-top: 1.3333333em;
  }
  .lg\:format-lg :where(.format > ul > li > *:last-child):not(:where([class~="not-format"] *)) {
    margin-bottom: 1.3333333em;
  }
  .lg\:format-lg :where(.format > ol > li > *:first-child):not(:where([class~="not-format"] *)) {
    margin-top: 1.3333333em;
  }
  .lg\:format-lg :where(.format > ol > li > *:last-child):not(:where([class~="not-format"] *)) {
    margin-bottom: 1.3333333em;
  }
  .lg\:format-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-format"] *)) {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .lg\:format-lg :where(hr):not(:where([class~="not-format"] *)) {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }
  .lg\:format-lg :where(hr + *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .lg\:format-lg :where(h2 + *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .lg\:format-lg :where(h3 + *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .lg\:format-lg :where(h4 + *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .lg\:format-lg :where(table):not(:where([class~="not-format"] *)) {
    font-size: 0.8888889em;
    line-height: 1.5;
  }
  .lg\:format-lg :where(thead th):not(:where([class~="not-format"] *)) {
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }
  .lg\:format-lg :where(thead th:last-child):not(:where([class~="not-format"] *)) {
    padding-right: 0;
  }
  .lg\:format-lg :where(tbody td, tfoot td):not(:where([class~="not-format"] *)) {
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }
  .lg\:format-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-format"] *)) {
    padding-right: 0;
  }
  .lg\:format-lg :where(.format > :first-child):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .lg\:format-lg :where(.format > :last-child):not(:where([class~="not-format"] *)) {
    margin-bottom: 0;
  }
  .lg\:format-invert {
    --tw-format-body: var(--tw-format-invert-body);
    --tw-format-headings: var(--tw-format-invert-headings);
    --tw-format-lead: var(--tw-format-invert-lead);
    --tw-format-links: var(--tw-format-invert-links);
    --tw-format-bold: var(--tw-format-invert-bold);
    --tw-format-counters: var(--tw-format-invert-counters);
    --tw-format-bullets: var(--tw-format-invert-bullets);
    --tw-format-hr: var(--tw-format-invert-hr);
    --tw-format-quotes: var(--tw-format-invert-quotes);
    --tw-format-quote-borders: var(--tw-format-invert-quote-borders);
    --tw-format-captions: var(--tw-format-invert-captions);
    --tw-format-code: var(--tw-format-invert-code);
    --tw-format-code-bg: var(--tw-format-invert-code-bg);
    --tw-format-pre-code: var(--tw-format-invert-pre-code);
    --tw-format-pre-bg: var(--tw-format-invert-pre-bg);
    --tw-format-th-borders: var(--tw-format-invert-th-borders);
    --tw-format-td-borders: var(--tw-format-invert-td-borders);
    --tw-format-th-bg: var(--tw-format-invert-th-bg);
  }
  .lg\:format-gray {
    --tw-format-body: #6b7280;
    --tw-format-headings: #111827;
    --tw-format-lead: #6b7280;
    --tw-format-links: #4b5563;
    --tw-format-bold: #111827;
    --tw-format-counters: #6b7280;
    --tw-format-bullets: #6b7280;
    --tw-format-hr: #e5e7eb;
    --tw-format-quotes: #111827;
    --tw-format-quote-borders: #e5e7eb;
    --tw-format-captions: #6b7280;
    --tw-format-code: #111827;
    --tw-format-code-bg: #f3f4f6;
    --tw-format-pre-code: #4b5563;
    --tw-format-pre-bg: #f3f4f6;
    --tw-format-th-borders: #e5e7eb;
    --tw-format-th-bg: #f9fafb;
    --tw-format-td-borders: #e5e7eb;
    --tw-format-invert-body: #9ca3af;
    --tw-format-invert-headings: #fff;
    --tw-format-invert-lead: #9ca3af;
    --tw-format-invert-links: #fff;
    --tw-format-invert-bold: #fff;
    --tw-format-invert-counters: #9ca3af;
    --tw-format-invert-bullets: #4b5563;
    --tw-format-invert-hr: #374151;
    --tw-format-invert-quotes: #f3f4f6;
    --tw-format-invert-quote-borders: #374151;
    --tw-format-invert-captions: #9ca3af;
    --tw-format-invert-code: #fff;
    --tw-format-invert-code-bg: #1f2937;
    --tw-format-invert-pre-code: #d1d5db;
    --tw-format-invert-pre-bg: #374151;
    --tw-format-invert-th-borders: #4b5563;
    --tw-format-invert-td-borders: #374151;
    --tw-format-invert-th-bg: #374151;
  }
  .lg\:format-red {
    --tw-format-links: #dc2626;
    --tw-format-invert-links: #ef4444;
  }
  .lg\:format-orange {
    --tw-format-links: #ea580c;
    --tw-format-invert-links: #f97316;
  }
  .lg\:format-amber {
    --tw-format-links: #d97706;
    --tw-format-invert-links: #f59e0b;
  }
  .lg\:format-yellow {
    --tw-format-links: #ca8a04;
    --tw-format-invert-links: #eab308;
  }
  .lg\:format-lime {
    --tw-format-links: #65a30d;
    --tw-format-invert-links: #84cc16;
  }
  .lg\:format-green {
    --tw-format-links: #16a34a;
    --tw-format-invert-links: #22c55e;
  }
  .lg\:format-emerald {
    --tw-format-links: #059669;
    --tw-format-invert-links: #10b981;
  }
  .lg\:format-teal {
    --tw-format-links: #0d9488;
    --tw-format-invert-links: #14b8a6;
  }
  .lg\:format-cyan {
    --tw-format-links: #0891b2;
    --tw-format-invert-links: #06b6d4;
  }
  .lg\:format-sky {
    --tw-format-links: #0284c7;
    --tw-format-invert-links: #0ea5e9;
  }
  .lg\:format-blue {
    --tw-format-links: #2563eb;
    --tw-format-invert-links: #3b82f6;
  }
  .lg\:format-indigo {
    --tw-format-links: #4f46e5;
    --tw-format-invert-links: #6366f1;
  }
  .lg\:format-violet {
    --tw-format-links: #7c3aed;
    --tw-format-invert-links: #8b5cf6;
  }
  .lg\:format-purple {
    --tw-format-links: #9333ea;
    --tw-format-invert-links: #a855f7;
  }
  .lg\:format-fuchsia {
    --tw-format-links: #c026d3;
    --tw-format-invert-links: #d946ef;
  }
  .lg\:format-pink {
    --tw-format-links: #db2777;
    --tw-format-invert-links: #ec4899;
  }
  .lg\:format-rose {
    --tw-format-links: #e11d48;
    --tw-format-invert-links: #f43f5e;
  }
}
@media (min-width: 1280px) {
  .xl\:format-sm {
    font-size: 1rem;
    line-height: 1.7142857;
  }
  .xl\:format-sm :where(p):not(:where([class~="not-format"] *)) {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .xl\:format-sm :where([class~="lead"]):not(:where([class~="not-format"] *)) {
    font-size: 1.125em;
    line-height: 1.5555556;
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .xl\:format-sm :where(blockquote):not(:where([class~="not-format"] *)) {
    margin-bottom: 1.3333333em;
  }
  .xl\:format-sm :where(blockquote):not(:where([class~="not-format"] *))::before {
    margin-top: 1.3333333em;
  }
  .xl\:format-sm :where(h1):not(:where([class~="not-format"] *)) {
    font-size: 1.6666667em;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
  }
  .xl\:format-sm :where(h2):not(:where([class~="not-format"] *)) {
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.4;
  }
  .xl\:format-sm :where(h3):not(:where([class~="not-format"] *)) {
    font-size: 1.25em;
    margin-top: 0;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }
  .xl\:format-sm :where(h4):not(:where([class~="not-format"] *)) {
    font-size: 1.125em;
    margin-top: 0;
    margin-bottom: 0.5em;
    line-height: 1.25;
  }
  .xl\:format-sm :where(img):not(:where([class~="not-format"] *)) {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  .xl\:format-sm :where(video):not(:where([class~="not-format"] *)) {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  .xl\:format-sm :where(figure):not(:where([class~="not-format"] *)) {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  .xl\:format-sm :where(figure > *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .xl\:format-sm :where(figcaption):not(:where([class~="not-format"] *)) {
    font-size: 0.875em;
    line-height: 1.3333333;
    margin-top: 0.6666667em;
    text-align: center;
  }
  .xl\:format-sm :where(code):not(:where([class~="not-format"] *)) {
    font-size: 0.875em;
  }
  .xl\:format-sm :where(h2 code):not(:where([class~="not-format"] *)) {
    font-size: 0.9em;
  }
  .xl\:format-sm :where(h3 code):not(:where([class~="not-format"] *)) {
    font-size: 0.8888889em;
  }
  .xl\:format-sm :where(pre):not(:where([class~="not-format"] *)) {
    font-size: 0.875em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: 0.25rem;
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }
  .xl\:format-sm :where(ol):not(:where([class~="not-format"] *)) {
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 1.375em;
  }
  .xl\:format-sm :where(ul):not(:where([class~="not-format"] *)) {
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 1.375em;
  }
  .xl\:format-sm :where(li):not(:where([class~="not-format"] *)) {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
  }
  .xl\:format-sm :where(ol > li):not(:where([class~="not-format"] *)) {
    padding-left: 0.375em;
  }
  .xl\:format-sm :where(ul > li):not(:where([class~="not-format"] *)) {
    padding-left: 0.375em;
  }
  .xl\:format-sm :where(.format > ul > li p):not(:where([class~="not-format"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .xl\:format-sm :where(.format > ul > li > *:first-child):not(:where([class~="not-format"] *)) {
    margin-top: 1em;
  }
  .xl\:format-sm :where(.format > ul > li > *:last-child):not(:where([class~="not-format"] *)) {
    margin-bottom: 1em;
  }
  .xl\:format-sm :where(.format > ol > li > *:first-child):not(:where([class~="not-format"] *)) {
    margin-top: 1em;
  }
  .xl\:format-sm :where(.format > ol > li > *:last-child):not(:where([class~="not-format"] *)) {
    margin-bottom: 1em;
  }
  .xl\:format-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-format"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .xl\:format-sm :where(hr):not(:where([class~="not-format"] *)) {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
  }
  .xl\:format-sm :where(hr + *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .xl\:format-sm :where(h2 + *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .xl\:format-sm :where(h3 + *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .xl\:format-sm :where(h4 + *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .xl\:format-sm :where(table):not(:where([class~="not-format"] *)) {
    font-size: 0.875em;
    line-height: 1.5;
  }
  .xl\:format-sm :where(thead th):not(:where([class~="not-format"] *)) {
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }
  .xl\:format-sm :where(thead th:first-child):not(:where([class~="not-format"] *)) {
    padding-left: 0;
  }
  .xl\:format-sm :where(thead th:last-child):not(:where([class~="not-format"] *)) {
    padding-right: 0;
  }
  .xl\:format-sm :where(tbody td, tfoot td):not(:where([class~="not-format"] *)) {
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }
  .xl\:format-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-format"] *)) {
    padding-left: 0;
  }
  .xl\:format-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-format"] *)) {
    padding-right: 0;
  }
  .xl\:format-sm :where(.format > :first-child):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .xl\:format-sm :where(.format > :last-child):not(:where([class~="not-format"] *)) {
    margin-bottom: 0;
  }
  .xl\:format-base {
    font-size: 1rem;
    line-height: 1.75;
  }
  .xl\:format-base :where(p):not(:where([class~="not-format"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  .xl\:format-base :where([class~="lead"]):not(:where([class~="not-format"] *)) {
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  .xl\:format-base :where(blockquote):not(:where([class~="not-format"] *)) {
    margin-bottom: 1.6em;
  }
  .xl\:format-base :where(blockquote):not(:where([class~="not-format"] *))::before {
    margin-top: 1.6em;
  }
  .xl\:format-base :where(blockquote > p:first-child):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .xl\:format-base :where(h1):not(:where([class~="not-format"] *)) {
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }
  .xl\:format-base :where(h2):not(:where([class~="not-format"] *)) {
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }
  .xl\:format-base :where(h3):not(:where([class~="not-format"] *)) {
    font-size: 1.25em;
    margin-top: 0;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }
  .xl\:format-base :where(h4):not(:where([class~="not-format"] *)) {
    margin-top: 0;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }
  .xl\:format-base :where(img):not(:where([class~="not-format"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .xl\:format-base :where(video):not(:where([class~="not-format"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .xl\:format-base :where(figure):not(:where([class~="not-format"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .xl\:format-base :where(figure > *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .xl\:format-base :where(figcaption):not(:where([class~="not-format"] *)) {
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }
  .xl\:format-base :where(code):not(:where([class~="not-format"] *)) {
    font-size: 0.875em;
  }
  .xl\:format-base :where(h2 code):not(:where([class~="not-format"] *)) {
    font-size: 0.875em;
  }
  .xl\:format-base :where(h3 code):not(:where([class~="not-format"] *)) {
    font-size: 0.9em;
  }
  .xl\:format-base :where(pre):not(:where([class~="not-format"] *)) {
    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-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
  }
  .xl\:format-base :where(ol):not(:where([class~="not-format"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
  }
  .xl\:format-base :where(ul):not(:where([class~="not-format"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
  }
  .xl\:format-base :where(li):not(:where([class~="not-format"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .xl\:format-base :where(ol > li):not(:where([class~="not-format"] *)) {
    padding-left: 0.375em;
  }
  .xl\:format-base :where(ul > li):not(:where([class~="not-format"] *)) {
    padding-left: 0.375em;
  }
  .xl\:format-base :where(.format > ul > li p):not(:where([class~="not-format"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .xl\:format-base :where(.format > ul > li > *:first-child):not(:where([class~="not-format"] *)) {
    margin-top: 1.25em;
  }
  .xl\:format-base :where(.format > ul > li > *:last-child):not(:where([class~="not-format"] *)) {
    margin-bottom: 1.25em;
  }
  .xl\:format-base :where(.format > ol > li > *:first-child):not(:where([class~="not-format"] *)) {
    margin-top: 1.25em;
  }
  .xl\:format-base :where(.format > ol > li > *:last-child):not(:where([class~="not-format"] *)) {
    margin-bottom: 1.25em;
  }
  .xl\:format-base :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-format"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .xl\:format-base :where(hr):not(:where([class~="not-format"] *)) {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .xl\:format-base :where(hr + *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .xl\:format-base :where(h2 + *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .xl\:format-base :where(h3 + *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .xl\:format-base :where(h4 + *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .xl\:format-base :where(table):not(:where([class~="not-format"] *)) {
    font-size: 0.875em;
    line-height: 1.7142857;
  }
  .xl\:format-base :where(thead th):not(:where([class~="not-format"] *)) {
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }
  .xl\:format-base :where(thead th:last-child):not(:where([class~="not-format"] *)) {
    padding-right: 0;
  }
  .xl\:format-base :where(tbody td, tfoot td):not(:where([class~="not-format"] *)) {
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }
  .xl\:format-base :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-format"] *)) {
    padding-right: 0;
  }
  .xl\:format-base :where(.format > :first-child):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .xl\:format-base :where(.format > :last-child):not(:where([class~="not-format"] *)) {
    margin-bottom: 0;
  }
  .xl\:format-lg {
    font-size: 1.125rem;
    line-height: 1.7777778;
  }
  .xl\:format-lg :where(p):not(:where([class~="not-format"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  .xl\:format-lg :where([class~="lead"]):not(:where([class~="not-format"] *)) {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }
  .xl\:format-lg :where(blockquote):not(:where([class~="not-format"] *))::before {
    margin-top: 1.6666667em;
  }
  .xl\:format-lg :where(blockquote > p:first-child):not(:where([class~="not-format"] *)) {
    margin-top: 0.5em;
  }
  .xl\:format-lg :where(h1):not(:where([class~="not-format"] *)) {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }
  .xl\:format-lg :where(h2):not(:where([class~="not-format"] *)) {
    font-size: 2em;
    margin-top: 0;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }
  .xl\:format-lg :where(h3):not(:where([class~="not-format"] *)) {
    font-size: 1.3333333em;
    margin-top: 0;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }
  .xl\:format-lg :where(h4):not(:where([class~="not-format"] *)) {
    margin-top: 0;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }
  .xl\:format-lg :where(img):not(:where([class~="not-format"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .xl\:format-lg :where(video):not(:where([class~="not-format"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .xl\:format-lg :where(figure):not(:where([class~="not-format"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .xl\:format-lg :where(figure > *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .xl\:format-lg :where(figcaption):not(:where([class~="not-format"] *)) {
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }
  .xl\:format-lg :where(code):not(:where([class~="not-format"] *)) {
    font-size: 0.8888889em;
  }
  .xl\:format-lg :where(h2 code):not(:where([class~="not-format"] *)) {
    font-size: 0.8666667em;
  }
  .xl\:format-lg :where(h3 code):not(:where([class~="not-format"] *)) {
    font-size: 0.875em;
  }
  .xl\:format-lg :where(pre):not(:where([class~="not-format"] *)) {
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }
  .xl\:format-lg :where(ol):not(:where([class~="not-format"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.5555556em;
  }
  .xl\:format-lg :where(ul):not(:where([class~="not-format"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.5555556em;
  }
  .xl\:format-lg :where(li):not(:where([class~="not-format"] *)) {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }
  .xl\:format-lg :where(ol > li):not(:where([class~="not-format"] *)) {
    padding-left: 0.4444444em;
  }
  .xl\:format-lg :where(ul > li):not(:where([class~="not-format"] *)) {
    padding-left: 0.4444444em;
  }
  .xl\:format-lg :where(.format > ul > li p):not(:where([class~="not-format"] *)) {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .xl\:format-lg :where(.format > ul > li > *:first-child):not(:where([class~="not-format"] *)) {
    margin-top: 1.3333333em;
  }
  .xl\:format-lg :where(.format > ul > li > *:last-child):not(:where([class~="not-format"] *)) {
    margin-bottom: 1.3333333em;
  }
  .xl\:format-lg :where(.format > ol > li > *:first-child):not(:where([class~="not-format"] *)) {
    margin-top: 1.3333333em;
  }
  .xl\:format-lg :where(.format > ol > li > *:last-child):not(:where([class~="not-format"] *)) {
    margin-bottom: 1.3333333em;
  }
  .xl\:format-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-format"] *)) {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .xl\:format-lg :where(hr):not(:where([class~="not-format"] *)) {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }
  .xl\:format-lg :where(hr + *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .xl\:format-lg :where(h2 + *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .xl\:format-lg :where(h3 + *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .xl\:format-lg :where(h4 + *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .xl\:format-lg :where(table):not(:where([class~="not-format"] *)) {
    font-size: 0.8888889em;
    line-height: 1.5;
  }
  .xl\:format-lg :where(thead th):not(:where([class~="not-format"] *)) {
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }
  .xl\:format-lg :where(thead th:last-child):not(:where([class~="not-format"] *)) {
    padding-right: 0;
  }
  .xl\:format-lg :where(tbody td, tfoot td):not(:where([class~="not-format"] *)) {
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }
  .xl\:format-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-format"] *)) {
    padding-right: 0;
  }
  .xl\:format-lg :where(.format > :first-child):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }
  .xl\:format-lg :where(.format > :last-child):not(:where([class~="not-format"] *)) {
    margin-bottom: 0;
  }
  .xl\:format-invert {
    --tw-format-body: var(--tw-format-invert-body);
    --tw-format-headings: var(--tw-format-invert-headings);
    --tw-format-lead: var(--tw-format-invert-lead);
    --tw-format-links: var(--tw-format-invert-links);
    --tw-format-bold: var(--tw-format-invert-bold);
    --tw-format-counters: var(--tw-format-invert-counters);
    --tw-format-bullets: var(--tw-format-invert-bullets);
    --tw-format-hr: var(--tw-format-invert-hr);
    --tw-format-quotes: var(--tw-format-invert-quotes);
    --tw-format-quote-borders: var(--tw-format-invert-quote-borders);
    --tw-format-captions: var(--tw-format-invert-captions);
    --tw-format-code: var(--tw-format-invert-code);
    --tw-format-code-bg: var(--tw-format-invert-code-bg);
    --tw-format-pre-code: var(--tw-format-invert-pre-code);
    --tw-format-pre-bg: var(--tw-format-invert-pre-bg);
    --tw-format-th-borders: var(--tw-format-invert-th-borders);
    --tw-format-td-borders: var(--tw-format-invert-td-borders);
    --tw-format-th-bg: var(--tw-format-invert-th-bg);
  }
  .xl\:format-gray {
    --tw-format-body: #6b7280;
    --tw-format-headings: #111827;
    --tw-format-lead: #6b7280;
    --tw-format-links: #4b5563;
    --tw-format-bold: #111827;
    --tw-format-counters: #6b7280;
    --tw-format-bullets: #6b7280;
    --tw-format-hr: #e5e7eb;
    --tw-format-quotes: #111827;
    --tw-format-quote-borders: #e5e7eb;
    --tw-format-captions: #6b7280;
    --tw-format-code: #111827;
    --tw-format-code-bg: #f3f4f6;
    --tw-format-pre-code: #4b5563;
    --tw-format-pre-bg: #f3f4f6;
    --tw-format-th-borders: #e5e7eb;
    --tw-format-th-bg: #f9fafb;
    --tw-format-td-borders: #e5e7eb;
    --tw-format-invert-body: #9ca3af;
    --tw-format-invert-headings: #fff;
    --tw-format-invert-lead: #9ca3af;
    --tw-format-invert-links: #fff;
    --tw-format-invert-bold: #fff;
    --tw-format-invert-counters: #9ca3af;
    --tw-format-invert-bullets: #4b5563;
    --tw-format-invert-hr: #374151;
    --tw-format-invert-quotes: #f3f4f6;
    --tw-format-invert-quote-borders: #374151;
    --tw-format-invert-captions: #9ca3af;
    --tw-format-invert-code: #fff;
    --tw-format-invert-code-bg: #1f2937;
    --tw-format-invert-pre-code: #d1d5db;
    --tw-format-invert-pre-bg: #374151;
    --tw-format-invert-th-borders: #4b5563;
    --tw-format-invert-td-borders: #374151;
    --tw-format-invert-th-bg: #374151;
  }
  .xl\:format-red {
    --tw-format-links: #dc2626;
    --tw-format-invert-links: #ef4444;
  }
  .xl\:format-orange {
    --tw-format-links: #ea580c;
    --tw-format-invert-links: #f97316;
  }
  .xl\:format-amber {
    --tw-format-links: #d97706;
    --tw-format-invert-links: #f59e0b;
  }
  .xl\:format-yellow {
    --tw-format-links: #ca8a04;
    --tw-format-invert-links: #eab308;
  }
  .xl\:format-lime {
    --tw-format-links: #65a30d;
    --tw-format-invert-links: #84cc16;
  }
  .xl\:format-green {
    --tw-format-links: #16a34a;
    --tw-format-invert-links: #22c55e;
  }
  .xl\:format-emerald {
    --tw-format-links: #059669;
    --tw-format-invert-links: #10b981;
  }
  .xl\:format-teal {
    --tw-format-links: #0d9488;
    --tw-format-invert-links: #14b8a6;
  }
  .xl\:format-cyan {
    --tw-format-links: #0891b2;
    --tw-format-invert-links: #06b6d4;
  }
  .xl\:format-sky {
    --tw-format-links: #0284c7;
    --tw-format-invert-links: #0ea5e9;
  }
  .xl\:format-blue {
    --tw-format-links: #2563eb;
    --tw-format-invert-links: #3b82f6;
  }
  .xl\:format-indigo {
    --tw-format-links: #4f46e5;
    --tw-format-invert-links: #6366f1;
  }
  .xl\:format-violet {
    --tw-format-links: #7c3aed;
    --tw-format-invert-links: #8b5cf6;
  }
  .xl\:format-purple {
    --tw-format-links: #9333ea;
    --tw-format-invert-links: #a855f7;
  }
  .xl\:format-fuchsia {
    --tw-format-links: #c026d3;
    --tw-format-invert-links: #d946ef;
  }
  .xl\:format-pink {
    --tw-format-links: #db2777;
    --tw-format-invert-links: #ec4899;
  }
  .xl\:format-rose {
    --tw-format-links: #e11d48;
    --tw-format-invert-links: #f43f5e;
  }
}
.odd\:bg-gray-100:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.hover\:text-ellipsis:hover {
  text-overflow: ellipsis;
}
.hover\:text-clip:hover {
  text-overflow: clip;
}
.hover\:bg-aubergine-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(180 175 241 / var(--tw-bg-opacity));
}
.hover\:bg-aubergine-100\/0:hover {
  background-color: rgb(180 175 241 / 0);
}
.hover\:bg-aubergine-100\/10:hover {
  background-color: rgb(180 175 241 / 0.1);
}
.hover\:bg-aubergine-100\/100:hover {
  background-color: rgb(180 175 241 / 1);
}
.hover\:bg-aubergine-100\/20:hover {
  background-color: rgb(180 175 241 / 0.2);
}
.hover\:bg-aubergine-100\/25:hover {
  background-color: rgb(180 175 241 / 0.25);
}
.hover\:bg-aubergine-100\/30:hover {
  background-color: rgb(180 175 241 / 0.3);
}
.hover\:bg-aubergine-100\/40:hover {
  background-color: rgb(180 175 241 / 0.4);
}
.hover\:bg-aubergine-100\/5:hover {
  background-color: rgb(180 175 241 / 0.05);
}
.hover\:bg-aubergine-100\/50:hover {
  background-color: rgb(180 175 241 / 0.5);
}
.hover\:bg-aubergine-100\/60:hover {
  background-color: rgb(180 175 241 / 0.6);
}
.hover\:bg-aubergine-100\/70:hover {
  background-color: rgb(180 175 241 / 0.7);
}
.hover\:bg-aubergine-100\/75:hover {
  background-color: rgb(180 175 241 / 0.75);
}
.hover\:bg-aubergine-100\/80:hover {
  background-color: rgb(180 175 241 / 0.8);
}
.hover\:bg-aubergine-100\/90:hover {
  background-color: rgb(180 175 241 / 0.9);
}
.hover\:bg-aubergine-100\/95:hover {
  background-color: rgb(180 175 241 / 0.95);
}
.hover\:bg-aubergine-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(137 129 228 / var(--tw-bg-opacity));
}
.hover\:bg-aubergine-200\/0:hover {
  background-color: rgb(137 129 228 / 0);
}
.hover\:bg-aubergine-200\/10:hover {
  background-color: rgb(137 129 228 / 0.1);
}
.hover\:bg-aubergine-200\/100:hover {
  background-color: rgb(137 129 228 / 1);
}
.hover\:bg-aubergine-200\/20:hover {
  background-color: rgb(137 129 228 / 0.2);
}
.hover\:bg-aubergine-200\/25:hover {
  background-color: rgb(137 129 228 / 0.25);
}
.hover\:bg-aubergine-200\/30:hover {
  background-color: rgb(137 129 228 / 0.3);
}
.hover\:bg-aubergine-200\/40:hover {
  background-color: rgb(137 129 228 / 0.4);
}
.hover\:bg-aubergine-200\/5:hover {
  background-color: rgb(137 129 228 / 0.05);
}
.hover\:bg-aubergine-200\/50:hover {
  background-color: rgb(137 129 228 / 0.5);
}
.hover\:bg-aubergine-200\/60:hover {
  background-color: rgb(137 129 228 / 0.6);
}
.hover\:bg-aubergine-200\/70:hover {
  background-color: rgb(137 129 228 / 0.7);
}
.hover\:bg-aubergine-200\/75:hover {
  background-color: rgb(137 129 228 / 0.75);
}
.hover\:bg-aubergine-200\/80:hover {
  background-color: rgb(137 129 228 / 0.8);
}
.hover\:bg-aubergine-200\/90:hover {
  background-color: rgb(137 129 228 / 0.9);
}
.hover\:bg-aubergine-200\/95:hover {
  background-color: rgb(137 129 228 / 0.95);
}
.hover\:bg-aubergine-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(97 88 206 / var(--tw-bg-opacity));
}
.hover\:bg-aubergine-300\/0:hover {
  background-color: rgb(97 88 206 / 0);
}
.hover\:bg-aubergine-300\/10:hover {
  background-color: rgb(97 88 206 / 0.1);
}
.hover\:bg-aubergine-300\/100:hover {
  background-color: rgb(97 88 206 / 1);
}
.hover\:bg-aubergine-300\/20:hover {
  background-color: rgb(97 88 206 / 0.2);
}
.hover\:bg-aubergine-300\/25:hover {
  background-color: rgb(97 88 206 / 0.25);
}
.hover\:bg-aubergine-300\/30:hover {
  background-color: rgb(97 88 206 / 0.3);
}
.hover\:bg-aubergine-300\/40:hover {
  background-color: rgb(97 88 206 / 0.4);
}
.hover\:bg-aubergine-300\/5:hover {
  background-color: rgb(97 88 206 / 0.05);
}
.hover\:bg-aubergine-300\/50:hover {
  background-color: rgb(97 88 206 / 0.5);
}
.hover\:bg-aubergine-300\/60:hover {
  background-color: rgb(97 88 206 / 0.6);
}
.hover\:bg-aubergine-300\/70:hover {
  background-color: rgb(97 88 206 / 0.7);
}
.hover\:bg-aubergine-300\/75:hover {
  background-color: rgb(97 88 206 / 0.75);
}
.hover\:bg-aubergine-300\/80:hover {
  background-color: rgb(97 88 206 / 0.8);
}
.hover\:bg-aubergine-300\/90:hover {
  background-color: rgb(97 88 206 / 0.9);
}
.hover\:bg-aubergine-300\/95:hover {
  background-color: rgb(97 88 206 / 0.95);
}
.hover\:bg-aubergine-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(65 56 175 / var(--tw-bg-opacity));
}
.hover\:bg-aubergine-400\/0:hover {
  background-color: rgb(65 56 175 / 0);
}
.hover\:bg-aubergine-400\/10:hover {
  background-color: rgb(65 56 175 / 0.1);
}
.hover\:bg-aubergine-400\/100:hover {
  background-color: rgb(65 56 175 / 1);
}
.hover\:bg-aubergine-400\/20:hover {
  background-color: rgb(65 56 175 / 0.2);
}
.hover\:bg-aubergine-400\/25:hover {
  background-color: rgb(65 56 175 / 0.25);
}
.hover\:bg-aubergine-400\/30:hover {
  background-color: rgb(65 56 175 / 0.3);
}
.hover\:bg-aubergine-400\/40:hover {
  background-color: rgb(65 56 175 / 0.4);
}
.hover\:bg-aubergine-400\/5:hover {
  background-color: rgb(65 56 175 / 0.05);
}
.hover\:bg-aubergine-400\/50:hover {
  background-color: rgb(65 56 175 / 0.5);
}
.hover\:bg-aubergine-400\/60:hover {
  background-color: rgb(65 56 175 / 0.6);
}
.hover\:bg-aubergine-400\/70:hover {
  background-color: rgb(65 56 175 / 0.7);
}
.hover\:bg-aubergine-400\/75:hover {
  background-color: rgb(65 56 175 / 0.75);
}
.hover\:bg-aubergine-400\/80:hover {
  background-color: rgb(65 56 175 / 0.8);
}
.hover\:bg-aubergine-400\/90:hover {
  background-color: rgb(65 56 175 / 0.9);
}
.hover\:bg-aubergine-400\/95:hover {
  background-color: rgb(65 56 175 / 0.95);
}
.hover\:bg-aubergine-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(219 216 255 / var(--tw-bg-opacity));
}
.hover\:bg-aubergine-50\/0:hover {
  background-color: rgb(219 216 255 / 0);
}
.hover\:bg-aubergine-50\/10:hover {
  background-color: rgb(219 216 255 / 0.1);
}
.hover\:bg-aubergine-50\/100:hover {
  background-color: rgb(219 216 255 / 1);
}
.hover\:bg-aubergine-50\/20:hover {
  background-color: rgb(219 216 255 / 0.2);
}
.hover\:bg-aubergine-50\/25:hover {
  background-color: rgb(219 216 255 / 0.25);
}
.hover\:bg-aubergine-50\/30:hover {
  background-color: rgb(219 216 255 / 0.3);
}
.hover\:bg-aubergine-50\/40:hover {
  background-color: rgb(219 216 255 / 0.4);
}
.hover\:bg-aubergine-50\/5:hover {
  background-color: rgb(219 216 255 / 0.05);
}
.hover\:bg-aubergine-50\/50:hover {
  background-color: rgb(219 216 255 / 0.5);
}
.hover\:bg-aubergine-50\/60:hover {
  background-color: rgb(219 216 255 / 0.6);
}
.hover\:bg-aubergine-50\/70:hover {
  background-color: rgb(219 216 255 / 0.7);
}
.hover\:bg-aubergine-50\/75:hover {
  background-color: rgb(219 216 255 / 0.75);
}
.hover\:bg-aubergine-50\/80:hover {
  background-color: rgb(219 216 255 / 0.8);
}
.hover\:bg-aubergine-50\/90:hover {
  background-color: rgb(219 216 255 / 0.9);
}
.hover\:bg-aubergine-50\/95:hover {
  background-color: rgb(219 216 255 / 0.95);
}
.hover\:bg-aubergine-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(40 33 133 / var(--tw-bg-opacity));
}
.hover\:bg-aubergine-500\/0:hover {
  background-color: rgb(40 33 133 / 0);
}
.hover\:bg-aubergine-500\/10:hover {
  background-color: rgb(40 33 133 / 0.1);
}
.hover\:bg-aubergine-500\/100:hover {
  background-color: rgb(40 33 133 / 1);
}
.hover\:bg-aubergine-500\/20:hover {
  background-color: rgb(40 33 133 / 0.2);
}
.hover\:bg-aubergine-500\/25:hover {
  background-color: rgb(40 33 133 / 0.25);
}
.hover\:bg-aubergine-500\/30:hover {
  background-color: rgb(40 33 133 / 0.3);
}
.hover\:bg-aubergine-500\/40:hover {
  background-color: rgb(40 33 133 / 0.4);
}
.hover\:bg-aubergine-500\/5:hover {
  background-color: rgb(40 33 133 / 0.05);
}
.hover\:bg-aubergine-500\/50:hover {
  background-color: rgb(40 33 133 / 0.5);
}
.hover\:bg-aubergine-500\/60:hover {
  background-color: rgb(40 33 133 / 0.6);
}
.hover\:bg-aubergine-500\/70:hover {
  background-color: rgb(40 33 133 / 0.7);
}
.hover\:bg-aubergine-500\/75:hover {
  background-color: rgb(40 33 133 / 0.75);
}
.hover\:bg-aubergine-500\/80:hover {
  background-color: rgb(40 33 133 / 0.8);
}
.hover\:bg-aubergine-500\/90:hover {
  background-color: rgb(40 33 133 / 0.9);
}
.hover\:bg-aubergine-500\/95:hover {
  background-color: rgb(40 33 133 / 0.95);
}
.hover\:bg-aubergine-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 22 118 / var(--tw-bg-opacity));
}
.hover\:bg-aubergine-600\/0:hover {
  background-color: rgb(29 22 118 / 0);
}
.hover\:bg-aubergine-600\/10:hover {
  background-color: rgb(29 22 118 / 0.1);
}
.hover\:bg-aubergine-600\/100:hover {
  background-color: rgb(29 22 118 / 1);
}
.hover\:bg-aubergine-600\/20:hover {
  background-color: rgb(29 22 118 / 0.2);
}
.hover\:bg-aubergine-600\/25:hover {
  background-color: rgb(29 22 118 / 0.25);
}
.hover\:bg-aubergine-600\/30:hover {
  background-color: rgb(29 22 118 / 0.3);
}
.hover\:bg-aubergine-600\/40:hover {
  background-color: rgb(29 22 118 / 0.4);
}
.hover\:bg-aubergine-600\/5:hover {
  background-color: rgb(29 22 118 / 0.05);
}
.hover\:bg-aubergine-600\/50:hover {
  background-color: rgb(29 22 118 / 0.5);
}
.hover\:bg-aubergine-600\/60:hover {
  background-color: rgb(29 22 118 / 0.6);
}
.hover\:bg-aubergine-600\/70:hover {
  background-color: rgb(29 22 118 / 0.7);
}
.hover\:bg-aubergine-600\/75:hover {
  background-color: rgb(29 22 118 / 0.75);
}
.hover\:bg-aubergine-600\/80:hover {
  background-color: rgb(29 22 118 / 0.8);
}
.hover\:bg-aubergine-600\/90:hover {
  background-color: rgb(29 22 118 / 0.9);
}
.hover\:bg-aubergine-600\/95:hover {
  background-color: rgb(29 22 118 / 0.95);
}
.hover\:bg-aubergine-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(25 19 104 / var(--tw-bg-opacity));
}
.hover\:bg-aubergine-700\/0:hover {
  background-color: rgb(25 19 104 / 0);
}
.hover\:bg-aubergine-700\/10:hover {
  background-color: rgb(25 19 104 / 0.1);
}
.hover\:bg-aubergine-700\/100:hover {
  background-color: rgb(25 19 104 / 1);
}
.hover\:bg-aubergine-700\/20:hover {
  background-color: rgb(25 19 104 / 0.2);
}
.hover\:bg-aubergine-700\/25:hover {
  background-color: rgb(25 19 104 / 0.25);
}
.hover\:bg-aubergine-700\/30:hover {
  background-color: rgb(25 19 104 / 0.3);
}
.hover\:bg-aubergine-700\/40:hover {
  background-color: rgb(25 19 104 / 0.4);
}
.hover\:bg-aubergine-700\/5:hover {
  background-color: rgb(25 19 104 / 0.05);
}
.hover\:bg-aubergine-700\/50:hover {
  background-color: rgb(25 19 104 / 0.5);
}
.hover\:bg-aubergine-700\/60:hover {
  background-color: rgb(25 19 104 / 0.6);
}
.hover\:bg-aubergine-700\/70:hover {
  background-color: rgb(25 19 104 / 0.7);
}
.hover\:bg-aubergine-700\/75:hover {
  background-color: rgb(25 19 104 / 0.75);
}
.hover\:bg-aubergine-700\/80:hover {
  background-color: rgb(25 19 104 / 0.8);
}
.hover\:bg-aubergine-700\/90:hover {
  background-color: rgb(25 19 104 / 0.9);
}
.hover\:bg-aubergine-700\/95:hover {
  background-color: rgb(25 19 104 / 0.95);
}
.hover\:bg-aubergine-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(13 9 74 / var(--tw-bg-opacity));
}
.hover\:bg-aubergine-800\/0:hover {
  background-color: rgb(13 9 74 / 0);
}
.hover\:bg-aubergine-800\/10:hover {
  background-color: rgb(13 9 74 / 0.1);
}
.hover\:bg-aubergine-800\/100:hover {
  background-color: rgb(13 9 74 / 1);
}
.hover\:bg-aubergine-800\/20:hover {
  background-color: rgb(13 9 74 / 0.2);
}
.hover\:bg-aubergine-800\/25:hover {
  background-color: rgb(13 9 74 / 0.25);
}
.hover\:bg-aubergine-800\/30:hover {
  background-color: rgb(13 9 74 / 0.3);
}
.hover\:bg-aubergine-800\/40:hover {
  background-color: rgb(13 9 74 / 0.4);
}
.hover\:bg-aubergine-800\/5:hover {
  background-color: rgb(13 9 74 / 0.05);
}
.hover\:bg-aubergine-800\/50:hover {
  background-color: rgb(13 9 74 / 0.5);
}
.hover\:bg-aubergine-800\/60:hover {
  background-color: rgb(13 9 74 / 0.6);
}
.hover\:bg-aubergine-800\/70:hover {
  background-color: rgb(13 9 74 / 0.7);
}
.hover\:bg-aubergine-800\/75:hover {
  background-color: rgb(13 9 74 / 0.75);
}
.hover\:bg-aubergine-800\/80:hover {
  background-color: rgb(13 9 74 / 0.8);
}
.hover\:bg-aubergine-800\/90:hover {
  background-color: rgb(13 9 74 / 0.9);
}
.hover\:bg-aubergine-800\/95:hover {
  background-color: rgb(13 9 74 / 0.95);
}
.hover\:bg-aubergine-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(6 4 44 / var(--tw-bg-opacity));
}
.hover\:bg-aubergine-900\/0:hover {
  background-color: rgb(6 4 44 / 0);
}
.hover\:bg-aubergine-900\/10:hover {
  background-color: rgb(6 4 44 / 0.1);
}
.hover\:bg-aubergine-900\/100:hover {
  background-color: rgb(6 4 44 / 1);
}
.hover\:bg-aubergine-900\/20:hover {
  background-color: rgb(6 4 44 / 0.2);
}
.hover\:bg-aubergine-900\/25:hover {
  background-color: rgb(6 4 44 / 0.25);
}
.hover\:bg-aubergine-900\/30:hover {
  background-color: rgb(6 4 44 / 0.3);
}
.hover\:bg-aubergine-900\/40:hover {
  background-color: rgb(6 4 44 / 0.4);
}
.hover\:bg-aubergine-900\/5:hover {
  background-color: rgb(6 4 44 / 0.05);
}
.hover\:bg-aubergine-900\/50:hover {
  background-color: rgb(6 4 44 / 0.5);
}
.hover\:bg-aubergine-900\/60:hover {
  background-color: rgb(6 4 44 / 0.6);
}
.hover\:bg-aubergine-900\/70:hover {
  background-color: rgb(6 4 44 / 0.7);
}
.hover\:bg-aubergine-900\/75:hover {
  background-color: rgb(6 4 44 / 0.75);
}
.hover\:bg-aubergine-900\/80:hover {
  background-color: rgb(6 4 44 / 0.8);
}
.hover\:bg-aubergine-900\/90:hover {
  background-color: rgb(6 4 44 / 0.9);
}
.hover\:bg-aubergine-900\/95:hover {
  background-color: rgb(6 4 44 / 0.95);
}
.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity));
}
.hover\:bg-black\/0:hover {
  background-color: rgb(26 26 26 / 0);
}
.hover\:bg-black\/10:hover {
  background-color: rgb(26 26 26 / 0.1);
}
.hover\:bg-black\/100:hover {
  background-color: rgb(26 26 26 / 1);
}
.hover\:bg-black\/20:hover {
  background-color: rgb(26 26 26 / 0.2);
}
.hover\:bg-black\/25:hover {
  background-color: rgb(26 26 26 / 0.25);
}
.hover\:bg-black\/30:hover {
  background-color: rgb(26 26 26 / 0.3);
}
.hover\:bg-black\/40:hover {
  background-color: rgb(26 26 26 / 0.4);
}
.hover\:bg-black\/5:hover {
  background-color: rgb(26 26 26 / 0.05);
}
.hover\:bg-black\/50:hover {
  background-color: rgb(26 26 26 / 0.5);
}
.hover\:bg-black\/60:hover {
  background-color: rgb(26 26 26 / 0.6);
}
.hover\:bg-black\/70:hover {
  background-color: rgb(26 26 26 / 0.7);
}
.hover\:bg-black\/75:hover {
  background-color: rgb(26 26 26 / 0.75);
}
.hover\:bg-black\/80:hover {
  background-color: rgb(26 26 26 / 0.8);
}
.hover\:bg-black\/90:hover {
  background-color: rgb(26 26 26 / 0.9);
}
.hover\:bg-black\/95:hover {
  background-color: rgb(26 26 26 / 0.95);
}
.hover\:bg-brand-charcoal:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 36 37 / var(--tw-bg-opacity));
}
.hover\:bg-brand-charcoal\/0:hover {
  background-color: rgb(30 36 37 / 0);
}
.hover\:bg-brand-charcoal\/10:hover {
  background-color: rgb(30 36 37 / 0.1);
}
.hover\:bg-brand-charcoal\/100:hover {
  background-color: rgb(30 36 37 / 1);
}
.hover\:bg-brand-charcoal\/20:hover {
  background-color: rgb(30 36 37 / 0.2);
}
.hover\:bg-brand-charcoal\/25:hover {
  background-color: rgb(30 36 37 / 0.25);
}
.hover\:bg-brand-charcoal\/30:hover {
  background-color: rgb(30 36 37 / 0.3);
}
.hover\:bg-brand-charcoal\/40:hover {
  background-color: rgb(30 36 37 / 0.4);
}
.hover\:bg-brand-charcoal\/5:hover {
  background-color: rgb(30 36 37 / 0.05);
}
.hover\:bg-brand-charcoal\/50:hover {
  background-color: rgb(30 36 37 / 0.5);
}
.hover\:bg-brand-charcoal\/60:hover {
  background-color: rgb(30 36 37 / 0.6);
}
.hover\:bg-brand-charcoal\/70:hover {
  background-color: rgb(30 36 37 / 0.7);
}
.hover\:bg-brand-charcoal\/75:hover {
  background-color: rgb(30 36 37 / 0.75);
}
.hover\:bg-brand-charcoal\/80:hover {
  background-color: rgb(30 36 37 / 0.8);
}
.hover\:bg-brand-charcoal\/90:hover {
  background-color: rgb(30 36 37 / 0.9);
}
.hover\:bg-brand-charcoal\/95:hover {
  background-color: rgb(30 36 37 / 0.95);
}
.hover\:bg-brand-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 245 / var(--tw-bg-opacity));
}
.hover\:bg-brand-white\/0:hover {
  background-color: rgb(243 244 245 / 0);
}
.hover\:bg-brand-white\/10:hover {
  background-color: rgb(243 244 245 / 0.1);
}
.hover\:bg-brand-white\/100:hover {
  background-color: rgb(243 244 245 / 1);
}
.hover\:bg-brand-white\/20:hover {
  background-color: rgb(243 244 245 / 0.2);
}
.hover\:bg-brand-white\/25:hover {
  background-color: rgb(243 244 245 / 0.25);
}
.hover\:bg-brand-white\/30:hover {
  background-color: rgb(243 244 245 / 0.3);
}
.hover\:bg-brand-white\/40:hover {
  background-color: rgb(243 244 245 / 0.4);
}
.hover\:bg-brand-white\/5:hover {
  background-color: rgb(243 244 245 / 0.05);
}
.hover\:bg-brand-white\/50:hover {
  background-color: rgb(243 244 245 / 0.5);
}
.hover\:bg-brand-white\/60:hover {
  background-color: rgb(243 244 245 / 0.6);
}
.hover\:bg-brand-white\/70:hover {
  background-color: rgb(243 244 245 / 0.7);
}
.hover\:bg-brand-white\/75:hover {
  background-color: rgb(243 244 245 / 0.75);
}
.hover\:bg-brand-white\/80:hover {
  background-color: rgb(243 244 245 / 0.8);
}
.hover\:bg-brand-white\/90:hover {
  background-color: rgb(243 244 245 / 0.9);
}
.hover\:bg-brand-white\/95:hover {
  background-color: rgb(243 244 245 / 0.95);
}
.hover\:bg-cornflower-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(231 241 250 / var(--tw-bg-opacity));
}
.hover\:bg-cornflower-200\/0:hover {
  background-color: rgb(231 241 250 / 0);
}
.hover\:bg-cornflower-200\/10:hover {
  background-color: rgb(231 241 250 / 0.1);
}
.hover\:bg-cornflower-200\/100:hover {
  background-color: rgb(231 241 250 / 1);
}
.hover\:bg-cornflower-200\/20:hover {
  background-color: rgb(231 241 250 / 0.2);
}
.hover\:bg-cornflower-200\/25:hover {
  background-color: rgb(231 241 250 / 0.25);
}
.hover\:bg-cornflower-200\/30:hover {
  background-color: rgb(231 241 250 / 0.3);
}
.hover\:bg-cornflower-200\/40:hover {
  background-color: rgb(231 241 250 / 0.4);
}
.hover\:bg-cornflower-200\/5:hover {
  background-color: rgb(231 241 250 / 0.05);
}
.hover\:bg-cornflower-200\/50:hover {
  background-color: rgb(231 241 250 / 0.5);
}
.hover\:bg-cornflower-200\/60:hover {
  background-color: rgb(231 241 250 / 0.6);
}
.hover\:bg-cornflower-200\/70:hover {
  background-color: rgb(231 241 250 / 0.7);
}
.hover\:bg-cornflower-200\/75:hover {
  background-color: rgb(231 241 250 / 0.75);
}
.hover\:bg-cornflower-200\/80:hover {
  background-color: rgb(231 241 250 / 0.8);
}
.hover\:bg-cornflower-200\/90:hover {
  background-color: rgb(231 241 250 / 0.9);
}
.hover\:bg-cornflower-200\/95:hover {
  background-color: rgb(231 241 250 / 0.95);
}
.hover\:bg-cornflower-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(205 229 248 / var(--tw-bg-opacity));
}
.hover\:bg-cornflower-300\/0:hover {
  background-color: rgb(205 229 248 / 0);
}
.hover\:bg-cornflower-300\/10:hover {
  background-color: rgb(205 229 248 / 0.1);
}
.hover\:bg-cornflower-300\/100:hover {
  background-color: rgb(205 229 248 / 1);
}
.hover\:bg-cornflower-300\/20:hover {
  background-color: rgb(205 229 248 / 0.2);
}
.hover\:bg-cornflower-300\/25:hover {
  background-color: rgb(205 229 248 / 0.25);
}
.hover\:bg-cornflower-300\/30:hover {
  background-color: rgb(205 229 248 / 0.3);
}
.hover\:bg-cornflower-300\/40:hover {
  background-color: rgb(205 229 248 / 0.4);
}
.hover\:bg-cornflower-300\/5:hover {
  background-color: rgb(205 229 248 / 0.05);
}
.hover\:bg-cornflower-300\/50:hover {
  background-color: rgb(205 229 248 / 0.5);
}
.hover\:bg-cornflower-300\/60:hover {
  background-color: rgb(205 229 248 / 0.6);
}
.hover\:bg-cornflower-300\/70:hover {
  background-color: rgb(205 229 248 / 0.7);
}
.hover\:bg-cornflower-300\/75:hover {
  background-color: rgb(205 229 248 / 0.75);
}
.hover\:bg-cornflower-300\/80:hover {
  background-color: rgb(205 229 248 / 0.8);
}
.hover\:bg-cornflower-300\/90:hover {
  background-color: rgb(205 229 248 / 0.9);
}
.hover\:bg-cornflower-300\/95:hover {
  background-color: rgb(205 229 248 / 0.95);
}
.hover\:bg-cornflower-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(152 208 255 / var(--tw-bg-opacity));
}
.hover\:bg-cornflower-400\/0:hover {
  background-color: rgb(152 208 255 / 0);
}
.hover\:bg-cornflower-400\/10:hover {
  background-color: rgb(152 208 255 / 0.1);
}
.hover\:bg-cornflower-400\/100:hover {
  background-color: rgb(152 208 255 / 1);
}
.hover\:bg-cornflower-400\/20:hover {
  background-color: rgb(152 208 255 / 0.2);
}
.hover\:bg-cornflower-400\/25:hover {
  background-color: rgb(152 208 255 / 0.25);
}
.hover\:bg-cornflower-400\/30:hover {
  background-color: rgb(152 208 255 / 0.3);
}
.hover\:bg-cornflower-400\/40:hover {
  background-color: rgb(152 208 255 / 0.4);
}
.hover\:bg-cornflower-400\/5:hover {
  background-color: rgb(152 208 255 / 0.05);
}
.hover\:bg-cornflower-400\/50:hover {
  background-color: rgb(152 208 255 / 0.5);
}
.hover\:bg-cornflower-400\/60:hover {
  background-color: rgb(152 208 255 / 0.6);
}
.hover\:bg-cornflower-400\/70:hover {
  background-color: rgb(152 208 255 / 0.7);
}
.hover\:bg-cornflower-400\/75:hover {
  background-color: rgb(152 208 255 / 0.75);
}
.hover\:bg-cornflower-400\/80:hover {
  background-color: rgb(152 208 255 / 0.8);
}
.hover\:bg-cornflower-400\/90:hover {
  background-color: rgb(152 208 255 / 0.9);
}
.hover\:bg-cornflower-400\/95:hover {
  background-color: rgb(152 208 255 / 0.95);
}
.hover\:bg-cornflower-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(118 193 255 / var(--tw-bg-opacity));
}
.hover\:bg-cornflower-500\/0:hover {
  background-color: rgb(118 193 255 / 0);
}
.hover\:bg-cornflower-500\/10:hover {
  background-color: rgb(118 193 255 / 0.1);
}
.hover\:bg-cornflower-500\/100:hover {
  background-color: rgb(118 193 255 / 1);
}
.hover\:bg-cornflower-500\/20:hover {
  background-color: rgb(118 193 255 / 0.2);
}
.hover\:bg-cornflower-500\/25:hover {
  background-color: rgb(118 193 255 / 0.25);
}
.hover\:bg-cornflower-500\/30:hover {
  background-color: rgb(118 193 255 / 0.3);
}
.hover\:bg-cornflower-500\/40:hover {
  background-color: rgb(118 193 255 / 0.4);
}
.hover\:bg-cornflower-500\/5:hover {
  background-color: rgb(118 193 255 / 0.05);
}
.hover\:bg-cornflower-500\/50:hover {
  background-color: rgb(118 193 255 / 0.5);
}
.hover\:bg-cornflower-500\/60:hover {
  background-color: rgb(118 193 255 / 0.6);
}
.hover\:bg-cornflower-500\/70:hover {
  background-color: rgb(118 193 255 / 0.7);
}
.hover\:bg-cornflower-500\/75:hover {
  background-color: rgb(118 193 255 / 0.75);
}
.hover\:bg-cornflower-500\/80:hover {
  background-color: rgb(118 193 255 / 0.8);
}
.hover\:bg-cornflower-500\/90:hover {
  background-color: rgb(118 193 255 / 0.9);
}
.hover\:bg-cornflower-500\/95:hover {
  background-color: rgb(118 193 255 / 0.95);
}
.hover\:bg-current:hover {
  background-color: currentColor;
}
.hover\:bg-danger-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.hover\:bg-danger-100\/0:hover {
  background-color: rgb(254 226 226 / 0);
}
.hover\:bg-danger-100\/10:hover {
  background-color: rgb(254 226 226 / 0.1);
}
.hover\:bg-danger-100\/100:hover {
  background-color: rgb(254 226 226 / 1);
}
.hover\:bg-danger-100\/20:hover {
  background-color: rgb(254 226 226 / 0.2);
}
.hover\:bg-danger-100\/25:hover {
  background-color: rgb(254 226 226 / 0.25);
}
.hover\:bg-danger-100\/30:hover {
  background-color: rgb(254 226 226 / 0.3);
}
.hover\:bg-danger-100\/40:hover {
  background-color: rgb(254 226 226 / 0.4);
}
.hover\:bg-danger-100\/5:hover {
  background-color: rgb(254 226 226 / 0.05);
}
.hover\:bg-danger-100\/50:hover {
  background-color: rgb(254 226 226 / 0.5);
}
.hover\:bg-danger-100\/60:hover {
  background-color: rgb(254 226 226 / 0.6);
}
.hover\:bg-danger-100\/70:hover {
  background-color: rgb(254 226 226 / 0.7);
}
.hover\:bg-danger-100\/75:hover {
  background-color: rgb(254 226 226 / 0.75);
}
.hover\:bg-danger-100\/80:hover {
  background-color: rgb(254 226 226 / 0.8);
}
.hover\:bg-danger-100\/90:hover {
  background-color: rgb(254 226 226 / 0.9);
}
.hover\:bg-danger-100\/95:hover {
  background-color: rgb(254 226 226 / 0.95);
}
.hover\:bg-danger-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}
.hover\:bg-danger-200\/0:hover {
  background-color: rgb(254 202 202 / 0);
}
.hover\:bg-danger-200\/10:hover {
  background-color: rgb(254 202 202 / 0.1);
}
.hover\:bg-danger-200\/100:hover {
  background-color: rgb(254 202 202 / 1);
}
.hover\:bg-danger-200\/20:hover {
  background-color: rgb(254 202 202 / 0.2);
}
.hover\:bg-danger-200\/25:hover {
  background-color: rgb(254 202 202 / 0.25);
}
.hover\:bg-danger-200\/30:hover {
  background-color: rgb(254 202 202 / 0.3);
}
.hover\:bg-danger-200\/40:hover {
  background-color: rgb(254 202 202 / 0.4);
}
.hover\:bg-danger-200\/5:hover {
  background-color: rgb(254 202 202 / 0.05);
}
.hover\:bg-danger-200\/50:hover {
  background-color: rgb(254 202 202 / 0.5);
}
.hover\:bg-danger-200\/60:hover {
  background-color: rgb(254 202 202 / 0.6);
}
.hover\:bg-danger-200\/70:hover {
  background-color: rgb(254 202 202 / 0.7);
}
.hover\:bg-danger-200\/75:hover {
  background-color: rgb(254 202 202 / 0.75);
}
.hover\:bg-danger-200\/80:hover {
  background-color: rgb(254 202 202 / 0.8);
}
.hover\:bg-danger-200\/90:hover {
  background-color: rgb(254 202 202 / 0.9);
}
.hover\:bg-danger-200\/95:hover {
  background-color: rgb(254 202 202 / 0.95);
}
.hover\:bg-danger-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}
.hover\:bg-danger-300\/0:hover {
  background-color: rgb(252 165 165 / 0);
}
.hover\:bg-danger-300\/10:hover {
  background-color: rgb(252 165 165 / 0.1);
}
.hover\:bg-danger-300\/100:hover {
  background-color: rgb(252 165 165 / 1);
}
.hover\:bg-danger-300\/20:hover {
  background-color: rgb(252 165 165 / 0.2);
}
.hover\:bg-danger-300\/25:hover {
  background-color: rgb(252 165 165 / 0.25);
}
.hover\:bg-danger-300\/30:hover {
  background-color: rgb(252 165 165 / 0.3);
}
.hover\:bg-danger-300\/40:hover {
  background-color: rgb(252 165 165 / 0.4);
}
.hover\:bg-danger-300\/5:hover {
  background-color: rgb(252 165 165 / 0.05);
}
.hover\:bg-danger-300\/50:hover {
  background-color: rgb(252 165 165 / 0.5);
}
.hover\:bg-danger-300\/60:hover {
  background-color: rgb(252 165 165 / 0.6);
}
.hover\:bg-danger-300\/70:hover {
  background-color: rgb(252 165 165 / 0.7);
}
.hover\:bg-danger-300\/75:hover {
  background-color: rgb(252 165 165 / 0.75);
}
.hover\:bg-danger-300\/80:hover {
  background-color: rgb(252 165 165 / 0.8);
}
.hover\:bg-danger-300\/90:hover {
  background-color: rgb(252 165 165 / 0.9);
}
.hover\:bg-danger-300\/95:hover {
  background-color: rgb(252 165 165 / 0.95);
}
.hover\:bg-danger-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 121 / var(--tw-bg-opacity));
}
.hover\:bg-danger-400\/0:hover {
  background-color: rgb(248 113 121 / 0);
}
.hover\:bg-danger-400\/10:hover {
  background-color: rgb(248 113 121 / 0.1);
}
.hover\:bg-danger-400\/100:hover {
  background-color: rgb(248 113 121 / 1);
}
.hover\:bg-danger-400\/20:hover {
  background-color: rgb(248 113 121 / 0.2);
}
.hover\:bg-danger-400\/25:hover {
  background-color: rgb(248 113 121 / 0.25);
}
.hover\:bg-danger-400\/30:hover {
  background-color: rgb(248 113 121 / 0.3);
}
.hover\:bg-danger-400\/40:hover {
  background-color: rgb(248 113 121 / 0.4);
}
.hover\:bg-danger-400\/5:hover {
  background-color: rgb(248 113 121 / 0.05);
}
.hover\:bg-danger-400\/50:hover {
  background-color: rgb(248 113 121 / 0.5);
}
.hover\:bg-danger-400\/60:hover {
  background-color: rgb(248 113 121 / 0.6);
}
.hover\:bg-danger-400\/70:hover {
  background-color: rgb(248 113 121 / 0.7);
}
.hover\:bg-danger-400\/75:hover {
  background-color: rgb(248 113 121 / 0.75);
}
.hover\:bg-danger-400\/80:hover {
  background-color: rgb(248 113 121 / 0.8);
}
.hover\:bg-danger-400\/90:hover {
  background-color: rgb(248 113 121 / 0.9);
}
.hover\:bg-danger-400\/95:hover {
  background-color: rgb(248 113 121 / 0.95);
}
.hover\:bg-danger-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}
.hover\:bg-danger-50\/0:hover {
  background-color: rgb(254 242 242 / 0);
}
.hover\:bg-danger-50\/10:hover {
  background-color: rgb(254 242 242 / 0.1);
}
.hover\:bg-danger-50\/100:hover {
  background-color: rgb(254 242 242 / 1);
}
.hover\:bg-danger-50\/20:hover {
  background-color: rgb(254 242 242 / 0.2);
}
.hover\:bg-danger-50\/25:hover {
  background-color: rgb(254 242 242 / 0.25);
}
.hover\:bg-danger-50\/30:hover {
  background-color: rgb(254 242 242 / 0.3);
}
.hover\:bg-danger-50\/40:hover {
  background-color: rgb(254 242 242 / 0.4);
}
.hover\:bg-danger-50\/5:hover {
  background-color: rgb(254 242 242 / 0.05);
}
.hover\:bg-danger-50\/50:hover {
  background-color: rgb(254 242 242 / 0.5);
}
.hover\:bg-danger-50\/60:hover {
  background-color: rgb(254 242 242 / 0.6);
}
.hover\:bg-danger-50\/70:hover {
  background-color: rgb(254 242 242 / 0.7);
}
.hover\:bg-danger-50\/75:hover {
  background-color: rgb(254 242 242 / 0.75);
}
.hover\:bg-danger-50\/80:hover {
  background-color: rgb(254 242 242 / 0.8);
}
.hover\:bg-danger-50\/90:hover {
  background-color: rgb(254 242 242 / 0.9);
}
.hover\:bg-danger-50\/95:hover {
  background-color: rgb(254 242 242 / 0.95);
}
.hover\:bg-danger-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 78 / var(--tw-bg-opacity));
}
.hover\:bg-danger-500\/0:hover {
  background-color: rgb(239 68 78 / 0);
}
.hover\:bg-danger-500\/10:hover {
  background-color: rgb(239 68 78 / 0.1);
}
.hover\:bg-danger-500\/100:hover {
  background-color: rgb(239 68 78 / 1);
}
.hover\:bg-danger-500\/20:hover {
  background-color: rgb(239 68 78 / 0.2);
}
.hover\:bg-danger-500\/25:hover {
  background-color: rgb(239 68 78 / 0.25);
}
.hover\:bg-danger-500\/30:hover {
  background-color: rgb(239 68 78 / 0.3);
}
.hover\:bg-danger-500\/40:hover {
  background-color: rgb(239 68 78 / 0.4);
}
.hover\:bg-danger-500\/5:hover {
  background-color: rgb(239 68 78 / 0.05);
}
.hover\:bg-danger-500\/50:hover {
  background-color: rgb(239 68 78 / 0.5);
}
.hover\:bg-danger-500\/60:hover {
  background-color: rgb(239 68 78 / 0.6);
}
.hover\:bg-danger-500\/70:hover {
  background-color: rgb(239 68 78 / 0.7);
}
.hover\:bg-danger-500\/75:hover {
  background-color: rgb(239 68 78 / 0.75);
}
.hover\:bg-danger-500\/80:hover {
  background-color: rgb(239 68 78 / 0.8);
}
.hover\:bg-danger-500\/90:hover {
  background-color: rgb(239 68 78 / 0.9);
}
.hover\:bg-danger-500\/95:hover {
  background-color: rgb(239 68 78 / 0.95);
}
.hover\:bg-danger-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 49 / var(--tw-bg-opacity));
}
.hover\:bg-danger-600\/0:hover {
  background-color: rgb(220 38 49 / 0);
}
.hover\:bg-danger-600\/10:hover {
  background-color: rgb(220 38 49 / 0.1);
}
.hover\:bg-danger-600\/100:hover {
  background-color: rgb(220 38 49 / 1);
}
.hover\:bg-danger-600\/20:hover {
  background-color: rgb(220 38 49 / 0.2);
}
.hover\:bg-danger-600\/25:hover {
  background-color: rgb(220 38 49 / 0.25);
}
.hover\:bg-danger-600\/30:hover {
  background-color: rgb(220 38 49 / 0.3);
}
.hover\:bg-danger-600\/40:hover {
  background-color: rgb(220 38 49 / 0.4);
}
.hover\:bg-danger-600\/5:hover {
  background-color: rgb(220 38 49 / 0.05);
}
.hover\:bg-danger-600\/50:hover {
  background-color: rgb(220 38 49 / 0.5);
}
.hover\:bg-danger-600\/60:hover {
  background-color: rgb(220 38 49 / 0.6);
}
.hover\:bg-danger-600\/70:hover {
  background-color: rgb(220 38 49 / 0.7);
}
.hover\:bg-danger-600\/75:hover {
  background-color: rgb(220 38 49 / 0.75);
}
.hover\:bg-danger-600\/80:hover {
  background-color: rgb(220 38 49 / 0.8);
}
.hover\:bg-danger-600\/90:hover {
  background-color: rgb(220 38 49 / 0.9);
}
.hover\:bg-danger-600\/95:hover {
  background-color: rgb(220 38 49 / 0.95);
}
.hover\:bg-danger-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 37 / var(--tw-bg-opacity));
}
.hover\:bg-danger-700\/0:hover {
  background-color: rgb(185 28 37 / 0);
}
.hover\:bg-danger-700\/10:hover {
  background-color: rgb(185 28 37 / 0.1);
}
.hover\:bg-danger-700\/100:hover {
  background-color: rgb(185 28 37 / 1);
}
.hover\:bg-danger-700\/20:hover {
  background-color: rgb(185 28 37 / 0.2);
}
.hover\:bg-danger-700\/25:hover {
  background-color: rgb(185 28 37 / 0.25);
}
.hover\:bg-danger-700\/30:hover {
  background-color: rgb(185 28 37 / 0.3);
}
.hover\:bg-danger-700\/40:hover {
  background-color: rgb(185 28 37 / 0.4);
}
.hover\:bg-danger-700\/5:hover {
  background-color: rgb(185 28 37 / 0.05);
}
.hover\:bg-danger-700\/50:hover {
  background-color: rgb(185 28 37 / 0.5);
}
.hover\:bg-danger-700\/60:hover {
  background-color: rgb(185 28 37 / 0.6);
}
.hover\:bg-danger-700\/70:hover {
  background-color: rgb(185 28 37 / 0.7);
}
.hover\:bg-danger-700\/75:hover {
  background-color: rgb(185 28 37 / 0.75);
}
.hover\:bg-danger-700\/80:hover {
  background-color: rgb(185 28 37 / 0.8);
}
.hover\:bg-danger-700\/90:hover {
  background-color: rgb(185 28 37 / 0.9);
}
.hover\:bg-danger-700\/95:hover {
  background-color: rgb(185 28 37 / 0.95);
}
.hover\:bg-danger-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 42 / var(--tw-bg-opacity));
}
.hover\:bg-danger-800\/0:hover {
  background-color: rgb(153 27 42 / 0);
}
.hover\:bg-danger-800\/10:hover {
  background-color: rgb(153 27 42 / 0.1);
}
.hover\:bg-danger-800\/100:hover {
  background-color: rgb(153 27 42 / 1);
}
.hover\:bg-danger-800\/20:hover {
  background-color: rgb(153 27 42 / 0.2);
}
.hover\:bg-danger-800\/25:hover {
  background-color: rgb(153 27 42 / 0.25);
}
.hover\:bg-danger-800\/30:hover {
  background-color: rgb(153 27 42 / 0.3);
}
.hover\:bg-danger-800\/40:hover {
  background-color: rgb(153 27 42 / 0.4);
}
.hover\:bg-danger-800\/5:hover {
  background-color: rgb(153 27 42 / 0.05);
}
.hover\:bg-danger-800\/50:hover {
  background-color: rgb(153 27 42 / 0.5);
}
.hover\:bg-danger-800\/60:hover {
  background-color: rgb(153 27 42 / 0.6);
}
.hover\:bg-danger-800\/70:hover {
  background-color: rgb(153 27 42 / 0.7);
}
.hover\:bg-danger-800\/75:hover {
  background-color: rgb(153 27 42 / 0.75);
}
.hover\:bg-danger-800\/80:hover {
  background-color: rgb(153 27 42 / 0.8);
}
.hover\:bg-danger-800\/90:hover {
  background-color: rgb(153 27 42 / 0.9);
}
.hover\:bg-danger-800\/95:hover {
  background-color: rgb(153 27 42 / 0.95);
}
.hover\:bg-danger-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(84 42 50 / var(--tw-bg-opacity));
}
.hover\:bg-danger-900\/0:hover {
  background-color: rgb(84 42 50 / 0);
}
.hover\:bg-danger-900\/10:hover {
  background-color: rgb(84 42 50 / 0.1);
}
.hover\:bg-danger-900\/100:hover {
  background-color: rgb(84 42 50 / 1);
}
.hover\:bg-danger-900\/20:hover {
  background-color: rgb(84 42 50 / 0.2);
}
.hover\:bg-danger-900\/25:hover {
  background-color: rgb(84 42 50 / 0.25);
}
.hover\:bg-danger-900\/30:hover {
  background-color: rgb(84 42 50 / 0.3);
}
.hover\:bg-danger-900\/40:hover {
  background-color: rgb(84 42 50 / 0.4);
}
.hover\:bg-danger-900\/5:hover {
  background-color: rgb(84 42 50 / 0.05);
}
.hover\:bg-danger-900\/50:hover {
  background-color: rgb(84 42 50 / 0.5);
}
.hover\:bg-danger-900\/60:hover {
  background-color: rgb(84 42 50 / 0.6);
}
.hover\:bg-danger-900\/70:hover {
  background-color: rgb(84 42 50 / 0.7);
}
.hover\:bg-danger-900\/75:hover {
  background-color: rgb(84 42 50 / 0.75);
}
.hover\:bg-danger-900\/80:hover {
  background-color: rgb(84 42 50 / 0.8);
}
.hover\:bg-danger-900\/90:hover {
  background-color: rgb(84 42 50 / 0.9);
}
.hover\:bg-danger-900\/95:hover {
  background-color: rgb(84 42 50 / 0.95);
}
.hover\:bg-emerald-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(191 234 229 / var(--tw-bg-opacity));
}
.hover\:bg-emerald-100\/0:hover {
  background-color: rgb(191 234 229 / 0);
}
.hover\:bg-emerald-100\/10:hover {
  background-color: rgb(191 234 229 / 0.1);
}
.hover\:bg-emerald-100\/100:hover {
  background-color: rgb(191 234 229 / 1);
}
.hover\:bg-emerald-100\/20:hover {
  background-color: rgb(191 234 229 / 0.2);
}
.hover\:bg-emerald-100\/25:hover {
  background-color: rgb(191 234 229 / 0.25);
}
.hover\:bg-emerald-100\/30:hover {
  background-color: rgb(191 234 229 / 0.3);
}
.hover\:bg-emerald-100\/40:hover {
  background-color: rgb(191 234 229 / 0.4);
}
.hover\:bg-emerald-100\/5:hover {
  background-color: rgb(191 234 229 / 0.05);
}
.hover\:bg-emerald-100\/50:hover {
  background-color: rgb(191 234 229 / 0.5);
}
.hover\:bg-emerald-100\/60:hover {
  background-color: rgb(191 234 229 / 0.6);
}
.hover\:bg-emerald-100\/70:hover {
  background-color: rgb(191 234 229 / 0.7);
}
.hover\:bg-emerald-100\/75:hover {
  background-color: rgb(191 234 229 / 0.75);
}
.hover\:bg-emerald-100\/80:hover {
  background-color: rgb(191 234 229 / 0.8);
}
.hover\:bg-emerald-100\/90:hover {
  background-color: rgb(191 234 229 / 0.9);
}
.hover\:bg-emerald-100\/95:hover {
  background-color: rgb(191 234 229 / 0.95);
}
.hover\:bg-emerald-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(152 216 208 / var(--tw-bg-opacity));
}
.hover\:bg-emerald-200\/0:hover {
  background-color: rgb(152 216 208 / 0);
}
.hover\:bg-emerald-200\/10:hover {
  background-color: rgb(152 216 208 / 0.1);
}
.hover\:bg-emerald-200\/100:hover {
  background-color: rgb(152 216 208 / 1);
}
.hover\:bg-emerald-200\/20:hover {
  background-color: rgb(152 216 208 / 0.2);
}
.hover\:bg-emerald-200\/25:hover {
  background-color: rgb(152 216 208 / 0.25);
}
.hover\:bg-emerald-200\/30:hover {
  background-color: rgb(152 216 208 / 0.3);
}
.hover\:bg-emerald-200\/40:hover {
  background-color: rgb(152 216 208 / 0.4);
}
.hover\:bg-emerald-200\/5:hover {
  background-color: rgb(152 216 208 / 0.05);
}
.hover\:bg-emerald-200\/50:hover {
  background-color: rgb(152 216 208 / 0.5);
}
.hover\:bg-emerald-200\/60:hover {
  background-color: rgb(152 216 208 / 0.6);
}
.hover\:bg-emerald-200\/70:hover {
  background-color: rgb(152 216 208 / 0.7);
}
.hover\:bg-emerald-200\/75:hover {
  background-color: rgb(152 216 208 / 0.75);
}
.hover\:bg-emerald-200\/80:hover {
  background-color: rgb(152 216 208 / 0.8);
}
.hover\:bg-emerald-200\/90:hover {
  background-color: rgb(152 216 208 / 0.9);
}
.hover\:bg-emerald-200\/95:hover {
  background-color: rgb(152 216 208 / 0.95);
}
.hover\:bg-emerald-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(87 188 176 / var(--tw-bg-opacity));
}
.hover\:bg-emerald-300\/0:hover {
  background-color: rgb(87 188 176 / 0);
}
.hover\:bg-emerald-300\/10:hover {
  background-color: rgb(87 188 176 / 0.1);
}
.hover\:bg-emerald-300\/100:hover {
  background-color: rgb(87 188 176 / 1);
}
.hover\:bg-emerald-300\/20:hover {
  background-color: rgb(87 188 176 / 0.2);
}
.hover\:bg-emerald-300\/25:hover {
  background-color: rgb(87 188 176 / 0.25);
}
.hover\:bg-emerald-300\/30:hover {
  background-color: rgb(87 188 176 / 0.3);
}
.hover\:bg-emerald-300\/40:hover {
  background-color: rgb(87 188 176 / 0.4);
}
.hover\:bg-emerald-300\/5:hover {
  background-color: rgb(87 188 176 / 0.05);
}
.hover\:bg-emerald-300\/50:hover {
  background-color: rgb(87 188 176 / 0.5);
}
.hover\:bg-emerald-300\/60:hover {
  background-color: rgb(87 188 176 / 0.6);
}
.hover\:bg-emerald-300\/70:hover {
  background-color: rgb(87 188 176 / 0.7);
}
.hover\:bg-emerald-300\/75:hover {
  background-color: rgb(87 188 176 / 0.75);
}
.hover\:bg-emerald-300\/80:hover {
  background-color: rgb(87 188 176 / 0.8);
}
.hover\:bg-emerald-300\/90:hover {
  background-color: rgb(87 188 176 / 0.9);
}
.hover\:bg-emerald-300\/95:hover {
  background-color: rgb(87 188 176 / 0.95);
}
.hover\:bg-emerald-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(12 168 149 / var(--tw-bg-opacity));
}
.hover\:bg-emerald-400\/0:hover {
  background-color: rgb(12 168 149 / 0);
}
.hover\:bg-emerald-400\/10:hover {
  background-color: rgb(12 168 149 / 0.1);
}
.hover\:bg-emerald-400\/100:hover {
  background-color: rgb(12 168 149 / 1);
}
.hover\:bg-emerald-400\/20:hover {
  background-color: rgb(12 168 149 / 0.2);
}
.hover\:bg-emerald-400\/25:hover {
  background-color: rgb(12 168 149 / 0.25);
}
.hover\:bg-emerald-400\/30:hover {
  background-color: rgb(12 168 149 / 0.3);
}
.hover\:bg-emerald-400\/40:hover {
  background-color: rgb(12 168 149 / 0.4);
}
.hover\:bg-emerald-400\/5:hover {
  background-color: rgb(12 168 149 / 0.05);
}
.hover\:bg-emerald-400\/50:hover {
  background-color: rgb(12 168 149 / 0.5);
}
.hover\:bg-emerald-400\/60:hover {
  background-color: rgb(12 168 149 / 0.6);
}
.hover\:bg-emerald-400\/70:hover {
  background-color: rgb(12 168 149 / 0.7);
}
.hover\:bg-emerald-400\/75:hover {
  background-color: rgb(12 168 149 / 0.75);
}
.hover\:bg-emerald-400\/80:hover {
  background-color: rgb(12 168 149 / 0.8);
}
.hover\:bg-emerald-400\/90:hover {
  background-color: rgb(12 168 149 / 0.9);
}
.hover\:bg-emerald-400\/95:hover {
  background-color: rgb(12 168 149 / 0.95);
}
.hover\:bg-emerald-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(228 245 243 / var(--tw-bg-opacity));
}
.hover\:bg-emerald-50\/0:hover {
  background-color: rgb(228 245 243 / 0);
}
.hover\:bg-emerald-50\/10:hover {
  background-color: rgb(228 245 243 / 0.1);
}
.hover\:bg-emerald-50\/100:hover {
  background-color: rgb(228 245 243 / 1);
}
.hover\:bg-emerald-50\/20:hover {
  background-color: rgb(228 245 243 / 0.2);
}
.hover\:bg-emerald-50\/25:hover {
  background-color: rgb(228 245 243 / 0.25);
}
.hover\:bg-emerald-50\/30:hover {
  background-color: rgb(228 245 243 / 0.3);
}
.hover\:bg-emerald-50\/40:hover {
  background-color: rgb(228 245 243 / 0.4);
}
.hover\:bg-emerald-50\/5:hover {
  background-color: rgb(228 245 243 / 0.05);
}
.hover\:bg-emerald-50\/50:hover {
  background-color: rgb(228 245 243 / 0.5);
}
.hover\:bg-emerald-50\/60:hover {
  background-color: rgb(228 245 243 / 0.6);
}
.hover\:bg-emerald-50\/70:hover {
  background-color: rgb(228 245 243 / 0.7);
}
.hover\:bg-emerald-50\/75:hover {
  background-color: rgb(228 245 243 / 0.75);
}
.hover\:bg-emerald-50\/80:hover {
  background-color: rgb(228 245 243 / 0.8);
}
.hover\:bg-emerald-50\/90:hover {
  background-color: rgb(228 245 243 / 0.9);
}
.hover\:bg-emerald-50\/95:hover {
  background-color: rgb(228 245 243 / 0.95);
}
.hover\:bg-emerald-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 133 117 / var(--tw-bg-opacity));
}
.hover\:bg-emerald-500\/0:hover {
  background-color: rgb(0 133 117 / 0);
}
.hover\:bg-emerald-500\/10:hover {
  background-color: rgb(0 133 117 / 0.1);
}
.hover\:bg-emerald-500\/100:hover {
  background-color: rgb(0 133 117 / 1);
}
.hover\:bg-emerald-500\/20:hover {
  background-color: rgb(0 133 117 / 0.2);
}
.hover\:bg-emerald-500\/25:hover {
  background-color: rgb(0 133 117 / 0.25);
}
.hover\:bg-emerald-500\/30:hover {
  background-color: rgb(0 133 117 / 0.3);
}
.hover\:bg-emerald-500\/40:hover {
  background-color: rgb(0 133 117 / 0.4);
}
.hover\:bg-emerald-500\/5:hover {
  background-color: rgb(0 133 117 / 0.05);
}
.hover\:bg-emerald-500\/50:hover {
  background-color: rgb(0 133 117 / 0.5);
}
.hover\:bg-emerald-500\/60:hover {
  background-color: rgb(0 133 117 / 0.6);
}
.hover\:bg-emerald-500\/70:hover {
  background-color: rgb(0 133 117 / 0.7);
}
.hover\:bg-emerald-500\/75:hover {
  background-color: rgb(0 133 117 / 0.75);
}
.hover\:bg-emerald-500\/80:hover {
  background-color: rgb(0 133 117 / 0.8);
}
.hover\:bg-emerald-500\/90:hover {
  background-color: rgb(0 133 117 / 0.9);
}
.hover\:bg-emerald-500\/95:hover {
  background-color: rgb(0 133 117 / 0.95);
}
.hover\:bg-emerald-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 101 89 / var(--tw-bg-opacity));
}
.hover\:bg-emerald-600\/0:hover {
  background-color: rgb(0 101 89 / 0);
}
.hover\:bg-emerald-600\/10:hover {
  background-color: rgb(0 101 89 / 0.1);
}
.hover\:bg-emerald-600\/100:hover {
  background-color: rgb(0 101 89 / 1);
}
.hover\:bg-emerald-600\/20:hover {
  background-color: rgb(0 101 89 / 0.2);
}
.hover\:bg-emerald-600\/25:hover {
  background-color: rgb(0 101 89 / 0.25);
}
.hover\:bg-emerald-600\/30:hover {
  background-color: rgb(0 101 89 / 0.3);
}
.hover\:bg-emerald-600\/40:hover {
  background-color: rgb(0 101 89 / 0.4);
}
.hover\:bg-emerald-600\/5:hover {
  background-color: rgb(0 101 89 / 0.05);
}
.hover\:bg-emerald-600\/50:hover {
  background-color: rgb(0 101 89 / 0.5);
}
.hover\:bg-emerald-600\/60:hover {
  background-color: rgb(0 101 89 / 0.6);
}
.hover\:bg-emerald-600\/70:hover {
  background-color: rgb(0 101 89 / 0.7);
}
.hover\:bg-emerald-600\/75:hover {
  background-color: rgb(0 101 89 / 0.75);
}
.hover\:bg-emerald-600\/80:hover {
  background-color: rgb(0 101 89 / 0.8);
}
.hover\:bg-emerald-600\/90:hover {
  background-color: rgb(0 101 89 / 0.9);
}
.hover\:bg-emerald-600\/95:hover {
  background-color: rgb(0 101 89 / 0.95);
}
.hover\:bg-emerald-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 75 66 / var(--tw-bg-opacity));
}
.hover\:bg-emerald-700\/0:hover {
  background-color: rgb(0 75 66 / 0);
}
.hover\:bg-emerald-700\/10:hover {
  background-color: rgb(0 75 66 / 0.1);
}
.hover\:bg-emerald-700\/100:hover {
  background-color: rgb(0 75 66 / 1);
}
.hover\:bg-emerald-700\/20:hover {
  background-color: rgb(0 75 66 / 0.2);
}
.hover\:bg-emerald-700\/25:hover {
  background-color: rgb(0 75 66 / 0.25);
}
.hover\:bg-emerald-700\/30:hover {
  background-color: rgb(0 75 66 / 0.3);
}
.hover\:bg-emerald-700\/40:hover {
  background-color: rgb(0 75 66 / 0.4);
}
.hover\:bg-emerald-700\/5:hover {
  background-color: rgb(0 75 66 / 0.05);
}
.hover\:bg-emerald-700\/50:hover {
  background-color: rgb(0 75 66 / 0.5);
}
.hover\:bg-emerald-700\/60:hover {
  background-color: rgb(0 75 66 / 0.6);
}
.hover\:bg-emerald-700\/70:hover {
  background-color: rgb(0 75 66 / 0.7);
}
.hover\:bg-emerald-700\/75:hover {
  background-color: rgb(0 75 66 / 0.75);
}
.hover\:bg-emerald-700\/80:hover {
  background-color: rgb(0 75 66 / 0.8);
}
.hover\:bg-emerald-700\/90:hover {
  background-color: rgb(0 75 66 / 0.9);
}
.hover\:bg-emerald-700\/95:hover {
  background-color: rgb(0 75 66 / 0.95);
}
.hover\:bg-emerald-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 53 47 / var(--tw-bg-opacity));
}
.hover\:bg-emerald-800\/0:hover {
  background-color: rgb(0 53 47 / 0);
}
.hover\:bg-emerald-800\/10:hover {
  background-color: rgb(0 53 47 / 0.1);
}
.hover\:bg-emerald-800\/100:hover {
  background-color: rgb(0 53 47 / 1);
}
.hover\:bg-emerald-800\/20:hover {
  background-color: rgb(0 53 47 / 0.2);
}
.hover\:bg-emerald-800\/25:hover {
  background-color: rgb(0 53 47 / 0.25);
}
.hover\:bg-emerald-800\/30:hover {
  background-color: rgb(0 53 47 / 0.3);
}
.hover\:bg-emerald-800\/40:hover {
  background-color: rgb(0 53 47 / 0.4);
}
.hover\:bg-emerald-800\/5:hover {
  background-color: rgb(0 53 47 / 0.05);
}
.hover\:bg-emerald-800\/50:hover {
  background-color: rgb(0 53 47 / 0.5);
}
.hover\:bg-emerald-800\/60:hover {
  background-color: rgb(0 53 47 / 0.6);
}
.hover\:bg-emerald-800\/70:hover {
  background-color: rgb(0 53 47 / 0.7);
}
.hover\:bg-emerald-800\/75:hover {
  background-color: rgb(0 53 47 / 0.75);
}
.hover\:bg-emerald-800\/80:hover {
  background-color: rgb(0 53 47 / 0.8);
}
.hover\:bg-emerald-800\/90:hover {
  background-color: rgb(0 53 47 / 0.9);
}
.hover\:bg-emerald-800\/95:hover {
  background-color: rgb(0 53 47 / 0.95);
}
.hover\:bg-emerald-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 44 38 / var(--tw-bg-opacity));
}
.hover\:bg-emerald-900\/0:hover {
  background-color: rgb(0 44 38 / 0);
}
.hover\:bg-emerald-900\/10:hover {
  background-color: rgb(0 44 38 / 0.1);
}
.hover\:bg-emerald-900\/100:hover {
  background-color: rgb(0 44 38 / 1);
}
.hover\:bg-emerald-900\/20:hover {
  background-color: rgb(0 44 38 / 0.2);
}
.hover\:bg-emerald-900\/25:hover {
  background-color: rgb(0 44 38 / 0.25);
}
.hover\:bg-emerald-900\/30:hover {
  background-color: rgb(0 44 38 / 0.3);
}
.hover\:bg-emerald-900\/40:hover {
  background-color: rgb(0 44 38 / 0.4);
}
.hover\:bg-emerald-900\/5:hover {
  background-color: rgb(0 44 38 / 0.05);
}
.hover\:bg-emerald-900\/50:hover {
  background-color: rgb(0 44 38 / 0.5);
}
.hover\:bg-emerald-900\/60:hover {
  background-color: rgb(0 44 38 / 0.6);
}
.hover\:bg-emerald-900\/70:hover {
  background-color: rgb(0 44 38 / 0.7);
}
.hover\:bg-emerald-900\/75:hover {
  background-color: rgb(0 44 38 / 0.75);
}
.hover\:bg-emerald-900\/80:hover {
  background-color: rgb(0 44 38 / 0.8);
}
.hover\:bg-emerald-900\/90:hover {
  background-color: rgb(0 44 38 / 0.9);
}
.hover\:bg-emerald-900\/95:hover {
  background-color: rgb(0 44 38 / 0.95);
}
.hover\:bg-forest-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(205 241 245 / var(--tw-bg-opacity));
}
.hover\:bg-forest-100\/0:hover {
  background-color: rgb(205 241 245 / 0);
}
.hover\:bg-forest-100\/10:hover {
  background-color: rgb(205 241 245 / 0.1);
}
.hover\:bg-forest-100\/100:hover {
  background-color: rgb(205 241 245 / 1);
}
.hover\:bg-forest-100\/20:hover {
  background-color: rgb(205 241 245 / 0.2);
}
.hover\:bg-forest-100\/25:hover {
  background-color: rgb(205 241 245 / 0.25);
}
.hover\:bg-forest-100\/30:hover {
  background-color: rgb(205 241 245 / 0.3);
}
.hover\:bg-forest-100\/40:hover {
  background-color: rgb(205 241 245 / 0.4);
}
.hover\:bg-forest-100\/5:hover {
  background-color: rgb(205 241 245 / 0.05);
}
.hover\:bg-forest-100\/50:hover {
  background-color: rgb(205 241 245 / 0.5);
}
.hover\:bg-forest-100\/60:hover {
  background-color: rgb(205 241 245 / 0.6);
}
.hover\:bg-forest-100\/70:hover {
  background-color: rgb(205 241 245 / 0.7);
}
.hover\:bg-forest-100\/75:hover {
  background-color: rgb(205 241 245 / 0.75);
}
.hover\:bg-forest-100\/80:hover {
  background-color: rgb(205 241 245 / 0.8);
}
.hover\:bg-forest-100\/90:hover {
  background-color: rgb(205 241 245 / 0.9);
}
.hover\:bg-forest-100\/95:hover {
  background-color: rgb(205 241 245 / 0.95);
}
.hover\:bg-forest-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(158 221 229 / var(--tw-bg-opacity));
}
.hover\:bg-forest-200\/0:hover {
  background-color: rgb(158 221 229 / 0);
}
.hover\:bg-forest-200\/10:hover {
  background-color: rgb(158 221 229 / 0.1);
}
.hover\:bg-forest-200\/100:hover {
  background-color: rgb(158 221 229 / 1);
}
.hover\:bg-forest-200\/20:hover {
  background-color: rgb(158 221 229 / 0.2);
}
.hover\:bg-forest-200\/25:hover {
  background-color: rgb(158 221 229 / 0.25);
}
.hover\:bg-forest-200\/30:hover {
  background-color: rgb(158 221 229 / 0.3);
}
.hover\:bg-forest-200\/40:hover {
  background-color: rgb(158 221 229 / 0.4);
}
.hover\:bg-forest-200\/5:hover {
  background-color: rgb(158 221 229 / 0.05);
}
.hover\:bg-forest-200\/50:hover {
  background-color: rgb(158 221 229 / 0.5);
}
.hover\:bg-forest-200\/60:hover {
  background-color: rgb(158 221 229 / 0.6);
}
.hover\:bg-forest-200\/70:hover {
  background-color: rgb(158 221 229 / 0.7);
}
.hover\:bg-forest-200\/75:hover {
  background-color: rgb(158 221 229 / 0.75);
}
.hover\:bg-forest-200\/80:hover {
  background-color: rgb(158 221 229 / 0.8);
}
.hover\:bg-forest-200\/90:hover {
  background-color: rgb(158 221 229 / 0.9);
}
.hover\:bg-forest-200\/95:hover {
  background-color: rgb(158 221 229 / 0.95);
}
.hover\:bg-forest-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(142 186 189 / var(--tw-bg-opacity));
}
.hover\:bg-forest-300\/0:hover {
  background-color: rgb(142 186 189 / 0);
}
.hover\:bg-forest-300\/10:hover {
  background-color: rgb(142 186 189 / 0.1);
}
.hover\:bg-forest-300\/100:hover {
  background-color: rgb(142 186 189 / 1);
}
.hover\:bg-forest-300\/20:hover {
  background-color: rgb(142 186 189 / 0.2);
}
.hover\:bg-forest-300\/25:hover {
  background-color: rgb(142 186 189 / 0.25);
}
.hover\:bg-forest-300\/30:hover {
  background-color: rgb(142 186 189 / 0.3);
}
.hover\:bg-forest-300\/40:hover {
  background-color: rgb(142 186 189 / 0.4);
}
.hover\:bg-forest-300\/5:hover {
  background-color: rgb(142 186 189 / 0.05);
}
.hover\:bg-forest-300\/50:hover {
  background-color: rgb(142 186 189 / 0.5);
}
.hover\:bg-forest-300\/60:hover {
  background-color: rgb(142 186 189 / 0.6);
}
.hover\:bg-forest-300\/70:hover {
  background-color: rgb(142 186 189 / 0.7);
}
.hover\:bg-forest-300\/75:hover {
  background-color: rgb(142 186 189 / 0.75);
}
.hover\:bg-forest-300\/80:hover {
  background-color: rgb(142 186 189 / 0.8);
}
.hover\:bg-forest-300\/90:hover {
  background-color: rgb(142 186 189 / 0.9);
}
.hover\:bg-forest-300\/95:hover {
  background-color: rgb(142 186 189 / 0.95);
}
.hover\:bg-forest-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(91 146 150 / var(--tw-bg-opacity));
}
.hover\:bg-forest-400\/0:hover {
  background-color: rgb(91 146 150 / 0);
}
.hover\:bg-forest-400\/10:hover {
  background-color: rgb(91 146 150 / 0.1);
}
.hover\:bg-forest-400\/100:hover {
  background-color: rgb(91 146 150 / 1);
}
.hover\:bg-forest-400\/20:hover {
  background-color: rgb(91 146 150 / 0.2);
}
.hover\:bg-forest-400\/25:hover {
  background-color: rgb(91 146 150 / 0.25);
}
.hover\:bg-forest-400\/30:hover {
  background-color: rgb(91 146 150 / 0.3);
}
.hover\:bg-forest-400\/40:hover {
  background-color: rgb(91 146 150 / 0.4);
}
.hover\:bg-forest-400\/5:hover {
  background-color: rgb(91 146 150 / 0.05);
}
.hover\:bg-forest-400\/50:hover {
  background-color: rgb(91 146 150 / 0.5);
}
.hover\:bg-forest-400\/60:hover {
  background-color: rgb(91 146 150 / 0.6);
}
.hover\:bg-forest-400\/70:hover {
  background-color: rgb(91 146 150 / 0.7);
}
.hover\:bg-forest-400\/75:hover {
  background-color: rgb(91 146 150 / 0.75);
}
.hover\:bg-forest-400\/80:hover {
  background-color: rgb(91 146 150 / 0.8);
}
.hover\:bg-forest-400\/90:hover {
  background-color: rgb(91 146 150 / 0.9);
}
.hover\:bg-forest-400\/95:hover {
  background-color: rgb(91 146 150 / 0.95);
}
.hover\:bg-forest-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 252 255 / var(--tw-bg-opacity));
}
.hover\:bg-forest-50\/0:hover {
  background-color: rgb(229 252 255 / 0);
}
.hover\:bg-forest-50\/10:hover {
  background-color: rgb(229 252 255 / 0.1);
}
.hover\:bg-forest-50\/100:hover {
  background-color: rgb(229 252 255 / 1);
}
.hover\:bg-forest-50\/20:hover {
  background-color: rgb(229 252 255 / 0.2);
}
.hover\:bg-forest-50\/25:hover {
  background-color: rgb(229 252 255 / 0.25);
}
.hover\:bg-forest-50\/30:hover {
  background-color: rgb(229 252 255 / 0.3);
}
.hover\:bg-forest-50\/40:hover {
  background-color: rgb(229 252 255 / 0.4);
}
.hover\:bg-forest-50\/5:hover {
  background-color: rgb(229 252 255 / 0.05);
}
.hover\:bg-forest-50\/50:hover {
  background-color: rgb(229 252 255 / 0.5);
}
.hover\:bg-forest-50\/60:hover {
  background-color: rgb(229 252 255 / 0.6);
}
.hover\:bg-forest-50\/70:hover {
  background-color: rgb(229 252 255 / 0.7);
}
.hover\:bg-forest-50\/75:hover {
  background-color: rgb(229 252 255 / 0.75);
}
.hover\:bg-forest-50\/80:hover {
  background-color: rgb(229 252 255 / 0.8);
}
.hover\:bg-forest-50\/90:hover {
  background-color: rgb(229 252 255 / 0.9);
}
.hover\:bg-forest-50\/95:hover {
  background-color: rgb(229 252 255 / 0.95);
}
.hover\:bg-forest-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 96 100 / var(--tw-bg-opacity));
}
.hover\:bg-forest-500\/0:hover {
  background-color: rgb(0 96 100 / 0);
}
.hover\:bg-forest-500\/10:hover {
  background-color: rgb(0 96 100 / 0.1);
}
.hover\:bg-forest-500\/100:hover {
  background-color: rgb(0 96 100 / 1);
}
.hover\:bg-forest-500\/20:hover {
  background-color: rgb(0 96 100 / 0.2);
}
.hover\:bg-forest-500\/25:hover {
  background-color: rgb(0 96 100 / 0.25);
}
.hover\:bg-forest-500\/30:hover {
  background-color: rgb(0 96 100 / 0.3);
}
.hover\:bg-forest-500\/40:hover {
  background-color: rgb(0 96 100 / 0.4);
}
.hover\:bg-forest-500\/5:hover {
  background-color: rgb(0 96 100 / 0.05);
}
.hover\:bg-forest-500\/50:hover {
  background-color: rgb(0 96 100 / 0.5);
}
.hover\:bg-forest-500\/60:hover {
  background-color: rgb(0 96 100 / 0.6);
}
.hover\:bg-forest-500\/70:hover {
  background-color: rgb(0 96 100 / 0.7);
}
.hover\:bg-forest-500\/75:hover {
  background-color: rgb(0 96 100 / 0.75);
}
.hover\:bg-forest-500\/80:hover {
  background-color: rgb(0 96 100 / 0.8);
}
.hover\:bg-forest-500\/90:hover {
  background-color: rgb(0 96 100 / 0.9);
}
.hover\:bg-forest-500\/95:hover {
  background-color: rgb(0 96 100 / 0.95);
}
.hover\:bg-forest-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(32 78 81 / var(--tw-bg-opacity));
}
.hover\:bg-forest-600\/0:hover {
  background-color: rgb(32 78 81 / 0);
}
.hover\:bg-forest-600\/10:hover {
  background-color: rgb(32 78 81 / 0.1);
}
.hover\:bg-forest-600\/100:hover {
  background-color: rgb(32 78 81 / 1);
}
.hover\:bg-forest-600\/20:hover {
  background-color: rgb(32 78 81 / 0.2);
}
.hover\:bg-forest-600\/25:hover {
  background-color: rgb(32 78 81 / 0.25);
}
.hover\:bg-forest-600\/30:hover {
  background-color: rgb(32 78 81 / 0.3);
}
.hover\:bg-forest-600\/40:hover {
  background-color: rgb(32 78 81 / 0.4);
}
.hover\:bg-forest-600\/5:hover {
  background-color: rgb(32 78 81 / 0.05);
}
.hover\:bg-forest-600\/50:hover {
  background-color: rgb(32 78 81 / 0.5);
}
.hover\:bg-forest-600\/60:hover {
  background-color: rgb(32 78 81 / 0.6);
}
.hover\:bg-forest-600\/70:hover {
  background-color: rgb(32 78 81 / 0.7);
}
.hover\:bg-forest-600\/75:hover {
  background-color: rgb(32 78 81 / 0.75);
}
.hover\:bg-forest-600\/80:hover {
  background-color: rgb(32 78 81 / 0.8);
}
.hover\:bg-forest-600\/90:hover {
  background-color: rgb(32 78 81 / 0.9);
}
.hover\:bg-forest-600\/95:hover {
  background-color: rgb(32 78 81 / 0.95);
}
.hover\:bg-forest-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(18 61 67 / var(--tw-bg-opacity));
}
.hover\:bg-forest-700\/0:hover {
  background-color: rgb(18 61 67 / 0);
}
.hover\:bg-forest-700\/10:hover {
  background-color: rgb(18 61 67 / 0.1);
}
.hover\:bg-forest-700\/100:hover {
  background-color: rgb(18 61 67 / 1);
}
.hover\:bg-forest-700\/20:hover {
  background-color: rgb(18 61 67 / 0.2);
}
.hover\:bg-forest-700\/25:hover {
  background-color: rgb(18 61 67 / 0.25);
}
.hover\:bg-forest-700\/30:hover {
  background-color: rgb(18 61 67 / 0.3);
}
.hover\:bg-forest-700\/40:hover {
  background-color: rgb(18 61 67 / 0.4);
}
.hover\:bg-forest-700\/5:hover {
  background-color: rgb(18 61 67 / 0.05);
}
.hover\:bg-forest-700\/50:hover {
  background-color: rgb(18 61 67 / 0.5);
}
.hover\:bg-forest-700\/60:hover {
  background-color: rgb(18 61 67 / 0.6);
}
.hover\:bg-forest-700\/70:hover {
  background-color: rgb(18 61 67 / 0.7);
}
.hover\:bg-forest-700\/75:hover {
  background-color: rgb(18 61 67 / 0.75);
}
.hover\:bg-forest-700\/80:hover {
  background-color: rgb(18 61 67 / 0.8);
}
.hover\:bg-forest-700\/90:hover {
  background-color: rgb(18 61 67 / 0.9);
}
.hover\:bg-forest-700\/95:hover {
  background-color: rgb(18 61 67 / 0.95);
}
.hover\:bg-forest-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(9 50 55 / var(--tw-bg-opacity));
}
.hover\:bg-forest-800\/0:hover {
  background-color: rgb(9 50 55 / 0);
}
.hover\:bg-forest-800\/10:hover {
  background-color: rgb(9 50 55 / 0.1);
}
.hover\:bg-forest-800\/100:hover {
  background-color: rgb(9 50 55 / 1);
}
.hover\:bg-forest-800\/20:hover {
  background-color: rgb(9 50 55 / 0.2);
}
.hover\:bg-forest-800\/25:hover {
  background-color: rgb(9 50 55 / 0.25);
}
.hover\:bg-forest-800\/30:hover {
  background-color: rgb(9 50 55 / 0.3);
}
.hover\:bg-forest-800\/40:hover {
  background-color: rgb(9 50 55 / 0.4);
}
.hover\:bg-forest-800\/5:hover {
  background-color: rgb(9 50 55 / 0.05);
}
.hover\:bg-forest-800\/50:hover {
  background-color: rgb(9 50 55 / 0.5);
}
.hover\:bg-forest-800\/60:hover {
  background-color: rgb(9 50 55 / 0.6);
}
.hover\:bg-forest-800\/70:hover {
  background-color: rgb(9 50 55 / 0.7);
}
.hover\:bg-forest-800\/75:hover {
  background-color: rgb(9 50 55 / 0.75);
}
.hover\:bg-forest-800\/80:hover {
  background-color: rgb(9 50 55 / 0.8);
}
.hover\:bg-forest-800\/90:hover {
  background-color: rgb(9 50 55 / 0.9);
}
.hover\:bg-forest-800\/95:hover {
  background-color: rgb(9 50 55 / 0.95);
}
.hover\:bg-forest-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(5 42 47 / var(--tw-bg-opacity));
}
.hover\:bg-forest-900\/0:hover {
  background-color: rgb(5 42 47 / 0);
}
.hover\:bg-forest-900\/10:hover {
  background-color: rgb(5 42 47 / 0.1);
}
.hover\:bg-forest-900\/100:hover {
  background-color: rgb(5 42 47 / 1);
}
.hover\:bg-forest-900\/20:hover {
  background-color: rgb(5 42 47 / 0.2);
}
.hover\:bg-forest-900\/25:hover {
  background-color: rgb(5 42 47 / 0.25);
}
.hover\:bg-forest-900\/30:hover {
  background-color: rgb(5 42 47 / 0.3);
}
.hover\:bg-forest-900\/40:hover {
  background-color: rgb(5 42 47 / 0.4);
}
.hover\:bg-forest-900\/5:hover {
  background-color: rgb(5 42 47 / 0.05);
}
.hover\:bg-forest-900\/50:hover {
  background-color: rgb(5 42 47 / 0.5);
}
.hover\:bg-forest-900\/60:hover {
  background-color: rgb(5 42 47 / 0.6);
}
.hover\:bg-forest-900\/70:hover {
  background-color: rgb(5 42 47 / 0.7);
}
.hover\:bg-forest-900\/75:hover {
  background-color: rgb(5 42 47 / 0.75);
}
.hover\:bg-forest-900\/80:hover {
  background-color: rgb(5 42 47 / 0.8);
}
.hover\:bg-forest-900\/90:hover {
  background-color: rgb(5 42 47 / 0.9);
}
.hover\:bg-forest-900\/95:hover {
  background-color: rgb(5 42 47 / 0.95);
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.hover\:bg-gray-100\/0:hover {
  background-color: rgb(245 245 245 / 0);
}
.hover\:bg-gray-100\/10:hover {
  background-color: rgb(245 245 245 / 0.1);
}
.hover\:bg-gray-100\/100:hover {
  background-color: rgb(245 245 245 / 1);
}
.hover\:bg-gray-100\/20:hover {
  background-color: rgb(245 245 245 / 0.2);
}
.hover\:bg-gray-100\/25:hover {
  background-color: rgb(245 245 245 / 0.25);
}
.hover\:bg-gray-100\/30:hover {
  background-color: rgb(245 245 245 / 0.3);
}
.hover\:bg-gray-100\/40:hover {
  background-color: rgb(245 245 245 / 0.4);
}
.hover\:bg-gray-100\/5:hover {
  background-color: rgb(245 245 245 / 0.05);
}
.hover\:bg-gray-100\/50:hover {
  background-color: rgb(245 245 245 / 0.5);
}
.hover\:bg-gray-100\/60:hover {
  background-color: rgb(245 245 245 / 0.6);
}
.hover\:bg-gray-100\/70:hover {
  background-color: rgb(245 245 245 / 0.7);
}
.hover\:bg-gray-100\/75:hover {
  background-color: rgb(245 245 245 / 0.75);
}
.hover\:bg-gray-100\/80:hover {
  background-color: rgb(245 245 245 / 0.8);
}
.hover\:bg-gray-100\/90:hover {
  background-color: rgb(245 245 245 / 0.9);
}
.hover\:bg-gray-100\/95:hover {
  background-color: rgb(245 245 245 / 0.95);
}
.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(238 240 240 / var(--tw-bg-opacity));
}
.hover\:bg-gray-200\/0:hover {
  background-color: rgb(238 240 240 / 0);
}
.hover\:bg-gray-200\/10:hover {
  background-color: rgb(238 240 240 / 0.1);
}
.hover\:bg-gray-200\/100:hover {
  background-color: rgb(238 240 240 / 1);
}
.hover\:bg-gray-200\/20:hover {
  background-color: rgb(238 240 240 / 0.2);
}
.hover\:bg-gray-200\/25:hover {
  background-color: rgb(238 240 240 / 0.25);
}
.hover\:bg-gray-200\/30:hover {
  background-color: rgb(238 240 240 / 0.3);
}
.hover\:bg-gray-200\/40:hover {
  background-color: rgb(238 240 240 / 0.4);
}
.hover\:bg-gray-200\/5:hover {
  background-color: rgb(238 240 240 / 0.05);
}
.hover\:bg-gray-200\/50:hover {
  background-color: rgb(238 240 240 / 0.5);
}
.hover\:bg-gray-200\/60:hover {
  background-color: rgb(238 240 240 / 0.6);
}
.hover\:bg-gray-200\/70:hover {
  background-color: rgb(238 240 240 / 0.7);
}
.hover\:bg-gray-200\/75:hover {
  background-color: rgb(238 240 240 / 0.75);
}
.hover\:bg-gray-200\/80:hover {
  background-color: rgb(238 240 240 / 0.8);
}
.hover\:bg-gray-200\/90:hover {
  background-color: rgb(238 240 240 / 0.9);
}
.hover\:bg-gray-200\/95:hover {
  background-color: rgb(238 240 240 / 0.95);
}
.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(230 231 231 / var(--tw-bg-opacity));
}
.hover\:bg-gray-300\/0:hover {
  background-color: rgb(230 231 231 / 0);
}
.hover\:bg-gray-300\/10:hover {
  background-color: rgb(230 231 231 / 0.1);
}
.hover\:bg-gray-300\/100:hover {
  background-color: rgb(230 231 231 / 1);
}
.hover\:bg-gray-300\/20:hover {
  background-color: rgb(230 231 231 / 0.2);
}
.hover\:bg-gray-300\/25:hover {
  background-color: rgb(230 231 231 / 0.25);
}
.hover\:bg-gray-300\/30:hover {
  background-color: rgb(230 231 231 / 0.3);
}
.hover\:bg-gray-300\/40:hover {
  background-color: rgb(230 231 231 / 0.4);
}
.hover\:bg-gray-300\/5:hover {
  background-color: rgb(230 231 231 / 0.05);
}
.hover\:bg-gray-300\/50:hover {
  background-color: rgb(230 231 231 / 0.5);
}
.hover\:bg-gray-300\/60:hover {
  background-color: rgb(230 231 231 / 0.6);
}
.hover\:bg-gray-300\/70:hover {
  background-color: rgb(230 231 231 / 0.7);
}
.hover\:bg-gray-300\/75:hover {
  background-color: rgb(230 231 231 / 0.75);
}
.hover\:bg-gray-300\/80:hover {
  background-color: rgb(230 231 231 / 0.8);
}
.hover\:bg-gray-300\/90:hover {
  background-color: rgb(230 231 231 / 0.9);
}
.hover\:bg-gray-300\/95:hover {
  background-color: rgb(230 231 231 / 0.95);
}
.hover\:bg-gray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(217 218 218 / var(--tw-bg-opacity));
}
.hover\:bg-gray-400\/0:hover {
  background-color: rgb(217 218 218 / 0);
}
.hover\:bg-gray-400\/10:hover {
  background-color: rgb(217 218 218 / 0.1);
}
.hover\:bg-gray-400\/100:hover {
  background-color: rgb(217 218 218 / 1);
}
.hover\:bg-gray-400\/20:hover {
  background-color: rgb(217 218 218 / 0.2);
}
.hover\:bg-gray-400\/25:hover {
  background-color: rgb(217 218 218 / 0.25);
}
.hover\:bg-gray-400\/30:hover {
  background-color: rgb(217 218 218 / 0.3);
}
.hover\:bg-gray-400\/40:hover {
  background-color: rgb(217 218 218 / 0.4);
}
.hover\:bg-gray-400\/5:hover {
  background-color: rgb(217 218 218 / 0.05);
}
.hover\:bg-gray-400\/50:hover {
  background-color: rgb(217 218 218 / 0.5);
}
.hover\:bg-gray-400\/60:hover {
  background-color: rgb(217 218 218 / 0.6);
}
.hover\:bg-gray-400\/70:hover {
  background-color: rgb(217 218 218 / 0.7);
}
.hover\:bg-gray-400\/75:hover {
  background-color: rgb(217 218 218 / 0.75);
}
.hover\:bg-gray-400\/80:hover {
  background-color: rgb(217 218 218 / 0.8);
}
.hover\:bg-gray-400\/90:hover {
  background-color: rgb(217 218 218 / 0.9);
}
.hover\:bg-gray-400\/95:hover {
  background-color: rgb(217 218 218 / 0.95);
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.hover\:bg-gray-50\/0:hover {
  background-color: rgb(250 250 250 / 0);
}
.hover\:bg-gray-50\/10:hover {
  background-color: rgb(250 250 250 / 0.1);
}
.hover\:bg-gray-50\/100:hover {
  background-color: rgb(250 250 250 / 1);
}
.hover\:bg-gray-50\/20:hover {
  background-color: rgb(250 250 250 / 0.2);
}
.hover\:bg-gray-50\/25:hover {
  background-color: rgb(250 250 250 / 0.25);
}
.hover\:bg-gray-50\/30:hover {
  background-color: rgb(250 250 250 / 0.3);
}
.hover\:bg-gray-50\/40:hover {
  background-color: rgb(250 250 250 / 0.4);
}
.hover\:bg-gray-50\/5:hover {
  background-color: rgb(250 250 250 / 0.05);
}
.hover\:bg-gray-50\/50:hover {
  background-color: rgb(250 250 250 / 0.5);
}
.hover\:bg-gray-50\/60:hover {
  background-color: rgb(250 250 250 / 0.6);
}
.hover\:bg-gray-50\/70:hover {
  background-color: rgb(250 250 250 / 0.7);
}
.hover\:bg-gray-50\/75:hover {
  background-color: rgb(250 250 250 / 0.75);
}
.hover\:bg-gray-50\/80:hover {
  background-color: rgb(250 250 250 / 0.8);
}
.hover\:bg-gray-50\/90:hover {
  background-color: rgb(250 250 250 / 0.9);
}
.hover\:bg-gray-50\/95:hover {
  background-color: rgb(250 250 250 / 0.95);
}
.hover\:bg-gray-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(197 199 199 / var(--tw-bg-opacity));
}
.hover\:bg-gray-500\/0:hover {
  background-color: rgb(197 199 199 / 0);
}
.hover\:bg-gray-500\/10:hover {
  background-color: rgb(197 199 199 / 0.1);
}
.hover\:bg-gray-500\/100:hover {
  background-color: rgb(197 199 199 / 1);
}
.hover\:bg-gray-500\/20:hover {
  background-color: rgb(197 199 199 / 0.2);
}
.hover\:bg-gray-500\/25:hover {
  background-color: rgb(197 199 199 / 0.25);
}
.hover\:bg-gray-500\/30:hover {
  background-color: rgb(197 199 199 / 0.3);
}
.hover\:bg-gray-500\/40:hover {
  background-color: rgb(197 199 199 / 0.4);
}
.hover\:bg-gray-500\/5:hover {
  background-color: rgb(197 199 199 / 0.05);
}
.hover\:bg-gray-500\/50:hover {
  background-color: rgb(197 199 199 / 0.5);
}
.hover\:bg-gray-500\/60:hover {
  background-color: rgb(197 199 199 / 0.6);
}
.hover\:bg-gray-500\/70:hover {
  background-color: rgb(197 199 199 / 0.7);
}
.hover\:bg-gray-500\/75:hover {
  background-color: rgb(197 199 199 / 0.75);
}
.hover\:bg-gray-500\/80:hover {
  background-color: rgb(197 199 199 / 0.8);
}
.hover\:bg-gray-500\/90:hover {
  background-color: rgb(197 199 199 / 0.9);
}
.hover\:bg-gray-500\/95:hover {
  background-color: rgb(197 199 199 / 0.95);
}
.hover\:bg-gray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(169 171 172 / var(--tw-bg-opacity));
}
.hover\:bg-gray-600\/0:hover {
  background-color: rgb(169 171 172 / 0);
}
.hover\:bg-gray-600\/10:hover {
  background-color: rgb(169 171 172 / 0.1);
}
.hover\:bg-gray-600\/100:hover {
  background-color: rgb(169 171 172 / 1);
}
.hover\:bg-gray-600\/20:hover {
  background-color: rgb(169 171 172 / 0.2);
}
.hover\:bg-gray-600\/25:hover {
  background-color: rgb(169 171 172 / 0.25);
}
.hover\:bg-gray-600\/30:hover {
  background-color: rgb(169 171 172 / 0.3);
}
.hover\:bg-gray-600\/40:hover {
  background-color: rgb(169 171 172 / 0.4);
}
.hover\:bg-gray-600\/5:hover {
  background-color: rgb(169 171 172 / 0.05);
}
.hover\:bg-gray-600\/50:hover {
  background-color: rgb(169 171 172 / 0.5);
}
.hover\:bg-gray-600\/60:hover {
  background-color: rgb(169 171 172 / 0.6);
}
.hover\:bg-gray-600\/70:hover {
  background-color: rgb(169 171 172 / 0.7);
}
.hover\:bg-gray-600\/75:hover {
  background-color: rgb(169 171 172 / 0.75);
}
.hover\:bg-gray-600\/80:hover {
  background-color: rgb(169 171 172 / 0.8);
}
.hover\:bg-gray-600\/90:hover {
  background-color: rgb(169 171 172 / 0.9);
}
.hover\:bg-gray-600\/95:hover {
  background-color: rgb(169 171 172 / 0.95);
}
.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(137 139 140 / var(--tw-bg-opacity));
}
.hover\:bg-gray-700\/0:hover {
  background-color: rgb(137 139 140 / 0);
}
.hover\:bg-gray-700\/10:hover {
  background-color: rgb(137 139 140 / 0.1);
}
.hover\:bg-gray-700\/100:hover {
  background-color: rgb(137 139 140 / 1);
}
.hover\:bg-gray-700\/20:hover {
  background-color: rgb(137 139 140 / 0.2);
}
.hover\:bg-gray-700\/25:hover {
  background-color: rgb(137 139 140 / 0.25);
}
.hover\:bg-gray-700\/30:hover {
  background-color: rgb(137 139 140 / 0.3);
}
.hover\:bg-gray-700\/40:hover {
  background-color: rgb(137 139 140 / 0.4);
}
.hover\:bg-gray-700\/5:hover {
  background-color: rgb(137 139 140 / 0.05);
}
.hover\:bg-gray-700\/50:hover {
  background-color: rgb(137 139 140 / 0.5);
}
.hover\:bg-gray-700\/60:hover {
  background-color: rgb(137 139 140 / 0.6);
}
.hover\:bg-gray-700\/70:hover {
  background-color: rgb(137 139 140 / 0.7);
}
.hover\:bg-gray-700\/75:hover {
  background-color: rgb(137 139 140 / 0.75);
}
.hover\:bg-gray-700\/80:hover {
  background-color: rgb(137 139 140 / 0.8);
}
.hover\:bg-gray-700\/90:hover {
  background-color: rgb(137 139 140 / 0.9);
}
.hover\:bg-gray-700\/95:hover {
  background-color: rgb(137 139 140 / 0.95);
}
.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(101 104 106 / var(--tw-bg-opacity));
}
.hover\:bg-gray-800\/0:hover {
  background-color: rgb(101 104 106 / 0);
}
.hover\:bg-gray-800\/10:hover {
  background-color: rgb(101 104 106 / 0.1);
}
.hover\:bg-gray-800\/100:hover {
  background-color: rgb(101 104 106 / 1);
}
.hover\:bg-gray-800\/20:hover {
  background-color: rgb(101 104 106 / 0.2);
}
.hover\:bg-gray-800\/25:hover {
  background-color: rgb(101 104 106 / 0.25);
}
.hover\:bg-gray-800\/30:hover {
  background-color: rgb(101 104 106 / 0.3);
}
.hover\:bg-gray-800\/40:hover {
  background-color: rgb(101 104 106 / 0.4);
}
.hover\:bg-gray-800\/5:hover {
  background-color: rgb(101 104 106 / 0.05);
}
.hover\:bg-gray-800\/50:hover {
  background-color: rgb(101 104 106 / 0.5);
}
.hover\:bg-gray-800\/60:hover {
  background-color: rgb(101 104 106 / 0.6);
}
.hover\:bg-gray-800\/70:hover {
  background-color: rgb(101 104 106 / 0.7);
}
.hover\:bg-gray-800\/75:hover {
  background-color: rgb(101 104 106 / 0.75);
}
.hover\:bg-gray-800\/80:hover {
  background-color: rgb(101 104 106 / 0.8);
}
.hover\:bg-gray-800\/90:hover {
  background-color: rgb(101 104 106 / 0.9);
}
.hover\:bg-gray-800\/95:hover {
  background-color: rgb(101 104 106 / 0.95);
}
.hover\:bg-gray-850:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(76 80 86 / var(--tw-bg-opacity));
}
.hover\:bg-gray-850\/0:hover {
  background-color: rgb(76 80 86 / 0);
}
.hover\:bg-gray-850\/10:hover {
  background-color: rgb(76 80 86 / 0.1);
}
.hover\:bg-gray-850\/100:hover {
  background-color: rgb(76 80 86 / 1);
}
.hover\:bg-gray-850\/20:hover {
  background-color: rgb(76 80 86 / 0.2);
}
.hover\:bg-gray-850\/25:hover {
  background-color: rgb(76 80 86 / 0.25);
}
.hover\:bg-gray-850\/30:hover {
  background-color: rgb(76 80 86 / 0.3);
}
.hover\:bg-gray-850\/40:hover {
  background-color: rgb(76 80 86 / 0.4);
}
.hover\:bg-gray-850\/5:hover {
  background-color: rgb(76 80 86 / 0.05);
}
.hover\:bg-gray-850\/50:hover {
  background-color: rgb(76 80 86 / 0.5);
}
.hover\:bg-gray-850\/60:hover {
  background-color: rgb(76 80 86 / 0.6);
}
.hover\:bg-gray-850\/70:hover {
  background-color: rgb(76 80 86 / 0.7);
}
.hover\:bg-gray-850\/75:hover {
  background-color: rgb(76 80 86 / 0.75);
}
.hover\:bg-gray-850\/80:hover {
  background-color: rgb(76 80 86 / 0.8);
}
.hover\:bg-gray-850\/90:hover {
  background-color: rgb(76 80 86 / 0.9);
}
.hover\:bg-gray-850\/95:hover {
  background-color: rgb(76 80 86 / 0.95);
}
.hover\:bg-gray-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(51 53 57 / var(--tw-bg-opacity));
}
.hover\:bg-gray-900\/0:hover {
  background-color: rgb(51 53 57 / 0);
}
.hover\:bg-gray-900\/10:hover {
  background-color: rgb(51 53 57 / 0.1);
}
.hover\:bg-gray-900\/100:hover {
  background-color: rgb(51 53 57 / 1);
}
.hover\:bg-gray-900\/20:hover {
  background-color: rgb(51 53 57 / 0.2);
}
.hover\:bg-gray-900\/25:hover {
  background-color: rgb(51 53 57 / 0.25);
}
.hover\:bg-gray-900\/30:hover {
  background-color: rgb(51 53 57 / 0.3);
}
.hover\:bg-gray-900\/40:hover {
  background-color: rgb(51 53 57 / 0.4);
}
.hover\:bg-gray-900\/5:hover {
  background-color: rgb(51 53 57 / 0.05);
}
.hover\:bg-gray-900\/50:hover {
  background-color: rgb(51 53 57 / 0.5);
}
.hover\:bg-gray-900\/60:hover {
  background-color: rgb(51 53 57 / 0.6);
}
.hover\:bg-gray-900\/70:hover {
  background-color: rgb(51 53 57 / 0.7);
}
.hover\:bg-gray-900\/75:hover {
  background-color: rgb(51 53 57 / 0.75);
}
.hover\:bg-gray-900\/80:hover {
  background-color: rgb(51 53 57 / 0.8);
}
.hover\:bg-gray-900\/90:hover {
  background-color: rgb(51 53 57 / 0.9);
}
.hover\:bg-gray-900\/95:hover {
  background-color: rgb(51 53 57 / 0.95);
}
.hover\:bg-indigo-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(200 181 255 / var(--tw-bg-opacity));
}
.hover\:bg-indigo-100\/0:hover {
  background-color: rgb(200 181 255 / 0);
}
.hover\:bg-indigo-100\/10:hover {
  background-color: rgb(200 181 255 / 0.1);
}
.hover\:bg-indigo-100\/100:hover {
  background-color: rgb(200 181 255 / 1);
}
.hover\:bg-indigo-100\/20:hover {
  background-color: rgb(200 181 255 / 0.2);
}
.hover\:bg-indigo-100\/25:hover {
  background-color: rgb(200 181 255 / 0.25);
}
.hover\:bg-indigo-100\/30:hover {
  background-color: rgb(200 181 255 / 0.3);
}
.hover\:bg-indigo-100\/40:hover {
  background-color: rgb(200 181 255 / 0.4);
}
.hover\:bg-indigo-100\/5:hover {
  background-color: rgb(200 181 255 / 0.05);
}
.hover\:bg-indigo-100\/50:hover {
  background-color: rgb(200 181 255 / 0.5);
}
.hover\:bg-indigo-100\/60:hover {
  background-color: rgb(200 181 255 / 0.6);
}
.hover\:bg-indigo-100\/70:hover {
  background-color: rgb(200 181 255 / 0.7);
}
.hover\:bg-indigo-100\/75:hover {
  background-color: rgb(200 181 255 / 0.75);
}
.hover\:bg-indigo-100\/80:hover {
  background-color: rgb(200 181 255 / 0.8);
}
.hover\:bg-indigo-100\/90:hover {
  background-color: rgb(200 181 255 / 0.9);
}
.hover\:bg-indigo-100\/95:hover {
  background-color: rgb(200 181 255 / 0.95);
}
.hover\:bg-indigo-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(167 136 255 / var(--tw-bg-opacity));
}
.hover\:bg-indigo-200\/0:hover {
  background-color: rgb(167 136 255 / 0);
}
.hover\:bg-indigo-200\/10:hover {
  background-color: rgb(167 136 255 / 0.1);
}
.hover\:bg-indigo-200\/100:hover {
  background-color: rgb(167 136 255 / 1);
}
.hover\:bg-indigo-200\/20:hover {
  background-color: rgb(167 136 255 / 0.2);
}
.hover\:bg-indigo-200\/25:hover {
  background-color: rgb(167 136 255 / 0.25);
}
.hover\:bg-indigo-200\/30:hover {
  background-color: rgb(167 136 255 / 0.3);
}
.hover\:bg-indigo-200\/40:hover {
  background-color: rgb(167 136 255 / 0.4);
}
.hover\:bg-indigo-200\/5:hover {
  background-color: rgb(167 136 255 / 0.05);
}
.hover\:bg-indigo-200\/50:hover {
  background-color: rgb(167 136 255 / 0.5);
}
.hover\:bg-indigo-200\/60:hover {
  background-color: rgb(167 136 255 / 0.6);
}
.hover\:bg-indigo-200\/70:hover {
  background-color: rgb(167 136 255 / 0.7);
}
.hover\:bg-indigo-200\/75:hover {
  background-color: rgb(167 136 255 / 0.75);
}
.hover\:bg-indigo-200\/80:hover {
  background-color: rgb(167 136 255 / 0.8);
}
.hover\:bg-indigo-200\/90:hover {
  background-color: rgb(167 136 255 / 0.9);
}
.hover\:bg-indigo-200\/95:hover {
  background-color: rgb(167 136 255 / 0.95);
}
.hover\:bg-indigo-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(140 99 254 / var(--tw-bg-opacity));
}
.hover\:bg-indigo-300\/0:hover {
  background-color: rgb(140 99 254 / 0);
}
.hover\:bg-indigo-300\/10:hover {
  background-color: rgb(140 99 254 / 0.1);
}
.hover\:bg-indigo-300\/100:hover {
  background-color: rgb(140 99 254 / 1);
}
.hover\:bg-indigo-300\/20:hover {
  background-color: rgb(140 99 254 / 0.2);
}
.hover\:bg-indigo-300\/25:hover {
  background-color: rgb(140 99 254 / 0.25);
}
.hover\:bg-indigo-300\/30:hover {
  background-color: rgb(140 99 254 / 0.3);
}
.hover\:bg-indigo-300\/40:hover {
  background-color: rgb(140 99 254 / 0.4);
}
.hover\:bg-indigo-300\/5:hover {
  background-color: rgb(140 99 254 / 0.05);
}
.hover\:bg-indigo-300\/50:hover {
  background-color: rgb(140 99 254 / 0.5);
}
.hover\:bg-indigo-300\/60:hover {
  background-color: rgb(140 99 254 / 0.6);
}
.hover\:bg-indigo-300\/70:hover {
  background-color: rgb(140 99 254 / 0.7);
}
.hover\:bg-indigo-300\/75:hover {
  background-color: rgb(140 99 254 / 0.75);
}
.hover\:bg-indigo-300\/80:hover {
  background-color: rgb(140 99 254 / 0.8);
}
.hover\:bg-indigo-300\/90:hover {
  background-color: rgb(140 99 254 / 0.9);
}
.hover\:bg-indigo-300\/95:hover {
  background-color: rgb(140 99 254 / 0.95);
}
.hover\:bg-indigo-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(117 72 244 / var(--tw-bg-opacity));
}
.hover\:bg-indigo-400\/0:hover {
  background-color: rgb(117 72 244 / 0);
}
.hover\:bg-indigo-400\/10:hover {
  background-color: rgb(117 72 244 / 0.1);
}
.hover\:bg-indigo-400\/100:hover {
  background-color: rgb(117 72 244 / 1);
}
.hover\:bg-indigo-400\/20:hover {
  background-color: rgb(117 72 244 / 0.2);
}
.hover\:bg-indigo-400\/25:hover {
  background-color: rgb(117 72 244 / 0.25);
}
.hover\:bg-indigo-400\/30:hover {
  background-color: rgb(117 72 244 / 0.3);
}
.hover\:bg-indigo-400\/40:hover {
  background-color: rgb(117 72 244 / 0.4);
}
.hover\:bg-indigo-400\/5:hover {
  background-color: rgb(117 72 244 / 0.05);
}
.hover\:bg-indigo-400\/50:hover {
  background-color: rgb(117 72 244 / 0.5);
}
.hover\:bg-indigo-400\/60:hover {
  background-color: rgb(117 72 244 / 0.6);
}
.hover\:bg-indigo-400\/70:hover {
  background-color: rgb(117 72 244 / 0.7);
}
.hover\:bg-indigo-400\/75:hover {
  background-color: rgb(117 72 244 / 0.75);
}
.hover\:bg-indigo-400\/80:hover {
  background-color: rgb(117 72 244 / 0.8);
}
.hover\:bg-indigo-400\/90:hover {
  background-color: rgb(117 72 244 / 0.9);
}
.hover\:bg-indigo-400\/95:hover {
  background-color: rgb(117 72 244 / 0.95);
}
.hover\:bg-indigo-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(225 215 255 / var(--tw-bg-opacity));
}
.hover\:bg-indigo-50\/0:hover {
  background-color: rgb(225 215 255 / 0);
}
.hover\:bg-indigo-50\/10:hover {
  background-color: rgb(225 215 255 / 0.1);
}
.hover\:bg-indigo-50\/100:hover {
  background-color: rgb(225 215 255 / 1);
}
.hover\:bg-indigo-50\/20:hover {
  background-color: rgb(225 215 255 / 0.2);
}
.hover\:bg-indigo-50\/25:hover {
  background-color: rgb(225 215 255 / 0.25);
}
.hover\:bg-indigo-50\/30:hover {
  background-color: rgb(225 215 255 / 0.3);
}
.hover\:bg-indigo-50\/40:hover {
  background-color: rgb(225 215 255 / 0.4);
}
.hover\:bg-indigo-50\/5:hover {
  background-color: rgb(225 215 255 / 0.05);
}
.hover\:bg-indigo-50\/50:hover {
  background-color: rgb(225 215 255 / 0.5);
}
.hover\:bg-indigo-50\/60:hover {
  background-color: rgb(225 215 255 / 0.6);
}
.hover\:bg-indigo-50\/70:hover {
  background-color: rgb(225 215 255 / 0.7);
}
.hover\:bg-indigo-50\/75:hover {
  background-color: rgb(225 215 255 / 0.75);
}
.hover\:bg-indigo-50\/80:hover {
  background-color: rgb(225 215 255 / 0.8);
}
.hover\:bg-indigo-50\/90:hover {
  background-color: rgb(225 215 255 / 0.9);
}
.hover\:bg-indigo-50\/95:hover {
  background-color: rgb(225 215 255 / 0.95);
}
.hover\:bg-indigo-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(91 45 224 / var(--tw-bg-opacity));
}
.hover\:bg-indigo-500\/0:hover {
  background-color: rgb(91 45 224 / 0);
}
.hover\:bg-indigo-500\/10:hover {
  background-color: rgb(91 45 224 / 0.1);
}
.hover\:bg-indigo-500\/100:hover {
  background-color: rgb(91 45 224 / 1);
}
.hover\:bg-indigo-500\/20:hover {
  background-color: rgb(91 45 224 / 0.2);
}
.hover\:bg-indigo-500\/25:hover {
  background-color: rgb(91 45 224 / 0.25);
}
.hover\:bg-indigo-500\/30:hover {
  background-color: rgb(91 45 224 / 0.3);
}
.hover\:bg-indigo-500\/40:hover {
  background-color: rgb(91 45 224 / 0.4);
}
.hover\:bg-indigo-500\/5:hover {
  background-color: rgb(91 45 224 / 0.05);
}
.hover\:bg-indigo-500\/50:hover {
  background-color: rgb(91 45 224 / 0.5);
}
.hover\:bg-indigo-500\/60:hover {
  background-color: rgb(91 45 224 / 0.6);
}
.hover\:bg-indigo-500\/70:hover {
  background-color: rgb(91 45 224 / 0.7);
}
.hover\:bg-indigo-500\/75:hover {
  background-color: rgb(91 45 224 / 0.75);
}
.hover\:bg-indigo-500\/80:hover {
  background-color: rgb(91 45 224 / 0.8);
}
.hover\:bg-indigo-500\/90:hover {
  background-color: rgb(91 45 224 / 0.9);
}
.hover\:bg-indigo-500\/95:hover {
  background-color: rgb(91 45 224 / 0.95);
}
.hover\:bg-indigo-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(67 19 203 / var(--tw-bg-opacity));
}
.hover\:bg-indigo-600\/0:hover {
  background-color: rgb(67 19 203 / 0);
}
.hover\:bg-indigo-600\/10:hover {
  background-color: rgb(67 19 203 / 0.1);
}
.hover\:bg-indigo-600\/100:hover {
  background-color: rgb(67 19 203 / 1);
}
.hover\:bg-indigo-600\/20:hover {
  background-color: rgb(67 19 203 / 0.2);
}
.hover\:bg-indigo-600\/25:hover {
  background-color: rgb(67 19 203 / 0.25);
}
.hover\:bg-indigo-600\/30:hover {
  background-color: rgb(67 19 203 / 0.3);
}
.hover\:bg-indigo-600\/40:hover {
  background-color: rgb(67 19 203 / 0.4);
}
.hover\:bg-indigo-600\/5:hover {
  background-color: rgb(67 19 203 / 0.05);
}
.hover\:bg-indigo-600\/50:hover {
  background-color: rgb(67 19 203 / 0.5);
}
.hover\:bg-indigo-600\/60:hover {
  background-color: rgb(67 19 203 / 0.6);
}
.hover\:bg-indigo-600\/70:hover {
  background-color: rgb(67 19 203 / 0.7);
}
.hover\:bg-indigo-600\/75:hover {
  background-color: rgb(67 19 203 / 0.75);
}
.hover\:bg-indigo-600\/80:hover {
  background-color: rgb(67 19 203 / 0.8);
}
.hover\:bg-indigo-600\/90:hover {
  background-color: rgb(67 19 203 / 0.9);
}
.hover\:bg-indigo-600\/95:hover {
  background-color: rgb(67 19 203 / 0.95);
}
.hover\:bg-indigo-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(42 2 157 / var(--tw-bg-opacity));
}
.hover\:bg-indigo-700\/0:hover {
  background-color: rgb(42 2 157 / 0);
}
.hover\:bg-indigo-700\/10:hover {
  background-color: rgb(42 2 157 / 0.1);
}
.hover\:bg-indigo-700\/100:hover {
  background-color: rgb(42 2 157 / 1);
}
.hover\:bg-indigo-700\/20:hover {
  background-color: rgb(42 2 157 / 0.2);
}
.hover\:bg-indigo-700\/25:hover {
  background-color: rgb(42 2 157 / 0.25);
}
.hover\:bg-indigo-700\/30:hover {
  background-color: rgb(42 2 157 / 0.3);
}
.hover\:bg-indigo-700\/40:hover {
  background-color: rgb(42 2 157 / 0.4);
}
.hover\:bg-indigo-700\/5:hover {
  background-color: rgb(42 2 157 / 0.05);
}
.hover\:bg-indigo-700\/50:hover {
  background-color: rgb(42 2 157 / 0.5);
}
.hover\:bg-indigo-700\/60:hover {
  background-color: rgb(42 2 157 / 0.6);
}
.hover\:bg-indigo-700\/70:hover {
  background-color: rgb(42 2 157 / 0.7);
}
.hover\:bg-indigo-700\/75:hover {
  background-color: rgb(42 2 157 / 0.75);
}
.hover\:bg-indigo-700\/80:hover {
  background-color: rgb(42 2 157 / 0.8);
}
.hover\:bg-indigo-700\/90:hover {
  background-color: rgb(42 2 157 / 0.9);
}
.hover\:bg-indigo-700\/95:hover {
  background-color: rgb(42 2 157 / 0.95);
}
.hover\:bg-indigo-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(32 0 124 / var(--tw-bg-opacity));
}
.hover\:bg-indigo-800\/0:hover {
  background-color: rgb(32 0 124 / 0);
}
.hover\:bg-indigo-800\/10:hover {
  background-color: rgb(32 0 124 / 0.1);
}
.hover\:bg-indigo-800\/100:hover {
  background-color: rgb(32 0 124 / 1);
}
.hover\:bg-indigo-800\/20:hover {
  background-color: rgb(32 0 124 / 0.2);
}
.hover\:bg-indigo-800\/25:hover {
  background-color: rgb(32 0 124 / 0.25);
}
.hover\:bg-indigo-800\/30:hover {
  background-color: rgb(32 0 124 / 0.3);
}
.hover\:bg-indigo-800\/40:hover {
  background-color: rgb(32 0 124 / 0.4);
}
.hover\:bg-indigo-800\/5:hover {
  background-color: rgb(32 0 124 / 0.05);
}
.hover\:bg-indigo-800\/50:hover {
  background-color: rgb(32 0 124 / 0.5);
}
.hover\:bg-indigo-800\/60:hover {
  background-color: rgb(32 0 124 / 0.6);
}
.hover\:bg-indigo-800\/70:hover {
  background-color: rgb(32 0 124 / 0.7);
}
.hover\:bg-indigo-800\/75:hover {
  background-color: rgb(32 0 124 / 0.75);
}
.hover\:bg-indigo-800\/80:hover {
  background-color: rgb(32 0 124 / 0.8);
}
.hover\:bg-indigo-800\/90:hover {
  background-color: rgb(32 0 124 / 0.9);
}
.hover\:bg-indigo-800\/95:hover {
  background-color: rgb(32 0 124 / 0.95);
}
.hover\:bg-indigo-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(24 0 94 / var(--tw-bg-opacity));
}
.hover\:bg-indigo-900\/0:hover {
  background-color: rgb(24 0 94 / 0);
}
.hover\:bg-indigo-900\/10:hover {
  background-color: rgb(24 0 94 / 0.1);
}
.hover\:bg-indigo-900\/100:hover {
  background-color: rgb(24 0 94 / 1);
}
.hover\:bg-indigo-900\/20:hover {
  background-color: rgb(24 0 94 / 0.2);
}
.hover\:bg-indigo-900\/25:hover {
  background-color: rgb(24 0 94 / 0.25);
}
.hover\:bg-indigo-900\/30:hover {
  background-color: rgb(24 0 94 / 0.3);
}
.hover\:bg-indigo-900\/40:hover {
  background-color: rgb(24 0 94 / 0.4);
}
.hover\:bg-indigo-900\/5:hover {
  background-color: rgb(24 0 94 / 0.05);
}
.hover\:bg-indigo-900\/50:hover {
  background-color: rgb(24 0 94 / 0.5);
}
.hover\:bg-indigo-900\/60:hover {
  background-color: rgb(24 0 94 / 0.6);
}
.hover\:bg-indigo-900\/70:hover {
  background-color: rgb(24 0 94 / 0.7);
}
.hover\:bg-indigo-900\/75:hover {
  background-color: rgb(24 0 94 / 0.75);
}
.hover\:bg-indigo-900\/80:hover {
  background-color: rgb(24 0 94 / 0.8);
}
.hover\:bg-indigo-900\/90:hover {
  background-color: rgb(24 0 94 / 0.9);
}
.hover\:bg-indigo-900\/95:hover {
  background-color: rgb(24 0 94 / 0.95);
}
.hover\:bg-info-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
}
.hover\:bg-info-100\/0:hover {
  background-color: rgb(224 242 254 / 0);
}
.hover\:bg-info-100\/10:hover {
  background-color: rgb(224 242 254 / 0.1);
}
.hover\:bg-info-100\/100:hover {
  background-color: rgb(224 242 254 / 1);
}
.hover\:bg-info-100\/20:hover {
  background-color: rgb(224 242 254 / 0.2);
}
.hover\:bg-info-100\/25:hover {
  background-color: rgb(224 242 254 / 0.25);
}
.hover\:bg-info-100\/30:hover {
  background-color: rgb(224 242 254 / 0.3);
}
.hover\:bg-info-100\/40:hover {
  background-color: rgb(224 242 254 / 0.4);
}
.hover\:bg-info-100\/5:hover {
  background-color: rgb(224 242 254 / 0.05);
}
.hover\:bg-info-100\/50:hover {
  background-color: rgb(224 242 254 / 0.5);
}
.hover\:bg-info-100\/60:hover {
  background-color: rgb(224 242 254 / 0.6);
}
.hover\:bg-info-100\/70:hover {
  background-color: rgb(224 242 254 / 0.7);
}
.hover\:bg-info-100\/75:hover {
  background-color: rgb(224 242 254 / 0.75);
}
.hover\:bg-info-100\/80:hover {
  background-color: rgb(224 242 254 / 0.8);
}
.hover\:bg-info-100\/90:hover {
  background-color: rgb(224 242 254 / 0.9);
}
.hover\:bg-info-100\/95:hover {
  background-color: rgb(224 242 254 / 0.95);
}
.hover\:bg-info-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity));
}
.hover\:bg-info-200\/0:hover {
  background-color: rgb(186 230 253 / 0);
}
.hover\:bg-info-200\/10:hover {
  background-color: rgb(186 230 253 / 0.1);
}
.hover\:bg-info-200\/100:hover {
  background-color: rgb(186 230 253 / 1);
}
.hover\:bg-info-200\/20:hover {
  background-color: rgb(186 230 253 / 0.2);
}
.hover\:bg-info-200\/25:hover {
  background-color: rgb(186 230 253 / 0.25);
}
.hover\:bg-info-200\/30:hover {
  background-color: rgb(186 230 253 / 0.3);
}
.hover\:bg-info-200\/40:hover {
  background-color: rgb(186 230 253 / 0.4);
}
.hover\:bg-info-200\/5:hover {
  background-color: rgb(186 230 253 / 0.05);
}
.hover\:bg-info-200\/50:hover {
  background-color: rgb(186 230 253 / 0.5);
}
.hover\:bg-info-200\/60:hover {
  background-color: rgb(186 230 253 / 0.6);
}
.hover\:bg-info-200\/70:hover {
  background-color: rgb(186 230 253 / 0.7);
}
.hover\:bg-info-200\/75:hover {
  background-color: rgb(186 230 253 / 0.75);
}
.hover\:bg-info-200\/80:hover {
  background-color: rgb(186 230 253 / 0.8);
}
.hover\:bg-info-200\/90:hover {
  background-color: rgb(186 230 253 / 0.9);
}
.hover\:bg-info-200\/95:hover {
  background-color: rgb(186 230 253 / 0.95);
}
.hover\:bg-info-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity));
}
.hover\:bg-info-300\/0:hover {
  background-color: rgb(125 211 252 / 0);
}
.hover\:bg-info-300\/10:hover {
  background-color: rgb(125 211 252 / 0.1);
}
.hover\:bg-info-300\/100:hover {
  background-color: rgb(125 211 252 / 1);
}
.hover\:bg-info-300\/20:hover {
  background-color: rgb(125 211 252 / 0.2);
}
.hover\:bg-info-300\/25:hover {
  background-color: rgb(125 211 252 / 0.25);
}
.hover\:bg-info-300\/30:hover {
  background-color: rgb(125 211 252 / 0.3);
}
.hover\:bg-info-300\/40:hover {
  background-color: rgb(125 211 252 / 0.4);
}
.hover\:bg-info-300\/5:hover {
  background-color: rgb(125 211 252 / 0.05);
}
.hover\:bg-info-300\/50:hover {
  background-color: rgb(125 211 252 / 0.5);
}
.hover\:bg-info-300\/60:hover {
  background-color: rgb(125 211 252 / 0.6);
}
.hover\:bg-info-300\/70:hover {
  background-color: rgb(125 211 252 / 0.7);
}
.hover\:bg-info-300\/75:hover {
  background-color: rgb(125 211 252 / 0.75);
}
.hover\:bg-info-300\/80:hover {
  background-color: rgb(125 211 252 / 0.8);
}
.hover\:bg-info-300\/90:hover {
  background-color: rgb(125 211 252 / 0.9);
}
.hover\:bg-info-300\/95:hover {
  background-color: rgb(125 211 252 / 0.95);
}
.hover\:bg-info-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity));
}
.hover\:bg-info-400\/0:hover {
  background-color: rgb(56 189 248 / 0);
}
.hover\:bg-info-400\/10:hover {
  background-color: rgb(56 189 248 / 0.1);
}
.hover\:bg-info-400\/100:hover {
  background-color: rgb(56 189 248 / 1);
}
.hover\:bg-info-400\/20:hover {
  background-color: rgb(56 189 248 / 0.2);
}
.hover\:bg-info-400\/25:hover {
  background-color: rgb(56 189 248 / 0.25);
}
.hover\:bg-info-400\/30:hover {
  background-color: rgb(56 189 248 / 0.3);
}
.hover\:bg-info-400\/40:hover {
  background-color: rgb(56 189 248 / 0.4);
}
.hover\:bg-info-400\/5:hover {
  background-color: rgb(56 189 248 / 0.05);
}
.hover\:bg-info-400\/50:hover {
  background-color: rgb(56 189 248 / 0.5);
}
.hover\:bg-info-400\/60:hover {
  background-color: rgb(56 189 248 / 0.6);
}
.hover\:bg-info-400\/70:hover {
  background-color: rgb(56 189 248 / 0.7);
}
.hover\:bg-info-400\/75:hover {
  background-color: rgb(56 189 248 / 0.75);
}
.hover\:bg-info-400\/80:hover {
  background-color: rgb(56 189 248 / 0.8);
}
.hover\:bg-info-400\/90:hover {
  background-color: rgb(56 189 248 / 0.9);
}
.hover\:bg-info-400\/95:hover {
  background-color: rgb(56 189 248 / 0.95);
}
.hover\:bg-info-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity));
}
.hover\:bg-info-50\/0:hover {
  background-color: rgb(240 249 255 / 0);
}
.hover\:bg-info-50\/10:hover {
  background-color: rgb(240 249 255 / 0.1);
}
.hover\:bg-info-50\/100:hover {
  background-color: rgb(240 249 255 / 1);
}
.hover\:bg-info-50\/20:hover {
  background-color: rgb(240 249 255 / 0.2);
}
.hover\:bg-info-50\/25:hover {
  background-color: rgb(240 249 255 / 0.25);
}
.hover\:bg-info-50\/30:hover {
  background-color: rgb(240 249 255 / 0.3);
}
.hover\:bg-info-50\/40:hover {
  background-color: rgb(240 249 255 / 0.4);
}
.hover\:bg-info-50\/5:hover {
  background-color: rgb(240 249 255 / 0.05);
}
.hover\:bg-info-50\/50:hover {
  background-color: rgb(240 249 255 / 0.5);
}
.hover\:bg-info-50\/60:hover {
  background-color: rgb(240 249 255 / 0.6);
}
.hover\:bg-info-50\/70:hover {
  background-color: rgb(240 249 255 / 0.7);
}
.hover\:bg-info-50\/75:hover {
  background-color: rgb(240 249 255 / 0.75);
}
.hover\:bg-info-50\/80:hover {
  background-color: rgb(240 249 255 / 0.8);
}
.hover\:bg-info-50\/90:hover {
  background-color: rgb(240 249 255 / 0.9);
}
.hover\:bg-info-50\/95:hover {
  background-color: rgb(240 249 255 / 0.95);
}
.hover\:bg-info-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}
.hover\:bg-info-500\/0:hover {
  background-color: rgb(14 165 233 / 0);
}
.hover\:bg-info-500\/10:hover {
  background-color: rgb(14 165 233 / 0.1);
}
.hover\:bg-info-500\/100:hover {
  background-color: rgb(14 165 233 / 1);
}
.hover\:bg-info-500\/20:hover {
  background-color: rgb(14 165 233 / 0.2);
}
.hover\:bg-info-500\/25:hover {
  background-color: rgb(14 165 233 / 0.25);
}
.hover\:bg-info-500\/30:hover {
  background-color: rgb(14 165 233 / 0.3);
}
.hover\:bg-info-500\/40:hover {
  background-color: rgb(14 165 233 / 0.4);
}
.hover\:bg-info-500\/5:hover {
  background-color: rgb(14 165 233 / 0.05);
}
.hover\:bg-info-500\/50:hover {
  background-color: rgb(14 165 233 / 0.5);
}
.hover\:bg-info-500\/60:hover {
  background-color: rgb(14 165 233 / 0.6);
}
.hover\:bg-info-500\/70:hover {
  background-color: rgb(14 165 233 / 0.7);
}
.hover\:bg-info-500\/75:hover {
  background-color: rgb(14 165 233 / 0.75);
}
.hover\:bg-info-500\/80:hover {
  background-color: rgb(14 165 233 / 0.8);
}
.hover\:bg-info-500\/90:hover {
  background-color: rgb(14 165 233 / 0.9);
}
.hover\:bg-info-500\/95:hover {
  background-color: rgb(14 165 233 / 0.95);
}
.hover\:bg-info-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
}
.hover\:bg-info-600\/0:hover {
  background-color: rgb(2 132 199 / 0);
}
.hover\:bg-info-600\/10:hover {
  background-color: rgb(2 132 199 / 0.1);
}
.hover\:bg-info-600\/100:hover {
  background-color: rgb(2 132 199 / 1);
}
.hover\:bg-info-600\/20:hover {
  background-color: rgb(2 132 199 / 0.2);
}
.hover\:bg-info-600\/25:hover {
  background-color: rgb(2 132 199 / 0.25);
}
.hover\:bg-info-600\/30:hover {
  background-color: rgb(2 132 199 / 0.3);
}
.hover\:bg-info-600\/40:hover {
  background-color: rgb(2 132 199 / 0.4);
}
.hover\:bg-info-600\/5:hover {
  background-color: rgb(2 132 199 / 0.05);
}
.hover\:bg-info-600\/50:hover {
  background-color: rgb(2 132 199 / 0.5);
}
.hover\:bg-info-600\/60:hover {
  background-color: rgb(2 132 199 / 0.6);
}
.hover\:bg-info-600\/70:hover {
  background-color: rgb(2 132 199 / 0.7);
}
.hover\:bg-info-600\/75:hover {
  background-color: rgb(2 132 199 / 0.75);
}
.hover\:bg-info-600\/80:hover {
  background-color: rgb(2 132 199 / 0.8);
}
.hover\:bg-info-600\/90:hover {
  background-color: rgb(2 132 199 / 0.9);
}
.hover\:bg-info-600\/95:hover {
  background-color: rgb(2 132 199 / 0.95);
}
.hover\:bg-info-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity));
}
.hover\:bg-info-700\/0:hover {
  background-color: rgb(3 105 161 / 0);
}
.hover\:bg-info-700\/10:hover {
  background-color: rgb(3 105 161 / 0.1);
}
.hover\:bg-info-700\/100:hover {
  background-color: rgb(3 105 161 / 1);
}
.hover\:bg-info-700\/20:hover {
  background-color: rgb(3 105 161 / 0.2);
}
.hover\:bg-info-700\/25:hover {
  background-color: rgb(3 105 161 / 0.25);
}
.hover\:bg-info-700\/30:hover {
  background-color: rgb(3 105 161 / 0.3);
}
.hover\:bg-info-700\/40:hover {
  background-color: rgb(3 105 161 / 0.4);
}
.hover\:bg-info-700\/5:hover {
  background-color: rgb(3 105 161 / 0.05);
}
.hover\:bg-info-700\/50:hover {
  background-color: rgb(3 105 161 / 0.5);
}
.hover\:bg-info-700\/60:hover {
  background-color: rgb(3 105 161 / 0.6);
}
.hover\:bg-info-700\/70:hover {
  background-color: rgb(3 105 161 / 0.7);
}
.hover\:bg-info-700\/75:hover {
  background-color: rgb(3 105 161 / 0.75);
}
.hover\:bg-info-700\/80:hover {
  background-color: rgb(3 105 161 / 0.8);
}
.hover\:bg-info-700\/90:hover {
  background-color: rgb(3 105 161 / 0.9);
}
.hover\:bg-info-700\/95:hover {
  background-color: rgb(3 105 161 / 0.95);
}
.hover\:bg-info-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(7 89 133 / var(--tw-bg-opacity));
}
.hover\:bg-info-800\/0:hover {
  background-color: rgb(7 89 133 / 0);
}
.hover\:bg-info-800\/10:hover {
  background-color: rgb(7 89 133 / 0.1);
}
.hover\:bg-info-800\/100:hover {
  background-color: rgb(7 89 133 / 1);
}
.hover\:bg-info-800\/20:hover {
  background-color: rgb(7 89 133 / 0.2);
}
.hover\:bg-info-800\/25:hover {
  background-color: rgb(7 89 133 / 0.25);
}
.hover\:bg-info-800\/30:hover {
  background-color: rgb(7 89 133 / 0.3);
}
.hover\:bg-info-800\/40:hover {
  background-color: rgb(7 89 133 / 0.4);
}
.hover\:bg-info-800\/5:hover {
  background-color: rgb(7 89 133 / 0.05);
}
.hover\:bg-info-800\/50:hover {
  background-color: rgb(7 89 133 / 0.5);
}
.hover\:bg-info-800\/60:hover {
  background-color: rgb(7 89 133 / 0.6);
}
.hover\:bg-info-800\/70:hover {
  background-color: rgb(7 89 133 / 0.7);
}
.hover\:bg-info-800\/75:hover {
  background-color: rgb(7 89 133 / 0.75);
}
.hover\:bg-info-800\/80:hover {
  background-color: rgb(7 89 133 / 0.8);
}
.hover\:bg-info-800\/90:hover {
  background-color: rgb(7 89 133 / 0.9);
}
.hover\:bg-info-800\/95:hover {
  background-color: rgb(7 89 133 / 0.95);
}
.hover\:bg-info-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity));
}
.hover\:bg-info-900\/0:hover {
  background-color: rgb(12 74 110 / 0);
}
.hover\:bg-info-900\/10:hover {
  background-color: rgb(12 74 110 / 0.1);
}
.hover\:bg-info-900\/100:hover {
  background-color: rgb(12 74 110 / 1);
}
.hover\:bg-info-900\/20:hover {
  background-color: rgb(12 74 110 / 0.2);
}
.hover\:bg-info-900\/25:hover {
  background-color: rgb(12 74 110 / 0.25);
}
.hover\:bg-info-900\/30:hover {
  background-color: rgb(12 74 110 / 0.3);
}
.hover\:bg-info-900\/40:hover {
  background-color: rgb(12 74 110 / 0.4);
}
.hover\:bg-info-900\/5:hover {
  background-color: rgb(12 74 110 / 0.05);
}
.hover\:bg-info-900\/50:hover {
  background-color: rgb(12 74 110 / 0.5);
}
.hover\:bg-info-900\/60:hover {
  background-color: rgb(12 74 110 / 0.6);
}
.hover\:bg-info-900\/70:hover {
  background-color: rgb(12 74 110 / 0.7);
}
.hover\:bg-info-900\/75:hover {
  background-color: rgb(12 74 110 / 0.75);
}
.hover\:bg-info-900\/80:hover {
  background-color: rgb(12 74 110 / 0.8);
}
.hover\:bg-info-900\/90:hover {
  background-color: rgb(12 74 110 / 0.9);
}
.hover\:bg-info-900\/95:hover {
  background-color: rgb(12 74 110 / 0.95);
}
.hover\:bg-inherit:hover {
  background-color: inherit;
}
.hover\:bg-lavender-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(222 218 229 / var(--tw-bg-opacity));
}
.hover\:bg-lavender-200\/0:hover {
  background-color: rgb(222 218 229 / 0);
}
.hover\:bg-lavender-200\/10:hover {
  background-color: rgb(222 218 229 / 0.1);
}
.hover\:bg-lavender-200\/100:hover {
  background-color: rgb(222 218 229 / 1);
}
.hover\:bg-lavender-200\/20:hover {
  background-color: rgb(222 218 229 / 0.2);
}
.hover\:bg-lavender-200\/25:hover {
  background-color: rgb(222 218 229 / 0.25);
}
.hover\:bg-lavender-200\/30:hover {
  background-color: rgb(222 218 229 / 0.3);
}
.hover\:bg-lavender-200\/40:hover {
  background-color: rgb(222 218 229 / 0.4);
}
.hover\:bg-lavender-200\/5:hover {
  background-color: rgb(222 218 229 / 0.05);
}
.hover\:bg-lavender-200\/50:hover {
  background-color: rgb(222 218 229 / 0.5);
}
.hover\:bg-lavender-200\/60:hover {
  background-color: rgb(222 218 229 / 0.6);
}
.hover\:bg-lavender-200\/70:hover {
  background-color: rgb(222 218 229 / 0.7);
}
.hover\:bg-lavender-200\/75:hover {
  background-color: rgb(222 218 229 / 0.75);
}
.hover\:bg-lavender-200\/80:hover {
  background-color: rgb(222 218 229 / 0.8);
}
.hover\:bg-lavender-200\/90:hover {
  background-color: rgb(222 218 229 / 0.9);
}
.hover\:bg-lavender-200\/95:hover {
  background-color: rgb(222 218 229 / 0.95);
}
.hover\:bg-lavender-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(196 184 206 / var(--tw-bg-opacity));
}
.hover\:bg-lavender-300\/0:hover {
  background-color: rgb(196 184 206 / 0);
}
.hover\:bg-lavender-300\/10:hover {
  background-color: rgb(196 184 206 / 0.1);
}
.hover\:bg-lavender-300\/100:hover {
  background-color: rgb(196 184 206 / 1);
}
.hover\:bg-lavender-300\/20:hover {
  background-color: rgb(196 184 206 / 0.2);
}
.hover\:bg-lavender-300\/25:hover {
  background-color: rgb(196 184 206 / 0.25);
}
.hover\:bg-lavender-300\/30:hover {
  background-color: rgb(196 184 206 / 0.3);
}
.hover\:bg-lavender-300\/40:hover {
  background-color: rgb(196 184 206 / 0.4);
}
.hover\:bg-lavender-300\/5:hover {
  background-color: rgb(196 184 206 / 0.05);
}
.hover\:bg-lavender-300\/50:hover {
  background-color: rgb(196 184 206 / 0.5);
}
.hover\:bg-lavender-300\/60:hover {
  background-color: rgb(196 184 206 / 0.6);
}
.hover\:bg-lavender-300\/70:hover {
  background-color: rgb(196 184 206 / 0.7);
}
.hover\:bg-lavender-300\/75:hover {
  background-color: rgb(196 184 206 / 0.75);
}
.hover\:bg-lavender-300\/80:hover {
  background-color: rgb(196 184 206 / 0.8);
}
.hover\:bg-lavender-300\/90:hover {
  background-color: rgb(196 184 206 / 0.9);
}
.hover\:bg-lavender-300\/95:hover {
  background-color: rgb(196 184 206 / 0.95);
}
.hover\:bg-lavender-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(189 166 238 / var(--tw-bg-opacity));
}
.hover\:bg-lavender-400\/0:hover {
  background-color: rgb(189 166 238 / 0);
}
.hover\:bg-lavender-400\/10:hover {
  background-color: rgb(189 166 238 / 0.1);
}
.hover\:bg-lavender-400\/100:hover {
  background-color: rgb(189 166 238 / 1);
}
.hover\:bg-lavender-400\/20:hover {
  background-color: rgb(189 166 238 / 0.2);
}
.hover\:bg-lavender-400\/25:hover {
  background-color: rgb(189 166 238 / 0.25);
}
.hover\:bg-lavender-400\/30:hover {
  background-color: rgb(189 166 238 / 0.3);
}
.hover\:bg-lavender-400\/40:hover {
  background-color: rgb(189 166 238 / 0.4);
}
.hover\:bg-lavender-400\/5:hover {
  background-color: rgb(189 166 238 / 0.05);
}
.hover\:bg-lavender-400\/50:hover {
  background-color: rgb(189 166 238 / 0.5);
}
.hover\:bg-lavender-400\/60:hover {
  background-color: rgb(189 166 238 / 0.6);
}
.hover\:bg-lavender-400\/70:hover {
  background-color: rgb(189 166 238 / 0.7);
}
.hover\:bg-lavender-400\/75:hover {
  background-color: rgb(189 166 238 / 0.75);
}
.hover\:bg-lavender-400\/80:hover {
  background-color: rgb(189 166 238 / 0.8);
}
.hover\:bg-lavender-400\/90:hover {
  background-color: rgb(189 166 238 / 0.9);
}
.hover\:bg-lavender-400\/95:hover {
  background-color: rgb(189 166 238 / 0.95);
}
.hover\:bg-lavender-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(165 126 248 / var(--tw-bg-opacity));
}
.hover\:bg-lavender-500\/0:hover {
  background-color: rgb(165 126 248 / 0);
}
.hover\:bg-lavender-500\/10:hover {
  background-color: rgb(165 126 248 / 0.1);
}
.hover\:bg-lavender-500\/100:hover {
  background-color: rgb(165 126 248 / 1);
}
.hover\:bg-lavender-500\/20:hover {
  background-color: rgb(165 126 248 / 0.2);
}
.hover\:bg-lavender-500\/25:hover {
  background-color: rgb(165 126 248 / 0.25);
}
.hover\:bg-lavender-500\/30:hover {
  background-color: rgb(165 126 248 / 0.3);
}
.hover\:bg-lavender-500\/40:hover {
  background-color: rgb(165 126 248 / 0.4);
}
.hover\:bg-lavender-500\/5:hover {
  background-color: rgb(165 126 248 / 0.05);
}
.hover\:bg-lavender-500\/50:hover {
  background-color: rgb(165 126 248 / 0.5);
}
.hover\:bg-lavender-500\/60:hover {
  background-color: rgb(165 126 248 / 0.6);
}
.hover\:bg-lavender-500\/70:hover {
  background-color: rgb(165 126 248 / 0.7);
}
.hover\:bg-lavender-500\/75:hover {
  background-color: rgb(165 126 248 / 0.75);
}
.hover\:bg-lavender-500\/80:hover {
  background-color: rgb(165 126 248 / 0.8);
}
.hover\:bg-lavender-500\/90:hover {
  background-color: rgb(165 126 248 / 0.9);
}
.hover\:bg-lavender-500\/95:hover {
  background-color: rgb(165 126 248 / 0.95);
}
.hover\:bg-lilac-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 243 255 / var(--tw-bg-opacity));
}
.hover\:bg-lilac-300\/0:hover {
  background-color: rgb(249 243 255 / 0);
}
.hover\:bg-lilac-300\/10:hover {
  background-color: rgb(249 243 255 / 0.1);
}
.hover\:bg-lilac-300\/100:hover {
  background-color: rgb(249 243 255 / 1);
}
.hover\:bg-lilac-300\/20:hover {
  background-color: rgb(249 243 255 / 0.2);
}
.hover\:bg-lilac-300\/25:hover {
  background-color: rgb(249 243 255 / 0.25);
}
.hover\:bg-lilac-300\/30:hover {
  background-color: rgb(249 243 255 / 0.3);
}
.hover\:bg-lilac-300\/40:hover {
  background-color: rgb(249 243 255 / 0.4);
}
.hover\:bg-lilac-300\/5:hover {
  background-color: rgb(249 243 255 / 0.05);
}
.hover\:bg-lilac-300\/50:hover {
  background-color: rgb(249 243 255 / 0.5);
}
.hover\:bg-lilac-300\/60:hover {
  background-color: rgb(249 243 255 / 0.6);
}
.hover\:bg-lilac-300\/70:hover {
  background-color: rgb(249 243 255 / 0.7);
}
.hover\:bg-lilac-300\/75:hover {
  background-color: rgb(249 243 255 / 0.75);
}
.hover\:bg-lilac-300\/80:hover {
  background-color: rgb(249 243 255 / 0.8);
}
.hover\:bg-lilac-300\/90:hover {
  background-color: rgb(249 243 255 / 0.9);
}
.hover\:bg-lilac-300\/95:hover {
  background-color: rgb(249 243 255 / 0.95);
}
.hover\:bg-lilac-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 228 255 / var(--tw-bg-opacity));
}
.hover\:bg-lilac-400\/0:hover {
  background-color: rgb(240 228 255 / 0);
}
.hover\:bg-lilac-400\/10:hover {
  background-color: rgb(240 228 255 / 0.1);
}
.hover\:bg-lilac-400\/100:hover {
  background-color: rgb(240 228 255 / 1);
}
.hover\:bg-lilac-400\/20:hover {
  background-color: rgb(240 228 255 / 0.2);
}
.hover\:bg-lilac-400\/25:hover {
  background-color: rgb(240 228 255 / 0.25);
}
.hover\:bg-lilac-400\/30:hover {
  background-color: rgb(240 228 255 / 0.3);
}
.hover\:bg-lilac-400\/40:hover {
  background-color: rgb(240 228 255 / 0.4);
}
.hover\:bg-lilac-400\/5:hover {
  background-color: rgb(240 228 255 / 0.05);
}
.hover\:bg-lilac-400\/50:hover {
  background-color: rgb(240 228 255 / 0.5);
}
.hover\:bg-lilac-400\/60:hover {
  background-color: rgb(240 228 255 / 0.6);
}
.hover\:bg-lilac-400\/70:hover {
  background-color: rgb(240 228 255 / 0.7);
}
.hover\:bg-lilac-400\/75:hover {
  background-color: rgb(240 228 255 / 0.75);
}
.hover\:bg-lilac-400\/80:hover {
  background-color: rgb(240 228 255 / 0.8);
}
.hover\:bg-lilac-400\/90:hover {
  background-color: rgb(240 228 255 / 0.9);
}
.hover\:bg-lilac-400\/95:hover {
  background-color: rgb(240 228 255 / 0.95);
}
.hover\:bg-lilac-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 203 255 / var(--tw-bg-opacity));
}
.hover\:bg-lilac-500\/0:hover {
  background-color: rgb(226 203 255 / 0);
}
.hover\:bg-lilac-500\/10:hover {
  background-color: rgb(226 203 255 / 0.1);
}
.hover\:bg-lilac-500\/100:hover {
  background-color: rgb(226 203 255 / 1);
}
.hover\:bg-lilac-500\/20:hover {
  background-color: rgb(226 203 255 / 0.2);
}
.hover\:bg-lilac-500\/25:hover {
  background-color: rgb(226 203 255 / 0.25);
}
.hover\:bg-lilac-500\/30:hover {
  background-color: rgb(226 203 255 / 0.3);
}
.hover\:bg-lilac-500\/40:hover {
  background-color: rgb(226 203 255 / 0.4);
}
.hover\:bg-lilac-500\/5:hover {
  background-color: rgb(226 203 255 / 0.05);
}
.hover\:bg-lilac-500\/50:hover {
  background-color: rgb(226 203 255 / 0.5);
}
.hover\:bg-lilac-500\/60:hover {
  background-color: rgb(226 203 255 / 0.6);
}
.hover\:bg-lilac-500\/70:hover {
  background-color: rgb(226 203 255 / 0.7);
}
.hover\:bg-lilac-500\/75:hover {
  background-color: rgb(226 203 255 / 0.75);
}
.hover\:bg-lilac-500\/80:hover {
  background-color: rgb(226 203 255 / 0.8);
}
.hover\:bg-lilac-500\/90:hover {
  background-color: rgb(226 203 255 / 0.9);
}
.hover\:bg-lilac-500\/95:hover {
  background-color: rgb(226 203 255 / 0.95);
}
.hover\:bg-lilac-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(183 155 217 / var(--tw-bg-opacity));
}
.hover\:bg-lilac-600\/0:hover {
  background-color: rgb(183 155 217 / 0);
}
.hover\:bg-lilac-600\/10:hover {
  background-color: rgb(183 155 217 / 0.1);
}
.hover\:bg-lilac-600\/100:hover {
  background-color: rgb(183 155 217 / 1);
}
.hover\:bg-lilac-600\/20:hover {
  background-color: rgb(183 155 217 / 0.2);
}
.hover\:bg-lilac-600\/25:hover {
  background-color: rgb(183 155 217 / 0.25);
}
.hover\:bg-lilac-600\/30:hover {
  background-color: rgb(183 155 217 / 0.3);
}
.hover\:bg-lilac-600\/40:hover {
  background-color: rgb(183 155 217 / 0.4);
}
.hover\:bg-lilac-600\/5:hover {
  background-color: rgb(183 155 217 / 0.05);
}
.hover\:bg-lilac-600\/50:hover {
  background-color: rgb(183 155 217 / 0.5);
}
.hover\:bg-lilac-600\/60:hover {
  background-color: rgb(183 155 217 / 0.6);
}
.hover\:bg-lilac-600\/70:hover {
  background-color: rgb(183 155 217 / 0.7);
}
.hover\:bg-lilac-600\/75:hover {
  background-color: rgb(183 155 217 / 0.75);
}
.hover\:bg-lilac-600\/80:hover {
  background-color: rgb(183 155 217 / 0.8);
}
.hover\:bg-lilac-600\/90:hover {
  background-color: rgb(183 155 217 / 0.9);
}
.hover\:bg-lilac-600\/95:hover {
  background-color: rgb(183 155 217 / 0.95);
}
.hover\:bg-lime-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(237 255 215 / var(--tw-bg-opacity));
}
.hover\:bg-lime-300\/0:hover {
  background-color: rgb(237 255 215 / 0);
}
.hover\:bg-lime-300\/10:hover {
  background-color: rgb(237 255 215 / 0.1);
}
.hover\:bg-lime-300\/100:hover {
  background-color: rgb(237 255 215 / 1);
}
.hover\:bg-lime-300\/20:hover {
  background-color: rgb(237 255 215 / 0.2);
}
.hover\:bg-lime-300\/25:hover {
  background-color: rgb(237 255 215 / 0.25);
}
.hover\:bg-lime-300\/30:hover {
  background-color: rgb(237 255 215 / 0.3);
}
.hover\:bg-lime-300\/40:hover {
  background-color: rgb(237 255 215 / 0.4);
}
.hover\:bg-lime-300\/5:hover {
  background-color: rgb(237 255 215 / 0.05);
}
.hover\:bg-lime-300\/50:hover {
  background-color: rgb(237 255 215 / 0.5);
}
.hover\:bg-lime-300\/60:hover {
  background-color: rgb(237 255 215 / 0.6);
}
.hover\:bg-lime-300\/70:hover {
  background-color: rgb(237 255 215 / 0.7);
}
.hover\:bg-lime-300\/75:hover {
  background-color: rgb(237 255 215 / 0.75);
}
.hover\:bg-lime-300\/80:hover {
  background-color: rgb(237 255 215 / 0.8);
}
.hover\:bg-lime-300\/90:hover {
  background-color: rgb(237 255 215 / 0.9);
}
.hover\:bg-lime-300\/95:hover {
  background-color: rgb(237 255 215 / 0.95);
}
.hover\:bg-lime-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(215 255 164 / var(--tw-bg-opacity));
}
.hover\:bg-lime-400\/0:hover {
  background-color: rgb(215 255 164 / 0);
}
.hover\:bg-lime-400\/10:hover {
  background-color: rgb(215 255 164 / 0.1);
}
.hover\:bg-lime-400\/100:hover {
  background-color: rgb(215 255 164 / 1);
}
.hover\:bg-lime-400\/20:hover {
  background-color: rgb(215 255 164 / 0.2);
}
.hover\:bg-lime-400\/25:hover {
  background-color: rgb(215 255 164 / 0.25);
}
.hover\:bg-lime-400\/30:hover {
  background-color: rgb(215 255 164 / 0.3);
}
.hover\:bg-lime-400\/40:hover {
  background-color: rgb(215 255 164 / 0.4);
}
.hover\:bg-lime-400\/5:hover {
  background-color: rgb(215 255 164 / 0.05);
}
.hover\:bg-lime-400\/50:hover {
  background-color: rgb(215 255 164 / 0.5);
}
.hover\:bg-lime-400\/60:hover {
  background-color: rgb(215 255 164 / 0.6);
}
.hover\:bg-lime-400\/70:hover {
  background-color: rgb(215 255 164 / 0.7);
}
.hover\:bg-lime-400\/75:hover {
  background-color: rgb(215 255 164 / 0.75);
}
.hover\:bg-lime-400\/80:hover {
  background-color: rgb(215 255 164 / 0.8);
}
.hover\:bg-lime-400\/90:hover {
  background-color: rgb(215 255 164 / 0.9);
}
.hover\:bg-lime-400\/95:hover {
  background-color: rgb(215 255 164 / 0.95);
}
.hover\:bg-lime-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(192 243 127 / var(--tw-bg-opacity));
}
.hover\:bg-lime-500\/0:hover {
  background-color: rgb(192 243 127 / 0);
}
.hover\:bg-lime-500\/10:hover {
  background-color: rgb(192 243 127 / 0.1);
}
.hover\:bg-lime-500\/100:hover {
  background-color: rgb(192 243 127 / 1);
}
.hover\:bg-lime-500\/20:hover {
  background-color: rgb(192 243 127 / 0.2);
}
.hover\:bg-lime-500\/25:hover {
  background-color: rgb(192 243 127 / 0.25);
}
.hover\:bg-lime-500\/30:hover {
  background-color: rgb(192 243 127 / 0.3);
}
.hover\:bg-lime-500\/40:hover {
  background-color: rgb(192 243 127 / 0.4);
}
.hover\:bg-lime-500\/5:hover {
  background-color: rgb(192 243 127 / 0.05);
}
.hover\:bg-lime-500\/50:hover {
  background-color: rgb(192 243 127 / 0.5);
}
.hover\:bg-lime-500\/60:hover {
  background-color: rgb(192 243 127 / 0.6);
}
.hover\:bg-lime-500\/70:hover {
  background-color: rgb(192 243 127 / 0.7);
}
.hover\:bg-lime-500\/75:hover {
  background-color: rgb(192 243 127 / 0.75);
}
.hover\:bg-lime-500\/80:hover {
  background-color: rgb(192 243 127 / 0.8);
}
.hover\:bg-lime-500\/90:hover {
  background-color: rgb(192 243 127 / 0.9);
}
.hover\:bg-lime-500\/95:hover {
  background-color: rgb(192 243 127 / 0.95);
}
.hover\:bg-lime-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(163 222 89 / var(--tw-bg-opacity));
}
.hover\:bg-lime-600\/0:hover {
  background-color: rgb(163 222 89 / 0);
}
.hover\:bg-lime-600\/10:hover {
  background-color: rgb(163 222 89 / 0.1);
}
.hover\:bg-lime-600\/100:hover {
  background-color: rgb(163 222 89 / 1);
}
.hover\:bg-lime-600\/20:hover {
  background-color: rgb(163 222 89 / 0.2);
}
.hover\:bg-lime-600\/25:hover {
  background-color: rgb(163 222 89 / 0.25);
}
.hover\:bg-lime-600\/30:hover {
  background-color: rgb(163 222 89 / 0.3);
}
.hover\:bg-lime-600\/40:hover {
  background-color: rgb(163 222 89 / 0.4);
}
.hover\:bg-lime-600\/5:hover {
  background-color: rgb(163 222 89 / 0.05);
}
.hover\:bg-lime-600\/50:hover {
  background-color: rgb(163 222 89 / 0.5);
}
.hover\:bg-lime-600\/60:hover {
  background-color: rgb(163 222 89 / 0.6);
}
.hover\:bg-lime-600\/70:hover {
  background-color: rgb(163 222 89 / 0.7);
}
.hover\:bg-lime-600\/75:hover {
  background-color: rgb(163 222 89 / 0.75);
}
.hover\:bg-lime-600\/80:hover {
  background-color: rgb(163 222 89 / 0.8);
}
.hover\:bg-lime-600\/90:hover {
  background-color: rgb(163 222 89 / 0.9);
}
.hover\:bg-lime-600\/95:hover {
  background-color: rgb(163 222 89 / 0.95);
}
.hover\:bg-link-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(132 177 245 / var(--tw-bg-opacity));
}
.hover\:bg-link-dark-hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(92 134 198 / var(--tw-bg-opacity));
}
.hover\:bg-link-dark-hover\/0:hover {
  background-color: rgb(92 134 198 / 0);
}
.hover\:bg-link-dark-hover\/10:hover {
  background-color: rgb(92 134 198 / 0.1);
}
.hover\:bg-link-dark-hover\/100:hover {
  background-color: rgb(92 134 198 / 1);
}
.hover\:bg-link-dark-hover\/20:hover {
  background-color: rgb(92 134 198 / 0.2);
}
.hover\:bg-link-dark-hover\/25:hover {
  background-color: rgb(92 134 198 / 0.25);
}
.hover\:bg-link-dark-hover\/30:hover {
  background-color: rgb(92 134 198 / 0.3);
}
.hover\:bg-link-dark-hover\/40:hover {
  background-color: rgb(92 134 198 / 0.4);
}
.hover\:bg-link-dark-hover\/5:hover {
  background-color: rgb(92 134 198 / 0.05);
}
.hover\:bg-link-dark-hover\/50:hover {
  background-color: rgb(92 134 198 / 0.5);
}
.hover\:bg-link-dark-hover\/60:hover {
  background-color: rgb(92 134 198 / 0.6);
}
.hover\:bg-link-dark-hover\/70:hover {
  background-color: rgb(92 134 198 / 0.7);
}
.hover\:bg-link-dark-hover\/75:hover {
  background-color: rgb(92 134 198 / 0.75);
}
.hover\:bg-link-dark-hover\/80:hover {
  background-color: rgb(92 134 198 / 0.8);
}
.hover\:bg-link-dark-hover\/90:hover {
  background-color: rgb(92 134 198 / 0.9);
}
.hover\:bg-link-dark-hover\/95:hover {
  background-color: rgb(92 134 198 / 0.95);
}
.hover\:bg-link-dark\/0:hover {
  background-color: rgb(132 177 245 / 0);
}
.hover\:bg-link-dark\/10:hover {
  background-color: rgb(132 177 245 / 0.1);
}
.hover\:bg-link-dark\/100:hover {
  background-color: rgb(132 177 245 / 1);
}
.hover\:bg-link-dark\/20:hover {
  background-color: rgb(132 177 245 / 0.2);
}
.hover\:bg-link-dark\/25:hover {
  background-color: rgb(132 177 245 / 0.25);
}
.hover\:bg-link-dark\/30:hover {
  background-color: rgb(132 177 245 / 0.3);
}
.hover\:bg-link-dark\/40:hover {
  background-color: rgb(132 177 245 / 0.4);
}
.hover\:bg-link-dark\/5:hover {
  background-color: rgb(132 177 245 / 0.05);
}
.hover\:bg-link-dark\/50:hover {
  background-color: rgb(132 177 245 / 0.5);
}
.hover\:bg-link-dark\/60:hover {
  background-color: rgb(132 177 245 / 0.6);
}
.hover\:bg-link-dark\/70:hover {
  background-color: rgb(132 177 245 / 0.7);
}
.hover\:bg-link-dark\/75:hover {
  background-color: rgb(132 177 245 / 0.75);
}
.hover\:bg-link-dark\/80:hover {
  background-color: rgb(132 177 245 / 0.8);
}
.hover\:bg-link-dark\/90:hover {
  background-color: rgb(132 177 245 / 0.9);
}
.hover\:bg-link-dark\/95:hover {
  background-color: rgb(132 177 245 / 0.95);
}
.hover\:bg-link-default:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 97 210 / var(--tw-bg-opacity));
}
.hover\:bg-link-default\/0:hover {
  background-color: rgb(21 97 210 / 0);
}
.hover\:bg-link-default\/10:hover {
  background-color: rgb(21 97 210 / 0.1);
}
.hover\:bg-link-default\/100:hover {
  background-color: rgb(21 97 210 / 1);
}
.hover\:bg-link-default\/20:hover {
  background-color: rgb(21 97 210 / 0.2);
}
.hover\:bg-link-default\/25:hover {
  background-color: rgb(21 97 210 / 0.25);
}
.hover\:bg-link-default\/30:hover {
  background-color: rgb(21 97 210 / 0.3);
}
.hover\:bg-link-default\/40:hover {
  background-color: rgb(21 97 210 / 0.4);
}
.hover\:bg-link-default\/5:hover {
  background-color: rgb(21 97 210 / 0.05);
}
.hover\:bg-link-default\/50:hover {
  background-color: rgb(21 97 210 / 0.5);
}
.hover\:bg-link-default\/60:hover {
  background-color: rgb(21 97 210 / 0.6);
}
.hover\:bg-link-default\/70:hover {
  background-color: rgb(21 97 210 / 0.7);
}
.hover\:bg-link-default\/75:hover {
  background-color: rgb(21 97 210 / 0.75);
}
.hover\:bg-link-default\/80:hover {
  background-color: rgb(21 97 210 / 0.8);
}
.hover\:bg-link-default\/90:hover {
  background-color: rgb(21 97 210 / 0.9);
}
.hover\:bg-link-default\/95:hover {
  background-color: rgb(21 97 210 / 0.95);
}
.hover\:bg-link-hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(10 71 163 / var(--tw-bg-opacity));
}
.hover\:bg-link-hover\/0:hover {
  background-color: rgb(10 71 163 / 0);
}
.hover\:bg-link-hover\/10:hover {
  background-color: rgb(10 71 163 / 0.1);
}
.hover\:bg-link-hover\/100:hover {
  background-color: rgb(10 71 163 / 1);
}
.hover\:bg-link-hover\/20:hover {
  background-color: rgb(10 71 163 / 0.2);
}
.hover\:bg-link-hover\/25:hover {
  background-color: rgb(10 71 163 / 0.25);
}
.hover\:bg-link-hover\/30:hover {
  background-color: rgb(10 71 163 / 0.3);
}
.hover\:bg-link-hover\/40:hover {
  background-color: rgb(10 71 163 / 0.4);
}
.hover\:bg-link-hover\/5:hover {
  background-color: rgb(10 71 163 / 0.05);
}
.hover\:bg-link-hover\/50:hover {
  background-color: rgb(10 71 163 / 0.5);
}
.hover\:bg-link-hover\/60:hover {
  background-color: rgb(10 71 163 / 0.6);
}
.hover\:bg-link-hover\/70:hover {
  background-color: rgb(10 71 163 / 0.7);
}
.hover\:bg-link-hover\/75:hover {
  background-color: rgb(10 71 163 / 0.75);
}
.hover\:bg-link-hover\/80:hover {
  background-color: rgb(10 71 163 / 0.8);
}
.hover\:bg-link-hover\/90:hover {
  background-color: rgb(10 71 163 / 0.9);
}
.hover\:bg-link-hover\/95:hover {
  background-color: rgb(10 71 163 / 0.95);
}
.hover\:bg-navy-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(166 209 255 / var(--tw-bg-opacity));
}
.hover\:bg-navy-100\/0:hover {
  background-color: rgb(166 209 255 / 0);
}
.hover\:bg-navy-100\/10:hover {
  background-color: rgb(166 209 255 / 0.1);
}
.hover\:bg-navy-100\/100:hover {
  background-color: rgb(166 209 255 / 1);
}
.hover\:bg-navy-100\/20:hover {
  background-color: rgb(166 209 255 / 0.2);
}
.hover\:bg-navy-100\/25:hover {
  background-color: rgb(166 209 255 / 0.25);
}
.hover\:bg-navy-100\/30:hover {
  background-color: rgb(166 209 255 / 0.3);
}
.hover\:bg-navy-100\/40:hover {
  background-color: rgb(166 209 255 / 0.4);
}
.hover\:bg-navy-100\/5:hover {
  background-color: rgb(166 209 255 / 0.05);
}
.hover\:bg-navy-100\/50:hover {
  background-color: rgb(166 209 255 / 0.5);
}
.hover\:bg-navy-100\/60:hover {
  background-color: rgb(166 209 255 / 0.6);
}
.hover\:bg-navy-100\/70:hover {
  background-color: rgb(166 209 255 / 0.7);
}
.hover\:bg-navy-100\/75:hover {
  background-color: rgb(166 209 255 / 0.75);
}
.hover\:bg-navy-100\/80:hover {
  background-color: rgb(166 209 255 / 0.8);
}
.hover\:bg-navy-100\/90:hover {
  background-color: rgb(166 209 255 / 0.9);
}
.hover\:bg-navy-100\/95:hover {
  background-color: rgb(166 209 255 / 0.95);
}
.hover\:bg-navy-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(103 170 240 / var(--tw-bg-opacity));
}
.hover\:bg-navy-200\/0:hover {
  background-color: rgb(103 170 240 / 0);
}
.hover\:bg-navy-200\/10:hover {
  background-color: rgb(103 170 240 / 0.1);
}
.hover\:bg-navy-200\/100:hover {
  background-color: rgb(103 170 240 / 1);
}
.hover\:bg-navy-200\/20:hover {
  background-color: rgb(103 170 240 / 0.2);
}
.hover\:bg-navy-200\/25:hover {
  background-color: rgb(103 170 240 / 0.25);
}
.hover\:bg-navy-200\/30:hover {
  background-color: rgb(103 170 240 / 0.3);
}
.hover\:bg-navy-200\/40:hover {
  background-color: rgb(103 170 240 / 0.4);
}
.hover\:bg-navy-200\/5:hover {
  background-color: rgb(103 170 240 / 0.05);
}
.hover\:bg-navy-200\/50:hover {
  background-color: rgb(103 170 240 / 0.5);
}
.hover\:bg-navy-200\/60:hover {
  background-color: rgb(103 170 240 / 0.6);
}
.hover\:bg-navy-200\/70:hover {
  background-color: rgb(103 170 240 / 0.7);
}
.hover\:bg-navy-200\/75:hover {
  background-color: rgb(103 170 240 / 0.75);
}
.hover\:bg-navy-200\/80:hover {
  background-color: rgb(103 170 240 / 0.8);
}
.hover\:bg-navy-200\/90:hover {
  background-color: rgb(103 170 240 / 0.9);
}
.hover\:bg-navy-200\/95:hover {
  background-color: rgb(103 170 240 / 0.95);
}
.hover\:bg-navy-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(65 141 222 / var(--tw-bg-opacity));
}
.hover\:bg-navy-300\/0:hover {
  background-color: rgb(65 141 222 / 0);
}
.hover\:bg-navy-300\/10:hover {
  background-color: rgb(65 141 222 / 0.1);
}
.hover\:bg-navy-300\/100:hover {
  background-color: rgb(65 141 222 / 1);
}
.hover\:bg-navy-300\/20:hover {
  background-color: rgb(65 141 222 / 0.2);
}
.hover\:bg-navy-300\/25:hover {
  background-color: rgb(65 141 222 / 0.25);
}
.hover\:bg-navy-300\/30:hover {
  background-color: rgb(65 141 222 / 0.3);
}
.hover\:bg-navy-300\/40:hover {
  background-color: rgb(65 141 222 / 0.4);
}
.hover\:bg-navy-300\/5:hover {
  background-color: rgb(65 141 222 / 0.05);
}
.hover\:bg-navy-300\/50:hover {
  background-color: rgb(65 141 222 / 0.5);
}
.hover\:bg-navy-300\/60:hover {
  background-color: rgb(65 141 222 / 0.6);
}
.hover\:bg-navy-300\/70:hover {
  background-color: rgb(65 141 222 / 0.7);
}
.hover\:bg-navy-300\/75:hover {
  background-color: rgb(65 141 222 / 0.75);
}
.hover\:bg-navy-300\/80:hover {
  background-color: rgb(65 141 222 / 0.8);
}
.hover\:bg-navy-300\/90:hover {
  background-color: rgb(65 141 222 / 0.9);
}
.hover\:bg-navy-300\/95:hover {
  background-color: rgb(65 141 222 / 0.95);
}
.hover\:bg-navy-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 113 201 / var(--tw-bg-opacity));
}
.hover\:bg-navy-400\/0:hover {
  background-color: rgb(30 113 201 / 0);
}
.hover\:bg-navy-400\/10:hover {
  background-color: rgb(30 113 201 / 0.1);
}
.hover\:bg-navy-400\/100:hover {
  background-color: rgb(30 113 201 / 1);
}
.hover\:bg-navy-400\/20:hover {
  background-color: rgb(30 113 201 / 0.2);
}
.hover\:bg-navy-400\/25:hover {
  background-color: rgb(30 113 201 / 0.25);
}
.hover\:bg-navy-400\/30:hover {
  background-color: rgb(30 113 201 / 0.3);
}
.hover\:bg-navy-400\/40:hover {
  background-color: rgb(30 113 201 / 0.4);
}
.hover\:bg-navy-400\/5:hover {
  background-color: rgb(30 113 201 / 0.05);
}
.hover\:bg-navy-400\/50:hover {
  background-color: rgb(30 113 201 / 0.5);
}
.hover\:bg-navy-400\/60:hover {
  background-color: rgb(30 113 201 / 0.6);
}
.hover\:bg-navy-400\/70:hover {
  background-color: rgb(30 113 201 / 0.7);
}
.hover\:bg-navy-400\/75:hover {
  background-color: rgb(30 113 201 / 0.75);
}
.hover\:bg-navy-400\/80:hover {
  background-color: rgb(30 113 201 / 0.8);
}
.hover\:bg-navy-400\/90:hover {
  background-color: rgb(30 113 201 / 0.9);
}
.hover\:bg-navy-400\/95:hover {
  background-color: rgb(30 113 201 / 0.95);
}
.hover\:bg-navy-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(216 235 255 / var(--tw-bg-opacity));
}
.hover\:bg-navy-50\/0:hover {
  background-color: rgb(216 235 255 / 0);
}
.hover\:bg-navy-50\/10:hover {
  background-color: rgb(216 235 255 / 0.1);
}
.hover\:bg-navy-50\/100:hover {
  background-color: rgb(216 235 255 / 1);
}
.hover\:bg-navy-50\/20:hover {
  background-color: rgb(216 235 255 / 0.2);
}
.hover\:bg-navy-50\/25:hover {
  background-color: rgb(216 235 255 / 0.25);
}
.hover\:bg-navy-50\/30:hover {
  background-color: rgb(216 235 255 / 0.3);
}
.hover\:bg-navy-50\/40:hover {
  background-color: rgb(216 235 255 / 0.4);
}
.hover\:bg-navy-50\/5:hover {
  background-color: rgb(216 235 255 / 0.05);
}
.hover\:bg-navy-50\/50:hover {
  background-color: rgb(216 235 255 / 0.5);
}
.hover\:bg-navy-50\/60:hover {
  background-color: rgb(216 235 255 / 0.6);
}
.hover\:bg-navy-50\/70:hover {
  background-color: rgb(216 235 255 / 0.7);
}
.hover\:bg-navy-50\/75:hover {
  background-color: rgb(216 235 255 / 0.75);
}
.hover\:bg-navy-50\/80:hover {
  background-color: rgb(216 235 255 / 0.8);
}
.hover\:bg-navy-50\/90:hover {
  background-color: rgb(216 235 255 / 0.9);
}
.hover\:bg-navy-50\/95:hover {
  background-color: rgb(216 235 255 / 0.95);
}
.hover\:bg-navy-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 64 132 / var(--tw-bg-opacity));
}
.hover\:bg-navy-500\/0:hover {
  background-color: rgb(0 64 132 / 0);
}
.hover\:bg-navy-500\/10:hover {
  background-color: rgb(0 64 132 / 0.1);
}
.hover\:bg-navy-500\/100:hover {
  background-color: rgb(0 64 132 / 1);
}
.hover\:bg-navy-500\/20:hover {
  background-color: rgb(0 64 132 / 0.2);
}
.hover\:bg-navy-500\/25:hover {
  background-color: rgb(0 64 132 / 0.25);
}
.hover\:bg-navy-500\/30:hover {
  background-color: rgb(0 64 132 / 0.3);
}
.hover\:bg-navy-500\/40:hover {
  background-color: rgb(0 64 132 / 0.4);
}
.hover\:bg-navy-500\/5:hover {
  background-color: rgb(0 64 132 / 0.05);
}
.hover\:bg-navy-500\/50:hover {
  background-color: rgb(0 64 132 / 0.5);
}
.hover\:bg-navy-500\/60:hover {
  background-color: rgb(0 64 132 / 0.6);
}
.hover\:bg-navy-500\/70:hover {
  background-color: rgb(0 64 132 / 0.7);
}
.hover\:bg-navy-500\/75:hover {
  background-color: rgb(0 64 132 / 0.75);
}
.hover\:bg-navy-500\/80:hover {
  background-color: rgb(0 64 132 / 0.8);
}
.hover\:bg-navy-500\/90:hover {
  background-color: rgb(0 64 132 / 0.9);
}
.hover\:bg-navy-500\/95:hover {
  background-color: rgb(0 64 132 / 0.95);
}
.hover\:bg-navy-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(3 50 99 / var(--tw-bg-opacity));
}
.hover\:bg-navy-600\/0:hover {
  background-color: rgb(3 50 99 / 0);
}
.hover\:bg-navy-600\/10:hover {
  background-color: rgb(3 50 99 / 0.1);
}
.hover\:bg-navy-600\/100:hover {
  background-color: rgb(3 50 99 / 1);
}
.hover\:bg-navy-600\/20:hover {
  background-color: rgb(3 50 99 / 0.2);
}
.hover\:bg-navy-600\/25:hover {
  background-color: rgb(3 50 99 / 0.25);
}
.hover\:bg-navy-600\/30:hover {
  background-color: rgb(3 50 99 / 0.3);
}
.hover\:bg-navy-600\/40:hover {
  background-color: rgb(3 50 99 / 0.4);
}
.hover\:bg-navy-600\/5:hover {
  background-color: rgb(3 50 99 / 0.05);
}
.hover\:bg-navy-600\/50:hover {
  background-color: rgb(3 50 99 / 0.5);
}
.hover\:bg-navy-600\/60:hover {
  background-color: rgb(3 50 99 / 0.6);
}
.hover\:bg-navy-600\/70:hover {
  background-color: rgb(3 50 99 / 0.7);
}
.hover\:bg-navy-600\/75:hover {
  background-color: rgb(3 50 99 / 0.75);
}
.hover\:bg-navy-600\/80:hover {
  background-color: rgb(3 50 99 / 0.8);
}
.hover\:bg-navy-600\/90:hover {
  background-color: rgb(3 50 99 / 0.9);
}
.hover\:bg-navy-600\/95:hover {
  background-color: rgb(3 50 99 / 0.95);
}
.hover\:bg-navy-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(7 38 71 / var(--tw-bg-opacity));
}
.hover\:bg-navy-700\/0:hover {
  background-color: rgb(7 38 71 / 0);
}
.hover\:bg-navy-700\/10:hover {
  background-color: rgb(7 38 71 / 0.1);
}
.hover\:bg-navy-700\/100:hover {
  background-color: rgb(7 38 71 / 1);
}
.hover\:bg-navy-700\/20:hover {
  background-color: rgb(7 38 71 / 0.2);
}
.hover\:bg-navy-700\/25:hover {
  background-color: rgb(7 38 71 / 0.25);
}
.hover\:bg-navy-700\/30:hover {
  background-color: rgb(7 38 71 / 0.3);
}
.hover\:bg-navy-700\/40:hover {
  background-color: rgb(7 38 71 / 0.4);
}
.hover\:bg-navy-700\/5:hover {
  background-color: rgb(7 38 71 / 0.05);
}
.hover\:bg-navy-700\/50:hover {
  background-color: rgb(7 38 71 / 0.5);
}
.hover\:bg-navy-700\/60:hover {
  background-color: rgb(7 38 71 / 0.6);
}
.hover\:bg-navy-700\/70:hover {
  background-color: rgb(7 38 71 / 0.7);
}
.hover\:bg-navy-700\/75:hover {
  background-color: rgb(7 38 71 / 0.75);
}
.hover\:bg-navy-700\/80:hover {
  background-color: rgb(7 38 71 / 0.8);
}
.hover\:bg-navy-700\/90:hover {
  background-color: rgb(7 38 71 / 0.9);
}
.hover\:bg-navy-700\/95:hover {
  background-color: rgb(7 38 71 / 0.95);
}
.hover\:bg-navy-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(9 29 49 / var(--tw-bg-opacity));
}
.hover\:bg-navy-800\/0:hover {
  background-color: rgb(9 29 49 / 0);
}
.hover\:bg-navy-800\/10:hover {
  background-color: rgb(9 29 49 / 0.1);
}
.hover\:bg-navy-800\/100:hover {
  background-color: rgb(9 29 49 / 1);
}
.hover\:bg-navy-800\/20:hover {
  background-color: rgb(9 29 49 / 0.2);
}
.hover\:bg-navy-800\/25:hover {
  background-color: rgb(9 29 49 / 0.25);
}
.hover\:bg-navy-800\/30:hover {
  background-color: rgb(9 29 49 / 0.3);
}
.hover\:bg-navy-800\/40:hover {
  background-color: rgb(9 29 49 / 0.4);
}
.hover\:bg-navy-800\/5:hover {
  background-color: rgb(9 29 49 / 0.05);
}
.hover\:bg-navy-800\/50:hover {
  background-color: rgb(9 29 49 / 0.5);
}
.hover\:bg-navy-800\/60:hover {
  background-color: rgb(9 29 49 / 0.6);
}
.hover\:bg-navy-800\/70:hover {
  background-color: rgb(9 29 49 / 0.7);
}
.hover\:bg-navy-800\/75:hover {
  background-color: rgb(9 29 49 / 0.75);
}
.hover\:bg-navy-800\/80:hover {
  background-color: rgb(9 29 49 / 0.8);
}
.hover\:bg-navy-800\/90:hover {
  background-color: rgb(9 29 49 / 0.9);
}
.hover\:bg-navy-800\/95:hover {
  background-color: rgb(9 29 49 / 0.95);
}
.hover\:bg-navy-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(9 19 30 / var(--tw-bg-opacity));
}
.hover\:bg-navy-900\/0:hover {
  background-color: rgb(9 19 30 / 0);
}
.hover\:bg-navy-900\/10:hover {
  background-color: rgb(9 19 30 / 0.1);
}
.hover\:bg-navy-900\/100:hover {
  background-color: rgb(9 19 30 / 1);
}
.hover\:bg-navy-900\/20:hover {
  background-color: rgb(9 19 30 / 0.2);
}
.hover\:bg-navy-900\/25:hover {
  background-color: rgb(9 19 30 / 0.25);
}
.hover\:bg-navy-900\/30:hover {
  background-color: rgb(9 19 30 / 0.3);
}
.hover\:bg-navy-900\/40:hover {
  background-color: rgb(9 19 30 / 0.4);
}
.hover\:bg-navy-900\/5:hover {
  background-color: rgb(9 19 30 / 0.05);
}
.hover\:bg-navy-900\/50:hover {
  background-color: rgb(9 19 30 / 0.5);
}
.hover\:bg-navy-900\/60:hover {
  background-color: rgb(9 19 30 / 0.6);
}
.hover\:bg-navy-900\/70:hover {
  background-color: rgb(9 19 30 / 0.7);
}
.hover\:bg-navy-900\/75:hover {
  background-color: rgb(9 19 30 / 0.75);
}
.hover\:bg-navy-900\/80:hover {
  background-color: rgb(9 19 30 / 0.8);
}
.hover\:bg-navy-900\/90:hover {
  background-color: rgb(9 19 30 / 0.9);
}
.hover\:bg-navy-900\/95:hover {
  background-color: rgb(9 19 30 / 0.95);
}
.hover\:bg-neutral-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(73 73 81 / var(--tw-bg-opacity));
}
.hover\:bg-neutral-300\/0:hover {
  background-color: rgb(73 73 81 / 0);
}
.hover\:bg-neutral-300\/10:hover {
  background-color: rgb(73 73 81 / 0.1);
}
.hover\:bg-neutral-300\/100:hover {
  background-color: rgb(73 73 81 / 1);
}
.hover\:bg-neutral-300\/20:hover {
  background-color: rgb(73 73 81 / 0.2);
}
.hover\:bg-neutral-300\/25:hover {
  background-color: rgb(73 73 81 / 0.25);
}
.hover\:bg-neutral-300\/30:hover {
  background-color: rgb(73 73 81 / 0.3);
}
.hover\:bg-neutral-300\/40:hover {
  background-color: rgb(73 73 81 / 0.4);
}
.hover\:bg-neutral-300\/5:hover {
  background-color: rgb(73 73 81 / 0.05);
}
.hover\:bg-neutral-300\/50:hover {
  background-color: rgb(73 73 81 / 0.5);
}
.hover\:bg-neutral-300\/60:hover {
  background-color: rgb(73 73 81 / 0.6);
}
.hover\:bg-neutral-300\/70:hover {
  background-color: rgb(73 73 81 / 0.7);
}
.hover\:bg-neutral-300\/75:hover {
  background-color: rgb(73 73 81 / 0.75);
}
.hover\:bg-neutral-300\/80:hover {
  background-color: rgb(73 73 81 / 0.8);
}
.hover\:bg-neutral-300\/90:hover {
  background-color: rgb(73 73 81 / 0.9);
}
.hover\:bg-neutral-300\/95:hover {
  background-color: rgb(73 73 81 / 0.95);
}
.hover\:bg-neutral-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(48 54 61 / var(--tw-bg-opacity));
}
.hover\:bg-neutral-400\/0:hover {
  background-color: rgb(48 54 61 / 0);
}
.hover\:bg-neutral-400\/10:hover {
  background-color: rgb(48 54 61 / 0.1);
}
.hover\:bg-neutral-400\/100:hover {
  background-color: rgb(48 54 61 / 1);
}
.hover\:bg-neutral-400\/20:hover {
  background-color: rgb(48 54 61 / 0.2);
}
.hover\:bg-neutral-400\/25:hover {
  background-color: rgb(48 54 61 / 0.25);
}
.hover\:bg-neutral-400\/30:hover {
  background-color: rgb(48 54 61 / 0.3);
}
.hover\:bg-neutral-400\/40:hover {
  background-color: rgb(48 54 61 / 0.4);
}
.hover\:bg-neutral-400\/5:hover {
  background-color: rgb(48 54 61 / 0.05);
}
.hover\:bg-neutral-400\/50:hover {
  background-color: rgb(48 54 61 / 0.5);
}
.hover\:bg-neutral-400\/60:hover {
  background-color: rgb(48 54 61 / 0.6);
}
.hover\:bg-neutral-400\/70:hover {
  background-color: rgb(48 54 61 / 0.7);
}
.hover\:bg-neutral-400\/75:hover {
  background-color: rgb(48 54 61 / 0.75);
}
.hover\:bg-neutral-400\/80:hover {
  background-color: rgb(48 54 61 / 0.8);
}
.hover\:bg-neutral-400\/90:hover {
  background-color: rgb(48 54 61 / 0.9);
}
.hover\:bg-neutral-400\/95:hover {
  background-color: rgb(48 54 61 / 0.95);
}
.hover\:bg-neutral-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(42 45 53 / var(--tw-bg-opacity));
}
.hover\:bg-neutral-500\/0:hover {
  background-color: rgb(42 45 53 / 0);
}
.hover\:bg-neutral-500\/10:hover {
  background-color: rgb(42 45 53 / 0.1);
}
.hover\:bg-neutral-500\/100:hover {
  background-color: rgb(42 45 53 / 1);
}
.hover\:bg-neutral-500\/20:hover {
  background-color: rgb(42 45 53 / 0.2);
}
.hover\:bg-neutral-500\/25:hover {
  background-color: rgb(42 45 53 / 0.25);
}
.hover\:bg-neutral-500\/30:hover {
  background-color: rgb(42 45 53 / 0.3);
}
.hover\:bg-neutral-500\/40:hover {
  background-color: rgb(42 45 53 / 0.4);
}
.hover\:bg-neutral-500\/5:hover {
  background-color: rgb(42 45 53 / 0.05);
}
.hover\:bg-neutral-500\/50:hover {
  background-color: rgb(42 45 53 / 0.5);
}
.hover\:bg-neutral-500\/60:hover {
  background-color: rgb(42 45 53 / 0.6);
}
.hover\:bg-neutral-500\/70:hover {
  background-color: rgb(42 45 53 / 0.7);
}
.hover\:bg-neutral-500\/75:hover {
  background-color: rgb(42 45 53 / 0.75);
}
.hover\:bg-neutral-500\/80:hover {
  background-color: rgb(42 45 53 / 0.8);
}
.hover\:bg-neutral-500\/90:hover {
  background-color: rgb(42 45 53 / 0.9);
}
.hover\:bg-neutral-500\/95:hover {
  background-color: rgb(42 45 53 / 0.95);
}
.hover\:bg-neutral-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(26 29 34 / var(--tw-bg-opacity));
}
.hover\:bg-neutral-600\/0:hover {
  background-color: rgb(26 29 34 / 0);
}
.hover\:bg-neutral-600\/10:hover {
  background-color: rgb(26 29 34 / 0.1);
}
.hover\:bg-neutral-600\/100:hover {
  background-color: rgb(26 29 34 / 1);
}
.hover\:bg-neutral-600\/20:hover {
  background-color: rgb(26 29 34 / 0.2);
}
.hover\:bg-neutral-600\/25:hover {
  background-color: rgb(26 29 34 / 0.25);
}
.hover\:bg-neutral-600\/30:hover {
  background-color: rgb(26 29 34 / 0.3);
}
.hover\:bg-neutral-600\/40:hover {
  background-color: rgb(26 29 34 / 0.4);
}
.hover\:bg-neutral-600\/5:hover {
  background-color: rgb(26 29 34 / 0.05);
}
.hover\:bg-neutral-600\/50:hover {
  background-color: rgb(26 29 34 / 0.5);
}
.hover\:bg-neutral-600\/60:hover {
  background-color: rgb(26 29 34 / 0.6);
}
.hover\:bg-neutral-600\/70:hover {
  background-color: rgb(26 29 34 / 0.7);
}
.hover\:bg-neutral-600\/75:hover {
  background-color: rgb(26 29 34 / 0.75);
}
.hover\:bg-neutral-600\/80:hover {
  background-color: rgb(26 29 34 / 0.8);
}
.hover\:bg-neutral-600\/90:hover {
  background-color: rgb(26 29 34 / 0.9);
}
.hover\:bg-neutral-600\/95:hover {
  background-color: rgb(26 29 34 / 0.95);
}
.hover\:bg-neutral-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(15 19 26 / var(--tw-bg-opacity));
}
.hover\:bg-neutral-700\/0:hover {
  background-color: rgb(15 19 26 / 0);
}
.hover\:bg-neutral-700\/10:hover {
  background-color: rgb(15 19 26 / 0.1);
}
.hover\:bg-neutral-700\/100:hover {
  background-color: rgb(15 19 26 / 1);
}
.hover\:bg-neutral-700\/20:hover {
  background-color: rgb(15 19 26 / 0.2);
}
.hover\:bg-neutral-700\/25:hover {
  background-color: rgb(15 19 26 / 0.25);
}
.hover\:bg-neutral-700\/30:hover {
  background-color: rgb(15 19 26 / 0.3);
}
.hover\:bg-neutral-700\/40:hover {
  background-color: rgb(15 19 26 / 0.4);
}
.hover\:bg-neutral-700\/5:hover {
  background-color: rgb(15 19 26 / 0.05);
}
.hover\:bg-neutral-700\/50:hover {
  background-color: rgb(15 19 26 / 0.5);
}
.hover\:bg-neutral-700\/60:hover {
  background-color: rgb(15 19 26 / 0.6);
}
.hover\:bg-neutral-700\/70:hover {
  background-color: rgb(15 19 26 / 0.7);
}
.hover\:bg-neutral-700\/75:hover {
  background-color: rgb(15 19 26 / 0.75);
}
.hover\:bg-neutral-700\/80:hover {
  background-color: rgb(15 19 26 / 0.8);
}
.hover\:bg-neutral-700\/90:hover {
  background-color: rgb(15 19 26 / 0.9);
}
.hover\:bg-neutral-700\/95:hover {
  background-color: rgb(15 19 26 / 0.95);
}
.hover\:bg-neutral-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(1 4 10 / var(--tw-bg-opacity));
}
.hover\:bg-neutral-800\/0:hover {
  background-color: rgb(1 4 10 / 0);
}
.hover\:bg-neutral-800\/10:hover {
  background-color: rgb(1 4 10 / 0.1);
}
.hover\:bg-neutral-800\/100:hover {
  background-color: rgb(1 4 10 / 1);
}
.hover\:bg-neutral-800\/20:hover {
  background-color: rgb(1 4 10 / 0.2);
}
.hover\:bg-neutral-800\/25:hover {
  background-color: rgb(1 4 10 / 0.25);
}
.hover\:bg-neutral-800\/30:hover {
  background-color: rgb(1 4 10 / 0.3);
}
.hover\:bg-neutral-800\/40:hover {
  background-color: rgb(1 4 10 / 0.4);
}
.hover\:bg-neutral-800\/5:hover {
  background-color: rgb(1 4 10 / 0.05);
}
.hover\:bg-neutral-800\/50:hover {
  background-color: rgb(1 4 10 / 0.5);
}
.hover\:bg-neutral-800\/60:hover {
  background-color: rgb(1 4 10 / 0.6);
}
.hover\:bg-neutral-800\/70:hover {
  background-color: rgb(1 4 10 / 0.7);
}
.hover\:bg-neutral-800\/75:hover {
  background-color: rgb(1 4 10 / 0.75);
}
.hover\:bg-neutral-800\/80:hover {
  background-color: rgb(1 4 10 / 0.8);
}
.hover\:bg-neutral-800\/90:hover {
  background-color: rgb(1 4 10 / 0.9);
}
.hover\:bg-neutral-800\/95:hover {
  background-color: rgb(1 4 10 / 0.95);
}
.hover\:bg-neutral-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.hover\:bg-neutral-900\/0:hover {
  background-color: rgb(0 0 0 / 0);
}
.hover\:bg-neutral-900\/10:hover {
  background-color: rgb(0 0 0 / 0.1);
}
.hover\:bg-neutral-900\/100:hover {
  background-color: rgb(0 0 0 / 1);
}
.hover\:bg-neutral-900\/20:hover {
  background-color: rgb(0 0 0 / 0.2);
}
.hover\:bg-neutral-900\/25:hover {
  background-color: rgb(0 0 0 / 0.25);
}
.hover\:bg-neutral-900\/30:hover {
  background-color: rgb(0 0 0 / 0.3);
}
.hover\:bg-neutral-900\/40:hover {
  background-color: rgb(0 0 0 / 0.4);
}
.hover\:bg-neutral-900\/5:hover {
  background-color: rgb(0 0 0 / 0.05);
}
.hover\:bg-neutral-900\/50:hover {
  background-color: rgb(0 0 0 / 0.5);
}
.hover\:bg-neutral-900\/60:hover {
  background-color: rgb(0 0 0 / 0.6);
}
.hover\:bg-neutral-900\/70:hover {
  background-color: rgb(0 0 0 / 0.7);
}
.hover\:bg-neutral-900\/75:hover {
  background-color: rgb(0 0 0 / 0.75);
}
.hover\:bg-neutral-900\/80:hover {
  background-color: rgb(0 0 0 / 0.8);
}
.hover\:bg-neutral-900\/90:hover {
  background-color: rgb(0 0 0 / 0.9);
}
.hover\:bg-neutral-900\/95:hover {
  background-color: rgb(0 0 0 / 0.95);
}
.hover\:bg-pea-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 255 227 / var(--tw-bg-opacity));
}
.hover\:bg-pea-300\/0:hover {
  background-color: rgb(240 255 227 / 0);
}
.hover\:bg-pea-300\/10:hover {
  background-color: rgb(240 255 227 / 0.1);
}
.hover\:bg-pea-300\/100:hover {
  background-color: rgb(240 255 227 / 1);
}
.hover\:bg-pea-300\/20:hover {
  background-color: rgb(240 255 227 / 0.2);
}
.hover\:bg-pea-300\/25:hover {
  background-color: rgb(240 255 227 / 0.25);
}
.hover\:bg-pea-300\/30:hover {
  background-color: rgb(240 255 227 / 0.3);
}
.hover\:bg-pea-300\/40:hover {
  background-color: rgb(240 255 227 / 0.4);
}
.hover\:bg-pea-300\/5:hover {
  background-color: rgb(240 255 227 / 0.05);
}
.hover\:bg-pea-300\/50:hover {
  background-color: rgb(240 255 227 / 0.5);
}
.hover\:bg-pea-300\/60:hover {
  background-color: rgb(240 255 227 / 0.6);
}
.hover\:bg-pea-300\/70:hover {
  background-color: rgb(240 255 227 / 0.7);
}
.hover\:bg-pea-300\/75:hover {
  background-color: rgb(240 255 227 / 0.75);
}
.hover\:bg-pea-300\/80:hover {
  background-color: rgb(240 255 227 / 0.8);
}
.hover\:bg-pea-300\/90:hover {
  background-color: rgb(240 255 227 / 0.9);
}
.hover\:bg-pea-300\/95:hover {
  background-color: rgb(240 255 227 / 0.95);
}
.hover\:bg-pea-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 255 203 / var(--tw-bg-opacity));
}
.hover\:bg-pea-400\/0:hover {
  background-color: rgb(226 255 203 / 0);
}
.hover\:bg-pea-400\/10:hover {
  background-color: rgb(226 255 203 / 0.1);
}
.hover\:bg-pea-400\/100:hover {
  background-color: rgb(226 255 203 / 1);
}
.hover\:bg-pea-400\/20:hover {
  background-color: rgb(226 255 203 / 0.2);
}
.hover\:bg-pea-400\/25:hover {
  background-color: rgb(226 255 203 / 0.25);
}
.hover\:bg-pea-400\/30:hover {
  background-color: rgb(226 255 203 / 0.3);
}
.hover\:bg-pea-400\/40:hover {
  background-color: rgb(226 255 203 / 0.4);
}
.hover\:bg-pea-400\/5:hover {
  background-color: rgb(226 255 203 / 0.05);
}
.hover\:bg-pea-400\/50:hover {
  background-color: rgb(226 255 203 / 0.5);
}
.hover\:bg-pea-400\/60:hover {
  background-color: rgb(226 255 203 / 0.6);
}
.hover\:bg-pea-400\/70:hover {
  background-color: rgb(226 255 203 / 0.7);
}
.hover\:bg-pea-400\/75:hover {
  background-color: rgb(226 255 203 / 0.75);
}
.hover\:bg-pea-400\/80:hover {
  background-color: rgb(226 255 203 / 0.8);
}
.hover\:bg-pea-400\/90:hover {
  background-color: rgb(226 255 203 / 0.9);
}
.hover\:bg-pea-400\/95:hover {
  background-color: rgb(226 255 203 / 0.95);
}
.hover\:bg-pea-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(195 229 168 / var(--tw-bg-opacity));
}
.hover\:bg-pea-500\/0:hover {
  background-color: rgb(195 229 168 / 0);
}
.hover\:bg-pea-500\/10:hover {
  background-color: rgb(195 229 168 / 0.1);
}
.hover\:bg-pea-500\/100:hover {
  background-color: rgb(195 229 168 / 1);
}
.hover\:bg-pea-500\/20:hover {
  background-color: rgb(195 229 168 / 0.2);
}
.hover\:bg-pea-500\/25:hover {
  background-color: rgb(195 229 168 / 0.25);
}
.hover\:bg-pea-500\/30:hover {
  background-color: rgb(195 229 168 / 0.3);
}
.hover\:bg-pea-500\/40:hover {
  background-color: rgb(195 229 168 / 0.4);
}
.hover\:bg-pea-500\/5:hover {
  background-color: rgb(195 229 168 / 0.05);
}
.hover\:bg-pea-500\/50:hover {
  background-color: rgb(195 229 168 / 0.5);
}
.hover\:bg-pea-500\/60:hover {
  background-color: rgb(195 229 168 / 0.6);
}
.hover\:bg-pea-500\/70:hover {
  background-color: rgb(195 229 168 / 0.7);
}
.hover\:bg-pea-500\/75:hover {
  background-color: rgb(195 229 168 / 0.75);
}
.hover\:bg-pea-500\/80:hover {
  background-color: rgb(195 229 168 / 0.8);
}
.hover\:bg-pea-500\/90:hover {
  background-color: rgb(195 229 168 / 0.9);
}
.hover\:bg-pea-500\/95:hover {
  background-color: rgb(195 229 168 / 0.95);
}
.hover\:bg-pea-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(168 199 143 / var(--tw-bg-opacity));
}
.hover\:bg-pea-600\/0:hover {
  background-color: rgb(168 199 143 / 0);
}
.hover\:bg-pea-600\/10:hover {
  background-color: rgb(168 199 143 / 0.1);
}
.hover\:bg-pea-600\/100:hover {
  background-color: rgb(168 199 143 / 1);
}
.hover\:bg-pea-600\/20:hover {
  background-color: rgb(168 199 143 / 0.2);
}
.hover\:bg-pea-600\/25:hover {
  background-color: rgb(168 199 143 / 0.25);
}
.hover\:bg-pea-600\/30:hover {
  background-color: rgb(168 199 143 / 0.3);
}
.hover\:bg-pea-600\/40:hover {
  background-color: rgb(168 199 143 / 0.4);
}
.hover\:bg-pea-600\/5:hover {
  background-color: rgb(168 199 143 / 0.05);
}
.hover\:bg-pea-600\/50:hover {
  background-color: rgb(168 199 143 / 0.5);
}
.hover\:bg-pea-600\/60:hover {
  background-color: rgb(168 199 143 / 0.6);
}
.hover\:bg-pea-600\/70:hover {
  background-color: rgb(168 199 143 / 0.7);
}
.hover\:bg-pea-600\/75:hover {
  background-color: rgb(168 199 143 / 0.75);
}
.hover\:bg-pea-600\/80:hover {
  background-color: rgb(168 199 143 / 0.8);
}
.hover\:bg-pea-600\/90:hover {
  background-color: rgb(168 199 143 / 0.9);
}
.hover\:bg-pea-600\/95:hover {
  background-color: rgb(168 199 143 / 0.95);
}
.hover\:bg-peacock-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(167 200 249 / var(--tw-bg-opacity));
}
.hover\:bg-peacock-100\/0:hover {
  background-color: rgb(167 200 249 / 0);
}
.hover\:bg-peacock-100\/10:hover {
  background-color: rgb(167 200 249 / 0.1);
}
.hover\:bg-peacock-100\/100:hover {
  background-color: rgb(167 200 249 / 1);
}
.hover\:bg-peacock-100\/20:hover {
  background-color: rgb(167 200 249 / 0.2);
}
.hover\:bg-peacock-100\/25:hover {
  background-color: rgb(167 200 249 / 0.25);
}
.hover\:bg-peacock-100\/30:hover {
  background-color: rgb(167 200 249 / 0.3);
}
.hover\:bg-peacock-100\/40:hover {
  background-color: rgb(167 200 249 / 0.4);
}
.hover\:bg-peacock-100\/5:hover {
  background-color: rgb(167 200 249 / 0.05);
}
.hover\:bg-peacock-100\/50:hover {
  background-color: rgb(167 200 249 / 0.5);
}
.hover\:bg-peacock-100\/60:hover {
  background-color: rgb(167 200 249 / 0.6);
}
.hover\:bg-peacock-100\/70:hover {
  background-color: rgb(167 200 249 / 0.7);
}
.hover\:bg-peacock-100\/75:hover {
  background-color: rgb(167 200 249 / 0.75);
}
.hover\:bg-peacock-100\/80:hover {
  background-color: rgb(167 200 249 / 0.8);
}
.hover\:bg-peacock-100\/90:hover {
  background-color: rgb(167 200 249 / 0.9);
}
.hover\:bg-peacock-100\/95:hover {
  background-color: rgb(167 200 249 / 0.95);
}
.hover\:bg-peacock-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(119 170 244 / var(--tw-bg-opacity));
}
.hover\:bg-peacock-200\/0:hover {
  background-color: rgb(119 170 244 / 0);
}
.hover\:bg-peacock-200\/10:hover {
  background-color: rgb(119 170 244 / 0.1);
}
.hover\:bg-peacock-200\/100:hover {
  background-color: rgb(119 170 244 / 1);
}
.hover\:bg-peacock-200\/20:hover {
  background-color: rgb(119 170 244 / 0.2);
}
.hover\:bg-peacock-200\/25:hover {
  background-color: rgb(119 170 244 / 0.25);
}
.hover\:bg-peacock-200\/30:hover {
  background-color: rgb(119 170 244 / 0.3);
}
.hover\:bg-peacock-200\/40:hover {
  background-color: rgb(119 170 244 / 0.4);
}
.hover\:bg-peacock-200\/5:hover {
  background-color: rgb(119 170 244 / 0.05);
}
.hover\:bg-peacock-200\/50:hover {
  background-color: rgb(119 170 244 / 0.5);
}
.hover\:bg-peacock-200\/60:hover {
  background-color: rgb(119 170 244 / 0.6);
}
.hover\:bg-peacock-200\/70:hover {
  background-color: rgb(119 170 244 / 0.7);
}
.hover\:bg-peacock-200\/75:hover {
  background-color: rgb(119 170 244 / 0.75);
}
.hover\:bg-peacock-200\/80:hover {
  background-color: rgb(119 170 244 / 0.8);
}
.hover\:bg-peacock-200\/90:hover {
  background-color: rgb(119 170 244 / 0.9);
}
.hover\:bg-peacock-200\/95:hover {
  background-color: rgb(119 170 244 / 0.95);
}
.hover\:bg-peacock-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(78 142 238 / var(--tw-bg-opacity));
}
.hover\:bg-peacock-300\/0:hover {
  background-color: rgb(78 142 238 / 0);
}
.hover\:bg-peacock-300\/10:hover {
  background-color: rgb(78 142 238 / 0.1);
}
.hover\:bg-peacock-300\/100:hover {
  background-color: rgb(78 142 238 / 1);
}
.hover\:bg-peacock-300\/20:hover {
  background-color: rgb(78 142 238 / 0.2);
}
.hover\:bg-peacock-300\/25:hover {
  background-color: rgb(78 142 238 / 0.25);
}
.hover\:bg-peacock-300\/30:hover {
  background-color: rgb(78 142 238 / 0.3);
}
.hover\:bg-peacock-300\/40:hover {
  background-color: rgb(78 142 238 / 0.4);
}
.hover\:bg-peacock-300\/5:hover {
  background-color: rgb(78 142 238 / 0.05);
}
.hover\:bg-peacock-300\/50:hover {
  background-color: rgb(78 142 238 / 0.5);
}
.hover\:bg-peacock-300\/60:hover {
  background-color: rgb(78 142 238 / 0.6);
}
.hover\:bg-peacock-300\/70:hover {
  background-color: rgb(78 142 238 / 0.7);
}
.hover\:bg-peacock-300\/75:hover {
  background-color: rgb(78 142 238 / 0.75);
}
.hover\:bg-peacock-300\/80:hover {
  background-color: rgb(78 142 238 / 0.8);
}
.hover\:bg-peacock-300\/90:hover {
  background-color: rgb(78 142 238 / 0.9);
}
.hover\:bg-peacock-300\/95:hover {
  background-color: rgb(78 142 238 / 0.95);
}
.hover\:bg-peacock-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(46 117 223 / var(--tw-bg-opacity));
}
.hover\:bg-peacock-400\/0:hover {
  background-color: rgb(46 117 223 / 0);
}
.hover\:bg-peacock-400\/10:hover {
  background-color: rgb(46 117 223 / 0.1);
}
.hover\:bg-peacock-400\/100:hover {
  background-color: rgb(46 117 223 / 1);
}
.hover\:bg-peacock-400\/20:hover {
  background-color: rgb(46 117 223 / 0.2);
}
.hover\:bg-peacock-400\/25:hover {
  background-color: rgb(46 117 223 / 0.25);
}
.hover\:bg-peacock-400\/30:hover {
  background-color: rgb(46 117 223 / 0.3);
}
.hover\:bg-peacock-400\/40:hover {
  background-color: rgb(46 117 223 / 0.4);
}
.hover\:bg-peacock-400\/5:hover {
  background-color: rgb(46 117 223 / 0.05);
}
.hover\:bg-peacock-400\/50:hover {
  background-color: rgb(46 117 223 / 0.5);
}
.hover\:bg-peacock-400\/60:hover {
  background-color: rgb(46 117 223 / 0.6);
}
.hover\:bg-peacock-400\/70:hover {
  background-color: rgb(46 117 223 / 0.7);
}
.hover\:bg-peacock-400\/75:hover {
  background-color: rgb(46 117 223 / 0.75);
}
.hover\:bg-peacock-400\/80:hover {
  background-color: rgb(46 117 223 / 0.8);
}
.hover\:bg-peacock-400\/90:hover {
  background-color: rgb(46 117 223 / 0.9);
}
.hover\:bg-peacock-400\/95:hover {
  background-color: rgb(46 117 223 / 0.95);
}
.hover\:bg-peacock-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(205 225 255 / var(--tw-bg-opacity));
}
.hover\:bg-peacock-50\/0:hover {
  background-color: rgb(205 225 255 / 0);
}
.hover\:bg-peacock-50\/10:hover {
  background-color: rgb(205 225 255 / 0.1);
}
.hover\:bg-peacock-50\/100:hover {
  background-color: rgb(205 225 255 / 1);
}
.hover\:bg-peacock-50\/20:hover {
  background-color: rgb(205 225 255 / 0.2);
}
.hover\:bg-peacock-50\/25:hover {
  background-color: rgb(205 225 255 / 0.25);
}
.hover\:bg-peacock-50\/30:hover {
  background-color: rgb(205 225 255 / 0.3);
}
.hover\:bg-peacock-50\/40:hover {
  background-color: rgb(205 225 255 / 0.4);
}
.hover\:bg-peacock-50\/5:hover {
  background-color: rgb(205 225 255 / 0.05);
}
.hover\:bg-peacock-50\/50:hover {
  background-color: rgb(205 225 255 / 0.5);
}
.hover\:bg-peacock-50\/60:hover {
  background-color: rgb(205 225 255 / 0.6);
}
.hover\:bg-peacock-50\/70:hover {
  background-color: rgb(205 225 255 / 0.7);
}
.hover\:bg-peacock-50\/75:hover {
  background-color: rgb(205 225 255 / 0.75);
}
.hover\:bg-peacock-50\/80:hover {
  background-color: rgb(205 225 255 / 0.8);
}
.hover\:bg-peacock-50\/90:hover {
  background-color: rgb(205 225 255 / 0.9);
}
.hover\:bg-peacock-50\/95:hover {
  background-color: rgb(205 225 255 / 0.95);
}
.hover\:bg-peacock-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 97 210 / var(--tw-bg-opacity));
}
.hover\:bg-peacock-500\/0:hover {
  background-color: rgb(21 97 210 / 0);
}
.hover\:bg-peacock-500\/10:hover {
  background-color: rgb(21 97 210 / 0.1);
}
.hover\:bg-peacock-500\/100:hover {
  background-color: rgb(21 97 210 / 1);
}
.hover\:bg-peacock-500\/20:hover {
  background-color: rgb(21 97 210 / 0.2);
}
.hover\:bg-peacock-500\/25:hover {
  background-color: rgb(21 97 210 / 0.25);
}
.hover\:bg-peacock-500\/30:hover {
  background-color: rgb(21 97 210 / 0.3);
}
.hover\:bg-peacock-500\/40:hover {
  background-color: rgb(21 97 210 / 0.4);
}
.hover\:bg-peacock-500\/5:hover {
  background-color: rgb(21 97 210 / 0.05);
}
.hover\:bg-peacock-500\/50:hover {
  background-color: rgb(21 97 210 / 0.5);
}
.hover\:bg-peacock-500\/60:hover {
  background-color: rgb(21 97 210 / 0.6);
}
.hover\:bg-peacock-500\/70:hover {
  background-color: rgb(21 97 210 / 0.7);
}
.hover\:bg-peacock-500\/75:hover {
  background-color: rgb(21 97 210 / 0.75);
}
.hover\:bg-peacock-500\/80:hover {
  background-color: rgb(21 97 210 / 0.8);
}
.hover\:bg-peacock-500\/90:hover {
  background-color: rgb(21 97 210 / 0.9);
}
.hover\:bg-peacock-500\/95:hover {
  background-color: rgb(21 97 210 / 0.95);
}
.hover\:bg-peacock-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(7 76 177 / var(--tw-bg-opacity));
}
.hover\:bg-peacock-600\/0:hover {
  background-color: rgb(7 76 177 / 0);
}
.hover\:bg-peacock-600\/10:hover {
  background-color: rgb(7 76 177 / 0.1);
}
.hover\:bg-peacock-600\/100:hover {
  background-color: rgb(7 76 177 / 1);
}
.hover\:bg-peacock-600\/20:hover {
  background-color: rgb(7 76 177 / 0.2);
}
.hover\:bg-peacock-600\/25:hover {
  background-color: rgb(7 76 177 / 0.25);
}
.hover\:bg-peacock-600\/30:hover {
  background-color: rgb(7 76 177 / 0.3);
}
.hover\:bg-peacock-600\/40:hover {
  background-color: rgb(7 76 177 / 0.4);
}
.hover\:bg-peacock-600\/5:hover {
  background-color: rgb(7 76 177 / 0.05);
}
.hover\:bg-peacock-600\/50:hover {
  background-color: rgb(7 76 177 / 0.5);
}
.hover\:bg-peacock-600\/60:hover {
  background-color: rgb(7 76 177 / 0.6);
}
.hover\:bg-peacock-600\/70:hover {
  background-color: rgb(7 76 177 / 0.7);
}
.hover\:bg-peacock-600\/75:hover {
  background-color: rgb(7 76 177 / 0.75);
}
.hover\:bg-peacock-600\/80:hover {
  background-color: rgb(7 76 177 / 0.8);
}
.hover\:bg-peacock-600\/90:hover {
  background-color: rgb(7 76 177 / 0.9);
}
.hover\:bg-peacock-600\/95:hover {
  background-color: rgb(7 76 177 / 0.95);
}
.hover\:bg-peacock-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 56 139 / var(--tw-bg-opacity));
}
.hover\:bg-peacock-700\/0:hover {
  background-color: rgb(0 56 139 / 0);
}
.hover\:bg-peacock-700\/10:hover {
  background-color: rgb(0 56 139 / 0.1);
}
.hover\:bg-peacock-700\/100:hover {
  background-color: rgb(0 56 139 / 1);
}
.hover\:bg-peacock-700\/20:hover {
  background-color: rgb(0 56 139 / 0.2);
}
.hover\:bg-peacock-700\/25:hover {
  background-color: rgb(0 56 139 / 0.25);
}
.hover\:bg-peacock-700\/30:hover {
  background-color: rgb(0 56 139 / 0.3);
}
.hover\:bg-peacock-700\/40:hover {
  background-color: rgb(0 56 139 / 0.4);
}
.hover\:bg-peacock-700\/5:hover {
  background-color: rgb(0 56 139 / 0.05);
}
.hover\:bg-peacock-700\/50:hover {
  background-color: rgb(0 56 139 / 0.5);
}
.hover\:bg-peacock-700\/60:hover {
  background-color: rgb(0 56 139 / 0.6);
}
.hover\:bg-peacock-700\/70:hover {
  background-color: rgb(0 56 139 / 0.7);
}
.hover\:bg-peacock-700\/75:hover {
  background-color: rgb(0 56 139 / 0.75);
}
.hover\:bg-peacock-700\/80:hover {
  background-color: rgb(0 56 139 / 0.8);
}
.hover\:bg-peacock-700\/90:hover {
  background-color: rgb(0 56 139 / 0.9);
}
.hover\:bg-peacock-700\/95:hover {
  background-color: rgb(0 56 139 / 0.95);
}
.hover\:bg-peacock-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 45 111 / var(--tw-bg-opacity));
}
.hover\:bg-peacock-800\/0:hover {
  background-color: rgb(0 45 111 / 0);
}
.hover\:bg-peacock-800\/10:hover {
  background-color: rgb(0 45 111 / 0.1);
}
.hover\:bg-peacock-800\/100:hover {
  background-color: rgb(0 45 111 / 1);
}
.hover\:bg-peacock-800\/20:hover {
  background-color: rgb(0 45 111 / 0.2);
}
.hover\:bg-peacock-800\/25:hover {
  background-color: rgb(0 45 111 / 0.25);
}
.hover\:bg-peacock-800\/30:hover {
  background-color: rgb(0 45 111 / 0.3);
}
.hover\:bg-peacock-800\/40:hover {
  background-color: rgb(0 45 111 / 0.4);
}
.hover\:bg-peacock-800\/5:hover {
  background-color: rgb(0 45 111 / 0.05);
}
.hover\:bg-peacock-800\/50:hover {
  background-color: rgb(0 45 111 / 0.5);
}
.hover\:bg-peacock-800\/60:hover {
  background-color: rgb(0 45 111 / 0.6);
}
.hover\:bg-peacock-800\/70:hover {
  background-color: rgb(0 45 111 / 0.7);
}
.hover\:bg-peacock-800\/75:hover {
  background-color: rgb(0 45 111 / 0.75);
}
.hover\:bg-peacock-800\/80:hover {
  background-color: rgb(0 45 111 / 0.8);
}
.hover\:bg-peacock-800\/90:hover {
  background-color: rgb(0 45 111 / 0.9);
}
.hover\:bg-peacock-800\/95:hover {
  background-color: rgb(0 45 111 / 0.95);
}
.hover\:bg-peacock-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 27 67 / var(--tw-bg-opacity));
}
.hover\:bg-peacock-900\/0:hover {
  background-color: rgb(0 27 67 / 0);
}
.hover\:bg-peacock-900\/10:hover {
  background-color: rgb(0 27 67 / 0.1);
}
.hover\:bg-peacock-900\/100:hover {
  background-color: rgb(0 27 67 / 1);
}
.hover\:bg-peacock-900\/20:hover {
  background-color: rgb(0 27 67 / 0.2);
}
.hover\:bg-peacock-900\/25:hover {
  background-color: rgb(0 27 67 / 0.25);
}
.hover\:bg-peacock-900\/30:hover {
  background-color: rgb(0 27 67 / 0.3);
}
.hover\:bg-peacock-900\/40:hover {
  background-color: rgb(0 27 67 / 0.4);
}
.hover\:bg-peacock-900\/5:hover {
  background-color: rgb(0 27 67 / 0.05);
}
.hover\:bg-peacock-900\/50:hover {
  background-color: rgb(0 27 67 / 0.5);
}
.hover\:bg-peacock-900\/60:hover {
  background-color: rgb(0 27 67 / 0.6);
}
.hover\:bg-peacock-900\/70:hover {
  background-color: rgb(0 27 67 / 0.7);
}
.hover\:bg-peacock-900\/75:hover {
  background-color: rgb(0 27 67 / 0.75);
}
.hover\:bg-peacock-900\/80:hover {
  background-color: rgb(0 27 67 / 0.8);
}
.hover\:bg-peacock-900\/90:hover {
  background-color: rgb(0 27 67 / 0.9);
}
.hover\:bg-peacock-900\/95:hover {
  background-color: rgb(0 27 67 / 0.95);
}
.hover\:bg-primary-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(231 239 246 / var(--tw-bg-opacity));
}
.hover\:bg-primary-100\/0:hover {
  background-color: rgb(231 239 246 / 0);
}
.hover\:bg-primary-100\/10:hover {
  background-color: rgb(231 239 246 / 0.1);
}
.hover\:bg-primary-100\/100:hover {
  background-color: rgb(231 239 246 / 1);
}
.hover\:bg-primary-100\/20:hover {
  background-color: rgb(231 239 246 / 0.2);
}
.hover\:bg-primary-100\/25:hover {
  background-color: rgb(231 239 246 / 0.25);
}
.hover\:bg-primary-100\/30:hover {
  background-color: rgb(231 239 246 / 0.3);
}
.hover\:bg-primary-100\/40:hover {
  background-color: rgb(231 239 246 / 0.4);
}
.hover\:bg-primary-100\/5:hover {
  background-color: rgb(231 239 246 / 0.05);
}
.hover\:bg-primary-100\/50:hover {
  background-color: rgb(231 239 246 / 0.5);
}
.hover\:bg-primary-100\/60:hover {
  background-color: rgb(231 239 246 / 0.6);
}
.hover\:bg-primary-100\/70:hover {
  background-color: rgb(231 239 246 / 0.7);
}
.hover\:bg-primary-100\/75:hover {
  background-color: rgb(231 239 246 / 0.75);
}
.hover\:bg-primary-100\/80:hover {
  background-color: rgb(231 239 246 / 0.8);
}
.hover\:bg-primary-100\/90:hover {
  background-color: rgb(231 239 246 / 0.9);
}
.hover\:bg-primary-100\/95:hover {
  background-color: rgb(231 239 246 / 0.95);
}
.hover\:bg-primary-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(206 224 242 / var(--tw-bg-opacity));
}
.hover\:bg-primary-200\/0:hover {
  background-color: rgb(206 224 242 / 0);
}
.hover\:bg-primary-200\/10:hover {
  background-color: rgb(206 224 242 / 0.1);
}
.hover\:bg-primary-200\/100:hover {
  background-color: rgb(206 224 242 / 1);
}
.hover\:bg-primary-200\/20:hover {
  background-color: rgb(206 224 242 / 0.2);
}
.hover\:bg-primary-200\/25:hover {
  background-color: rgb(206 224 242 / 0.25);
}
.hover\:bg-primary-200\/30:hover {
  background-color: rgb(206 224 242 / 0.3);
}
.hover\:bg-primary-200\/40:hover {
  background-color: rgb(206 224 242 / 0.4);
}
.hover\:bg-primary-200\/5:hover {
  background-color: rgb(206 224 242 / 0.05);
}
.hover\:bg-primary-200\/50:hover {
  background-color: rgb(206 224 242 / 0.5);
}
.hover\:bg-primary-200\/60:hover {
  background-color: rgb(206 224 242 / 0.6);
}
.hover\:bg-primary-200\/70:hover {
  background-color: rgb(206 224 242 / 0.7);
}
.hover\:bg-primary-200\/75:hover {
  background-color: rgb(206 224 242 / 0.75);
}
.hover\:bg-primary-200\/80:hover {
  background-color: rgb(206 224 242 / 0.8);
}
.hover\:bg-primary-200\/90:hover {
  background-color: rgb(206 224 242 / 0.9);
}
.hover\:bg-primary-200\/95:hover {
  background-color: rgb(206 224 242 / 0.95);
}
.hover\:bg-primary-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(172 208 245 / var(--tw-bg-opacity));
}
.hover\:bg-primary-300\/0:hover {
  background-color: rgb(172 208 245 / 0);
}
.hover\:bg-primary-300\/10:hover {
  background-color: rgb(172 208 245 / 0.1);
}
.hover\:bg-primary-300\/100:hover {
  background-color: rgb(172 208 245 / 1);
}
.hover\:bg-primary-300\/20:hover {
  background-color: rgb(172 208 245 / 0.2);
}
.hover\:bg-primary-300\/25:hover {
  background-color: rgb(172 208 245 / 0.25);
}
.hover\:bg-primary-300\/30:hover {
  background-color: rgb(172 208 245 / 0.3);
}
.hover\:bg-primary-300\/40:hover {
  background-color: rgb(172 208 245 / 0.4);
}
.hover\:bg-primary-300\/5:hover {
  background-color: rgb(172 208 245 / 0.05);
}
.hover\:bg-primary-300\/50:hover {
  background-color: rgb(172 208 245 / 0.5);
}
.hover\:bg-primary-300\/60:hover {
  background-color: rgb(172 208 245 / 0.6);
}
.hover\:bg-primary-300\/70:hover {
  background-color: rgb(172 208 245 / 0.7);
}
.hover\:bg-primary-300\/75:hover {
  background-color: rgb(172 208 245 / 0.75);
}
.hover\:bg-primary-300\/80:hover {
  background-color: rgb(172 208 245 / 0.8);
}
.hover\:bg-primary-300\/90:hover {
  background-color: rgb(172 208 245 / 0.9);
}
.hover\:bg-primary-300\/95:hover {
  background-color: rgb(172 208 245 / 0.95);
}
.hover\:bg-primary-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(115 173 233 / var(--tw-bg-opacity));
}
.hover\:bg-primary-400\/0:hover {
  background-color: rgb(115 173 233 / 0);
}
.hover\:bg-primary-400\/10:hover {
  background-color: rgb(115 173 233 / 0.1);
}
.hover\:bg-primary-400\/100:hover {
  background-color: rgb(115 173 233 / 1);
}
.hover\:bg-primary-400\/20:hover {
  background-color: rgb(115 173 233 / 0.2);
}
.hover\:bg-primary-400\/25:hover {
  background-color: rgb(115 173 233 / 0.25);
}
.hover\:bg-primary-400\/30:hover {
  background-color: rgb(115 173 233 / 0.3);
}
.hover\:bg-primary-400\/40:hover {
  background-color: rgb(115 173 233 / 0.4);
}
.hover\:bg-primary-400\/5:hover {
  background-color: rgb(115 173 233 / 0.05);
}
.hover\:bg-primary-400\/50:hover {
  background-color: rgb(115 173 233 / 0.5);
}
.hover\:bg-primary-400\/60:hover {
  background-color: rgb(115 173 233 / 0.6);
}
.hover\:bg-primary-400\/70:hover {
  background-color: rgb(115 173 233 / 0.7);
}
.hover\:bg-primary-400\/75:hover {
  background-color: rgb(115 173 233 / 0.75);
}
.hover\:bg-primary-400\/80:hover {
  background-color: rgb(115 173 233 / 0.8);
}
.hover\:bg-primary-400\/90:hover {
  background-color: rgb(115 173 233 / 0.9);
}
.hover\:bg-primary-400\/95:hover {
  background-color: rgb(115 173 233 / 0.95);
}
.hover\:bg-primary-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 252 / var(--tw-bg-opacity));
}
.hover\:bg-primary-50\/0:hover {
  background-color: rgb(239 246 252 / 0);
}
.hover\:bg-primary-50\/10:hover {
  background-color: rgb(239 246 252 / 0.1);
}
.hover\:bg-primary-50\/100:hover {
  background-color: rgb(239 246 252 / 1);
}
.hover\:bg-primary-50\/20:hover {
  background-color: rgb(239 246 252 / 0.2);
}
.hover\:bg-primary-50\/25:hover {
  background-color: rgb(239 246 252 / 0.25);
}
.hover\:bg-primary-50\/30:hover {
  background-color: rgb(239 246 252 / 0.3);
}
.hover\:bg-primary-50\/40:hover {
  background-color: rgb(239 246 252 / 0.4);
}
.hover\:bg-primary-50\/5:hover {
  background-color: rgb(239 246 252 / 0.05);
}
.hover\:bg-primary-50\/50:hover {
  background-color: rgb(239 246 252 / 0.5);
}
.hover\:bg-primary-50\/60:hover {
  background-color: rgb(239 246 252 / 0.6);
}
.hover\:bg-primary-50\/70:hover {
  background-color: rgb(239 246 252 / 0.7);
}
.hover\:bg-primary-50\/75:hover {
  background-color: rgb(239 246 252 / 0.75);
}
.hover\:bg-primary-50\/80:hover {
  background-color: rgb(239 246 252 / 0.8);
}
.hover\:bg-primary-50\/90:hover {
  background-color: rgb(239 246 252 / 0.9);
}
.hover\:bg-primary-50\/95:hover {
  background-color: rgb(239 246 252 / 0.95);
}
.hover\:bg-primary-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(50 126 205 / var(--tw-bg-opacity));
}
.hover\:bg-primary-500\/0:hover {
  background-color: rgb(50 126 205 / 0);
}
.hover\:bg-primary-500\/10:hover {
  background-color: rgb(50 126 205 / 0.1);
}
.hover\:bg-primary-500\/100:hover {
  background-color: rgb(50 126 205 / 1);
}
.hover\:bg-primary-500\/20:hover {
  background-color: rgb(50 126 205 / 0.2);
}
.hover\:bg-primary-500\/25:hover {
  background-color: rgb(50 126 205 / 0.25);
}
.hover\:bg-primary-500\/30:hover {
  background-color: rgb(50 126 205 / 0.3);
}
.hover\:bg-primary-500\/40:hover {
  background-color: rgb(50 126 205 / 0.4);
}
.hover\:bg-primary-500\/5:hover {
  background-color: rgb(50 126 205 / 0.05);
}
.hover\:bg-primary-500\/50:hover {
  background-color: rgb(50 126 205 / 0.5);
}
.hover\:bg-primary-500\/60:hover {
  background-color: rgb(50 126 205 / 0.6);
}
.hover\:bg-primary-500\/70:hover {
  background-color: rgb(50 126 205 / 0.7);
}
.hover\:bg-primary-500\/75:hover {
  background-color: rgb(50 126 205 / 0.75);
}
.hover\:bg-primary-500\/80:hover {
  background-color: rgb(50 126 205 / 0.8);
}
.hover\:bg-primary-500\/90:hover {
  background-color: rgb(50 126 205 / 0.9);
}
.hover\:bg-primary-500\/95:hover {
  background-color: rgb(50 126 205 / 0.95);
}
.hover\:bg-primary-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 101 174 / var(--tw-bg-opacity));
}
.hover\:bg-primary-600\/0:hover {
  background-color: rgb(31 101 174 / 0);
}
.hover\:bg-primary-600\/10:hover {
  background-color: rgb(31 101 174 / 0.1);
}
.hover\:bg-primary-600\/100:hover {
  background-color: rgb(31 101 174 / 1);
}
.hover\:bg-primary-600\/20:hover {
  background-color: rgb(31 101 174 / 0.2);
}
.hover\:bg-primary-600\/25:hover {
  background-color: rgb(31 101 174 / 0.25);
}
.hover\:bg-primary-600\/30:hover {
  background-color: rgb(31 101 174 / 0.3);
}
.hover\:bg-primary-600\/40:hover {
  background-color: rgb(31 101 174 / 0.4);
}
.hover\:bg-primary-600\/5:hover {
  background-color: rgb(31 101 174 / 0.05);
}
.hover\:bg-primary-600\/50:hover {
  background-color: rgb(31 101 174 / 0.5);
}
.hover\:bg-primary-600\/60:hover {
  background-color: rgb(31 101 174 / 0.6);
}
.hover\:bg-primary-600\/70:hover {
  background-color: rgb(31 101 174 / 0.7);
}
.hover\:bg-primary-600\/75:hover {
  background-color: rgb(31 101 174 / 0.75);
}
.hover\:bg-primary-600\/80:hover {
  background-color: rgb(31 101 174 / 0.8);
}
.hover\:bg-primary-600\/90:hover {
  background-color: rgb(31 101 174 / 0.9);
}
.hover\:bg-primary-600\/95:hover {
  background-color: rgb(31 101 174 / 0.95);
}
.hover\:bg-primary-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(20 80 143 / var(--tw-bg-opacity));
}
.hover\:bg-primary-700\/0:hover {
  background-color: rgb(20 80 143 / 0);
}
.hover\:bg-primary-700\/10:hover {
  background-color: rgb(20 80 143 / 0.1);
}
.hover\:bg-primary-700\/100:hover {
  background-color: rgb(20 80 143 / 1);
}
.hover\:bg-primary-700\/20:hover {
  background-color: rgb(20 80 143 / 0.2);
}
.hover\:bg-primary-700\/25:hover {
  background-color: rgb(20 80 143 / 0.25);
}
.hover\:bg-primary-700\/30:hover {
  background-color: rgb(20 80 143 / 0.3);
}
.hover\:bg-primary-700\/40:hover {
  background-color: rgb(20 80 143 / 0.4);
}
.hover\:bg-primary-700\/5:hover {
  background-color: rgb(20 80 143 / 0.05);
}
.hover\:bg-primary-700\/50:hover {
  background-color: rgb(20 80 143 / 0.5);
}
.hover\:bg-primary-700\/60:hover {
  background-color: rgb(20 80 143 / 0.6);
}
.hover\:bg-primary-700\/70:hover {
  background-color: rgb(20 80 143 / 0.7);
}
.hover\:bg-primary-700\/75:hover {
  background-color: rgb(20 80 143 / 0.75);
}
.hover\:bg-primary-700\/80:hover {
  background-color: rgb(20 80 143 / 0.8);
}
.hover\:bg-primary-700\/90:hover {
  background-color: rgb(20 80 143 / 0.9);
}
.hover\:bg-primary-700\/95:hover {
  background-color: rgb(20 80 143 / 0.95);
}
.hover\:bg-primary-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(10 62 117 / var(--tw-bg-opacity));
}
.hover\:bg-primary-800\/0:hover {
  background-color: rgb(10 62 117 / 0);
}
.hover\:bg-primary-800\/10:hover {
  background-color: rgb(10 62 117 / 0.1);
}
.hover\:bg-primary-800\/100:hover {
  background-color: rgb(10 62 117 / 1);
}
.hover\:bg-primary-800\/20:hover {
  background-color: rgb(10 62 117 / 0.2);
}
.hover\:bg-primary-800\/25:hover {
  background-color: rgb(10 62 117 / 0.25);
}
.hover\:bg-primary-800\/30:hover {
  background-color: rgb(10 62 117 / 0.3);
}
.hover\:bg-primary-800\/40:hover {
  background-color: rgb(10 62 117 / 0.4);
}
.hover\:bg-primary-800\/5:hover {
  background-color: rgb(10 62 117 / 0.05);
}
.hover\:bg-primary-800\/50:hover {
  background-color: rgb(10 62 117 / 0.5);
}
.hover\:bg-primary-800\/60:hover {
  background-color: rgb(10 62 117 / 0.6);
}
.hover\:bg-primary-800\/70:hover {
  background-color: rgb(10 62 117 / 0.7);
}
.hover\:bg-primary-800\/75:hover {
  background-color: rgb(10 62 117 / 0.75);
}
.hover\:bg-primary-800\/80:hover {
  background-color: rgb(10 62 117 / 0.8);
}
.hover\:bg-primary-800\/90:hover {
  background-color: rgb(10 62 117 / 0.9);
}
.hover\:bg-primary-800\/95:hover {
  background-color: rgb(10 62 117 / 0.95);
}
.hover\:bg-primary-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(5 46 89 / var(--tw-bg-opacity));
}
.hover\:bg-primary-900\/0:hover {
  background-color: rgb(5 46 89 / 0);
}
.hover\:bg-primary-900\/10:hover {
  background-color: rgb(5 46 89 / 0.1);
}
.hover\:bg-primary-900\/100:hover {
  background-color: rgb(5 46 89 / 1);
}
.hover\:bg-primary-900\/20:hover {
  background-color: rgb(5 46 89 / 0.2);
}
.hover\:bg-primary-900\/25:hover {
  background-color: rgb(5 46 89 / 0.25);
}
.hover\:bg-primary-900\/30:hover {
  background-color: rgb(5 46 89 / 0.3);
}
.hover\:bg-primary-900\/40:hover {
  background-color: rgb(5 46 89 / 0.4);
}
.hover\:bg-primary-900\/5:hover {
  background-color: rgb(5 46 89 / 0.05);
}
.hover\:bg-primary-900\/50:hover {
  background-color: rgb(5 46 89 / 0.5);
}
.hover\:bg-primary-900\/60:hover {
  background-color: rgb(5 46 89 / 0.6);
}
.hover\:bg-primary-900\/70:hover {
  background-color: rgb(5 46 89 / 0.7);
}
.hover\:bg-primary-900\/75:hover {
  background-color: rgb(5 46 89 / 0.75);
}
.hover\:bg-primary-900\/80:hover {
  background-color: rgb(5 46 89 / 0.8);
}
.hover\:bg-primary-900\/90:hover {
  background-color: rgb(5 46 89 / 0.9);
}
.hover\:bg-primary-900\/95:hover {
  background-color: rgb(5 46 89 / 0.95);
}
.hover\:bg-sky-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 251 255 / var(--tw-bg-opacity));
}
.hover\:bg-sky-300\/0:hover {
  background-color: rgb(242 251 255 / 0);
}
.hover\:bg-sky-300\/10:hover {
  background-color: rgb(242 251 255 / 0.1);
}
.hover\:bg-sky-300\/100:hover {
  background-color: rgb(242 251 255 / 1);
}
.hover\:bg-sky-300\/20:hover {
  background-color: rgb(242 251 255 / 0.2);
}
.hover\:bg-sky-300\/25:hover {
  background-color: rgb(242 251 255 / 0.25);
}
.hover\:bg-sky-300\/30:hover {
  background-color: rgb(242 251 255 / 0.3);
}
.hover\:bg-sky-300\/40:hover {
  background-color: rgb(242 251 255 / 0.4);
}
.hover\:bg-sky-300\/5:hover {
  background-color: rgb(242 251 255 / 0.05);
}
.hover\:bg-sky-300\/50:hover {
  background-color: rgb(242 251 255 / 0.5);
}
.hover\:bg-sky-300\/60:hover {
  background-color: rgb(242 251 255 / 0.6);
}
.hover\:bg-sky-300\/70:hover {
  background-color: rgb(242 251 255 / 0.7);
}
.hover\:bg-sky-300\/75:hover {
  background-color: rgb(242 251 255 / 0.75);
}
.hover\:bg-sky-300\/80:hover {
  background-color: rgb(242 251 255 / 0.8);
}
.hover\:bg-sky-300\/90:hover {
  background-color: rgb(242 251 255 / 0.9);
}
.hover\:bg-sky-300\/95:hover {
  background-color: rgb(242 251 255 / 0.95);
}
.hover\:bg-sky-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(221 245 255 / var(--tw-bg-opacity));
}
.hover\:bg-sky-400\/0:hover {
  background-color: rgb(221 245 255 / 0);
}
.hover\:bg-sky-400\/10:hover {
  background-color: rgb(221 245 255 / 0.1);
}
.hover\:bg-sky-400\/100:hover {
  background-color: rgb(221 245 255 / 1);
}
.hover\:bg-sky-400\/20:hover {
  background-color: rgb(221 245 255 / 0.2);
}
.hover\:bg-sky-400\/25:hover {
  background-color: rgb(221 245 255 / 0.25);
}
.hover\:bg-sky-400\/30:hover {
  background-color: rgb(221 245 255 / 0.3);
}
.hover\:bg-sky-400\/40:hover {
  background-color: rgb(221 245 255 / 0.4);
}
.hover\:bg-sky-400\/5:hover {
  background-color: rgb(221 245 255 / 0.05);
}
.hover\:bg-sky-400\/50:hover {
  background-color: rgb(221 245 255 / 0.5);
}
.hover\:bg-sky-400\/60:hover {
  background-color: rgb(221 245 255 / 0.6);
}
.hover\:bg-sky-400\/70:hover {
  background-color: rgb(221 245 255 / 0.7);
}
.hover\:bg-sky-400\/75:hover {
  background-color: rgb(221 245 255 / 0.75);
}
.hover\:bg-sky-400\/80:hover {
  background-color: rgb(221 245 255 / 0.8);
}
.hover\:bg-sky-400\/90:hover {
  background-color: rgb(221 245 255 / 0.9);
}
.hover\:bg-sky-400\/95:hover {
  background-color: rgb(221 245 255 / 0.95);
}
.hover\:bg-sky-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(193 237 255 / var(--tw-bg-opacity));
}
.hover\:bg-sky-500\/0:hover {
  background-color: rgb(193 237 255 / 0);
}
.hover\:bg-sky-500\/10:hover {
  background-color: rgb(193 237 255 / 0.1);
}
.hover\:bg-sky-500\/100:hover {
  background-color: rgb(193 237 255 / 1);
}
.hover\:bg-sky-500\/20:hover {
  background-color: rgb(193 237 255 / 0.2);
}
.hover\:bg-sky-500\/25:hover {
  background-color: rgb(193 237 255 / 0.25);
}
.hover\:bg-sky-500\/30:hover {
  background-color: rgb(193 237 255 / 0.3);
}
.hover\:bg-sky-500\/40:hover {
  background-color: rgb(193 237 255 / 0.4);
}
.hover\:bg-sky-500\/5:hover {
  background-color: rgb(193 237 255 / 0.05);
}
.hover\:bg-sky-500\/50:hover {
  background-color: rgb(193 237 255 / 0.5);
}
.hover\:bg-sky-500\/60:hover {
  background-color: rgb(193 237 255 / 0.6);
}
.hover\:bg-sky-500\/70:hover {
  background-color: rgb(193 237 255 / 0.7);
}
.hover\:bg-sky-500\/75:hover {
  background-color: rgb(193 237 255 / 0.75);
}
.hover\:bg-sky-500\/80:hover {
  background-color: rgb(193 237 255 / 0.8);
}
.hover\:bg-sky-500\/90:hover {
  background-color: rgb(193 237 255 / 0.9);
}
.hover\:bg-sky-500\/95:hover {
  background-color: rgb(193 237 255 / 0.95);
}
.hover\:bg-sky-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(153 206 227 / var(--tw-bg-opacity));
}
.hover\:bg-sky-600\/0:hover {
  background-color: rgb(153 206 227 / 0);
}
.hover\:bg-sky-600\/10:hover {
  background-color: rgb(153 206 227 / 0.1);
}
.hover\:bg-sky-600\/100:hover {
  background-color: rgb(153 206 227 / 1);
}
.hover\:bg-sky-600\/20:hover {
  background-color: rgb(153 206 227 / 0.2);
}
.hover\:bg-sky-600\/25:hover {
  background-color: rgb(153 206 227 / 0.25);
}
.hover\:bg-sky-600\/30:hover {
  background-color: rgb(153 206 227 / 0.3);
}
.hover\:bg-sky-600\/40:hover {
  background-color: rgb(153 206 227 / 0.4);
}
.hover\:bg-sky-600\/5:hover {
  background-color: rgb(153 206 227 / 0.05);
}
.hover\:bg-sky-600\/50:hover {
  background-color: rgb(153 206 227 / 0.5);
}
.hover\:bg-sky-600\/60:hover {
  background-color: rgb(153 206 227 / 0.6);
}
.hover\:bg-sky-600\/70:hover {
  background-color: rgb(153 206 227 / 0.7);
}
.hover\:bg-sky-600\/75:hover {
  background-color: rgb(153 206 227 / 0.75);
}
.hover\:bg-sky-600\/80:hover {
  background-color: rgb(153 206 227 / 0.8);
}
.hover\:bg-sky-600\/90:hover {
  background-color: rgb(153 206 227 / 0.9);
}
.hover\:bg-sky-600\/95:hover {
  background-color: rgb(153 206 227 / 0.95);
}
.hover\:bg-success-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(217 255 216 / var(--tw-bg-opacity));
}
.hover\:bg-success-100\/0:hover {
  background-color: rgb(217 255 216 / 0);
}
.hover\:bg-success-100\/10:hover {
  background-color: rgb(217 255 216 / 0.1);
}
.hover\:bg-success-100\/100:hover {
  background-color: rgb(217 255 216 / 1);
}
.hover\:bg-success-100\/20:hover {
  background-color: rgb(217 255 216 / 0.2);
}
.hover\:bg-success-100\/25:hover {
  background-color: rgb(217 255 216 / 0.25);
}
.hover\:bg-success-100\/30:hover {
  background-color: rgb(217 255 216 / 0.3);
}
.hover\:bg-success-100\/40:hover {
  background-color: rgb(217 255 216 / 0.4);
}
.hover\:bg-success-100\/5:hover {
  background-color: rgb(217 255 216 / 0.05);
}
.hover\:bg-success-100\/50:hover {
  background-color: rgb(217 255 216 / 0.5);
}
.hover\:bg-success-100\/60:hover {
  background-color: rgb(217 255 216 / 0.6);
}
.hover\:bg-success-100\/70:hover {
  background-color: rgb(217 255 216 / 0.7);
}
.hover\:bg-success-100\/75:hover {
  background-color: rgb(217 255 216 / 0.75);
}
.hover\:bg-success-100\/80:hover {
  background-color: rgb(217 255 216 / 0.8);
}
.hover\:bg-success-100\/90:hover {
  background-color: rgb(217 255 216 / 0.9);
}
.hover\:bg-success-100\/95:hover {
  background-color: rgb(217 255 216 / 0.95);
}
.hover\:bg-success-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 189 / var(--tw-bg-opacity));
}
.hover\:bg-success-200\/0:hover {
  background-color: rgb(187 247 189 / 0);
}
.hover\:bg-success-200\/10:hover {
  background-color: rgb(187 247 189 / 0.1);
}
.hover\:bg-success-200\/100:hover {
  background-color: rgb(187 247 189 / 1);
}
.hover\:bg-success-200\/20:hover {
  background-color: rgb(187 247 189 / 0.2);
}
.hover\:bg-success-200\/25:hover {
  background-color: rgb(187 247 189 / 0.25);
}
.hover\:bg-success-200\/30:hover {
  background-color: rgb(187 247 189 / 0.3);
}
.hover\:bg-success-200\/40:hover {
  background-color: rgb(187 247 189 / 0.4);
}
.hover\:bg-success-200\/5:hover {
  background-color: rgb(187 247 189 / 0.05);
}
.hover\:bg-success-200\/50:hover {
  background-color: rgb(187 247 189 / 0.5);
}
.hover\:bg-success-200\/60:hover {
  background-color: rgb(187 247 189 / 0.6);
}
.hover\:bg-success-200\/70:hover {
  background-color: rgb(187 247 189 / 0.7);
}
.hover\:bg-success-200\/75:hover {
  background-color: rgb(187 247 189 / 0.75);
}
.hover\:bg-success-200\/80:hover {
  background-color: rgb(187 247 189 / 0.8);
}
.hover\:bg-success-200\/90:hover {
  background-color: rgb(187 247 189 / 0.9);
}
.hover\:bg-success-200\/95:hover {
  background-color: rgb(187 247 189 / 0.95);
}
.hover\:bg-success-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 144 / var(--tw-bg-opacity));
}
.hover\:bg-success-300\/0:hover {
  background-color: rgb(134 239 144 / 0);
}
.hover\:bg-success-300\/10:hover {
  background-color: rgb(134 239 144 / 0.1);
}
.hover\:bg-success-300\/100:hover {
  background-color: rgb(134 239 144 / 1);
}
.hover\:bg-success-300\/20:hover {
  background-color: rgb(134 239 144 / 0.2);
}
.hover\:bg-success-300\/25:hover {
  background-color: rgb(134 239 144 / 0.25);
}
.hover\:bg-success-300\/30:hover {
  background-color: rgb(134 239 144 / 0.3);
}
.hover\:bg-success-300\/40:hover {
  background-color: rgb(134 239 144 / 0.4);
}
.hover\:bg-success-300\/5:hover {
  background-color: rgb(134 239 144 / 0.05);
}
.hover\:bg-success-300\/50:hover {
  background-color: rgb(134 239 144 / 0.5);
}
.hover\:bg-success-300\/60:hover {
  background-color: rgb(134 239 144 / 0.6);
}
.hover\:bg-success-300\/70:hover {
  background-color: rgb(134 239 144 / 0.7);
}
.hover\:bg-success-300\/75:hover {
  background-color: rgb(134 239 144 / 0.75);
}
.hover\:bg-success-300\/80:hover {
  background-color: rgb(134 239 144 / 0.8);
}
.hover\:bg-success-300\/90:hover {
  background-color: rgb(134 239 144 / 0.9);
}
.hover\:bg-success-300\/95:hover {
  background-color: rgb(134 239 144 / 0.95);
}
.hover\:bg-success-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 89 / var(--tw-bg-opacity));
}
.hover\:bg-success-400\/0:hover {
  background-color: rgb(34 197 89 / 0);
}
.hover\:bg-success-400\/10:hover {
  background-color: rgb(34 197 89 / 0.1);
}
.hover\:bg-success-400\/100:hover {
  background-color: rgb(34 197 89 / 1);
}
.hover\:bg-success-400\/20:hover {
  background-color: rgb(34 197 89 / 0.2);
}
.hover\:bg-success-400\/25:hover {
  background-color: rgb(34 197 89 / 0.25);
}
.hover\:bg-success-400\/30:hover {
  background-color: rgb(34 197 89 / 0.3);
}
.hover\:bg-success-400\/40:hover {
  background-color: rgb(34 197 89 / 0.4);
}
.hover\:bg-success-400\/5:hover {
  background-color: rgb(34 197 89 / 0.05);
}
.hover\:bg-success-400\/50:hover {
  background-color: rgb(34 197 89 / 0.5);
}
.hover\:bg-success-400\/60:hover {
  background-color: rgb(34 197 89 / 0.6);
}
.hover\:bg-success-400\/70:hover {
  background-color: rgb(34 197 89 / 0.7);
}
.hover\:bg-success-400\/75:hover {
  background-color: rgb(34 197 89 / 0.75);
}
.hover\:bg-success-400\/80:hover {
  background-color: rgb(34 197 89 / 0.8);
}
.hover\:bg-success-400\/90:hover {
  background-color: rgb(34 197 89 / 0.9);
}
.hover\:bg-success-400\/95:hover {
  background-color: rgb(34 197 89 / 0.95);
}
.hover\:bg-success-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 241 / var(--tw-bg-opacity));
}
.hover\:bg-success-50\/0:hover {
  background-color: rgb(240 253 241 / 0);
}
.hover\:bg-success-50\/10:hover {
  background-color: rgb(240 253 241 / 0.1);
}
.hover\:bg-success-50\/100:hover {
  background-color: rgb(240 253 241 / 1);
}
.hover\:bg-success-50\/20:hover {
  background-color: rgb(240 253 241 / 0.2);
}
.hover\:bg-success-50\/25:hover {
  background-color: rgb(240 253 241 / 0.25);
}
.hover\:bg-success-50\/30:hover {
  background-color: rgb(240 253 241 / 0.3);
}
.hover\:bg-success-50\/40:hover {
  background-color: rgb(240 253 241 / 0.4);
}
.hover\:bg-success-50\/5:hover {
  background-color: rgb(240 253 241 / 0.05);
}
.hover\:bg-success-50\/50:hover {
  background-color: rgb(240 253 241 / 0.5);
}
.hover\:bg-success-50\/60:hover {
  background-color: rgb(240 253 241 / 0.6);
}
.hover\:bg-success-50\/70:hover {
  background-color: rgb(240 253 241 / 0.7);
}
.hover\:bg-success-50\/75:hover {
  background-color: rgb(240 253 241 / 0.75);
}
.hover\:bg-success-50\/80:hover {
  background-color: rgb(240 253 241 / 0.8);
}
.hover\:bg-success-50\/90:hover {
  background-color: rgb(240 253 241 / 0.9);
}
.hover\:bg-success-50\/95:hover {
  background-color: rgb(240 253 241 / 0.95);
}
.hover\:bg-success-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(24 177 76 / var(--tw-bg-opacity));
}
.hover\:bg-success-500\/0:hover {
  background-color: rgb(24 177 76 / 0);
}
.hover\:bg-success-500\/10:hover {
  background-color: rgb(24 177 76 / 0.1);
}
.hover\:bg-success-500\/100:hover {
  background-color: rgb(24 177 76 / 1);
}
.hover\:bg-success-500\/20:hover {
  background-color: rgb(24 177 76 / 0.2);
}
.hover\:bg-success-500\/25:hover {
  background-color: rgb(24 177 76 / 0.25);
}
.hover\:bg-success-500\/30:hover {
  background-color: rgb(24 177 76 / 0.3);
}
.hover\:bg-success-500\/40:hover {
  background-color: rgb(24 177 76 / 0.4);
}
.hover\:bg-success-500\/5:hover {
  background-color: rgb(24 177 76 / 0.05);
}
.hover\:bg-success-500\/50:hover {
  background-color: rgb(24 177 76 / 0.5);
}
.hover\:bg-success-500\/60:hover {
  background-color: rgb(24 177 76 / 0.6);
}
.hover\:bg-success-500\/70:hover {
  background-color: rgb(24 177 76 / 0.7);
}
.hover\:bg-success-500\/75:hover {
  background-color: rgb(24 177 76 / 0.75);
}
.hover\:bg-success-500\/80:hover {
  background-color: rgb(24 177 76 / 0.8);
}
.hover\:bg-success-500\/90:hover {
  background-color: rgb(24 177 76 / 0.9);
}
.hover\:bg-success-500\/95:hover {
  background-color: rgb(24 177 76 / 0.95);
}
.hover\:bg-success-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 153 47 / var(--tw-bg-opacity));
}
.hover\:bg-success-600\/0:hover {
  background-color: rgb(17 153 47 / 0);
}
.hover\:bg-success-600\/10:hover {
  background-color: rgb(17 153 47 / 0.1);
}
.hover\:bg-success-600\/100:hover {
  background-color: rgb(17 153 47 / 1);
}
.hover\:bg-success-600\/20:hover {
  background-color: rgb(17 153 47 / 0.2);
}
.hover\:bg-success-600\/25:hover {
  background-color: rgb(17 153 47 / 0.25);
}
.hover\:bg-success-600\/30:hover {
  background-color: rgb(17 153 47 / 0.3);
}
.hover\:bg-success-600\/40:hover {
  background-color: rgb(17 153 47 / 0.4);
}
.hover\:bg-success-600\/5:hover {
  background-color: rgb(17 153 47 / 0.05);
}
.hover\:bg-success-600\/50:hover {
  background-color: rgb(17 153 47 / 0.5);
}
.hover\:bg-success-600\/60:hover {
  background-color: rgb(17 153 47 / 0.6);
}
.hover\:bg-success-600\/70:hover {
  background-color: rgb(17 153 47 / 0.7);
}
.hover\:bg-success-600\/75:hover {
  background-color: rgb(17 153 47 / 0.75);
}
.hover\:bg-success-600\/80:hover {
  background-color: rgb(17 153 47 / 0.8);
}
.hover\:bg-success-600\/90:hover {
  background-color: rgb(17 153 47 / 0.9);
}
.hover\:bg-success-600\/95:hover {
  background-color: rgb(17 153 47 / 0.95);
}
.hover\:bg-success-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(28 131 19 / var(--tw-bg-opacity));
}
.hover\:bg-success-700\/0:hover {
  background-color: rgb(28 131 19 / 0);
}
.hover\:bg-success-700\/10:hover {
  background-color: rgb(28 131 19 / 0.1);
}
.hover\:bg-success-700\/100:hover {
  background-color: rgb(28 131 19 / 1);
}
.hover\:bg-success-700\/20:hover {
  background-color: rgb(28 131 19 / 0.2);
}
.hover\:bg-success-700\/25:hover {
  background-color: rgb(28 131 19 / 0.25);
}
.hover\:bg-success-700\/30:hover {
  background-color: rgb(28 131 19 / 0.3);
}
.hover\:bg-success-700\/40:hover {
  background-color: rgb(28 131 19 / 0.4);
}
.hover\:bg-success-700\/5:hover {
  background-color: rgb(28 131 19 / 0.05);
}
.hover\:bg-success-700\/50:hover {
  background-color: rgb(28 131 19 / 0.5);
}
.hover\:bg-success-700\/60:hover {
  background-color: rgb(28 131 19 / 0.6);
}
.hover\:bg-success-700\/70:hover {
  background-color: rgb(28 131 19 / 0.7);
}
.hover\:bg-success-700\/75:hover {
  background-color: rgb(28 131 19 / 0.75);
}
.hover\:bg-success-700\/80:hover {
  background-color: rgb(28 131 19 / 0.8);
}
.hover\:bg-success-700\/90:hover {
  background-color: rgb(28 131 19 / 0.9);
}
.hover\:bg-success-700\/95:hover {
  background-color: rgb(28 131 19 / 0.95);
}
.hover\:bg-success-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(34 94 19 / var(--tw-bg-opacity));
}
.hover\:bg-success-800\/0:hover {
  background-color: rgb(34 94 19 / 0);
}
.hover\:bg-success-800\/10:hover {
  background-color: rgb(34 94 19 / 0.1);
}
.hover\:bg-success-800\/100:hover {
  background-color: rgb(34 94 19 / 1);
}
.hover\:bg-success-800\/20:hover {
  background-color: rgb(34 94 19 / 0.2);
}
.hover\:bg-success-800\/25:hover {
  background-color: rgb(34 94 19 / 0.25);
}
.hover\:bg-success-800\/30:hover {
  background-color: rgb(34 94 19 / 0.3);
}
.hover\:bg-success-800\/40:hover {
  background-color: rgb(34 94 19 / 0.4);
}
.hover\:bg-success-800\/5:hover {
  background-color: rgb(34 94 19 / 0.05);
}
.hover\:bg-success-800\/50:hover {
  background-color: rgb(34 94 19 / 0.5);
}
.hover\:bg-success-800\/60:hover {
  background-color: rgb(34 94 19 / 0.6);
}
.hover\:bg-success-800\/70:hover {
  background-color: rgb(34 94 19 / 0.7);
}
.hover\:bg-success-800\/75:hover {
  background-color: rgb(34 94 19 / 0.75);
}
.hover\:bg-success-800\/80:hover {
  background-color: rgb(34 94 19 / 0.8);
}
.hover\:bg-success-800\/90:hover {
  background-color: rgb(34 94 19 / 0.9);
}
.hover\:bg-success-800\/95:hover {
  background-color: rgb(34 94 19 / 0.95);
}
.hover\:bg-success-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(35 63 41 / var(--tw-bg-opacity));
}
.hover\:bg-success-900\/0:hover {
  background-color: rgb(35 63 41 / 0);
}
.hover\:bg-success-900\/10:hover {
  background-color: rgb(35 63 41 / 0.1);
}
.hover\:bg-success-900\/100:hover {
  background-color: rgb(35 63 41 / 1);
}
.hover\:bg-success-900\/20:hover {
  background-color: rgb(35 63 41 / 0.2);
}
.hover\:bg-success-900\/25:hover {
  background-color: rgb(35 63 41 / 0.25);
}
.hover\:bg-success-900\/30:hover {
  background-color: rgb(35 63 41 / 0.3);
}
.hover\:bg-success-900\/40:hover {
  background-color: rgb(35 63 41 / 0.4);
}
.hover\:bg-success-900\/5:hover {
  background-color: rgb(35 63 41 / 0.05);
}
.hover\:bg-success-900\/50:hover {
  background-color: rgb(35 63 41 / 0.5);
}
.hover\:bg-success-900\/60:hover {
  background-color: rgb(35 63 41 / 0.6);
}
.hover\:bg-success-900\/70:hover {
  background-color: rgb(35 63 41 / 0.7);
}
.hover\:bg-success-900\/75:hover {
  background-color: rgb(35 63 41 / 0.75);
}
.hover\:bg-success-900\/80:hover {
  background-color: rgb(35 63 41 / 0.8);
}
.hover\:bg-success-900\/90:hover {
  background-color: rgb(35 63 41 / 0.9);
}
.hover\:bg-success-900\/95:hover {
  background-color: rgb(35 63 41 / 0.95);
}
.hover\:bg-text-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.hover\:bg-text-primary\/0:hover {
  background-color: rgb(17 24 39 / 0);
}
.hover\:bg-text-primary\/10:hover {
  background-color: rgb(17 24 39 / 0.1);
}
.hover\:bg-text-primary\/100:hover {
  background-color: rgb(17 24 39 / 1);
}
.hover\:bg-text-primary\/20:hover {
  background-color: rgb(17 24 39 / 0.2);
}
.hover\:bg-text-primary\/25:hover {
  background-color: rgb(17 24 39 / 0.25);
}
.hover\:bg-text-primary\/30:hover {
  background-color: rgb(17 24 39 / 0.3);
}
.hover\:bg-text-primary\/40:hover {
  background-color: rgb(17 24 39 / 0.4);
}
.hover\:bg-text-primary\/5:hover {
  background-color: rgb(17 24 39 / 0.05);
}
.hover\:bg-text-primary\/50:hover {
  background-color: rgb(17 24 39 / 0.5);
}
.hover\:bg-text-primary\/60:hover {
  background-color: rgb(17 24 39 / 0.6);
}
.hover\:bg-text-primary\/70:hover {
  background-color: rgb(17 24 39 / 0.7);
}
.hover\:bg-text-primary\/75:hover {
  background-color: rgb(17 24 39 / 0.75);
}
.hover\:bg-text-primary\/80:hover {
  background-color: rgb(17 24 39 / 0.8);
}
.hover\:bg-text-primary\/90:hover {
  background-color: rgb(17 24 39 / 0.9);
}
.hover\:bg-text-primary\/95:hover {
  background-color: rgb(17 24 39 / 0.95);
}
.hover\:bg-text-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(101 104 106 / var(--tw-bg-opacity));
}
.hover\:bg-text-secondary\/0:hover {
  background-color: rgb(101 104 106 / 0);
}
.hover\:bg-text-secondary\/10:hover {
  background-color: rgb(101 104 106 / 0.1);
}
.hover\:bg-text-secondary\/100:hover {
  background-color: rgb(101 104 106 / 1);
}
.hover\:bg-text-secondary\/20:hover {
  background-color: rgb(101 104 106 / 0.2);
}
.hover\:bg-text-secondary\/25:hover {
  background-color: rgb(101 104 106 / 0.25);
}
.hover\:bg-text-secondary\/30:hover {
  background-color: rgb(101 104 106 / 0.3);
}
.hover\:bg-text-secondary\/40:hover {
  background-color: rgb(101 104 106 / 0.4);
}
.hover\:bg-text-secondary\/5:hover {
  background-color: rgb(101 104 106 / 0.05);
}
.hover\:bg-text-secondary\/50:hover {
  background-color: rgb(101 104 106 / 0.5);
}
.hover\:bg-text-secondary\/60:hover {
  background-color: rgb(101 104 106 / 0.6);
}
.hover\:bg-text-secondary\/70:hover {
  background-color: rgb(101 104 106 / 0.7);
}
.hover\:bg-text-secondary\/75:hover {
  background-color: rgb(101 104 106 / 0.75);
}
.hover\:bg-text-secondary\/80:hover {
  background-color: rgb(101 104 106 / 0.8);
}
.hover\:bg-text-secondary\/90:hover {
  background-color: rgb(101 104 106 / 0.9);
}
.hover\:bg-text-secondary\/95:hover {
  background-color: rgb(101 104 106 / 0.95);
}
.hover\:bg-transparent:hover {
  background-color: transparent;
}
.hover\:bg-transparent\/0:hover {
  background-color: rgb(0 0 0 / 0);
}
.hover\:bg-transparent\/10:hover {
  background-color: rgb(0 0 0 / 0.1);
}
.hover\:bg-transparent\/100:hover {
  background-color: rgb(0 0 0 / 1);
}
.hover\:bg-transparent\/20:hover {
  background-color: rgb(0 0 0 / 0.2);
}
.hover\:bg-transparent\/25:hover {
  background-color: rgb(0 0 0 / 0.25);
}
.hover\:bg-transparent\/30:hover {
  background-color: rgb(0 0 0 / 0.3);
}
.hover\:bg-transparent\/40:hover {
  background-color: rgb(0 0 0 / 0.4);
}
.hover\:bg-transparent\/5:hover {
  background-color: rgb(0 0 0 / 0.05);
}
.hover\:bg-transparent\/50:hover {
  background-color: rgb(0 0 0 / 0.5);
}
.hover\:bg-transparent\/60:hover {
  background-color: rgb(0 0 0 / 0.6);
}
.hover\:bg-transparent\/70:hover {
  background-color: rgb(0 0 0 / 0.7);
}
.hover\:bg-transparent\/75:hover {
  background-color: rgb(0 0 0 / 0.75);
}
.hover\:bg-transparent\/80:hover {
  background-color: rgb(0 0 0 / 0.8);
}
.hover\:bg-transparent\/90:hover {
  background-color: rgb(0 0 0 / 0.9);
}
.hover\:bg-transparent\/95:hover {
  background-color: rgb(0 0 0 / 0.95);
}
.hover\:bg-void:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.hover\:bg-void\/0:hover {
  background-color: rgb(0 0 0 / 0);
}
.hover\:bg-void\/10:hover {
  background-color: rgb(0 0 0 / 0.1);
}
.hover\:bg-void\/100:hover {
  background-color: rgb(0 0 0 / 1);
}
.hover\:bg-void\/20:hover {
  background-color: rgb(0 0 0 / 0.2);
}
.hover\:bg-void\/25:hover {
  background-color: rgb(0 0 0 / 0.25);
}
.hover\:bg-void\/30:hover {
  background-color: rgb(0 0 0 / 0.3);
}
.hover\:bg-void\/40:hover {
  background-color: rgb(0 0 0 / 0.4);
}
.hover\:bg-void\/5:hover {
  background-color: rgb(0 0 0 / 0.05);
}
.hover\:bg-void\/50:hover {
  background-color: rgb(0 0 0 / 0.5);
}
.hover\:bg-void\/60:hover {
  background-color: rgb(0 0 0 / 0.6);
}
.hover\:bg-void\/70:hover {
  background-color: rgb(0 0 0 / 0.7);
}
.hover\:bg-void\/75:hover {
  background-color: rgb(0 0 0 / 0.75);
}
.hover\:bg-void\/80:hover {
  background-color: rgb(0 0 0 / 0.8);
}
.hover\:bg-void\/90:hover {
  background-color: rgb(0 0 0 / 0.9);
}
.hover\:bg-void\/95:hover {
  background-color: rgb(0 0 0 / 0.95);
}
.hover\:bg-warning-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 242 207 / var(--tw-bg-opacity));
}
.hover\:bg-warning-100\/0:hover {
  background-color: rgb(255 242 207 / 0);
}
.hover\:bg-warning-100\/10:hover {
  background-color: rgb(255 242 207 / 0.1);
}
.hover\:bg-warning-100\/100:hover {
  background-color: rgb(255 242 207 / 1);
}
.hover\:bg-warning-100\/20:hover {
  background-color: rgb(255 242 207 / 0.2);
}
.hover\:bg-warning-100\/25:hover {
  background-color: rgb(255 242 207 / 0.25);
}
.hover\:bg-warning-100\/30:hover {
  background-color: rgb(255 242 207 / 0.3);
}
.hover\:bg-warning-100\/40:hover {
  background-color: rgb(255 242 207 / 0.4);
}
.hover\:bg-warning-100\/5:hover {
  background-color: rgb(255 242 207 / 0.05);
}
.hover\:bg-warning-100\/50:hover {
  background-color: rgb(255 242 207 / 0.5);
}
.hover\:bg-warning-100\/60:hover {
  background-color: rgb(255 242 207 / 0.6);
}
.hover\:bg-warning-100\/70:hover {
  background-color: rgb(255 242 207 / 0.7);
}
.hover\:bg-warning-100\/75:hover {
  background-color: rgb(255 242 207 / 0.75);
}
.hover\:bg-warning-100\/80:hover {
  background-color: rgb(255 242 207 / 0.8);
}
.hover\:bg-warning-100\/90:hover {
  background-color: rgb(255 242 207 / 0.9);
}
.hover\:bg-warning-100\/95:hover {
  background-color: rgb(255 242 207 / 0.95);
}
.hover\:bg-warning-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 233 177 / var(--tw-bg-opacity));
}
.hover\:bg-warning-200\/0:hover {
  background-color: rgb(255 233 177 / 0);
}
.hover\:bg-warning-200\/10:hover {
  background-color: rgb(255 233 177 / 0.1);
}
.hover\:bg-warning-200\/100:hover {
  background-color: rgb(255 233 177 / 1);
}
.hover\:bg-warning-200\/20:hover {
  background-color: rgb(255 233 177 / 0.2);
}
.hover\:bg-warning-200\/25:hover {
  background-color: rgb(255 233 177 / 0.25);
}
.hover\:bg-warning-200\/30:hover {
  background-color: rgb(255 233 177 / 0.3);
}
.hover\:bg-warning-200\/40:hover {
  background-color: rgb(255 233 177 / 0.4);
}
.hover\:bg-warning-200\/5:hover {
  background-color: rgb(255 233 177 / 0.05);
}
.hover\:bg-warning-200\/50:hover {
  background-color: rgb(255 233 177 / 0.5);
}
.hover\:bg-warning-200\/60:hover {
  background-color: rgb(255 233 177 / 0.6);
}
.hover\:bg-warning-200\/70:hover {
  background-color: rgb(255 233 177 / 0.7);
}
.hover\:bg-warning-200\/75:hover {
  background-color: rgb(255 233 177 / 0.75);
}
.hover\:bg-warning-200\/80:hover {
  background-color: rgb(255 233 177 / 0.8);
}
.hover\:bg-warning-200\/90:hover {
  background-color: rgb(255 233 177 / 0.9);
}
.hover\:bg-warning-200\/95:hover {
  background-color: rgb(255 233 177 / 0.95);
}
.hover\:bg-warning-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(252 202 106 / var(--tw-bg-opacity));
}
.hover\:bg-warning-300\/0:hover {
  background-color: rgb(252 202 106 / 0);
}
.hover\:bg-warning-300\/10:hover {
  background-color: rgb(252 202 106 / 0.1);
}
.hover\:bg-warning-300\/100:hover {
  background-color: rgb(252 202 106 / 1);
}
.hover\:bg-warning-300\/20:hover {
  background-color: rgb(252 202 106 / 0.2);
}
.hover\:bg-warning-300\/25:hover {
  background-color: rgb(252 202 106 / 0.25);
}
.hover\:bg-warning-300\/30:hover {
  background-color: rgb(252 202 106 / 0.3);
}
.hover\:bg-warning-300\/40:hover {
  background-color: rgb(252 202 106 / 0.4);
}
.hover\:bg-warning-300\/5:hover {
  background-color: rgb(252 202 106 / 0.05);
}
.hover\:bg-warning-300\/50:hover {
  background-color: rgb(252 202 106 / 0.5);
}
.hover\:bg-warning-300\/60:hover {
  background-color: rgb(252 202 106 / 0.6);
}
.hover\:bg-warning-300\/70:hover {
  background-color: rgb(252 202 106 / 0.7);
}
.hover\:bg-warning-300\/75:hover {
  background-color: rgb(252 202 106 / 0.75);
}
.hover\:bg-warning-300\/80:hover {
  background-color: rgb(252 202 106 / 0.8);
}
.hover\:bg-warning-300\/90:hover {
  background-color: rgb(252 202 106 / 0.9);
}
.hover\:bg-warning-300\/95:hover {
  background-color: rgb(252 202 106 / 0.95);
}
.hover\:bg-warning-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(228 164 67 / var(--tw-bg-opacity));
}
.hover\:bg-warning-400\/0:hover {
  background-color: rgb(228 164 67 / 0);
}
.hover\:bg-warning-400\/10:hover {
  background-color: rgb(228 164 67 / 0.1);
}
.hover\:bg-warning-400\/100:hover {
  background-color: rgb(228 164 67 / 1);
}
.hover\:bg-warning-400\/20:hover {
  background-color: rgb(228 164 67 / 0.2);
}
.hover\:bg-warning-400\/25:hover {
  background-color: rgb(228 164 67 / 0.25);
}
.hover\:bg-warning-400\/30:hover {
  background-color: rgb(228 164 67 / 0.3);
}
.hover\:bg-warning-400\/40:hover {
  background-color: rgb(228 164 67 / 0.4);
}
.hover\:bg-warning-400\/5:hover {
  background-color: rgb(228 164 67 / 0.05);
}
.hover\:bg-warning-400\/50:hover {
  background-color: rgb(228 164 67 / 0.5);
}
.hover\:bg-warning-400\/60:hover {
  background-color: rgb(228 164 67 / 0.6);
}
.hover\:bg-warning-400\/70:hover {
  background-color: rgb(228 164 67 / 0.7);
}
.hover\:bg-warning-400\/75:hover {
  background-color: rgb(228 164 67 / 0.75);
}
.hover\:bg-warning-400\/80:hover {
  background-color: rgb(228 164 67 / 0.8);
}
.hover\:bg-warning-400\/90:hover {
  background-color: rgb(228 164 67 / 0.9);
}
.hover\:bg-warning-400\/95:hover {
  background-color: rgb(228 164 67 / 0.95);
}
.hover\:bg-warning-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity));
}
.hover\:bg-warning-50\/0:hover {
  background-color: rgb(255 251 235 / 0);
}
.hover\:bg-warning-50\/10:hover {
  background-color: rgb(255 251 235 / 0.1);
}
.hover\:bg-warning-50\/100:hover {
  background-color: rgb(255 251 235 / 1);
}
.hover\:bg-warning-50\/20:hover {
  background-color: rgb(255 251 235 / 0.2);
}
.hover\:bg-warning-50\/25:hover {
  background-color: rgb(255 251 235 / 0.25);
}
.hover\:bg-warning-50\/30:hover {
  background-color: rgb(255 251 235 / 0.3);
}
.hover\:bg-warning-50\/40:hover {
  background-color: rgb(255 251 235 / 0.4);
}
.hover\:bg-warning-50\/5:hover {
  background-color: rgb(255 251 235 / 0.05);
}
.hover\:bg-warning-50\/50:hover {
  background-color: rgb(255 251 235 / 0.5);
}
.hover\:bg-warning-50\/60:hover {
  background-color: rgb(255 251 235 / 0.6);
}
.hover\:bg-warning-50\/70:hover {
  background-color: rgb(255 251 235 / 0.7);
}
.hover\:bg-warning-50\/75:hover {
  background-color: rgb(255 251 235 / 0.75);
}
.hover\:bg-warning-50\/80:hover {
  background-color: rgb(255 251 235 / 0.8);
}
.hover\:bg-warning-50\/90:hover {
  background-color: rgb(255 251 235 / 0.9);
}
.hover\:bg-warning-50\/95:hover {
  background-color: rgb(255 251 235 / 0.95);
}
.hover\:bg-warning-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(217 147 42 / var(--tw-bg-opacity));
}
.hover\:bg-warning-500\/0:hover {
  background-color: rgb(217 147 42 / 0);
}
.hover\:bg-warning-500\/10:hover {
  background-color: rgb(217 147 42 / 0.1);
}
.hover\:bg-warning-500\/100:hover {
  background-color: rgb(217 147 42 / 1);
}
.hover\:bg-warning-500\/20:hover {
  background-color: rgb(217 147 42 / 0.2);
}
.hover\:bg-warning-500\/25:hover {
  background-color: rgb(217 147 42 / 0.25);
}
.hover\:bg-warning-500\/30:hover {
  background-color: rgb(217 147 42 / 0.3);
}
.hover\:bg-warning-500\/40:hover {
  background-color: rgb(217 147 42 / 0.4);
}
.hover\:bg-warning-500\/5:hover {
  background-color: rgb(217 147 42 / 0.05);
}
.hover\:bg-warning-500\/50:hover {
  background-color: rgb(217 147 42 / 0.5);
}
.hover\:bg-warning-500\/60:hover {
  background-color: rgb(217 147 42 / 0.6);
}
.hover\:bg-warning-500\/70:hover {
  background-color: rgb(217 147 42 / 0.7);
}
.hover\:bg-warning-500\/75:hover {
  background-color: rgb(217 147 42 / 0.75);
}
.hover\:bg-warning-500\/80:hover {
  background-color: rgb(217 147 42 / 0.8);
}
.hover\:bg-warning-500\/90:hover {
  background-color: rgb(217 147 42 / 0.9);
}
.hover\:bg-warning-500\/95:hover {
  background-color: rgb(217 147 42 / 0.95);
}
.hover\:bg-warning-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(198 122 9 / var(--tw-bg-opacity));
}
.hover\:bg-warning-600\/0:hover {
  background-color: rgb(198 122 9 / 0);
}
.hover\:bg-warning-600\/10:hover {
  background-color: rgb(198 122 9 / 0.1);
}
.hover\:bg-warning-600\/100:hover {
  background-color: rgb(198 122 9 / 1);
}
.hover\:bg-warning-600\/20:hover {
  background-color: rgb(198 122 9 / 0.2);
}
.hover\:bg-warning-600\/25:hover {
  background-color: rgb(198 122 9 / 0.25);
}
.hover\:bg-warning-600\/30:hover {
  background-color: rgb(198 122 9 / 0.3);
}
.hover\:bg-warning-600\/40:hover {
  background-color: rgb(198 122 9 / 0.4);
}
.hover\:bg-warning-600\/5:hover {
  background-color: rgb(198 122 9 / 0.05);
}
.hover\:bg-warning-600\/50:hover {
  background-color: rgb(198 122 9 / 0.5);
}
.hover\:bg-warning-600\/60:hover {
  background-color: rgb(198 122 9 / 0.6);
}
.hover\:bg-warning-600\/70:hover {
  background-color: rgb(198 122 9 / 0.7);
}
.hover\:bg-warning-600\/75:hover {
  background-color: rgb(198 122 9 / 0.75);
}
.hover\:bg-warning-600\/80:hover {
  background-color: rgb(198 122 9 / 0.8);
}
.hover\:bg-warning-600\/90:hover {
  background-color: rgb(198 122 9 / 0.9);
}
.hover\:bg-warning-600\/95:hover {
  background-color: rgb(198 122 9 / 0.95);
}
.hover\:bg-warning-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(169 101 0 / var(--tw-bg-opacity));
}
.hover\:bg-warning-700\/0:hover {
  background-color: rgb(169 101 0 / 0);
}
.hover\:bg-warning-700\/10:hover {
  background-color: rgb(169 101 0 / 0.1);
}
.hover\:bg-warning-700\/100:hover {
  background-color: rgb(169 101 0 / 1);
}
.hover\:bg-warning-700\/20:hover {
  background-color: rgb(169 101 0 / 0.2);
}
.hover\:bg-warning-700\/25:hover {
  background-color: rgb(169 101 0 / 0.25);
}
.hover\:bg-warning-700\/30:hover {
  background-color: rgb(169 101 0 / 0.3);
}
.hover\:bg-warning-700\/40:hover {
  background-color: rgb(169 101 0 / 0.4);
}
.hover\:bg-warning-700\/5:hover {
  background-color: rgb(169 101 0 / 0.05);
}
.hover\:bg-warning-700\/50:hover {
  background-color: rgb(169 101 0 / 0.5);
}
.hover\:bg-warning-700\/60:hover {
  background-color: rgb(169 101 0 / 0.6);
}
.hover\:bg-warning-700\/70:hover {
  background-color: rgb(169 101 0 / 0.7);
}
.hover\:bg-warning-700\/75:hover {
  background-color: rgb(169 101 0 / 0.75);
}
.hover\:bg-warning-700\/80:hover {
  background-color: rgb(169 101 0 / 0.8);
}
.hover\:bg-warning-700\/90:hover {
  background-color: rgb(169 101 0 / 0.9);
}
.hover\:bg-warning-700\/95:hover {
  background-color: rgb(169 101 0 / 0.95);
}
.hover\:bg-warning-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(137 82 0 / var(--tw-bg-opacity));
}
.hover\:bg-warning-800\/0:hover {
  background-color: rgb(137 82 0 / 0);
}
.hover\:bg-warning-800\/10:hover {
  background-color: rgb(137 82 0 / 0.1);
}
.hover\:bg-warning-800\/100:hover {
  background-color: rgb(137 82 0 / 1);
}
.hover\:bg-warning-800\/20:hover {
  background-color: rgb(137 82 0 / 0.2);
}
.hover\:bg-warning-800\/25:hover {
  background-color: rgb(137 82 0 / 0.25);
}
.hover\:bg-warning-800\/30:hover {
  background-color: rgb(137 82 0 / 0.3);
}
.hover\:bg-warning-800\/40:hover {
  background-color: rgb(137 82 0 / 0.4);
}
.hover\:bg-warning-800\/5:hover {
  background-color: rgb(137 82 0 / 0.05);
}
.hover\:bg-warning-800\/50:hover {
  background-color: rgb(137 82 0 / 0.5);
}
.hover\:bg-warning-800\/60:hover {
  background-color: rgb(137 82 0 / 0.6);
}
.hover\:bg-warning-800\/70:hover {
  background-color: rgb(137 82 0 / 0.7);
}
.hover\:bg-warning-800\/75:hover {
  background-color: rgb(137 82 0 / 0.75);
}
.hover\:bg-warning-800\/80:hover {
  background-color: rgb(137 82 0 / 0.8);
}
.hover\:bg-warning-800\/90:hover {
  background-color: rgb(137 82 0 / 0.9);
}
.hover\:bg-warning-800\/95:hover {
  background-color: rgb(137 82 0 / 0.95);
}
.hover\:bg-warning-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(100 60 0 / var(--tw-bg-opacity));
}
.hover\:bg-warning-900\/0:hover {
  background-color: rgb(100 60 0 / 0);
}
.hover\:bg-warning-900\/10:hover {
  background-color: rgb(100 60 0 / 0.1);
}
.hover\:bg-warning-900\/100:hover {
  background-color: rgb(100 60 0 / 1);
}
.hover\:bg-warning-900\/20:hover {
  background-color: rgb(100 60 0 / 0.2);
}
.hover\:bg-warning-900\/25:hover {
  background-color: rgb(100 60 0 / 0.25);
}
.hover\:bg-warning-900\/30:hover {
  background-color: rgb(100 60 0 / 0.3);
}
.hover\:bg-warning-900\/40:hover {
  background-color: rgb(100 60 0 / 0.4);
}
.hover\:bg-warning-900\/5:hover {
  background-color: rgb(100 60 0 / 0.05);
}
.hover\:bg-warning-900\/50:hover {
  background-color: rgb(100 60 0 / 0.5);
}
.hover\:bg-warning-900\/60:hover {
  background-color: rgb(100 60 0 / 0.6);
}
.hover\:bg-warning-900\/70:hover {
  background-color: rgb(100 60 0 / 0.7);
}
.hover\:bg-warning-900\/75:hover {
  background-color: rgb(100 60 0 / 0.75);
}
.hover\:bg-warning-900\/80:hover {
  background-color: rgb(100 60 0 / 0.8);
}
.hover\:bg-warning-900\/90:hover {
  background-color: rgb(100 60 0 / 0.9);
}
.hover\:bg-warning-900\/95:hover {
  background-color: rgb(100 60 0 / 0.95);
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:bg-white\/0:hover {
  background-color: rgb(255 255 255 / 0);
}
.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}
.hover\:bg-white\/100:hover {
  background-color: rgb(255 255 255 / 1);
}
.hover\:bg-white\/20:hover {
  background-color: rgb(255 255 255 / 0.2);
}
.hover\:bg-white\/25:hover {
  background-color: rgb(255 255 255 / 0.25);
}
.hover\:bg-white\/30:hover {
  background-color: rgb(255 255 255 / 0.3);
}
.hover\:bg-white\/40:hover {
  background-color: rgb(255 255 255 / 0.4);
}
.hover\:bg-white\/5:hover {
  background-color: rgb(255 255 255 / 0.05);
}
.hover\:bg-white\/50:hover {
  background-color: rgb(255 255 255 / 0.5);
}
.hover\:bg-white\/60:hover {
  background-color: rgb(255 255 255 / 0.6);
}
.hover\:bg-white\/70:hover {
  background-color: rgb(255 255 255 / 0.7);
}
.hover\:bg-white\/75:hover {
  background-color: rgb(255 255 255 / 0.75);
}
.hover\:bg-white\/80:hover {
  background-color: rgb(255 255 255 / 0.8);
}
.hover\:bg-white\/90:hover {
  background-color: rgb(255 255 255 / 0.9);
}
.hover\:bg-white\/95:hover {
  background-color: rgb(255 255 255 / 0.95);
}
.hover\:bg-opacity-0:hover {
  --tw-bg-opacity: 0;
}
.hover\:bg-opacity-10:hover {
  --tw-bg-opacity: 0.1;
}
.hover\:bg-opacity-100:hover {
  --tw-bg-opacity: 1;
}
.hover\:bg-opacity-20:hover {
  --tw-bg-opacity: 0.2;
}
.hover\:bg-opacity-25:hover {
  --tw-bg-opacity: 0.25;
}
.hover\:bg-opacity-30:hover {
  --tw-bg-opacity: 0.3;
}
.hover\:bg-opacity-40:hover {
  --tw-bg-opacity: 0.4;
}
.hover\:bg-opacity-5:hover {
  --tw-bg-opacity: 0.05;
}
.hover\:bg-opacity-50:hover {
  --tw-bg-opacity: 0.5;
}
.hover\:bg-opacity-60:hover {
  --tw-bg-opacity: 0.6;
}
.hover\:bg-opacity-70:hover {
  --tw-bg-opacity: 0.7;
}
.hover\:bg-opacity-75:hover {
  --tw-bg-opacity: 0.75;
}
.hover\:bg-opacity-80:hover {
  --tw-bg-opacity: 0.8;
}
.hover\:bg-opacity-90:hover {
  --tw-bg-opacity: 0.9;
}
.hover\:bg-opacity-95:hover {
  --tw-bg-opacity: 0.95;
}
.hover\:bg-gradient-to-b:hover {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.hover\:bg-gradient-to-bl:hover {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}
.hover\:bg-gradient-to-br:hover {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.hover\:bg-gradient-to-l:hover {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.hover\:bg-gradient-to-r:hover {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.hover\:bg-gradient-to-t:hover {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.hover\:bg-gradient-to-tl:hover {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}
.hover\:bg-gradient-to-tr:hover {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.hover\:bg-none:hover {
  background-image: none;
}
.hover\:bg-100:hover {
  background-size: 100% 100%;
}
.hover\:bg-auto:hover {
  background-size: auto;
}
.hover\:bg-contain:hover {
  background-size: contain;
}
.hover\:bg-cover:hover {
  background-size: cover;
}
.hover\:bg-fixed:hover {
  background-attachment: fixed;
}
.hover\:bg-local:hover {
  background-attachment: local;
}
.hover\:bg-scroll:hover {
  background-attachment: scroll;
}
.hover\:bg-clip-border:hover {
  background-clip: border-box;
}
.hover\:bg-clip-padding:hover {
  background-clip: padding-box;
}
.hover\:bg-clip-content:hover {
  background-clip: content-box;
}
.hover\:bg-clip-text:hover {
  -webkit-background-clip: text;
          background-clip: text;
}
.hover\:bg-bottom:hover {
  background-position: bottom;
}
.hover\:bg-center:hover {
  background-position: center;
}
.hover\:bg-left:hover {
  background-position: left;
}
.hover\:bg-left-bottom:hover {
  background-position: left bottom;
}
.hover\:bg-left-top:hover {
  background-position: left top;
}
.hover\:bg-right:hover {
  background-position: right;
}
.hover\:bg-right-bottom:hover {
  background-position: right bottom;
}
.hover\:bg-right-top:hover {
  background-position: right top;
}
.hover\:bg-top:hover {
  background-position: top;
}
.hover\:bg-repeat:hover {
  background-repeat: repeat;
}
.hover\:bg-no-repeat:hover {
  background-repeat: no-repeat;
}
.hover\:bg-repeat-x:hover {
  background-repeat: repeat-x;
}
.hover\:bg-repeat-y:hover {
  background-repeat: repeat-y;
}
.hover\:bg-repeat-round:hover {
  background-repeat: round;
}
.hover\:bg-repeat-space:hover {
  background-repeat: space;
}
.hover\:bg-origin-border:hover {
  background-origin: border-box;
}
.hover\:bg-origin-padding:hover {
  background-origin: padding-box;
}
.hover\:bg-origin-content:hover {
  background-origin: content-box;
}
.hover\:text-left:hover {
  text-align: left;
}
.hover\:text-center:hover {
  text-align: center;
}
.hover\:text-right:hover {
  text-align: right;
}
.hover\:text-justify:hover {
  text-align: justify;
}
.hover\:text-start:hover {
  text-align: start;
}
.hover\:text-end:hover {
  text-align: end;
}
.hover\:text-2xl:hover {
  font-size: 1.5rem;
}
.hover\:text-2xs:hover {
  font-size: 0.75rem;
}
.hover\:text-3xl:hover {
  font-size: 2.25rem;
}
.hover\:text-base:hover {
  font-size: 0.875rem;
}
.hover\:text-lg:hover {
  font-size: 1.125rem;
}
.hover\:text-md:hover {
  font-size: 1rem;
}
.hover\:text-sm:hover {
  font-size: 0.875rem;
}
.hover\:text-xl:hover {
  font-size: 1.25rem;
}
.hover\:text-xs:hover {
  font-size: 0.8125rem;
}
.hover\:text-aubergine-100:hover {
  --tw-text-opacity: 1;
  color: rgb(180 175 241 / var(--tw-text-opacity));
}
.hover\:text-aubergine-100\/0:hover {
  color: rgb(180 175 241 / 0);
}
.hover\:text-aubergine-100\/10:hover {
  color: rgb(180 175 241 / 0.1);
}
.hover\:text-aubergine-100\/100:hover {
  color: rgb(180 175 241 / 1);
}
.hover\:text-aubergine-100\/20:hover {
  color: rgb(180 175 241 / 0.2);
}
.hover\:text-aubergine-100\/25:hover {
  color: rgb(180 175 241 / 0.25);
}
.hover\:text-aubergine-100\/30:hover {
  color: rgb(180 175 241 / 0.3);
}
.hover\:text-aubergine-100\/40:hover {
  color: rgb(180 175 241 / 0.4);
}
.hover\:text-aubergine-100\/5:hover {
  color: rgb(180 175 241 / 0.05);
}
.hover\:text-aubergine-100\/50:hover {
  color: rgb(180 175 241 / 0.5);
}
.hover\:text-aubergine-100\/60:hover {
  color: rgb(180 175 241 / 0.6);
}
.hover\:text-aubergine-100\/70:hover {
  color: rgb(180 175 241 / 0.7);
}
.hover\:text-aubergine-100\/75:hover {
  color: rgb(180 175 241 / 0.75);
}
.hover\:text-aubergine-100\/80:hover {
  color: rgb(180 175 241 / 0.8);
}
.hover\:text-aubergine-100\/90:hover {
  color: rgb(180 175 241 / 0.9);
}
.hover\:text-aubergine-100\/95:hover {
  color: rgb(180 175 241 / 0.95);
}
.hover\:text-aubergine-200:hover {
  --tw-text-opacity: 1;
  color: rgb(137 129 228 / var(--tw-text-opacity));
}
.hover\:text-aubergine-200\/0:hover {
  color: rgb(137 129 228 / 0);
}
.hover\:text-aubergine-200\/10:hover {
  color: rgb(137 129 228 / 0.1);
}
.hover\:text-aubergine-200\/100:hover {
  color: rgb(137 129 228 / 1);
}
.hover\:text-aubergine-200\/20:hover {
  color: rgb(137 129 228 / 0.2);
}
.hover\:text-aubergine-200\/25:hover {
  color: rgb(137 129 228 / 0.25);
}
.hover\:text-aubergine-200\/30:hover {
  color: rgb(137 129 228 / 0.3);
}
.hover\:text-aubergine-200\/40:hover {
  color: rgb(137 129 228 / 0.4);
}
.hover\:text-aubergine-200\/5:hover {
  color: rgb(137 129 228 / 0.05);
}
.hover\:text-aubergine-200\/50:hover {
  color: rgb(137 129 228 / 0.5);
}
.hover\:text-aubergine-200\/60:hover {
  color: rgb(137 129 228 / 0.6);
}
.hover\:text-aubergine-200\/70:hover {
  color: rgb(137 129 228 / 0.7);
}
.hover\:text-aubergine-200\/75:hover {
  color: rgb(137 129 228 / 0.75);
}
.hover\:text-aubergine-200\/80:hover {
  color: rgb(137 129 228 / 0.8);
}
.hover\:text-aubergine-200\/90:hover {
  color: rgb(137 129 228 / 0.9);
}
.hover\:text-aubergine-200\/95:hover {
  color: rgb(137 129 228 / 0.95);
}
.hover\:text-aubergine-300:hover {
  --tw-text-opacity: 1;
  color: rgb(97 88 206 / var(--tw-text-opacity));
}
.hover\:text-aubergine-300\/0:hover {
  color: rgb(97 88 206 / 0);
}
.hover\:text-aubergine-300\/10:hover {
  color: rgb(97 88 206 / 0.1);
}
.hover\:text-aubergine-300\/100:hover {
  color: rgb(97 88 206 / 1);
}
.hover\:text-aubergine-300\/20:hover {
  color: rgb(97 88 206 / 0.2);
}
.hover\:text-aubergine-300\/25:hover {
  color: rgb(97 88 206 / 0.25);
}
.hover\:text-aubergine-300\/30:hover {
  color: rgb(97 88 206 / 0.3);
}
.hover\:text-aubergine-300\/40:hover {
  color: rgb(97 88 206 / 0.4);
}
.hover\:text-aubergine-300\/5:hover {
  color: rgb(97 88 206 / 0.05);
}
.hover\:text-aubergine-300\/50:hover {
  color: rgb(97 88 206 / 0.5);
}
.hover\:text-aubergine-300\/60:hover {
  color: rgb(97 88 206 / 0.6);
}
.hover\:text-aubergine-300\/70:hover {
  color: rgb(97 88 206 / 0.7);
}
.hover\:text-aubergine-300\/75:hover {
  color: rgb(97 88 206 / 0.75);
}
.hover\:text-aubergine-300\/80:hover {
  color: rgb(97 88 206 / 0.8);
}
.hover\:text-aubergine-300\/90:hover {
  color: rgb(97 88 206 / 0.9);
}
.hover\:text-aubergine-300\/95:hover {
  color: rgb(97 88 206 / 0.95);
}
.hover\:text-aubergine-400:hover {
  --tw-text-opacity: 1;
  color: rgb(65 56 175 / var(--tw-text-opacity));
}
.hover\:text-aubergine-400\/0:hover {
  color: rgb(65 56 175 / 0);
}
.hover\:text-aubergine-400\/10:hover {
  color: rgb(65 56 175 / 0.1);
}
.hover\:text-aubergine-400\/100:hover {
  color: rgb(65 56 175 / 1);
}
.hover\:text-aubergine-400\/20:hover {
  color: rgb(65 56 175 / 0.2);
}
.hover\:text-aubergine-400\/25:hover {
  color: rgb(65 56 175 / 0.25);
}
.hover\:text-aubergine-400\/30:hover {
  color: rgb(65 56 175 / 0.3);
}
.hover\:text-aubergine-400\/40:hover {
  color: rgb(65 56 175 / 0.4);
}
.hover\:text-aubergine-400\/5:hover {
  color: rgb(65 56 175 / 0.05);
}
.hover\:text-aubergine-400\/50:hover {
  color: rgb(65 56 175 / 0.5);
}
.hover\:text-aubergine-400\/60:hover {
  color: rgb(65 56 175 / 0.6);
}
.hover\:text-aubergine-400\/70:hover {
  color: rgb(65 56 175 / 0.7);
}
.hover\:text-aubergine-400\/75:hover {
  color: rgb(65 56 175 / 0.75);
}
.hover\:text-aubergine-400\/80:hover {
  color: rgb(65 56 175 / 0.8);
}
.hover\:text-aubergine-400\/90:hover {
  color: rgb(65 56 175 / 0.9);
}
.hover\:text-aubergine-400\/95:hover {
  color: rgb(65 56 175 / 0.95);
}
.hover\:text-aubergine-50:hover {
  --tw-text-opacity: 1;
  color: rgb(219 216 255 / var(--tw-text-opacity));
}
.hover\:text-aubergine-50\/0:hover {
  color: rgb(219 216 255 / 0);
}
.hover\:text-aubergine-50\/10:hover {
  color: rgb(219 216 255 / 0.1);
}
.hover\:text-aubergine-50\/100:hover {
  color: rgb(219 216 255 / 1);
}
.hover\:text-aubergine-50\/20:hover {
  color: rgb(219 216 255 / 0.2);
}
.hover\:text-aubergine-50\/25:hover {
  color: rgb(219 216 255 / 0.25);
}
.hover\:text-aubergine-50\/30:hover {
  color: rgb(219 216 255 / 0.3);
}
.hover\:text-aubergine-50\/40:hover {
  color: rgb(219 216 255 / 0.4);
}
.hover\:text-aubergine-50\/5:hover {
  color: rgb(219 216 255 / 0.05);
}
.hover\:text-aubergine-50\/50:hover {
  color: rgb(219 216 255 / 0.5);
}
.hover\:text-aubergine-50\/60:hover {
  color: rgb(219 216 255 / 0.6);
}
.hover\:text-aubergine-50\/70:hover {
  color: rgb(219 216 255 / 0.7);
}
.hover\:text-aubergine-50\/75:hover {
  color: rgb(219 216 255 / 0.75);
}
.hover\:text-aubergine-50\/80:hover {
  color: rgb(219 216 255 / 0.8);
}
.hover\:text-aubergine-50\/90:hover {
  color: rgb(219 216 255 / 0.9);
}
.hover\:text-aubergine-50\/95:hover {
  color: rgb(219 216 255 / 0.95);
}
.hover\:text-aubergine-500:hover {
  --tw-text-opacity: 1;
  color: rgb(40 33 133 / var(--tw-text-opacity));
}
.hover\:text-aubergine-500\/0:hover {
  color: rgb(40 33 133 / 0);
}
.hover\:text-aubergine-500\/10:hover {
  color: rgb(40 33 133 / 0.1);
}
.hover\:text-aubergine-500\/100:hover {
  color: rgb(40 33 133 / 1);
}
.hover\:text-aubergine-500\/20:hover {
  color: rgb(40 33 133 / 0.2);
}
.hover\:text-aubergine-500\/25:hover {
  color: rgb(40 33 133 / 0.25);
}
.hover\:text-aubergine-500\/30:hover {
  color: rgb(40 33 133 / 0.3);
}
.hover\:text-aubergine-500\/40:hover {
  color: rgb(40 33 133 / 0.4);
}
.hover\:text-aubergine-500\/5:hover {
  color: rgb(40 33 133 / 0.05);
}
.hover\:text-aubergine-500\/50:hover {
  color: rgb(40 33 133 / 0.5);
}
.hover\:text-aubergine-500\/60:hover {
  color: rgb(40 33 133 / 0.6);
}
.hover\:text-aubergine-500\/70:hover {
  color: rgb(40 33 133 / 0.7);
}
.hover\:text-aubergine-500\/75:hover {
  color: rgb(40 33 133 / 0.75);
}
.hover\:text-aubergine-500\/80:hover {
  color: rgb(40 33 133 / 0.8);
}
.hover\:text-aubergine-500\/90:hover {
  color: rgb(40 33 133 / 0.9);
}
.hover\:text-aubergine-500\/95:hover {
  color: rgb(40 33 133 / 0.95);
}
.hover\:text-aubergine-600:hover {
  --tw-text-opacity: 1;
  color: rgb(29 22 118 / var(--tw-text-opacity));
}
.hover\:text-aubergine-600\/0:hover {
  color: rgb(29 22 118 / 0);
}
.hover\:text-aubergine-600\/10:hover {
  color: rgb(29 22 118 / 0.1);
}
.hover\:text-aubergine-600\/100:hover {
  color: rgb(29 22 118 / 1);
}
.hover\:text-aubergine-600\/20:hover {
  color: rgb(29 22 118 / 0.2);
}
.hover\:text-aubergine-600\/25:hover {
  color: rgb(29 22 118 / 0.25);
}
.hover\:text-aubergine-600\/30:hover {
  color: rgb(29 22 118 / 0.3);
}
.hover\:text-aubergine-600\/40:hover {
  color: rgb(29 22 118 / 0.4);
}
.hover\:text-aubergine-600\/5:hover {
  color: rgb(29 22 118 / 0.05);
}
.hover\:text-aubergine-600\/50:hover {
  color: rgb(29 22 118 / 0.5);
}
.hover\:text-aubergine-600\/60:hover {
  color: rgb(29 22 118 / 0.6);
}
.hover\:text-aubergine-600\/70:hover {
  color: rgb(29 22 118 / 0.7);
}
.hover\:text-aubergine-600\/75:hover {
  color: rgb(29 22 118 / 0.75);
}
.hover\:text-aubergine-600\/80:hover {
  color: rgb(29 22 118 / 0.8);
}
.hover\:text-aubergine-600\/90:hover {
  color: rgb(29 22 118 / 0.9);
}
.hover\:text-aubergine-600\/95:hover {
  color: rgb(29 22 118 / 0.95);
}
.hover\:text-aubergine-700:hover {
  --tw-text-opacity: 1;
  color: rgb(25 19 104 / var(--tw-text-opacity));
}
.hover\:text-aubergine-700\/0:hover {
  color: rgb(25 19 104 / 0);
}
.hover\:text-aubergine-700\/10:hover {
  color: rgb(25 19 104 / 0.1);
}
.hover\:text-aubergine-700\/100:hover {
  color: rgb(25 19 104 / 1);
}
.hover\:text-aubergine-700\/20:hover {
  color: rgb(25 19 104 / 0.2);
}
.hover\:text-aubergine-700\/25:hover {
  color: rgb(25 19 104 / 0.25);
}
.hover\:text-aubergine-700\/30:hover {
  color: rgb(25 19 104 / 0.3);
}
.hover\:text-aubergine-700\/40:hover {
  color: rgb(25 19 104 / 0.4);
}
.hover\:text-aubergine-700\/5:hover {
  color: rgb(25 19 104 / 0.05);
}
.hover\:text-aubergine-700\/50:hover {
  color: rgb(25 19 104 / 0.5);
}
.hover\:text-aubergine-700\/60:hover {
  color: rgb(25 19 104 / 0.6);
}
.hover\:text-aubergine-700\/70:hover {
  color: rgb(25 19 104 / 0.7);
}
.hover\:text-aubergine-700\/75:hover {
  color: rgb(25 19 104 / 0.75);
}
.hover\:text-aubergine-700\/80:hover {
  color: rgb(25 19 104 / 0.8);
}
.hover\:text-aubergine-700\/90:hover {
  color: rgb(25 19 104 / 0.9);
}
.hover\:text-aubergine-700\/95:hover {
  color: rgb(25 19 104 / 0.95);
}
.hover\:text-aubergine-800:hover {
  --tw-text-opacity: 1;
  color: rgb(13 9 74 / var(--tw-text-opacity));
}
.hover\:text-aubergine-800\/0:hover {
  color: rgb(13 9 74 / 0);
}
.hover\:text-aubergine-800\/10:hover {
  color: rgb(13 9 74 / 0.1);
}
.hover\:text-aubergine-800\/100:hover {
  color: rgb(13 9 74 / 1);
}
.hover\:text-aubergine-800\/20:hover {
  color: rgb(13 9 74 / 0.2);
}
.hover\:text-aubergine-800\/25:hover {
  color: rgb(13 9 74 / 0.25);
}
.hover\:text-aubergine-800\/30:hover {
  color: rgb(13 9 74 / 0.3);
}
.hover\:text-aubergine-800\/40:hover {
  color: rgb(13 9 74 / 0.4);
}
.hover\:text-aubergine-800\/5:hover {
  color: rgb(13 9 74 / 0.05);
}
.hover\:text-aubergine-800\/50:hover {
  color: rgb(13 9 74 / 0.5);
}
.hover\:text-aubergine-800\/60:hover {
  color: rgb(13 9 74 / 0.6);
}
.hover\:text-aubergine-800\/70:hover {
  color: rgb(13 9 74 / 0.7);
}
.hover\:text-aubergine-800\/75:hover {
  color: rgb(13 9 74 / 0.75);
}
.hover\:text-aubergine-800\/80:hover {
  color: rgb(13 9 74 / 0.8);
}
.hover\:text-aubergine-800\/90:hover {
  color: rgb(13 9 74 / 0.9);
}
.hover\:text-aubergine-800\/95:hover {
  color: rgb(13 9 74 / 0.95);
}
.hover\:text-aubergine-900:hover {
  --tw-text-opacity: 1;
  color: rgb(6 4 44 / var(--tw-text-opacity));
}
.hover\:text-aubergine-900\/0:hover {
  color: rgb(6 4 44 / 0);
}
.hover\:text-aubergine-900\/10:hover {
  color: rgb(6 4 44 / 0.1);
}
.hover\:text-aubergine-900\/100:hover {
  color: rgb(6 4 44 / 1);
}
.hover\:text-aubergine-900\/20:hover {
  color: rgb(6 4 44 / 0.2);
}
.hover\:text-aubergine-900\/25:hover {
  color: rgb(6 4 44 / 0.25);
}
.hover\:text-aubergine-900\/30:hover {
  color: rgb(6 4 44 / 0.3);
}
.hover\:text-aubergine-900\/40:hover {
  color: rgb(6 4 44 / 0.4);
}
.hover\:text-aubergine-900\/5:hover {
  color: rgb(6 4 44 / 0.05);
}
.hover\:text-aubergine-900\/50:hover {
  color: rgb(6 4 44 / 0.5);
}
.hover\:text-aubergine-900\/60:hover {
  color: rgb(6 4 44 / 0.6);
}
.hover\:text-aubergine-900\/70:hover {
  color: rgb(6 4 44 / 0.7);
}
.hover\:text-aubergine-900\/75:hover {
  color: rgb(6 4 44 / 0.75);
}
.hover\:text-aubergine-900\/80:hover {
  color: rgb(6 4 44 / 0.8);
}
.hover\:text-aubergine-900\/90:hover {
  color: rgb(6 4 44 / 0.9);
}
.hover\:text-aubergine-900\/95:hover {
  color: rgb(6 4 44 / 0.95);
}
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}
.hover\:text-black\/0:hover {
  color: rgb(26 26 26 / 0);
}
.hover\:text-black\/10:hover {
  color: rgb(26 26 26 / 0.1);
}
.hover\:text-black\/100:hover {
  color: rgb(26 26 26 / 1);
}
.hover\:text-black\/20:hover {
  color: rgb(26 26 26 / 0.2);
}
.hover\:text-black\/25:hover {
  color: rgb(26 26 26 / 0.25);
}
.hover\:text-black\/30:hover {
  color: rgb(26 26 26 / 0.3);
}
.hover\:text-black\/40:hover {
  color: rgb(26 26 26 / 0.4);
}
.hover\:text-black\/5:hover {
  color: rgb(26 26 26 / 0.05);
}
.hover\:text-black\/50:hover {
  color: rgb(26 26 26 / 0.5);
}
.hover\:text-black\/60:hover {
  color: rgb(26 26 26 / 0.6);
}
.hover\:text-black\/70:hover {
  color: rgb(26 26 26 / 0.7);
}
.hover\:text-black\/75:hover {
  color: rgb(26 26 26 / 0.75);
}
.hover\:text-black\/80:hover {
  color: rgb(26 26 26 / 0.8);
}
.hover\:text-black\/90:hover {
  color: rgb(26 26 26 / 0.9);
}
.hover\:text-black\/95:hover {
  color: rgb(26 26 26 / 0.95);
}
.hover\:text-brand-charcoal:hover {
  --tw-text-opacity: 1;
  color: rgb(30 36 37 / var(--tw-text-opacity));
}
.hover\:text-brand-charcoal\/0:hover {
  color: rgb(30 36 37 / 0);
}
.hover\:text-brand-charcoal\/10:hover {
  color: rgb(30 36 37 / 0.1);
}
.hover\:text-brand-charcoal\/100:hover {
  color: rgb(30 36 37 / 1);
}
.hover\:text-brand-charcoal\/20:hover {
  color: rgb(30 36 37 / 0.2);
}
.hover\:text-brand-charcoal\/25:hover {
  color: rgb(30 36 37 / 0.25);
}
.hover\:text-brand-charcoal\/30:hover {
  color: rgb(30 36 37 / 0.3);
}
.hover\:text-brand-charcoal\/40:hover {
  color: rgb(30 36 37 / 0.4);
}
.hover\:text-brand-charcoal\/5:hover {
  color: rgb(30 36 37 / 0.05);
}
.hover\:text-brand-charcoal\/50:hover {
  color: rgb(30 36 37 / 0.5);
}
.hover\:text-brand-charcoal\/60:hover {
  color: rgb(30 36 37 / 0.6);
}
.hover\:text-brand-charcoal\/70:hover {
  color: rgb(30 36 37 / 0.7);
}
.hover\:text-brand-charcoal\/75:hover {
  color: rgb(30 36 37 / 0.75);
}
.hover\:text-brand-charcoal\/80:hover {
  color: rgb(30 36 37 / 0.8);
}
.hover\:text-brand-charcoal\/90:hover {
  color: rgb(30 36 37 / 0.9);
}
.hover\:text-brand-charcoal\/95:hover {
  color: rgb(30 36 37 / 0.95);
}
.hover\:text-brand-white:hover {
  --tw-text-opacity: 1;
  color: rgb(243 244 245 / var(--tw-text-opacity));
}
.hover\:text-brand-white\/0:hover {
  color: rgb(243 244 245 / 0);
}
.hover\:text-brand-white\/10:hover {
  color: rgb(243 244 245 / 0.1);
}
.hover\:text-brand-white\/100:hover {
  color: rgb(243 244 245 / 1);
}
.hover\:text-brand-white\/20:hover {
  color: rgb(243 244 245 / 0.2);
}
.hover\:text-brand-white\/25:hover {
  color: rgb(243 244 245 / 0.25);
}
.hover\:text-brand-white\/30:hover {
  color: rgb(243 244 245 / 0.3);
}
.hover\:text-brand-white\/40:hover {
  color: rgb(243 244 245 / 0.4);
}
.hover\:text-brand-white\/5:hover {
  color: rgb(243 244 245 / 0.05);
}
.hover\:text-brand-white\/50:hover {
  color: rgb(243 244 245 / 0.5);
}
.hover\:text-brand-white\/60:hover {
  color: rgb(243 244 245 / 0.6);
}
.hover\:text-brand-white\/70:hover {
  color: rgb(243 244 245 / 0.7);
}
.hover\:text-brand-white\/75:hover {
  color: rgb(243 244 245 / 0.75);
}
.hover\:text-brand-white\/80:hover {
  color: rgb(243 244 245 / 0.8);
}
.hover\:text-brand-white\/90:hover {
  color: rgb(243 244 245 / 0.9);
}
.hover\:text-brand-white\/95:hover {
  color: rgb(243 244 245 / 0.95);
}
.hover\:text-cornflower-200:hover {
  --tw-text-opacity: 1;
  color: rgb(231 241 250 / var(--tw-text-opacity));
}
.hover\:text-cornflower-200\/0:hover {
  color: rgb(231 241 250 / 0);
}
.hover\:text-cornflower-200\/10:hover {
  color: rgb(231 241 250 / 0.1);
}
.hover\:text-cornflower-200\/100:hover {
  color: rgb(231 241 250 / 1);
}
.hover\:text-cornflower-200\/20:hover {
  color: rgb(231 241 250 / 0.2);
}
.hover\:text-cornflower-200\/25:hover {
  color: rgb(231 241 250 / 0.25);
}
.hover\:text-cornflower-200\/30:hover {
  color: rgb(231 241 250 / 0.3);
}
.hover\:text-cornflower-200\/40:hover {
  color: rgb(231 241 250 / 0.4);
}
.hover\:text-cornflower-200\/5:hover {
  color: rgb(231 241 250 / 0.05);
}
.hover\:text-cornflower-200\/50:hover {
  color: rgb(231 241 250 / 0.5);
}
.hover\:text-cornflower-200\/60:hover {
  color: rgb(231 241 250 / 0.6);
}
.hover\:text-cornflower-200\/70:hover {
  color: rgb(231 241 250 / 0.7);
}
.hover\:text-cornflower-200\/75:hover {
  color: rgb(231 241 250 / 0.75);
}
.hover\:text-cornflower-200\/80:hover {
  color: rgb(231 241 250 / 0.8);
}
.hover\:text-cornflower-200\/90:hover {
  color: rgb(231 241 250 / 0.9);
}
.hover\:text-cornflower-200\/95:hover {
  color: rgb(231 241 250 / 0.95);
}
.hover\:text-cornflower-300:hover {
  --tw-text-opacity: 1;
  color: rgb(205 229 248 / var(--tw-text-opacity));
}
.hover\:text-cornflower-300\/0:hover {
  color: rgb(205 229 248 / 0);
}
.hover\:text-cornflower-300\/10:hover {
  color: rgb(205 229 248 / 0.1);
}
.hover\:text-cornflower-300\/100:hover {
  color: rgb(205 229 248 / 1);
}
.hover\:text-cornflower-300\/20:hover {
  color: rgb(205 229 248 / 0.2);
}
.hover\:text-cornflower-300\/25:hover {
  color: rgb(205 229 248 / 0.25);
}
.hover\:text-cornflower-300\/30:hover {
  color: rgb(205 229 248 / 0.3);
}
.hover\:text-cornflower-300\/40:hover {
  color: rgb(205 229 248 / 0.4);
}
.hover\:text-cornflower-300\/5:hover {
  color: rgb(205 229 248 / 0.05);
}
.hover\:text-cornflower-300\/50:hover {
  color: rgb(205 229 248 / 0.5);
}
.hover\:text-cornflower-300\/60:hover {
  color: rgb(205 229 248 / 0.6);
}
.hover\:text-cornflower-300\/70:hover {
  color: rgb(205 229 248 / 0.7);
}
.hover\:text-cornflower-300\/75:hover {
  color: rgb(205 229 248 / 0.75);
}
.hover\:text-cornflower-300\/80:hover {
  color: rgb(205 229 248 / 0.8);
}
.hover\:text-cornflower-300\/90:hover {
  color: rgb(205 229 248 / 0.9);
}
.hover\:text-cornflower-300\/95:hover {
  color: rgb(205 229 248 / 0.95);
}
.hover\:text-cornflower-400:hover {
  --tw-text-opacity: 1;
  color: rgb(152 208 255 / var(--tw-text-opacity));
}
.hover\:text-cornflower-400\/0:hover {
  color: rgb(152 208 255 / 0);
}
.hover\:text-cornflower-400\/10:hover {
  color: rgb(152 208 255 / 0.1);
}
.hover\:text-cornflower-400\/100:hover {
  color: rgb(152 208 255 / 1);
}
.hover\:text-cornflower-400\/20:hover {
  color: rgb(152 208 255 / 0.2);
}
.hover\:text-cornflower-400\/25:hover {
  color: rgb(152 208 255 / 0.25);
}
.hover\:text-cornflower-400\/30:hover {
  color: rgb(152 208 255 / 0.3);
}
.hover\:text-cornflower-400\/40:hover {
  color: rgb(152 208 255 / 0.4);
}
.hover\:text-cornflower-400\/5:hover {
  color: rgb(152 208 255 / 0.05);
}
.hover\:text-cornflower-400\/50:hover {
  color: rgb(152 208 255 / 0.5);
}
.hover\:text-cornflower-400\/60:hover {
  color: rgb(152 208 255 / 0.6);
}
.hover\:text-cornflower-400\/70:hover {
  color: rgb(152 208 255 / 0.7);
}
.hover\:text-cornflower-400\/75:hover {
  color: rgb(152 208 255 / 0.75);
}
.hover\:text-cornflower-400\/80:hover {
  color: rgb(152 208 255 / 0.8);
}
.hover\:text-cornflower-400\/90:hover {
  color: rgb(152 208 255 / 0.9);
}
.hover\:text-cornflower-400\/95:hover {
  color: rgb(152 208 255 / 0.95);
}
.hover\:text-cornflower-500:hover {
  --tw-text-opacity: 1;
  color: rgb(118 193 255 / var(--tw-text-opacity));
}
.hover\:text-cornflower-500\/0:hover {
  color: rgb(118 193 255 / 0);
}
.hover\:text-cornflower-500\/10:hover {
  color: rgb(118 193 255 / 0.1);
}
.hover\:text-cornflower-500\/100:hover {
  color: rgb(118 193 255 / 1);
}
.hover\:text-cornflower-500\/20:hover {
  color: rgb(118 193 255 / 0.2);
}
.hover\:text-cornflower-500\/25:hover {
  color: rgb(118 193 255 / 0.25);
}
.hover\:text-cornflower-500\/30:hover {
  color: rgb(118 193 255 / 0.3);
}
.hover\:text-cornflower-500\/40:hover {
  color: rgb(118 193 255 / 0.4);
}
.hover\:text-cornflower-500\/5:hover {
  color: rgb(118 193 255 / 0.05);
}
.hover\:text-cornflower-500\/50:hover {
  color: rgb(118 193 255 / 0.5);
}
.hover\:text-cornflower-500\/60:hover {
  color: rgb(118 193 255 / 0.6);
}
.hover\:text-cornflower-500\/70:hover {
  color: rgb(118 193 255 / 0.7);
}
.hover\:text-cornflower-500\/75:hover {
  color: rgb(118 193 255 / 0.75);
}
.hover\:text-cornflower-500\/80:hover {
  color: rgb(118 193 255 / 0.8);
}
.hover\:text-cornflower-500\/90:hover {
  color: rgb(118 193 255 / 0.9);
}
.hover\:text-cornflower-500\/95:hover {
  color: rgb(118 193 255 / 0.95);
}
.hover\:text-current:hover {
  color: currentColor;
}
.hover\:text-danger-100:hover {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity));
}
.hover\:text-danger-100\/0:hover {
  color: rgb(254 226 226 / 0);
}
.hover\:text-danger-100\/10:hover {
  color: rgb(254 226 226 / 0.1);
}
.hover\:text-danger-100\/100:hover {
  color: rgb(254 226 226 / 1);
}
.hover\:text-danger-100\/20:hover {
  color: rgb(254 226 226 / 0.2);
}
.hover\:text-danger-100\/25:hover {
  color: rgb(254 226 226 / 0.25);
}
.hover\:text-danger-100\/30:hover {
  color: rgb(254 226 226 / 0.3);
}
.hover\:text-danger-100\/40:hover {
  color: rgb(254 226 226 / 0.4);
}
.hover\:text-danger-100\/5:hover {
  color: rgb(254 226 226 / 0.05);
}
.hover\:text-danger-100\/50:hover {
  color: rgb(254 226 226 / 0.5);
}
.hover\:text-danger-100\/60:hover {
  color: rgb(254 226 226 / 0.6);
}
.hover\:text-danger-100\/70:hover {
  color: rgb(254 226 226 / 0.7);
}
.hover\:text-danger-100\/75:hover {
  color: rgb(254 226 226 / 0.75);
}
.hover\:text-danger-100\/80:hover {
  color: rgb(254 226 226 / 0.8);
}
.hover\:text-danger-100\/90:hover {
  color: rgb(254 226 226 / 0.9);
}
.hover\:text-danger-100\/95:hover {
  color: rgb(254 226 226 / 0.95);
}
.hover\:text-danger-200:hover {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity));
}
.hover\:text-danger-200\/0:hover {
  color: rgb(254 202 202 / 0);
}
.hover\:text-danger-200\/10:hover {
  color: rgb(254 202 202 / 0.1);
}
.hover\:text-danger-200\/100:hover {
  color: rgb(254 202 202 / 1);
}
.hover\:text-danger-200\/20:hover {
  color: rgb(254 202 202 / 0.2);
}
.hover\:text-danger-200\/25:hover {
  color: rgb(254 202 202 / 0.25);
}
.hover\:text-danger-200\/30:hover {
  color: rgb(254 202 202 / 0.3);
}
.hover\:text-danger-200\/40:hover {
  color: rgb(254 202 202 / 0.4);
}
.hover\:text-danger-200\/5:hover {
  color: rgb(254 202 202 / 0.05);
}
.hover\:text-danger-200\/50:hover {
  color: rgb(254 202 202 / 0.5);
}
.hover\:text-danger-200\/60:hover {
  color: rgb(254 202 202 / 0.6);
}
.hover\:text-danger-200\/70:hover {
  color: rgb(254 202 202 / 0.7);
}
.hover\:text-danger-200\/75:hover {
  color: rgb(254 202 202 / 0.75);
}
.hover\:text-danger-200\/80:hover {
  color: rgb(254 202 202 / 0.8);
}
.hover\:text-danger-200\/90:hover {
  color: rgb(254 202 202 / 0.9);
}
.hover\:text-danger-200\/95:hover {
  color: rgb(254 202 202 / 0.95);
}
.hover\:text-danger-300:hover {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity));
}
.hover\:text-danger-300\/0:hover {
  color: rgb(252 165 165 / 0);
}
.hover\:text-danger-300\/10:hover {
  color: rgb(252 165 165 / 0.1);
}
.hover\:text-danger-300\/100:hover {
  color: rgb(252 165 165 / 1);
}
.hover\:text-danger-300\/20:hover {
  color: rgb(252 165 165 / 0.2);
}
.hover\:text-danger-300\/25:hover {
  color: rgb(252 165 165 / 0.25);
}
.hover\:text-danger-300\/30:hover {
  color: rgb(252 165 165 / 0.3);
}
.hover\:text-danger-300\/40:hover {
  color: rgb(252 165 165 / 0.4);
}
.hover\:text-danger-300\/5:hover {
  color: rgb(252 165 165 / 0.05);
}
.hover\:text-danger-300\/50:hover {
  color: rgb(252 165 165 / 0.5);
}
.hover\:text-danger-300\/60:hover {
  color: rgb(252 165 165 / 0.6);
}
.hover\:text-danger-300\/70:hover {
  color: rgb(252 165 165 / 0.7);
}
.hover\:text-danger-300\/75:hover {
  color: rgb(252 165 165 / 0.75);
}
.hover\:text-danger-300\/80:hover {
  color: rgb(252 165 165 / 0.8);
}
.hover\:text-danger-300\/90:hover {
  color: rgb(252 165 165 / 0.9);
}
.hover\:text-danger-300\/95:hover {
  color: rgb(252 165 165 / 0.95);
}
.hover\:text-danger-400:hover {
  --tw-text-opacity: 1;
  color: rgb(248 113 121 / var(--tw-text-opacity));
}
.hover\:text-danger-400\/0:hover {
  color: rgb(248 113 121 / 0);
}
.hover\:text-danger-400\/10:hover {
  color: rgb(248 113 121 / 0.1);
}
.hover\:text-danger-400\/100:hover {
  color: rgb(248 113 121 / 1);
}
.hover\:text-danger-400\/20:hover {
  color: rgb(248 113 121 / 0.2);
}
.hover\:text-danger-400\/25:hover {
  color: rgb(248 113 121 / 0.25);
}
.hover\:text-danger-400\/30:hover {
  color: rgb(248 113 121 / 0.3);
}
.hover\:text-danger-400\/40:hover {
  color: rgb(248 113 121 / 0.4);
}
.hover\:text-danger-400\/5:hover {
  color: rgb(248 113 121 / 0.05);
}
.hover\:text-danger-400\/50:hover {
  color: rgb(248 113 121 / 0.5);
}
.hover\:text-danger-400\/60:hover {
  color: rgb(248 113 121 / 0.6);
}
.hover\:text-danger-400\/70:hover {
  color: rgb(248 113 121 / 0.7);
}
.hover\:text-danger-400\/75:hover {
  color: rgb(248 113 121 / 0.75);
}
.hover\:text-danger-400\/80:hover {
  color: rgb(248 113 121 / 0.8);
}
.hover\:text-danger-400\/90:hover {
  color: rgb(248 113 121 / 0.9);
}
.hover\:text-danger-400\/95:hover {
  color: rgb(248 113 121 / 0.95);
}
.hover\:text-danger-50:hover {
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity));
}
.hover\:text-danger-50\/0:hover {
  color: rgb(254 242 242 / 0);
}
.hover\:text-danger-50\/10:hover {
  color: rgb(254 242 242 / 0.1);
}
.hover\:text-danger-50\/100:hover {
  color: rgb(254 242 242 / 1);
}
.hover\:text-danger-50\/20:hover {
  color: rgb(254 242 242 / 0.2);
}
.hover\:text-danger-50\/25:hover {
  color: rgb(254 242 242 / 0.25);
}
.hover\:text-danger-50\/30:hover {
  color: rgb(254 242 242 / 0.3);
}
.hover\:text-danger-50\/40:hover {
  color: rgb(254 242 242 / 0.4);
}
.hover\:text-danger-50\/5:hover {
  color: rgb(254 242 242 / 0.05);
}
.hover\:text-danger-50\/50:hover {
  color: rgb(254 242 242 / 0.5);
}
.hover\:text-danger-50\/60:hover {
  color: rgb(254 242 242 / 0.6);
}
.hover\:text-danger-50\/70:hover {
  color: rgb(254 242 242 / 0.7);
}
.hover\:text-danger-50\/75:hover {
  color: rgb(254 242 242 / 0.75);
}
.hover\:text-danger-50\/80:hover {
  color: rgb(254 242 242 / 0.8);
}
.hover\:text-danger-50\/90:hover {
  color: rgb(254 242 242 / 0.9);
}
.hover\:text-danger-50\/95:hover {
  color: rgb(254 242 242 / 0.95);
}
.hover\:text-danger-500:hover {
  --tw-text-opacity: 1;
  color: rgb(239 68 78 / var(--tw-text-opacity));
}
.hover\:text-danger-500\/0:hover {
  color: rgb(239 68 78 / 0);
}
.hover\:text-danger-500\/10:hover {
  color: rgb(239 68 78 / 0.1);
}
.hover\:text-danger-500\/100:hover {
  color: rgb(239 68 78 / 1);
}
.hover\:text-danger-500\/20:hover {
  color: rgb(239 68 78 / 0.2);
}
.hover\:text-danger-500\/25:hover {
  color: rgb(239 68 78 / 0.25);
}
.hover\:text-danger-500\/30:hover {
  color: rgb(239 68 78 / 0.3);
}
.hover\:text-danger-500\/40:hover {
  color: rgb(239 68 78 / 0.4);
}
.hover\:text-danger-500\/5:hover {
  color: rgb(239 68 78 / 0.05);
}
.hover\:text-danger-500\/50:hover {
  color: rgb(239 68 78 / 0.5);
}
.hover\:text-danger-500\/60:hover {
  color: rgb(239 68 78 / 0.6);
}
.hover\:text-danger-500\/70:hover {
  color: rgb(239 68 78 / 0.7);
}
.hover\:text-danger-500\/75:hover {
  color: rgb(239 68 78 / 0.75);
}
.hover\:text-danger-500\/80:hover {
  color: rgb(239 68 78 / 0.8);
}
.hover\:text-danger-500\/90:hover {
  color: rgb(239 68 78 / 0.9);
}
.hover\:text-danger-500\/95:hover {
  color: rgb(239 68 78 / 0.95);
}
.hover\:text-danger-600:hover {
  --tw-text-opacity: 1;
  color: rgb(220 38 49 / var(--tw-text-opacity));
}
.hover\:text-danger-600\/0:hover {
  color: rgb(220 38 49 / 0);
}
.hover\:text-danger-600\/10:hover {
  color: rgb(220 38 49 / 0.1);
}
.hover\:text-danger-600\/100:hover {
  color: rgb(220 38 49 / 1);
}
.hover\:text-danger-600\/20:hover {
  color: rgb(220 38 49 / 0.2);
}
.hover\:text-danger-600\/25:hover {
  color: rgb(220 38 49 / 0.25);
}
.hover\:text-danger-600\/30:hover {
  color: rgb(220 38 49 / 0.3);
}
.hover\:text-danger-600\/40:hover {
  color: rgb(220 38 49 / 0.4);
}
.hover\:text-danger-600\/5:hover {
  color: rgb(220 38 49 / 0.05);
}
.hover\:text-danger-600\/50:hover {
  color: rgb(220 38 49 / 0.5);
}
.hover\:text-danger-600\/60:hover {
  color: rgb(220 38 49 / 0.6);
}
.hover\:text-danger-600\/70:hover {
  color: rgb(220 38 49 / 0.7);
}
.hover\:text-danger-600\/75:hover {
  color: rgb(220 38 49 / 0.75);
}
.hover\:text-danger-600\/80:hover {
  color: rgb(220 38 49 / 0.8);
}
.hover\:text-danger-600\/90:hover {
  color: rgb(220 38 49 / 0.9);
}
.hover\:text-danger-600\/95:hover {
  color: rgb(220 38 49 / 0.95);
}
.hover\:text-danger-700:hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 37 / var(--tw-text-opacity));
}
.hover\:text-danger-700\/0:hover {
  color: rgb(185 28 37 / 0);
}
.hover\:text-danger-700\/10:hover {
  color: rgb(185 28 37 / 0.1);
}
.hover\:text-danger-700\/100:hover {
  color: rgb(185 28 37 / 1);
}
.hover\:text-danger-700\/20:hover {
  color: rgb(185 28 37 / 0.2);
}
.hover\:text-danger-700\/25:hover {
  color: rgb(185 28 37 / 0.25);
}
.hover\:text-danger-700\/30:hover {
  color: rgb(185 28 37 / 0.3);
}
.hover\:text-danger-700\/40:hover {
  color: rgb(185 28 37 / 0.4);
}
.hover\:text-danger-700\/5:hover {
  color: rgb(185 28 37 / 0.05);
}
.hover\:text-danger-700\/50:hover {
  color: rgb(185 28 37 / 0.5);
}
.hover\:text-danger-700\/60:hover {
  color: rgb(185 28 37 / 0.6);
}
.hover\:text-danger-700\/70:hover {
  color: rgb(185 28 37 / 0.7);
}
.hover\:text-danger-700\/75:hover {
  color: rgb(185 28 37 / 0.75);
}
.hover\:text-danger-700\/80:hover {
  color: rgb(185 28 37 / 0.8);
}
.hover\:text-danger-700\/90:hover {
  color: rgb(185 28 37 / 0.9);
}
.hover\:text-danger-700\/95:hover {
  color: rgb(185 28 37 / 0.95);
}
.hover\:text-danger-800:hover {
  --tw-text-opacity: 1;
  color: rgb(153 27 42 / var(--tw-text-opacity));
}
.hover\:text-danger-800\/0:hover {
  color: rgb(153 27 42 / 0);
}
.hover\:text-danger-800\/10:hover {
  color: rgb(153 27 42 / 0.1);
}
.hover\:text-danger-800\/100:hover {
  color: rgb(153 27 42 / 1);
}
.hover\:text-danger-800\/20:hover {
  color: rgb(153 27 42 / 0.2);
}
.hover\:text-danger-800\/25:hover {
  color: rgb(153 27 42 / 0.25);
}
.hover\:text-danger-800\/30:hover {
  color: rgb(153 27 42 / 0.3);
}
.hover\:text-danger-800\/40:hover {
  color: rgb(153 27 42 / 0.4);
}
.hover\:text-danger-800\/5:hover {
  color: rgb(153 27 42 / 0.05);
}
.hover\:text-danger-800\/50:hover {
  color: rgb(153 27 42 / 0.5);
}
.hover\:text-danger-800\/60:hover {
  color: rgb(153 27 42 / 0.6);
}
.hover\:text-danger-800\/70:hover {
  color: rgb(153 27 42 / 0.7);
}
.hover\:text-danger-800\/75:hover {
  color: rgb(153 27 42 / 0.75);
}
.hover\:text-danger-800\/80:hover {
  color: rgb(153 27 42 / 0.8);
}
.hover\:text-danger-800\/90:hover {
  color: rgb(153 27 42 / 0.9);
}
.hover\:text-danger-800\/95:hover {
  color: rgb(153 27 42 / 0.95);
}
.hover\:text-danger-900:hover {
  --tw-text-opacity: 1;
  color: rgb(84 42 50 / var(--tw-text-opacity));
}
.hover\:text-danger-900\/0:hover {
  color: rgb(84 42 50 / 0);
}
.hover\:text-danger-900\/10:hover {
  color: rgb(84 42 50 / 0.1);
}
.hover\:text-danger-900\/100:hover {
  color: rgb(84 42 50 / 1);
}
.hover\:text-danger-900\/20:hover {
  color: rgb(84 42 50 / 0.2);
}
.hover\:text-danger-900\/25:hover {
  color: rgb(84 42 50 / 0.25);
}
.hover\:text-danger-900\/30:hover {
  color: rgb(84 42 50 / 0.3);
}
.hover\:text-danger-900\/40:hover {
  color: rgb(84 42 50 / 0.4);
}
.hover\:text-danger-900\/5:hover {
  color: rgb(84 42 50 / 0.05);
}
.hover\:text-danger-900\/50:hover {
  color: rgb(84 42 50 / 0.5);
}
.hover\:text-danger-900\/60:hover {
  color: rgb(84 42 50 / 0.6);
}
.hover\:text-danger-900\/70:hover {
  color: rgb(84 42 50 / 0.7);
}
.hover\:text-danger-900\/75:hover {
  color: rgb(84 42 50 / 0.75);
}
.hover\:text-danger-900\/80:hover {
  color: rgb(84 42 50 / 0.8);
}
.hover\:text-danger-900\/90:hover {
  color: rgb(84 42 50 / 0.9);
}
.hover\:text-danger-900\/95:hover {
  color: rgb(84 42 50 / 0.95);
}
.hover\:text-emerald-100:hover {
  --tw-text-opacity: 1;
  color: rgb(191 234 229 / var(--tw-text-opacity));
}
.hover\:text-emerald-100\/0:hover {
  color: rgb(191 234 229 / 0);
}
.hover\:text-emerald-100\/10:hover {
  color: rgb(191 234 229 / 0.1);
}
.hover\:text-emerald-100\/100:hover {
  color: rgb(191 234 229 / 1);
}
.hover\:text-emerald-100\/20:hover {
  color: rgb(191 234 229 / 0.2);
}
.hover\:text-emerald-100\/25:hover {
  color: rgb(191 234 229 / 0.25);
}
.hover\:text-emerald-100\/30:hover {
  color: rgb(191 234 229 / 0.3);
}
.hover\:text-emerald-100\/40:hover {
  color: rgb(191 234 229 / 0.4);
}
.hover\:text-emerald-100\/5:hover {
  color: rgb(191 234 229 / 0.05);
}
.hover\:text-emerald-100\/50:hover {
  color: rgb(191 234 229 / 0.5);
}
.hover\:text-emerald-100\/60:hover {
  color: rgb(191 234 229 / 0.6);
}
.hover\:text-emerald-100\/70:hover {
  color: rgb(191 234 229 / 0.7);
}
.hover\:text-emerald-100\/75:hover {
  color: rgb(191 234 229 / 0.75);
}
.hover\:text-emerald-100\/80:hover {
  color: rgb(191 234 229 / 0.8);
}
.hover\:text-emerald-100\/90:hover {
  color: rgb(191 234 229 / 0.9);
}
.hover\:text-emerald-100\/95:hover {
  color: rgb(191 234 229 / 0.95);
}
.hover\:text-emerald-200:hover {
  --tw-text-opacity: 1;
  color: rgb(152 216 208 / var(--tw-text-opacity));
}
.hover\:text-emerald-200\/0:hover {
  color: rgb(152 216 208 / 0);
}
.hover\:text-emerald-200\/10:hover {
  color: rgb(152 216 208 / 0.1);
}
.hover\:text-emerald-200\/100:hover {
  color: rgb(152 216 208 / 1);
}
.hover\:text-emerald-200\/20:hover {
  color: rgb(152 216 208 / 0.2);
}
.hover\:text-emerald-200\/25:hover {
  color: rgb(152 216 208 / 0.25);
}
.hover\:text-emerald-200\/30:hover {
  color: rgb(152 216 208 / 0.3);
}
.hover\:text-emerald-200\/40:hover {
  color: rgb(152 216 208 / 0.4);
}
.hover\:text-emerald-200\/5:hover {
  color: rgb(152 216 208 / 0.05);
}
.hover\:text-emerald-200\/50:hover {
  color: rgb(152 216 208 / 0.5);
}
.hover\:text-emerald-200\/60:hover {
  color: rgb(152 216 208 / 0.6);
}
.hover\:text-emerald-200\/70:hover {
  color: rgb(152 216 208 / 0.7);
}
.hover\:text-emerald-200\/75:hover {
  color: rgb(152 216 208 / 0.75);
}
.hover\:text-emerald-200\/80:hover {
  color: rgb(152 216 208 / 0.8);
}
.hover\:text-emerald-200\/90:hover {
  color: rgb(152 216 208 / 0.9);
}
.hover\:text-emerald-200\/95:hover {
  color: rgb(152 216 208 / 0.95);
}
.hover\:text-emerald-300:hover {
  --tw-text-opacity: 1;
  color: rgb(87 188 176 / var(--tw-text-opacity));
}
.hover\:text-emerald-300\/0:hover {
  color: rgb(87 188 176 / 0);
}
.hover\:text-emerald-300\/10:hover {
  color: rgb(87 188 176 / 0.1);
}
.hover\:text-emerald-300\/100:hover {
  color: rgb(87 188 176 / 1);
}
.hover\:text-emerald-300\/20:hover {
  color: rgb(87 188 176 / 0.2);
}
.hover\:text-emerald-300\/25:hover {
  color: rgb(87 188 176 / 0.25);
}
.hover\:text-emerald-300\/30:hover {
  color: rgb(87 188 176 / 0.3);
}
.hover\:text-emerald-300\/40:hover {
  color: rgb(87 188 176 / 0.4);
}
.hover\:text-emerald-300\/5:hover {
  color: rgb(87 188 176 / 0.05);
}
.hover\:text-emerald-300\/50:hover {
  color: rgb(87 188 176 / 0.5);
}
.hover\:text-emerald-300\/60:hover {
  color: rgb(87 188 176 / 0.6);
}
.hover\:text-emerald-300\/70:hover {
  color: rgb(87 188 176 / 0.7);
}
.hover\:text-emerald-300\/75:hover {
  color: rgb(87 188 176 / 0.75);
}
.hover\:text-emerald-300\/80:hover {
  color: rgb(87 188 176 / 0.8);
}
.hover\:text-emerald-300\/90:hover {
  color: rgb(87 188 176 / 0.9);
}
.hover\:text-emerald-300\/95:hover {
  color: rgb(87 188 176 / 0.95);
}
.hover\:text-emerald-400:hover {
  --tw-text-opacity: 1;
  color: rgb(12 168 149 / var(--tw-text-opacity));
}
.hover\:text-emerald-400\/0:hover {
  color: rgb(12 168 149 / 0);
}
.hover\:text-emerald-400\/10:hover {
  color: rgb(12 168 149 / 0.1);
}
.hover\:text-emerald-400\/100:hover {
  color: rgb(12 168 149 / 1);
}
.hover\:text-emerald-400\/20:hover {
  color: rgb(12 168 149 / 0.2);
}
.hover\:text-emerald-400\/25:hover {
  color: rgb(12 168 149 / 0.25);
}
.hover\:text-emerald-400\/30:hover {
  color: rgb(12 168 149 / 0.3);
}
.hover\:text-emerald-400\/40:hover {
  color: rgb(12 168 149 / 0.4);
}
.hover\:text-emerald-400\/5:hover {
  color: rgb(12 168 149 / 0.05);
}
.hover\:text-emerald-400\/50:hover {
  color: rgb(12 168 149 / 0.5);
}
.hover\:text-emerald-400\/60:hover {
  color: rgb(12 168 149 / 0.6);
}
.hover\:text-emerald-400\/70:hover {
  color: rgb(12 168 149 / 0.7);
}
.hover\:text-emerald-400\/75:hover {
  color: rgb(12 168 149 / 0.75);
}
.hover\:text-emerald-400\/80:hover {
  color: rgb(12 168 149 / 0.8);
}
.hover\:text-emerald-400\/90:hover {
  color: rgb(12 168 149 / 0.9);
}
.hover\:text-emerald-400\/95:hover {
  color: rgb(12 168 149 / 0.95);
}
.hover\:text-emerald-50:hover {
  --tw-text-opacity: 1;
  color: rgb(228 245 243 / var(--tw-text-opacity));
}
.hover\:text-emerald-50\/0:hover {
  color: rgb(228 245 243 / 0);
}
.hover\:text-emerald-50\/10:hover {
  color: rgb(228 245 243 / 0.1);
}
.hover\:text-emerald-50\/100:hover {
  color: rgb(228 245 243 / 1);
}
.hover\:text-emerald-50\/20:hover {
  color: rgb(228 245 243 / 0.2);
}
.hover\:text-emerald-50\/25:hover {
  color: rgb(228 245 243 / 0.25);
}
.hover\:text-emerald-50\/30:hover {
  color: rgb(228 245 243 / 0.3);
}
.hover\:text-emerald-50\/40:hover {
  color: rgb(228 245 243 / 0.4);
}
.hover\:text-emerald-50\/5:hover {
  color: rgb(228 245 243 / 0.05);
}
.hover\:text-emerald-50\/50:hover {
  color: rgb(228 245 243 / 0.5);
}
.hover\:text-emerald-50\/60:hover {
  color: rgb(228 245 243 / 0.6);
}
.hover\:text-emerald-50\/70:hover {
  color: rgb(228 245 243 / 0.7);
}
.hover\:text-emerald-50\/75:hover {
  color: rgb(228 245 243 / 0.75);
}
.hover\:text-emerald-50\/80:hover {
  color: rgb(228 245 243 / 0.8);
}
.hover\:text-emerald-50\/90:hover {
  color: rgb(228 245 243 / 0.9);
}
.hover\:text-emerald-50\/95:hover {
  color: rgb(228 245 243 / 0.95);
}
.hover\:text-emerald-500:hover {
  --tw-text-opacity: 1;
  color: rgb(0 133 117 / var(--tw-text-opacity));
}
.hover\:text-emerald-500\/0:hover {
  color: rgb(0 133 117 / 0);
}
.hover\:text-emerald-500\/10:hover {
  color: rgb(0 133 117 / 0.1);
}
.hover\:text-emerald-500\/100:hover {
  color: rgb(0 133 117 / 1);
}
.hover\:text-emerald-500\/20:hover {
  color: rgb(0 133 117 / 0.2);
}
.hover\:text-emerald-500\/25:hover {
  color: rgb(0 133 117 / 0.25);
}
.hover\:text-emerald-500\/30:hover {
  color: rgb(0 133 117 / 0.3);
}
.hover\:text-emerald-500\/40:hover {
  color: rgb(0 133 117 / 0.4);
}
.hover\:text-emerald-500\/5:hover {
  color: rgb(0 133 117 / 0.05);
}
.hover\:text-emerald-500\/50:hover {
  color: rgb(0 133 117 / 0.5);
}
.hover\:text-emerald-500\/60:hover {
  color: rgb(0 133 117 / 0.6);
}
.hover\:text-emerald-500\/70:hover {
  color: rgb(0 133 117 / 0.7);
}
.hover\:text-emerald-500\/75:hover {
  color: rgb(0 133 117 / 0.75);
}
.hover\:text-emerald-500\/80:hover {
  color: rgb(0 133 117 / 0.8);
}
.hover\:text-emerald-500\/90:hover {
  color: rgb(0 133 117 / 0.9);
}
.hover\:text-emerald-500\/95:hover {
  color: rgb(0 133 117 / 0.95);
}
.hover\:text-emerald-600:hover {
  --tw-text-opacity: 1;
  color: rgb(0 101 89 / var(--tw-text-opacity));
}
.hover\:text-emerald-600\/0:hover {
  color: rgb(0 101 89 / 0);
}
.hover\:text-emerald-600\/10:hover {
  color: rgb(0 101 89 / 0.1);
}
.hover\:text-emerald-600\/100:hover {
  color: rgb(0 101 89 / 1);
}
.hover\:text-emerald-600\/20:hover {
  color: rgb(0 101 89 / 0.2);
}
.hover\:text-emerald-600\/25:hover {
  color: rgb(0 101 89 / 0.25);
}
.hover\:text-emerald-600\/30:hover {
  color: rgb(0 101 89 / 0.3);
}
.hover\:text-emerald-600\/40:hover {
  color: rgb(0 101 89 / 0.4);
}
.hover\:text-emerald-600\/5:hover {
  color: rgb(0 101 89 / 0.05);
}
.hover\:text-emerald-600\/50:hover {
  color: rgb(0 101 89 / 0.5);
}
.hover\:text-emerald-600\/60:hover {
  color: rgb(0 101 89 / 0.6);
}
.hover\:text-emerald-600\/70:hover {
  color: rgb(0 101 89 / 0.7);
}
.hover\:text-emerald-600\/75:hover {
  color: rgb(0 101 89 / 0.75);
}
.hover\:text-emerald-600\/80:hover {
  color: rgb(0 101 89 / 0.8);
}
.hover\:text-emerald-600\/90:hover {
  color: rgb(0 101 89 / 0.9);
}
.hover\:text-emerald-600\/95:hover {
  color: rgb(0 101 89 / 0.95);
}
.hover\:text-emerald-700:hover {
  --tw-text-opacity: 1;
  color: rgb(0 75 66 / var(--tw-text-opacity));
}
.hover\:text-emerald-700\/0:hover {
  color: rgb(0 75 66 / 0);
}
.hover\:text-emerald-700\/10:hover {
  color: rgb(0 75 66 / 0.1);
}
.hover\:text-emerald-700\/100:hover {
  color: rgb(0 75 66 / 1);
}
.hover\:text-emerald-700\/20:hover {
  color: rgb(0 75 66 / 0.2);
}
.hover\:text-emerald-700\/25:hover {
  color: rgb(0 75 66 / 0.25);
}
.hover\:text-emerald-700\/30:hover {
  color: rgb(0 75 66 / 0.3);
}
.hover\:text-emerald-700\/40:hover {
  color: rgb(0 75 66 / 0.4);
}
.hover\:text-emerald-700\/5:hover {
  color: rgb(0 75 66 / 0.05);
}
.hover\:text-emerald-700\/50:hover {
  color: rgb(0 75 66 / 0.5);
}
.hover\:text-emerald-700\/60:hover {
  color: rgb(0 75 66 / 0.6);
}
.hover\:text-emerald-700\/70:hover {
  color: rgb(0 75 66 / 0.7);
}
.hover\:text-emerald-700\/75:hover {
  color: rgb(0 75 66 / 0.75);
}
.hover\:text-emerald-700\/80:hover {
  color: rgb(0 75 66 / 0.8);
}
.hover\:text-emerald-700\/90:hover {
  color: rgb(0 75 66 / 0.9);
}
.hover\:text-emerald-700\/95:hover {
  color: rgb(0 75 66 / 0.95);
}
.hover\:text-emerald-800:hover {
  --tw-text-opacity: 1;
  color: rgb(0 53 47 / var(--tw-text-opacity));
}
.hover\:text-emerald-800\/0:hover {
  color: rgb(0 53 47 / 0);
}
.hover\:text-emerald-800\/10:hover {
  color: rgb(0 53 47 / 0.1);
}
.hover\:text-emerald-800\/100:hover {
  color: rgb(0 53 47 / 1);
}
.hover\:text-emerald-800\/20:hover {
  color: rgb(0 53 47 / 0.2);
}
.hover\:text-emerald-800\/25:hover {
  color: rgb(0 53 47 / 0.25);
}
.hover\:text-emerald-800\/30:hover {
  color: rgb(0 53 47 / 0.3);
}
.hover\:text-emerald-800\/40:hover {
  color: rgb(0 53 47 / 0.4);
}
.hover\:text-emerald-800\/5:hover {
  color: rgb(0 53 47 / 0.05);
}
.hover\:text-emerald-800\/50:hover {
  color: rgb(0 53 47 / 0.5);
}
.hover\:text-emerald-800\/60:hover {
  color: rgb(0 53 47 / 0.6);
}
.hover\:text-emerald-800\/70:hover {
  color: rgb(0 53 47 / 0.7);
}
.hover\:text-emerald-800\/75:hover {
  color: rgb(0 53 47 / 0.75);
}
.hover\:text-emerald-800\/80:hover {
  color: rgb(0 53 47 / 0.8);
}
.hover\:text-emerald-800\/90:hover {
  color: rgb(0 53 47 / 0.9);
}
.hover\:text-emerald-800\/95:hover {
  color: rgb(0 53 47 / 0.95);
}
.hover\:text-emerald-900:hover {
  --tw-text-opacity: 1;
  color: rgb(0 44 38 / var(--tw-text-opacity));
}
.hover\:text-emerald-900\/0:hover {
  color: rgb(0 44 38 / 0);
}
.hover\:text-emerald-900\/10:hover {
  color: rgb(0 44 38 / 0.1);
}
.hover\:text-emerald-900\/100:hover {
  color: rgb(0 44 38 / 1);
}
.hover\:text-emerald-900\/20:hover {
  color: rgb(0 44 38 / 0.2);
}
.hover\:text-emerald-900\/25:hover {
  color: rgb(0 44 38 / 0.25);
}
.hover\:text-emerald-900\/30:hover {
  color: rgb(0 44 38 / 0.3);
}
.hover\:text-emerald-900\/40:hover {
  color: rgb(0 44 38 / 0.4);
}
.hover\:text-emerald-900\/5:hover {
  color: rgb(0 44 38 / 0.05);
}
.hover\:text-emerald-900\/50:hover {
  color: rgb(0 44 38 / 0.5);
}
.hover\:text-emerald-900\/60:hover {
  color: rgb(0 44 38 / 0.6);
}
.hover\:text-emerald-900\/70:hover {
  color: rgb(0 44 38 / 0.7);
}
.hover\:text-emerald-900\/75:hover {
  color: rgb(0 44 38 / 0.75);
}
.hover\:text-emerald-900\/80:hover {
  color: rgb(0 44 38 / 0.8);
}
.hover\:text-emerald-900\/90:hover {
  color: rgb(0 44 38 / 0.9);
}
.hover\:text-emerald-900\/95:hover {
  color: rgb(0 44 38 / 0.95);
}
.hover\:text-forest-100:hover {
  --tw-text-opacity: 1;
  color: rgb(205 241 245 / var(--tw-text-opacity));
}
.hover\:text-forest-100\/0:hover {
  color: rgb(205 241 245 / 0);
}
.hover\:text-forest-100\/10:hover {
  color: rgb(205 241 245 / 0.1);
}
.hover\:text-forest-100\/100:hover {
  color: rgb(205 241 245 / 1);
}
.hover\:text-forest-100\/20:hover {
  color: rgb(205 241 245 / 0.2);
}
.hover\:text-forest-100\/25:hover {
  color: rgb(205 241 245 / 0.25);
}
.hover\:text-forest-100\/30:hover {
  color: rgb(205 241 245 / 0.3);
}
.hover\:text-forest-100\/40:hover {
  color: rgb(205 241 245 / 0.4);
}
.hover\:text-forest-100\/5:hover {
  color: rgb(205 241 245 / 0.05);
}
.hover\:text-forest-100\/50:hover {
  color: rgb(205 241 245 / 0.5);
}
.hover\:text-forest-100\/60:hover {
  color: rgb(205 241 245 / 0.6);
}
.hover\:text-forest-100\/70:hover {
  color: rgb(205 241 245 / 0.7);
}
.hover\:text-forest-100\/75:hover {
  color: rgb(205 241 245 / 0.75);
}
.hover\:text-forest-100\/80:hover {
  color: rgb(205 241 245 / 0.8);
}
.hover\:text-forest-100\/90:hover {
  color: rgb(205 241 245 / 0.9);
}
.hover\:text-forest-100\/95:hover {
  color: rgb(205 241 245 / 0.95);
}
.hover\:text-forest-200:hover {
  --tw-text-opacity: 1;
  color: rgb(158 221 229 / var(--tw-text-opacity));
}
.hover\:text-forest-200\/0:hover {
  color: rgb(158 221 229 / 0);
}
.hover\:text-forest-200\/10:hover {
  color: rgb(158 221 229 / 0.1);
}
.hover\:text-forest-200\/100:hover {
  color: rgb(158 221 229 / 1);
}
.hover\:text-forest-200\/20:hover {
  color: rgb(158 221 229 / 0.2);
}
.hover\:text-forest-200\/25:hover {
  color: rgb(158 221 229 / 0.25);
}
.hover\:text-forest-200\/30:hover {
  color: rgb(158 221 229 / 0.3);
}
.hover\:text-forest-200\/40:hover {
  color: rgb(158 221 229 / 0.4);
}
.hover\:text-forest-200\/5:hover {
  color: rgb(158 221 229 / 0.05);
}
.hover\:text-forest-200\/50:hover {
  color: rgb(158 221 229 / 0.5);
}
.hover\:text-forest-200\/60:hover {
  color: rgb(158 221 229 / 0.6);
}
.hover\:text-forest-200\/70:hover {
  color: rgb(158 221 229 / 0.7);
}
.hover\:text-forest-200\/75:hover {
  color: rgb(158 221 229 / 0.75);
}
.hover\:text-forest-200\/80:hover {
  color: rgb(158 221 229 / 0.8);
}
.hover\:text-forest-200\/90:hover {
  color: rgb(158 221 229 / 0.9);
}
.hover\:text-forest-200\/95:hover {
  color: rgb(158 221 229 / 0.95);
}
.hover\:text-forest-300:hover {
  --tw-text-opacity: 1;
  color: rgb(142 186 189 / var(--tw-text-opacity));
}
.hover\:text-forest-300\/0:hover {
  color: rgb(142 186 189 / 0);
}
.hover\:text-forest-300\/10:hover {
  color: rgb(142 186 189 / 0.1);
}
.hover\:text-forest-300\/100:hover {
  color: rgb(142 186 189 / 1);
}
.hover\:text-forest-300\/20:hover {
  color: rgb(142 186 189 / 0.2);
}
.hover\:text-forest-300\/25:hover {
  color: rgb(142 186 189 / 0.25);
}
.hover\:text-forest-300\/30:hover {
  color: rgb(142 186 189 / 0.3);
}
.hover\:text-forest-300\/40:hover {
  color: rgb(142 186 189 / 0.4);
}
.hover\:text-forest-300\/5:hover {
  color: rgb(142 186 189 / 0.05);
}
.hover\:text-forest-300\/50:hover {
  color: rgb(142 186 189 / 0.5);
}
.hover\:text-forest-300\/60:hover {
  color: rgb(142 186 189 / 0.6);
}
.hover\:text-forest-300\/70:hover {
  color: rgb(142 186 189 / 0.7);
}
.hover\:text-forest-300\/75:hover {
  color: rgb(142 186 189 / 0.75);
}
.hover\:text-forest-300\/80:hover {
  color: rgb(142 186 189 / 0.8);
}
.hover\:text-forest-300\/90:hover {
  color: rgb(142 186 189 / 0.9);
}
.hover\:text-forest-300\/95:hover {
  color: rgb(142 186 189 / 0.95);
}
.hover\:text-forest-400:hover {
  --tw-text-opacity: 1;
  color: rgb(91 146 150 / var(--tw-text-opacity));
}
.hover\:text-forest-400\/0:hover {
  color: rgb(91 146 150 / 0);
}
.hover\:text-forest-400\/10:hover {
  color: rgb(91 146 150 / 0.1);
}
.hover\:text-forest-400\/100:hover {
  color: rgb(91 146 150 / 1);
}
.hover\:text-forest-400\/20:hover {
  color: rgb(91 146 150 / 0.2);
}
.hover\:text-forest-400\/25:hover {
  color: rgb(91 146 150 / 0.25);
}
.hover\:text-forest-400\/30:hover {
  color: rgb(91 146 150 / 0.3);
}
.hover\:text-forest-400\/40:hover {
  color: rgb(91 146 150 / 0.4);
}
.hover\:text-forest-400\/5:hover {
  color: rgb(91 146 150 / 0.05);
}
.hover\:text-forest-400\/50:hover {
  color: rgb(91 146 150 / 0.5);
}
.hover\:text-forest-400\/60:hover {
  color: rgb(91 146 150 / 0.6);
}
.hover\:text-forest-400\/70:hover {
  color: rgb(91 146 150 / 0.7);
}
.hover\:text-forest-400\/75:hover {
  color: rgb(91 146 150 / 0.75);
}
.hover\:text-forest-400\/80:hover {
  color: rgb(91 146 150 / 0.8);
}
.hover\:text-forest-400\/90:hover {
  color: rgb(91 146 150 / 0.9);
}
.hover\:text-forest-400\/95:hover {
  color: rgb(91 146 150 / 0.95);
}
.hover\:text-forest-50:hover {
  --tw-text-opacity: 1;
  color: rgb(229 252 255 / var(--tw-text-opacity));
}
.hover\:text-forest-50\/0:hover {
  color: rgb(229 252 255 / 0);
}
.hover\:text-forest-50\/10:hover {
  color: rgb(229 252 255 / 0.1);
}
.hover\:text-forest-50\/100:hover {
  color: rgb(229 252 255 / 1);
}
.hover\:text-forest-50\/20:hover {
  color: rgb(229 252 255 / 0.2);
}
.hover\:text-forest-50\/25:hover {
  color: rgb(229 252 255 / 0.25);
}
.hover\:text-forest-50\/30:hover {
  color: rgb(229 252 255 / 0.3);
}
.hover\:text-forest-50\/40:hover {
  color: rgb(229 252 255 / 0.4);
}
.hover\:text-forest-50\/5:hover {
  color: rgb(229 252 255 / 0.05);
}
.hover\:text-forest-50\/50:hover {
  color: rgb(229 252 255 / 0.5);
}
.hover\:text-forest-50\/60:hover {
  color: rgb(229 252 255 / 0.6);
}
.hover\:text-forest-50\/70:hover {
  color: rgb(229 252 255 / 0.7);
}
.hover\:text-forest-50\/75:hover {
  color: rgb(229 252 255 / 0.75);
}
.hover\:text-forest-50\/80:hover {
  color: rgb(229 252 255 / 0.8);
}
.hover\:text-forest-50\/90:hover {
  color: rgb(229 252 255 / 0.9);
}
.hover\:text-forest-50\/95:hover {
  color: rgb(229 252 255 / 0.95);
}
.hover\:text-forest-500:hover {
  --tw-text-opacity: 1;
  color: rgb(0 96 100 / var(--tw-text-opacity));
}
.hover\:text-forest-500\/0:hover {
  color: rgb(0 96 100 / 0);
}
.hover\:text-forest-500\/10:hover {
  color: rgb(0 96 100 / 0.1);
}
.hover\:text-forest-500\/100:hover {
  color: rgb(0 96 100 / 1);
}
.hover\:text-forest-500\/20:hover {
  color: rgb(0 96 100 / 0.2);
}
.hover\:text-forest-500\/25:hover {
  color: rgb(0 96 100 / 0.25);
}
.hover\:text-forest-500\/30:hover {
  color: rgb(0 96 100 / 0.3);
}
.hover\:text-forest-500\/40:hover {
  color: rgb(0 96 100 / 0.4);
}
.hover\:text-forest-500\/5:hover {
  color: rgb(0 96 100 / 0.05);
}
.hover\:text-forest-500\/50:hover {
  color: rgb(0 96 100 / 0.5);
}
.hover\:text-forest-500\/60:hover {
  color: rgb(0 96 100 / 0.6);
}
.hover\:text-forest-500\/70:hover {
  color: rgb(0 96 100 / 0.7);
}
.hover\:text-forest-500\/75:hover {
  color: rgb(0 96 100 / 0.75);
}
.hover\:text-forest-500\/80:hover {
  color: rgb(0 96 100 / 0.8);
}
.hover\:text-forest-500\/90:hover {
  color: rgb(0 96 100 / 0.9);
}
.hover\:text-forest-500\/95:hover {
  color: rgb(0 96 100 / 0.95);
}
.hover\:text-forest-600:hover {
  --tw-text-opacity: 1;
  color: rgb(32 78 81 / var(--tw-text-opacity));
}
.hover\:text-forest-600\/0:hover {
  color: rgb(32 78 81 / 0);
}
.hover\:text-forest-600\/10:hover {
  color: rgb(32 78 81 / 0.1);
}
.hover\:text-forest-600\/100:hover {
  color: rgb(32 78 81 / 1);
}
.hover\:text-forest-600\/20:hover {
  color: rgb(32 78 81 / 0.2);
}
.hover\:text-forest-600\/25:hover {
  color: rgb(32 78 81 / 0.25);
}
.hover\:text-forest-600\/30:hover {
  color: rgb(32 78 81 / 0.3);
}
.hover\:text-forest-600\/40:hover {
  color: rgb(32 78 81 / 0.4);
}
.hover\:text-forest-600\/5:hover {
  color: rgb(32 78 81 / 0.05);
}
.hover\:text-forest-600\/50:hover {
  color: rgb(32 78 81 / 0.5);
}
.hover\:text-forest-600\/60:hover {
  color: rgb(32 78 81 / 0.6);
}
.hover\:text-forest-600\/70:hover {
  color: rgb(32 78 81 / 0.7);
}
.hover\:text-forest-600\/75:hover {
  color: rgb(32 78 81 / 0.75);
}
.hover\:text-forest-600\/80:hover {
  color: rgb(32 78 81 / 0.8);
}
.hover\:text-forest-600\/90:hover {
  color: rgb(32 78 81 / 0.9);
}
.hover\:text-forest-600\/95:hover {
  color: rgb(32 78 81 / 0.95);
}
.hover\:text-forest-700:hover {
  --tw-text-opacity: 1;
  color: rgb(18 61 67 / var(--tw-text-opacity));
}
.hover\:text-forest-700\/0:hover {
  color: rgb(18 61 67 / 0);
}
.hover\:text-forest-700\/10:hover {
  color: rgb(18 61 67 / 0.1);
}
.hover\:text-forest-700\/100:hover {
  color: rgb(18 61 67 / 1);
}
.hover\:text-forest-700\/20:hover {
  color: rgb(18 61 67 / 0.2);
}
.hover\:text-forest-700\/25:hover {
  color: rgb(18 61 67 / 0.25);
}
.hover\:text-forest-700\/30:hover {
  color: rgb(18 61 67 / 0.3);
}
.hover\:text-forest-700\/40:hover {
  color: rgb(18 61 67 / 0.4);
}
.hover\:text-forest-700\/5:hover {
  color: rgb(18 61 67 / 0.05);
}
.hover\:text-forest-700\/50:hover {
  color: rgb(18 61 67 / 0.5);
}
.hover\:text-forest-700\/60:hover {
  color: rgb(18 61 67 / 0.6);
}
.hover\:text-forest-700\/70:hover {
  color: rgb(18 61 67 / 0.7);
}
.hover\:text-forest-700\/75:hover {
  color: rgb(18 61 67 / 0.75);
}
.hover\:text-forest-700\/80:hover {
  color: rgb(18 61 67 / 0.8);
}
.hover\:text-forest-700\/90:hover {
  color: rgb(18 61 67 / 0.9);
}
.hover\:text-forest-700\/95:hover {
  color: rgb(18 61 67 / 0.95);
}
.hover\:text-forest-800:hover {
  --tw-text-opacity: 1;
  color: rgb(9 50 55 / var(--tw-text-opacity));
}
.hover\:text-forest-800\/0:hover {
  color: rgb(9 50 55 / 0);
}
.hover\:text-forest-800\/10:hover {
  color: rgb(9 50 55 / 0.1);
}
.hover\:text-forest-800\/100:hover {
  color: rgb(9 50 55 / 1);
}
.hover\:text-forest-800\/20:hover {
  color: rgb(9 50 55 / 0.2);
}
.hover\:text-forest-800\/25:hover {
  color: rgb(9 50 55 / 0.25);
}
.hover\:text-forest-800\/30:hover {
  color: rgb(9 50 55 / 0.3);
}
.hover\:text-forest-800\/40:hover {
  color: rgb(9 50 55 / 0.4);
}
.hover\:text-forest-800\/5:hover {
  color: rgb(9 50 55 / 0.05);
}
.hover\:text-forest-800\/50:hover {
  color: rgb(9 50 55 / 0.5);
}
.hover\:text-forest-800\/60:hover {
  color: rgb(9 50 55 / 0.6);
}
.hover\:text-forest-800\/70:hover {
  color: rgb(9 50 55 / 0.7);
}
.hover\:text-forest-800\/75:hover {
  color: rgb(9 50 55 / 0.75);
}
.hover\:text-forest-800\/80:hover {
  color: rgb(9 50 55 / 0.8);
}
.hover\:text-forest-800\/90:hover {
  color: rgb(9 50 55 / 0.9);
}
.hover\:text-forest-800\/95:hover {
  color: rgb(9 50 55 / 0.95);
}
.hover\:text-forest-900:hover {
  --tw-text-opacity: 1;
  color: rgb(5 42 47 / var(--tw-text-opacity));
}
.hover\:text-forest-900\/0:hover {
  color: rgb(5 42 47 / 0);
}
.hover\:text-forest-900\/10:hover {
  color: rgb(5 42 47 / 0.1);
}
.hover\:text-forest-900\/100:hover {
  color: rgb(5 42 47 / 1);
}
.hover\:text-forest-900\/20:hover {
  color: rgb(5 42 47 / 0.2);
}
.hover\:text-forest-900\/25:hover {
  color: rgb(5 42 47 / 0.25);
}
.hover\:text-forest-900\/30:hover {
  color: rgb(5 42 47 / 0.3);
}
.hover\:text-forest-900\/40:hover {
  color: rgb(5 42 47 / 0.4);
}
.hover\:text-forest-900\/5:hover {
  color: rgb(5 42 47 / 0.05);
}
.hover\:text-forest-900\/50:hover {
  color: rgb(5 42 47 / 0.5);
}
.hover\:text-forest-900\/60:hover {
  color: rgb(5 42 47 / 0.6);
}
.hover\:text-forest-900\/70:hover {
  color: rgb(5 42 47 / 0.7);
}
.hover\:text-forest-900\/75:hover {
  color: rgb(5 42 47 / 0.75);
}
.hover\:text-forest-900\/80:hover {
  color: rgb(5 42 47 / 0.8);
}
.hover\:text-forest-900\/90:hover {
  color: rgb(5 42 47 / 0.9);
}
.hover\:text-forest-900\/95:hover {
  color: rgb(5 42 47 / 0.95);
}
.hover\:text-gray-100:hover {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}
.hover\:text-gray-100\/0:hover {
  color: rgb(245 245 245 / 0);
}
.hover\:text-gray-100\/10:hover {
  color: rgb(245 245 245 / 0.1);
}
.hover\:text-gray-100\/100:hover {
  color: rgb(245 245 245 / 1);
}
.hover\:text-gray-100\/20:hover {
  color: rgb(245 245 245 / 0.2);
}
.hover\:text-gray-100\/25:hover {
  color: rgb(245 245 245 / 0.25);
}
.hover\:text-gray-100\/30:hover {
  color: rgb(245 245 245 / 0.3);
}
.hover\:text-gray-100\/40:hover {
  color: rgb(245 245 245 / 0.4);
}
.hover\:text-gray-100\/5:hover {
  color: rgb(245 245 245 / 0.05);
}
.hover\:text-gray-100\/50:hover {
  color: rgb(245 245 245 / 0.5);
}
.hover\:text-gray-100\/60:hover {
  color: rgb(245 245 245 / 0.6);
}
.hover\:text-gray-100\/70:hover {
  color: rgb(245 245 245 / 0.7);
}
.hover\:text-gray-100\/75:hover {
  color: rgb(245 245 245 / 0.75);
}
.hover\:text-gray-100\/80:hover {
  color: rgb(245 245 245 / 0.8);
}
.hover\:text-gray-100\/90:hover {
  color: rgb(245 245 245 / 0.9);
}
.hover\:text-gray-100\/95:hover {
  color: rgb(245 245 245 / 0.95);
}
.hover\:text-gray-200:hover {
  --tw-text-opacity: 1;
  color: rgb(238 240 240 / var(--tw-text-opacity));
}
.hover\:text-gray-200\/0:hover {
  color: rgb(238 240 240 / 0);
}
.hover\:text-gray-200\/10:hover {
  color: rgb(238 240 240 / 0.1);
}
.hover\:text-gray-200\/100:hover {
  color: rgb(238 240 240 / 1);
}
.hover\:text-gray-200\/20:hover {
  color: rgb(238 240 240 / 0.2);
}
.hover\:text-gray-200\/25:hover {
  color: rgb(238 240 240 / 0.25);
}
.hover\:text-gray-200\/30:hover {
  color: rgb(238 240 240 / 0.3);
}
.hover\:text-gray-200\/40:hover {
  color: rgb(238 240 240 / 0.4);
}
.hover\:text-gray-200\/5:hover {
  color: rgb(238 240 240 / 0.05);
}
.hover\:text-gray-200\/50:hover {
  color: rgb(238 240 240 / 0.5);
}
.hover\:text-gray-200\/60:hover {
  color: rgb(238 240 240 / 0.6);
}
.hover\:text-gray-200\/70:hover {
  color: rgb(238 240 240 / 0.7);
}
.hover\:text-gray-200\/75:hover {
  color: rgb(238 240 240 / 0.75);
}
.hover\:text-gray-200\/80:hover {
  color: rgb(238 240 240 / 0.8);
}
.hover\:text-gray-200\/90:hover {
  color: rgb(238 240 240 / 0.9);
}
.hover\:text-gray-200\/95:hover {
  color: rgb(238 240 240 / 0.95);
}
.hover\:text-gray-300:hover {
  --tw-text-opacity: 1;
  color: rgb(230 231 231 / var(--tw-text-opacity));
}
.hover\:text-gray-300\/0:hover {
  color: rgb(230 231 231 / 0);
}
.hover\:text-gray-300\/10:hover {
  color: rgb(230 231 231 / 0.1);
}
.hover\:text-gray-300\/100:hover {
  color: rgb(230 231 231 / 1);
}
.hover\:text-gray-300\/20:hover {
  color: rgb(230 231 231 / 0.2);
}
.hover\:text-gray-300\/25:hover {
  color: rgb(230 231 231 / 0.25);
}
.hover\:text-gray-300\/30:hover {
  color: rgb(230 231 231 / 0.3);
}
.hover\:text-gray-300\/40:hover {
  color: rgb(230 231 231 / 0.4);
}
.hover\:text-gray-300\/5:hover {
  color: rgb(230 231 231 / 0.05);
}
.hover\:text-gray-300\/50:hover {
  color: rgb(230 231 231 / 0.5);
}
.hover\:text-gray-300\/60:hover {
  color: rgb(230 231 231 / 0.6);
}
.hover\:text-gray-300\/70:hover {
  color: rgb(230 231 231 / 0.7);
}
.hover\:text-gray-300\/75:hover {
  color: rgb(230 231 231 / 0.75);
}
.hover\:text-gray-300\/80:hover {
  color: rgb(230 231 231 / 0.8);
}
.hover\:text-gray-300\/90:hover {
  color: rgb(230 231 231 / 0.9);
}
.hover\:text-gray-300\/95:hover {
  color: rgb(230 231 231 / 0.95);
}
.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgb(217 218 218 / var(--tw-text-opacity));
}
.hover\:text-gray-400\/0:hover {
  color: rgb(217 218 218 / 0);
}
.hover\:text-gray-400\/10:hover {
  color: rgb(217 218 218 / 0.1);
}
.hover\:text-gray-400\/100:hover {
  color: rgb(217 218 218 / 1);
}
.hover\:text-gray-400\/20:hover {
  color: rgb(217 218 218 / 0.2);
}
.hover\:text-gray-400\/25:hover {
  color: rgb(217 218 218 / 0.25);
}
.hover\:text-gray-400\/30:hover {
  color: rgb(217 218 218 / 0.3);
}
.hover\:text-gray-400\/40:hover {
  color: rgb(217 218 218 / 0.4);
}
.hover\:text-gray-400\/5:hover {
  color: rgb(217 218 218 / 0.05);
}
.hover\:text-gray-400\/50:hover {
  color: rgb(217 218 218 / 0.5);
}
.hover\:text-gray-400\/60:hover {
  color: rgb(217 218 218 / 0.6);
}
.hover\:text-gray-400\/70:hover {
  color: rgb(217 218 218 / 0.7);
}
.hover\:text-gray-400\/75:hover {
  color: rgb(217 218 218 / 0.75);
}
.hover\:text-gray-400\/80:hover {
  color: rgb(217 218 218 / 0.8);
}
.hover\:text-gray-400\/90:hover {
  color: rgb(217 218 218 / 0.9);
}
.hover\:text-gray-400\/95:hover {
  color: rgb(217 218 218 / 0.95);
}
.hover\:text-gray-50:hover {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}
.hover\:text-gray-50\/0:hover {
  color: rgb(250 250 250 / 0);
}
.hover\:text-gray-50\/10:hover {
  color: rgb(250 250 250 / 0.1);
}
.hover\:text-gray-50\/100:hover {
  color: rgb(250 250 250 / 1);
}
.hover\:text-gray-50\/20:hover {
  color: rgb(250 250 250 / 0.2);
}
.hover\:text-gray-50\/25:hover {
  color: rgb(250 250 250 / 0.25);
}
.hover\:text-gray-50\/30:hover {
  color: rgb(250 250 250 / 0.3);
}
.hover\:text-gray-50\/40:hover {
  color: rgb(250 250 250 / 0.4);
}
.hover\:text-gray-50\/5:hover {
  color: rgb(250 250 250 / 0.05);
}
.hover\:text-gray-50\/50:hover {
  color: rgb(250 250 250 / 0.5);
}
.hover\:text-gray-50\/60:hover {
  color: rgb(250 250 250 / 0.6);
}
.hover\:text-gray-50\/70:hover {
  color: rgb(250 250 250 / 0.7);
}
.hover\:text-gray-50\/75:hover {
  color: rgb(250 250 250 / 0.75);
}
.hover\:text-gray-50\/80:hover {
  color: rgb(250 250 250 / 0.8);
}
.hover\:text-gray-50\/90:hover {
  color: rgb(250 250 250 / 0.9);
}
.hover\:text-gray-50\/95:hover {
  color: rgb(250 250 250 / 0.95);
}
.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(197 199 199 / var(--tw-text-opacity));
}
.hover\:text-gray-500\/0:hover {
  color: rgb(197 199 199 / 0);
}
.hover\:text-gray-500\/10:hover {
  color: rgb(197 199 199 / 0.1);
}
.hover\:text-gray-500\/100:hover {
  color: rgb(197 199 199 / 1);
}
.hover\:text-gray-500\/20:hover {
  color: rgb(197 199 199 / 0.2);
}
.hover\:text-gray-500\/25:hover {
  color: rgb(197 199 199 / 0.25);
}
.hover\:text-gray-500\/30:hover {
  color: rgb(197 199 199 / 0.3);
}
.hover\:text-gray-500\/40:hover {
  color: rgb(197 199 199 / 0.4);
}
.hover\:text-gray-500\/5:hover {
  color: rgb(197 199 199 / 0.05);
}
.hover\:text-gray-500\/50:hover {
  color: rgb(197 199 199 / 0.5);
}
.hover\:text-gray-500\/60:hover {
  color: rgb(197 199 199 / 0.6);
}
.hover\:text-gray-500\/70:hover {
  color: rgb(197 199 199 / 0.7);
}
.hover\:text-gray-500\/75:hover {
  color: rgb(197 199 199 / 0.75);
}
.hover\:text-gray-500\/80:hover {
  color: rgb(197 199 199 / 0.8);
}
.hover\:text-gray-500\/90:hover {
  color: rgb(197 199 199 / 0.9);
}
.hover\:text-gray-500\/95:hover {
  color: rgb(197 199 199 / 0.95);
}
.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(169 171 172 / var(--tw-text-opacity));
}
.hover\:text-gray-600\/0:hover {
  color: rgb(169 171 172 / 0);
}
.hover\:text-gray-600\/10:hover {
  color: rgb(169 171 172 / 0.1);
}
.hover\:text-gray-600\/100:hover {
  color: rgb(169 171 172 / 1);
}
.hover\:text-gray-600\/20:hover {
  color: rgb(169 171 172 / 0.2);
}
.hover\:text-gray-600\/25:hover {
  color: rgb(169 171 172 / 0.25);
}
.hover\:text-gray-600\/30:hover {
  color: rgb(169 171 172 / 0.3);
}
.hover\:text-gray-600\/40:hover {
  color: rgb(169 171 172 / 0.4);
}
.hover\:text-gray-600\/5:hover {
  color: rgb(169 171 172 / 0.05);
}
.hover\:text-gray-600\/50:hover {
  color: rgb(169 171 172 / 0.5);
}
.hover\:text-gray-600\/60:hover {
  color: rgb(169 171 172 / 0.6);
}
.hover\:text-gray-600\/70:hover {
  color: rgb(169 171 172 / 0.7);
}
.hover\:text-gray-600\/75:hover {
  color: rgb(169 171 172 / 0.75);
}
.hover\:text-gray-600\/80:hover {
  color: rgb(169 171 172 / 0.8);
}
.hover\:text-gray-600\/90:hover {
  color: rgb(169 171 172 / 0.9);
}
.hover\:text-gray-600\/95:hover {
  color: rgb(169 171 172 / 0.95);
}
.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(137 139 140 / var(--tw-text-opacity));
}
.hover\:text-gray-700\/0:hover {
  color: rgb(137 139 140 / 0);
}
.hover\:text-gray-700\/10:hover {
  color: rgb(137 139 140 / 0.1);
}
.hover\:text-gray-700\/100:hover {
  color: rgb(137 139 140 / 1);
}
.hover\:text-gray-700\/20:hover {
  color: rgb(137 139 140 / 0.2);
}
.hover\:text-gray-700\/25:hover {
  color: rgb(137 139 140 / 0.25);
}
.hover\:text-gray-700\/30:hover {
  color: rgb(137 139 140 / 0.3);
}
.hover\:text-gray-700\/40:hover {
  color: rgb(137 139 140 / 0.4);
}
.hover\:text-gray-700\/5:hover {
  color: rgb(137 139 140 / 0.05);
}
.hover\:text-gray-700\/50:hover {
  color: rgb(137 139 140 / 0.5);
}
.hover\:text-gray-700\/60:hover {
  color: rgb(137 139 140 / 0.6);
}
.hover\:text-gray-700\/70:hover {
  color: rgb(137 139 140 / 0.7);
}
.hover\:text-gray-700\/75:hover {
  color: rgb(137 139 140 / 0.75);
}
.hover\:text-gray-700\/80:hover {
  color: rgb(137 139 140 / 0.8);
}
.hover\:text-gray-700\/90:hover {
  color: rgb(137 139 140 / 0.9);
}
.hover\:text-gray-700\/95:hover {
  color: rgb(137 139 140 / 0.95);
}
.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(101 104 106 / var(--tw-text-opacity));
}
.hover\:text-gray-800\/0:hover {
  color: rgb(101 104 106 / 0);
}
.hover\:text-gray-800\/10:hover {
  color: rgb(101 104 106 / 0.1);
}
.hover\:text-gray-800\/100:hover {
  color: rgb(101 104 106 / 1);
}
.hover\:text-gray-800\/20:hover {
  color: rgb(101 104 106 / 0.2);
}
.hover\:text-gray-800\/25:hover {
  color: rgb(101 104 106 / 0.25);
}
.hover\:text-gray-800\/30:hover {
  color: rgb(101 104 106 / 0.3);
}
.hover\:text-gray-800\/40:hover {
  color: rgb(101 104 106 / 0.4);
}
.hover\:text-gray-800\/5:hover {
  color: rgb(101 104 106 / 0.05);
}
.hover\:text-gray-800\/50:hover {
  color: rgb(101 104 106 / 0.5);
}
.hover\:text-gray-800\/60:hover {
  color: rgb(101 104 106 / 0.6);
}
.hover\:text-gray-800\/70:hover {
  color: rgb(101 104 106 / 0.7);
}
.hover\:text-gray-800\/75:hover {
  color: rgb(101 104 106 / 0.75);
}
.hover\:text-gray-800\/80:hover {
  color: rgb(101 104 106 / 0.8);
}
.hover\:text-gray-800\/90:hover {
  color: rgb(101 104 106 / 0.9);
}
.hover\:text-gray-800\/95:hover {
  color: rgb(101 104 106 / 0.95);
}
.hover\:text-gray-850:hover {
  --tw-text-opacity: 1;
  color: rgb(76 80 86 / var(--tw-text-opacity));
}
.hover\:text-gray-850\/0:hover {
  color: rgb(76 80 86 / 0);
}
.hover\:text-gray-850\/10:hover {
  color: rgb(76 80 86 / 0.1);
}
.hover\:text-gray-850\/100:hover {
  color: rgb(76 80 86 / 1);
}
.hover\:text-gray-850\/20:hover {
  color: rgb(76 80 86 / 0.2);
}
.hover\:text-gray-850\/25:hover {
  color: rgb(76 80 86 / 0.25);
}
.hover\:text-gray-850\/30:hover {
  color: rgb(76 80 86 / 0.3);
}
.hover\:text-gray-850\/40:hover {
  color: rgb(76 80 86 / 0.4);
}
.hover\:text-gray-850\/5:hover {
  color: rgb(76 80 86 / 0.05);
}
.hover\:text-gray-850\/50:hover {
  color: rgb(76 80 86 / 0.5);
}
.hover\:text-gray-850\/60:hover {
  color: rgb(76 80 86 / 0.6);
}
.hover\:text-gray-850\/70:hover {
  color: rgb(76 80 86 / 0.7);
}
.hover\:text-gray-850\/75:hover {
  color: rgb(76 80 86 / 0.75);
}
.hover\:text-gray-850\/80:hover {
  color: rgb(76 80 86 / 0.8);
}
.hover\:text-gray-850\/90:hover {
  color: rgb(76 80 86 / 0.9);
}
.hover\:text-gray-850\/95:hover {
  color: rgb(76 80 86 / 0.95);
}
.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(51 53 57 / var(--tw-text-opacity));
}
.hover\:text-gray-900\/0:hover {
  color: rgb(51 53 57 / 0);
}
.hover\:text-gray-900\/10:hover {
  color: rgb(51 53 57 / 0.1);
}
.hover\:text-gray-900\/100:hover {
  color: rgb(51 53 57 / 1);
}
.hover\:text-gray-900\/20:hover {
  color: rgb(51 53 57 / 0.2);
}
.hover\:text-gray-900\/25:hover {
  color: rgb(51 53 57 / 0.25);
}
.hover\:text-gray-900\/30:hover {
  color: rgb(51 53 57 / 0.3);
}
.hover\:text-gray-900\/40:hover {
  color: rgb(51 53 57 / 0.4);
}
.hover\:text-gray-900\/5:hover {
  color: rgb(51 53 57 / 0.05);
}
.hover\:text-gray-900\/50:hover {
  color: rgb(51 53 57 / 0.5);
}
.hover\:text-gray-900\/60:hover {
  color: rgb(51 53 57 / 0.6);
}
.hover\:text-gray-900\/70:hover {
  color: rgb(51 53 57 / 0.7);
}
.hover\:text-gray-900\/75:hover {
  color: rgb(51 53 57 / 0.75);
}
.hover\:text-gray-900\/80:hover {
  color: rgb(51 53 57 / 0.8);
}
.hover\:text-gray-900\/90:hover {
  color: rgb(51 53 57 / 0.9);
}
.hover\:text-gray-900\/95:hover {
  color: rgb(51 53 57 / 0.95);
}
.hover\:text-indigo-100:hover {
  --tw-text-opacity: 1;
  color: rgb(200 181 255 / var(--tw-text-opacity));
}
.hover\:text-indigo-100\/0:hover {
  color: rgb(200 181 255 / 0);
}
.hover\:text-indigo-100\/10:hover {
  color: rgb(200 181 255 / 0.1);
}
.hover\:text-indigo-100\/100:hover {
  color: rgb(200 181 255 / 1);
}
.hover\:text-indigo-100\/20:hover {
  color: rgb(200 181 255 / 0.2);
}
.hover\:text-indigo-100\/25:hover {
  color: rgb(200 181 255 / 0.25);
}
.hover\:text-indigo-100\/30:hover {
  color: rgb(200 181 255 / 0.3);
}
.hover\:text-indigo-100\/40:hover {
  color: rgb(200 181 255 / 0.4);
}
.hover\:text-indigo-100\/5:hover {
  color: rgb(200 181 255 / 0.05);
}
.hover\:text-indigo-100\/50:hover {
  color: rgb(200 181 255 / 0.5);
}
.hover\:text-indigo-100\/60:hover {
  color: rgb(200 181 255 / 0.6);
}
.hover\:text-indigo-100\/70:hover {
  color: rgb(200 181 255 / 0.7);
}
.hover\:text-indigo-100\/75:hover {
  color: rgb(200 181 255 / 0.75);
}
.hover\:text-indigo-100\/80:hover {
  color: rgb(200 181 255 / 0.8);
}
.hover\:text-indigo-100\/90:hover {
  color: rgb(200 181 255 / 0.9);
}
.hover\:text-indigo-100\/95:hover {
  color: rgb(200 181 255 / 0.95);
}
.hover\:text-indigo-200:hover {
  --tw-text-opacity: 1;
  color: rgb(167 136 255 / var(--tw-text-opacity));
}
.hover\:text-indigo-200\/0:hover {
  color: rgb(167 136 255 / 0);
}
.hover\:text-indigo-200\/10:hover {
  color: rgb(167 136 255 / 0.1);
}
.hover\:text-indigo-200\/100:hover {
  color: rgb(167 136 255 / 1);
}
.hover\:text-indigo-200\/20:hover {
  color: rgb(167 136 255 / 0.2);
}
.hover\:text-indigo-200\/25:hover {
  color: rgb(167 136 255 / 0.25);
}
.hover\:text-indigo-200\/30:hover {
  color: rgb(167 136 255 / 0.3);
}
.hover\:text-indigo-200\/40:hover {
  color: rgb(167 136 255 / 0.4);
}
.hover\:text-indigo-200\/5:hover {
  color: rgb(167 136 255 / 0.05);
}
.hover\:text-indigo-200\/50:hover {
  color: rgb(167 136 255 / 0.5);
}
.hover\:text-indigo-200\/60:hover {
  color: rgb(167 136 255 / 0.6);
}
.hover\:text-indigo-200\/70:hover {
  color: rgb(167 136 255 / 0.7);
}
.hover\:text-indigo-200\/75:hover {
  color: rgb(167 136 255 / 0.75);
}
.hover\:text-indigo-200\/80:hover {
  color: rgb(167 136 255 / 0.8);
}
.hover\:text-indigo-200\/90:hover {
  color: rgb(167 136 255 / 0.9);
}
.hover\:text-indigo-200\/95:hover {
  color: rgb(167 136 255 / 0.95);
}
.hover\:text-indigo-300:hover {
  --tw-text-opacity: 1;
  color: rgb(140 99 254 / var(--tw-text-opacity));
}
.hover\:text-indigo-300\/0:hover {
  color: rgb(140 99 254 / 0);
}
.hover\:text-indigo-300\/10:hover {
  color: rgb(140 99 254 / 0.1);
}
.hover\:text-indigo-300\/100:hover {
  color: rgb(140 99 254 / 1);
}
.hover\:text-indigo-300\/20:hover {
  color: rgb(140 99 254 / 0.2);
}
.hover\:text-indigo-300\/25:hover {
  color: rgb(140 99 254 / 0.25);
}
.hover\:text-indigo-300\/30:hover {
  color: rgb(140 99 254 / 0.3);
}
.hover\:text-indigo-300\/40:hover {
  color: rgb(140 99 254 / 0.4);
}
.hover\:text-indigo-300\/5:hover {
  color: rgb(140 99 254 / 0.05);
}
.hover\:text-indigo-300\/50:hover {
  color: rgb(140 99 254 / 0.5);
}
.hover\:text-indigo-300\/60:hover {
  color: rgb(140 99 254 / 0.6);
}
.hover\:text-indigo-300\/70:hover {
  color: rgb(140 99 254 / 0.7);
}
.hover\:text-indigo-300\/75:hover {
  color: rgb(140 99 254 / 0.75);
}
.hover\:text-indigo-300\/80:hover {
  color: rgb(140 99 254 / 0.8);
}
.hover\:text-indigo-300\/90:hover {
  color: rgb(140 99 254 / 0.9);
}
.hover\:text-indigo-300\/95:hover {
  color: rgb(140 99 254 / 0.95);
}
.hover\:text-indigo-400:hover {
  --tw-text-opacity: 1;
  color: rgb(117 72 244 / var(--tw-text-opacity));
}
.hover\:text-indigo-400\/0:hover {
  color: rgb(117 72 244 / 0);
}
.hover\:text-indigo-400\/10:hover {
  color: rgb(117 72 244 / 0.1);
}
.hover\:text-indigo-400\/100:hover {
  color: rgb(117 72 244 / 1);
}
.hover\:text-indigo-400\/20:hover {
  color: rgb(117 72 244 / 0.2);
}
.hover\:text-indigo-400\/25:hover {
  color: rgb(117 72 244 / 0.25);
}
.hover\:text-indigo-400\/30:hover {
  color: rgb(117 72 244 / 0.3);
}
.hover\:text-indigo-400\/40:hover {
  color: rgb(117 72 244 / 0.4);
}
.hover\:text-indigo-400\/5:hover {
  color: rgb(117 72 244 / 0.05);
}
.hover\:text-indigo-400\/50:hover {
  color: rgb(117 72 244 / 0.5);
}
.hover\:text-indigo-400\/60:hover {
  color: rgb(117 72 244 / 0.6);
}
.hover\:text-indigo-400\/70:hover {
  color: rgb(117 72 244 / 0.7);
}
.hover\:text-indigo-400\/75:hover {
  color: rgb(117 72 244 / 0.75);
}
.hover\:text-indigo-400\/80:hover {
  color: rgb(117 72 244 / 0.8);
}
.hover\:text-indigo-400\/90:hover {
  color: rgb(117 72 244 / 0.9);
}
.hover\:text-indigo-400\/95:hover {
  color: rgb(117 72 244 / 0.95);
}
.hover\:text-indigo-50:hover {
  --tw-text-opacity: 1;
  color: rgb(225 215 255 / var(--tw-text-opacity));
}
.hover\:text-indigo-50\/0:hover {
  color: rgb(225 215 255 / 0);
}
.hover\:text-indigo-50\/10:hover {
  color: rgb(225 215 255 / 0.1);
}
.hover\:text-indigo-50\/100:hover {
  color: rgb(225 215 255 / 1);
}
.hover\:text-indigo-50\/20:hover {
  color: rgb(225 215 255 / 0.2);
}
.hover\:text-indigo-50\/25:hover {
  color: rgb(225 215 255 / 0.25);
}
.hover\:text-indigo-50\/30:hover {
  color: rgb(225 215 255 / 0.3);
}
.hover\:text-indigo-50\/40:hover {
  color: rgb(225 215 255 / 0.4);
}
.hover\:text-indigo-50\/5:hover {
  color: rgb(225 215 255 / 0.05);
}
.hover\:text-indigo-50\/50:hover {
  color: rgb(225 215 255 / 0.5);
}
.hover\:text-indigo-50\/60:hover {
  color: rgb(225 215 255 / 0.6);
}
.hover\:text-indigo-50\/70:hover {
  color: rgb(225 215 255 / 0.7);
}
.hover\:text-indigo-50\/75:hover {
  color: rgb(225 215 255 / 0.75);
}
.hover\:text-indigo-50\/80:hover {
  color: rgb(225 215 255 / 0.8);
}
.hover\:text-indigo-50\/90:hover {
  color: rgb(225 215 255 / 0.9);
}
.hover\:text-indigo-50\/95:hover {
  color: rgb(225 215 255 / 0.95);
}
.hover\:text-indigo-500:hover {
  --tw-text-opacity: 1;
  color: rgb(91 45 224 / var(--tw-text-opacity));
}
.hover\:text-indigo-500\/0:hover {
  color: rgb(91 45 224 / 0);
}
.hover\:text-indigo-500\/10:hover {
  color: rgb(91 45 224 / 0.1);
}
.hover\:text-indigo-500\/100:hover {
  color: rgb(91 45 224 / 1);
}
.hover\:text-indigo-500\/20:hover {
  color: rgb(91 45 224 / 0.2);
}
.hover\:text-indigo-500\/25:hover {
  color: rgb(91 45 224 / 0.25);
}
.hover\:text-indigo-500\/30:hover {
  color: rgb(91 45 224 / 0.3);
}
.hover\:text-indigo-500\/40:hover {
  color: rgb(91 45 224 / 0.4);
}
.hover\:text-indigo-500\/5:hover {
  color: rgb(91 45 224 / 0.05);
}
.hover\:text-indigo-500\/50:hover {
  color: rgb(91 45 224 / 0.5);
}
.hover\:text-indigo-500\/60:hover {
  color: rgb(91 45 224 / 0.6);
}
.hover\:text-indigo-500\/70:hover {
  color: rgb(91 45 224 / 0.7);
}
.hover\:text-indigo-500\/75:hover {
  color: rgb(91 45 224 / 0.75);
}
.hover\:text-indigo-500\/80:hover {
  color: rgb(91 45 224 / 0.8);
}
.hover\:text-indigo-500\/90:hover {
  color: rgb(91 45 224 / 0.9);
}
.hover\:text-indigo-500\/95:hover {
  color: rgb(91 45 224 / 0.95);
}
.hover\:text-indigo-600:hover {
  --tw-text-opacity: 1;
  color: rgb(67 19 203 / var(--tw-text-opacity));
}
.hover\:text-indigo-600\/0:hover {
  color: rgb(67 19 203 / 0);
}
.hover\:text-indigo-600\/10:hover {
  color: rgb(67 19 203 / 0.1);
}
.hover\:text-indigo-600\/100:hover {
  color: rgb(67 19 203 / 1);
}
.hover\:text-indigo-600\/20:hover {
  color: rgb(67 19 203 / 0.2);
}
.hover\:text-indigo-600\/25:hover {
  color: rgb(67 19 203 / 0.25);
}
.hover\:text-indigo-600\/30:hover {
  color: rgb(67 19 203 / 0.3);
}
.hover\:text-indigo-600\/40:hover {
  color: rgb(67 19 203 / 0.4);
}
.hover\:text-indigo-600\/5:hover {
  color: rgb(67 19 203 / 0.05);
}
.hover\:text-indigo-600\/50:hover {
  color: rgb(67 19 203 / 0.5);
}
.hover\:text-indigo-600\/60:hover {
  color: rgb(67 19 203 / 0.6);
}
.hover\:text-indigo-600\/70:hover {
  color: rgb(67 19 203 / 0.7);
}
.hover\:text-indigo-600\/75:hover {
  color: rgb(67 19 203 / 0.75);
}
.hover\:text-indigo-600\/80:hover {
  color: rgb(67 19 203 / 0.8);
}
.hover\:text-indigo-600\/90:hover {
  color: rgb(67 19 203 / 0.9);
}
.hover\:text-indigo-600\/95:hover {
  color: rgb(67 19 203 / 0.95);
}
.hover\:text-indigo-700:hover {
  --tw-text-opacity: 1;
  color: rgb(42 2 157 / var(--tw-text-opacity));
}
.hover\:text-indigo-700\/0:hover {
  color: rgb(42 2 157 / 0);
}
.hover\:text-indigo-700\/10:hover {
  color: rgb(42 2 157 / 0.1);
}
.hover\:text-indigo-700\/100:hover {
  color: rgb(42 2 157 / 1);
}
.hover\:text-indigo-700\/20:hover {
  color: rgb(42 2 157 / 0.2);
}
.hover\:text-indigo-700\/25:hover {
  color: rgb(42 2 157 / 0.25);
}
.hover\:text-indigo-700\/30:hover {
  color: rgb(42 2 157 / 0.3);
}
.hover\:text-indigo-700\/40:hover {
  color: rgb(42 2 157 / 0.4);
}
.hover\:text-indigo-700\/5:hover {
  color: rgb(42 2 157 / 0.05);
}
.hover\:text-indigo-700\/50:hover {
  color: rgb(42 2 157 / 0.5);
}
.hover\:text-indigo-700\/60:hover {
  color: rgb(42 2 157 / 0.6);
}
.hover\:text-indigo-700\/70:hover {
  color: rgb(42 2 157 / 0.7);
}
.hover\:text-indigo-700\/75:hover {
  color: rgb(42 2 157 / 0.75);
}
.hover\:text-indigo-700\/80:hover {
  color: rgb(42 2 157 / 0.8);
}
.hover\:text-indigo-700\/90:hover {
  color: rgb(42 2 157 / 0.9);
}
.hover\:text-indigo-700\/95:hover {
  color: rgb(42 2 157 / 0.95);
}
.hover\:text-indigo-800:hover {
  --tw-text-opacity: 1;
  color: rgb(32 0 124 / var(--tw-text-opacity));
}
.hover\:text-indigo-800\/0:hover {
  color: rgb(32 0 124 / 0);
}
.hover\:text-indigo-800\/10:hover {
  color: rgb(32 0 124 / 0.1);
}
.hover\:text-indigo-800\/100:hover {
  color: rgb(32 0 124 / 1);
}
.hover\:text-indigo-800\/20:hover {
  color: rgb(32 0 124 / 0.2);
}
.hover\:text-indigo-800\/25:hover {
  color: rgb(32 0 124 / 0.25);
}
.hover\:text-indigo-800\/30:hover {
  color: rgb(32 0 124 / 0.3);
}
.hover\:text-indigo-800\/40:hover {
  color: rgb(32 0 124 / 0.4);
}
.hover\:text-indigo-800\/5:hover {
  color: rgb(32 0 124 / 0.05);
}
.hover\:text-indigo-800\/50:hover {
  color: rgb(32 0 124 / 0.5);
}
.hover\:text-indigo-800\/60:hover {
  color: rgb(32 0 124 / 0.6);
}
.hover\:text-indigo-800\/70:hover {
  color: rgb(32 0 124 / 0.7);
}
.hover\:text-indigo-800\/75:hover {
  color: rgb(32 0 124 / 0.75);
}
.hover\:text-indigo-800\/80:hover {
  color: rgb(32 0 124 / 0.8);
}
.hover\:text-indigo-800\/90:hover {
  color: rgb(32 0 124 / 0.9);
}
.hover\:text-indigo-800\/95:hover {
  color: rgb(32 0 124 / 0.95);
}
.hover\:text-indigo-900:hover {
  --tw-text-opacity: 1;
  color: rgb(24 0 94 / var(--tw-text-opacity));
}
.hover\:text-indigo-900\/0:hover {
  color: rgb(24 0 94 / 0);
}
.hover\:text-indigo-900\/10:hover {
  color: rgb(24 0 94 / 0.1);
}
.hover\:text-indigo-900\/100:hover {
  color: rgb(24 0 94 / 1);
}
.hover\:text-indigo-900\/20:hover {
  color: rgb(24 0 94 / 0.2);
}
.hover\:text-indigo-900\/25:hover {
  color: rgb(24 0 94 / 0.25);
}
.hover\:text-indigo-900\/30:hover {
  color: rgb(24 0 94 / 0.3);
}
.hover\:text-indigo-900\/40:hover {
  color: rgb(24 0 94 / 0.4);
}
.hover\:text-indigo-900\/5:hover {
  color: rgb(24 0 94 / 0.05);
}
.hover\:text-indigo-900\/50:hover {
  color: rgb(24 0 94 / 0.5);
}
.hover\:text-indigo-900\/60:hover {
  color: rgb(24 0 94 / 0.6);
}
.hover\:text-indigo-900\/70:hover {
  color: rgb(24 0 94 / 0.7);
}
.hover\:text-indigo-900\/75:hover {
  color: rgb(24 0 94 / 0.75);
}
.hover\:text-indigo-900\/80:hover {
  color: rgb(24 0 94 / 0.8);
}
.hover\:text-indigo-900\/90:hover {
  color: rgb(24 0 94 / 0.9);
}
.hover\:text-indigo-900\/95:hover {
  color: rgb(24 0 94 / 0.95);
}
.hover\:text-info-100:hover {
  --tw-text-opacity: 1;
  color: rgb(224 242 254 / var(--tw-text-opacity));
}
.hover\:text-info-100\/0:hover {
  color: rgb(224 242 254 / 0);
}
.hover\:text-info-100\/10:hover {
  color: rgb(224 242 254 / 0.1);
}
.hover\:text-info-100\/100:hover {
  color: rgb(224 242 254 / 1);
}
.hover\:text-info-100\/20:hover {
  color: rgb(224 242 254 / 0.2);
}
.hover\:text-info-100\/25:hover {
  color: rgb(224 242 254 / 0.25);
}
.hover\:text-info-100\/30:hover {
  color: rgb(224 242 254 / 0.3);
}
.hover\:text-info-100\/40:hover {
  color: rgb(224 242 254 / 0.4);
}
.hover\:text-info-100\/5:hover {
  color: rgb(224 242 254 / 0.05);
}
.hover\:text-info-100\/50:hover {
  color: rgb(224 242 254 / 0.5);
}
.hover\:text-info-100\/60:hover {
  color: rgb(224 242 254 / 0.6);
}
.hover\:text-info-100\/70:hover {
  color: rgb(224 242 254 / 0.7);
}
.hover\:text-info-100\/75:hover {
  color: rgb(224 242 254 / 0.75);
}
.hover\:text-info-100\/80:hover {
  color: rgb(224 242 254 / 0.8);
}
.hover\:text-info-100\/90:hover {
  color: rgb(224 242 254 / 0.9);
}
.hover\:text-info-100\/95:hover {
  color: rgb(224 242 254 / 0.95);
}
.hover\:text-info-200:hover {
  --tw-text-opacity: 1;
  color: rgb(186 230 253 / var(--tw-text-opacity));
}
.hover\:text-info-200\/0:hover {
  color: rgb(186 230 253 / 0);
}
.hover\:text-info-200\/10:hover {
  color: rgb(186 230 253 / 0.1);
}
.hover\:text-info-200\/100:hover {
  color: rgb(186 230 253 / 1);
}
.hover\:text-info-200\/20:hover {
  color: rgb(186 230 253 / 0.2);
}
.hover\:text-info-200\/25:hover {
  color: rgb(186 230 253 / 0.25);
}
.hover\:text-info-200\/30:hover {
  color: rgb(186 230 253 / 0.3);
}
.hover\:text-info-200\/40:hover {
  color: rgb(186 230 253 / 0.4);
}
.hover\:text-info-200\/5:hover {
  color: rgb(186 230 253 / 0.05);
}
.hover\:text-info-200\/50:hover {
  color: rgb(186 230 253 / 0.5);
}
.hover\:text-info-200\/60:hover {
  color: rgb(186 230 253 / 0.6);
}
.hover\:text-info-200\/70:hover {
  color: rgb(186 230 253 / 0.7);
}
.hover\:text-info-200\/75:hover {
  color: rgb(186 230 253 / 0.75);
}
.hover\:text-info-200\/80:hover {
  color: rgb(186 230 253 / 0.8);
}
.hover\:text-info-200\/90:hover {
  color: rgb(186 230 253 / 0.9);
}
.hover\:text-info-200\/95:hover {
  color: rgb(186 230 253 / 0.95);
}
.hover\:text-info-300:hover {
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity));
}
.hover\:text-info-300\/0:hover {
  color: rgb(125 211 252 / 0);
}
.hover\:text-info-300\/10:hover {
  color: rgb(125 211 252 / 0.1);
}
.hover\:text-info-300\/100:hover {
  color: rgb(125 211 252 / 1);
}
.hover\:text-info-300\/20:hover {
  color: rgb(125 211 252 / 0.2);
}
.hover\:text-info-300\/25:hover {
  color: rgb(125 211 252 / 0.25);
}
.hover\:text-info-300\/30:hover {
  color: rgb(125 211 252 / 0.3);
}
.hover\:text-info-300\/40:hover {
  color: rgb(125 211 252 / 0.4);
}
.hover\:text-info-300\/5:hover {
  color: rgb(125 211 252 / 0.05);
}
.hover\:text-info-300\/50:hover {
  color: rgb(125 211 252 / 0.5);
}
.hover\:text-info-300\/60:hover {
  color: rgb(125 211 252 / 0.6);
}
.hover\:text-info-300\/70:hover {
  color: rgb(125 211 252 / 0.7);
}
.hover\:text-info-300\/75:hover {
  color: rgb(125 211 252 / 0.75);
}
.hover\:text-info-300\/80:hover {
  color: rgb(125 211 252 / 0.8);
}
.hover\:text-info-300\/90:hover {
  color: rgb(125 211 252 / 0.9);
}
.hover\:text-info-300\/95:hover {
  color: rgb(125 211 252 / 0.95);
}
.hover\:text-info-400:hover {
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity));
}
.hover\:text-info-400\/0:hover {
  color: rgb(56 189 248 / 0);
}
.hover\:text-info-400\/10:hover {
  color: rgb(56 189 248 / 0.1);
}
.hover\:text-info-400\/100:hover {
  color: rgb(56 189 248 / 1);
}
.hover\:text-info-400\/20:hover {
  color: rgb(56 189 248 / 0.2);
}
.hover\:text-info-400\/25:hover {
  color: rgb(56 189 248 / 0.25);
}
.hover\:text-info-400\/30:hover {
  color: rgb(56 189 248 / 0.3);
}
.hover\:text-info-400\/40:hover {
  color: rgb(56 189 248 / 0.4);
}
.hover\:text-info-400\/5:hover {
  color: rgb(56 189 248 / 0.05);
}
.hover\:text-info-400\/50:hover {
  color: rgb(56 189 248 / 0.5);
}
.hover\:text-info-400\/60:hover {
  color: rgb(56 189 248 / 0.6);
}
.hover\:text-info-400\/70:hover {
  color: rgb(56 189 248 / 0.7);
}
.hover\:text-info-400\/75:hover {
  color: rgb(56 189 248 / 0.75);
}
.hover\:text-info-400\/80:hover {
  color: rgb(56 189 248 / 0.8);
}
.hover\:text-info-400\/90:hover {
  color: rgb(56 189 248 / 0.9);
}
.hover\:text-info-400\/95:hover {
  color: rgb(56 189 248 / 0.95);
}
.hover\:text-info-50:hover {
  --tw-text-opacity: 1;
  color: rgb(240 249 255 / var(--tw-text-opacity));
}
.hover\:text-info-50\/0:hover {
  color: rgb(240 249 255 / 0);
}
.hover\:text-info-50\/10:hover {
  color: rgb(240 249 255 / 0.1);
}
.hover\:text-info-50\/100:hover {
  color: rgb(240 249 255 / 1);
}
.hover\:text-info-50\/20:hover {
  color: rgb(240 249 255 / 0.2);
}
.hover\:text-info-50\/25:hover {
  color: rgb(240 249 255 / 0.25);
}
.hover\:text-info-50\/30:hover {
  color: rgb(240 249 255 / 0.3);
}
.hover\:text-info-50\/40:hover {
  color: rgb(240 249 255 / 0.4);
}
.hover\:text-info-50\/5:hover {
  color: rgb(240 249 255 / 0.05);
}
.hover\:text-info-50\/50:hover {
  color: rgb(240 249 255 / 0.5);
}
.hover\:text-info-50\/60:hover {
  color: rgb(240 249 255 / 0.6);
}
.hover\:text-info-50\/70:hover {
  color: rgb(240 249 255 / 0.7);
}
.hover\:text-info-50\/75:hover {
  color: rgb(240 249 255 / 0.75);
}
.hover\:text-info-50\/80:hover {
  color: rgb(240 249 255 / 0.8);
}
.hover\:text-info-50\/90:hover {
  color: rgb(240 249 255 / 0.9);
}
.hover\:text-info-50\/95:hover {
  color: rgb(240 249 255 / 0.95);
}
.hover\:text-info-500:hover {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity));
}
.hover\:text-info-500\/0:hover {
  color: rgb(14 165 233 / 0);
}
.hover\:text-info-500\/10:hover {
  color: rgb(14 165 233 / 0.1);
}
.hover\:text-info-500\/100:hover {
  color: rgb(14 165 233 / 1);
}
.hover\:text-info-500\/20:hover {
  color: rgb(14 165 233 / 0.2);
}
.hover\:text-info-500\/25:hover {
  color: rgb(14 165 233 / 0.25);
}
.hover\:text-info-500\/30:hover {
  color: rgb(14 165 233 / 0.3);
}
.hover\:text-info-500\/40:hover {
  color: rgb(14 165 233 / 0.4);
}
.hover\:text-info-500\/5:hover {
  color: rgb(14 165 233 / 0.05);
}
.hover\:text-info-500\/50:hover {
  color: rgb(14 165 233 / 0.5);
}
.hover\:text-info-500\/60:hover {
  color: rgb(14 165 233 / 0.6);
}
.hover\:text-info-500\/70:hover {
  color: rgb(14 165 233 / 0.7);
}
.hover\:text-info-500\/75:hover {
  color: rgb(14 165 233 / 0.75);
}
.hover\:text-info-500\/80:hover {
  color: rgb(14 165 233 / 0.8);
}
.hover\:text-info-500\/90:hover {
  color: rgb(14 165 233 / 0.9);
}
.hover\:text-info-500\/95:hover {
  color: rgb(14 165 233 / 0.95);
}
.hover\:text-info-600:hover {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity));
}
.hover\:text-info-600\/0:hover {
  color: rgb(2 132 199 / 0);
}
.hover\:text-info-600\/10:hover {
  color: rgb(2 132 199 / 0.1);
}
.hover\:text-info-600\/100:hover {
  color: rgb(2 132 199 / 1);
}
.hover\:text-info-600\/20:hover {
  color: rgb(2 132 199 / 0.2);
}
.hover\:text-info-600\/25:hover {
  color: rgb(2 132 199 / 0.25);
}
.hover\:text-info-600\/30:hover {
  color: rgb(2 132 199 / 0.3);
}
.hover\:text-info-600\/40:hover {
  color: rgb(2 132 199 / 0.4);
}
.hover\:text-info-600\/5:hover {
  color: rgb(2 132 199 / 0.05);
}
.hover\:text-info-600\/50:hover {
  color: rgb(2 132 199 / 0.5);
}
.hover\:text-info-600\/60:hover {
  color: rgb(2 132 199 / 0.6);
}
.hover\:text-info-600\/70:hover {
  color: rgb(2 132 199 / 0.7);
}
.hover\:text-info-600\/75:hover {
  color: rgb(2 132 199 / 0.75);
}
.hover\:text-info-600\/80:hover {
  color: rgb(2 132 199 / 0.8);
}
.hover\:text-info-600\/90:hover {
  color: rgb(2 132 199 / 0.9);
}
.hover\:text-info-600\/95:hover {
  color: rgb(2 132 199 / 0.95);
}
.hover\:text-info-700:hover {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity));
}
.hover\:text-info-700\/0:hover {
  color: rgb(3 105 161 / 0);
}
.hover\:text-info-700\/10:hover {
  color: rgb(3 105 161 / 0.1);
}
.hover\:text-info-700\/100:hover {
  color: rgb(3 105 161 / 1);
}
.hover\:text-info-700\/20:hover {
  color: rgb(3 105 161 / 0.2);
}
.hover\:text-info-700\/25:hover {
  color: rgb(3 105 161 / 0.25);
}
.hover\:text-info-700\/30:hover {
  color: rgb(3 105 161 / 0.3);
}
.hover\:text-info-700\/40:hover {
  color: rgb(3 105 161 / 0.4);
}
.hover\:text-info-700\/5:hover {
  color: rgb(3 105 161 / 0.05);
}
.hover\:text-info-700\/50:hover {
  color: rgb(3 105 161 / 0.5);
}
.hover\:text-info-700\/60:hover {
  color: rgb(3 105 161 / 0.6);
}
.hover\:text-info-700\/70:hover {
  color: rgb(3 105 161 / 0.7);
}
.hover\:text-info-700\/75:hover {
  color: rgb(3 105 161 / 0.75);
}
.hover\:text-info-700\/80:hover {
  color: rgb(3 105 161 / 0.8);
}
.hover\:text-info-700\/90:hover {
  color: rgb(3 105 161 / 0.9);
}
.hover\:text-info-700\/95:hover {
  color: rgb(3 105 161 / 0.95);
}
.hover\:text-info-800:hover {
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity));
}
.hover\:text-info-800\/0:hover {
  color: rgb(7 89 133 / 0);
}
.hover\:text-info-800\/10:hover {
  color: rgb(7 89 133 / 0.1);
}
.hover\:text-info-800\/100:hover {
  color: rgb(7 89 133 / 1);
}
.hover\:text-info-800\/20:hover {
  color: rgb(7 89 133 / 0.2);
}
.hover\:text-info-800\/25:hover {
  color: rgb(7 89 133 / 0.25);
}
.hover\:text-info-800\/30:hover {
  color: rgb(7 89 133 / 0.3);
}
.hover\:text-info-800\/40:hover {
  color: rgb(7 89 133 / 0.4);
}
.hover\:text-info-800\/5:hover {
  color: rgb(7 89 133 / 0.05);
}
.hover\:text-info-800\/50:hover {
  color: rgb(7 89 133 / 0.5);
}
.hover\:text-info-800\/60:hover {
  color: rgb(7 89 133 / 0.6);
}
.hover\:text-info-800\/70:hover {
  color: rgb(7 89 133 / 0.7);
}
.hover\:text-info-800\/75:hover {
  color: rgb(7 89 133 / 0.75);
}
.hover\:text-info-800\/80:hover {
  color: rgb(7 89 133 / 0.8);
}
.hover\:text-info-800\/90:hover {
  color: rgb(7 89 133 / 0.9);
}
.hover\:text-info-800\/95:hover {
  color: rgb(7 89 133 / 0.95);
}
.hover\:text-info-900:hover {
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity));
}
.hover\:text-info-900\/0:hover {
  color: rgb(12 74 110 / 0);
}
.hover\:text-info-900\/10:hover {
  color: rgb(12 74 110 / 0.1);
}
.hover\:text-info-900\/100:hover {
  color: rgb(12 74 110 / 1);
}
.hover\:text-info-900\/20:hover {
  color: rgb(12 74 110 / 0.2);
}
.hover\:text-info-900\/25:hover {
  color: rgb(12 74 110 / 0.25);
}
.hover\:text-info-900\/30:hover {
  color: rgb(12 74 110 / 0.3);
}
.hover\:text-info-900\/40:hover {
  color: rgb(12 74 110 / 0.4);
}
.hover\:text-info-900\/5:hover {
  color: rgb(12 74 110 / 0.05);
}
.hover\:text-info-900\/50:hover {
  color: rgb(12 74 110 / 0.5);
}
.hover\:text-info-900\/60:hover {
  color: rgb(12 74 110 / 0.6);
}
.hover\:text-info-900\/70:hover {
  color: rgb(12 74 110 / 0.7);
}
.hover\:text-info-900\/75:hover {
  color: rgb(12 74 110 / 0.75);
}
.hover\:text-info-900\/80:hover {
  color: rgb(12 74 110 / 0.8);
}
.hover\:text-info-900\/90:hover {
  color: rgb(12 74 110 / 0.9);
}
.hover\:text-info-900\/95:hover {
  color: rgb(12 74 110 / 0.95);
}
.hover\:text-inherit:hover {
  color: inherit;
}
.hover\:text-lavender-200:hover {
  --tw-text-opacity: 1;
  color: rgb(222 218 229 / var(--tw-text-opacity));
}
.hover\:text-lavender-200\/0:hover {
  color: rgb(222 218 229 / 0);
}
.hover\:text-lavender-200\/10:hover {
  color: rgb(222 218 229 / 0.1);
}
.hover\:text-lavender-200\/100:hover {
  color: rgb(222 218 229 / 1);
}
.hover\:text-lavender-200\/20:hover {
  color: rgb(222 218 229 / 0.2);
}
.hover\:text-lavender-200\/25:hover {
  color: rgb(222 218 229 / 0.25);
}
.hover\:text-lavender-200\/30:hover {
  color: rgb(222 218 229 / 0.3);
}
.hover\:text-lavender-200\/40:hover {
  color: rgb(222 218 229 / 0.4);
}
.hover\:text-lavender-200\/5:hover {
  color: rgb(222 218 229 / 0.05);
}
.hover\:text-lavender-200\/50:hover {
  color: rgb(222 218 229 / 0.5);
}
.hover\:text-lavender-200\/60:hover {
  color: rgb(222 218 229 / 0.6);
}
.hover\:text-lavender-200\/70:hover {
  color: rgb(222 218 229 / 0.7);
}
.hover\:text-lavender-200\/75:hover {
  color: rgb(222 218 229 / 0.75);
}
.hover\:text-lavender-200\/80:hover {
  color: rgb(222 218 229 / 0.8);
}
.hover\:text-lavender-200\/90:hover {
  color: rgb(222 218 229 / 0.9);
}
.hover\:text-lavender-200\/95:hover {
  color: rgb(222 218 229 / 0.95);
}
.hover\:text-lavender-300:hover {
  --tw-text-opacity: 1;
  color: rgb(196 184 206 / var(--tw-text-opacity));
}
.hover\:text-lavender-300\/0:hover {
  color: rgb(196 184 206 / 0);
}
.hover\:text-lavender-300\/10:hover {
  color: rgb(196 184 206 / 0.1);
}
.hover\:text-lavender-300\/100:hover {
  color: rgb(196 184 206 / 1);
}
.hover\:text-lavender-300\/20:hover {
  color: rgb(196 184 206 / 0.2);
}
.hover\:text-lavender-300\/25:hover {
  color: rgb(196 184 206 / 0.25);
}
.hover\:text-lavender-300\/30:hover {
  color: rgb(196 184 206 / 0.3);
}
.hover\:text-lavender-300\/40:hover {
  color: rgb(196 184 206 / 0.4);
}
.hover\:text-lavender-300\/5:hover {
  color: rgb(196 184 206 / 0.05);
}
.hover\:text-lavender-300\/50:hover {
  color: rgb(196 184 206 / 0.5);
}
.hover\:text-lavender-300\/60:hover {
  color: rgb(196 184 206 / 0.6);
}
.hover\:text-lavender-300\/70:hover {
  color: rgb(196 184 206 / 0.7);
}
.hover\:text-lavender-300\/75:hover {
  color: rgb(196 184 206 / 0.75);
}
.hover\:text-lavender-300\/80:hover {
  color: rgb(196 184 206 / 0.8);
}
.hover\:text-lavender-300\/90:hover {
  color: rgb(196 184 206 / 0.9);
}
.hover\:text-lavender-300\/95:hover {
  color: rgb(196 184 206 / 0.95);
}
.hover\:text-lavender-400:hover {
  --tw-text-opacity: 1;
  color: rgb(189 166 238 / var(--tw-text-opacity));
}
.hover\:text-lavender-400\/0:hover {
  color: rgb(189 166 238 / 0);
}
.hover\:text-lavender-400\/10:hover {
  color: rgb(189 166 238 / 0.1);
}
.hover\:text-lavender-400\/100:hover {
  color: rgb(189 166 238 / 1);
}
.hover\:text-lavender-400\/20:hover {
  color: rgb(189 166 238 / 0.2);
}
.hover\:text-lavender-400\/25:hover {
  color: rgb(189 166 238 / 0.25);
}
.hover\:text-lavender-400\/30:hover {
  color: rgb(189 166 238 / 0.3);
}
.hover\:text-lavender-400\/40:hover {
  color: rgb(189 166 238 / 0.4);
}
.hover\:text-lavender-400\/5:hover {
  color: rgb(189 166 238 / 0.05);
}
.hover\:text-lavender-400\/50:hover {
  color: rgb(189 166 238 / 0.5);
}
.hover\:text-lavender-400\/60:hover {
  color: rgb(189 166 238 / 0.6);
}
.hover\:text-lavender-400\/70:hover {
  color: rgb(189 166 238 / 0.7);
}
.hover\:text-lavender-400\/75:hover {
  color: rgb(189 166 238 / 0.75);
}
.hover\:text-lavender-400\/80:hover {
  color: rgb(189 166 238 / 0.8);
}
.hover\:text-lavender-400\/90:hover {
  color: rgb(189 166 238 / 0.9);
}
.hover\:text-lavender-400\/95:hover {
  color: rgb(189 166 238 / 0.95);
}
.hover\:text-lavender-500:hover {
  --tw-text-opacity: 1;
  color: rgb(165 126 248 / var(--tw-text-opacity));
}
.hover\:text-lavender-500\/0:hover {
  color: rgb(165 126 248 / 0);
}
.hover\:text-lavender-500\/10:hover {
  color: rgb(165 126 248 / 0.1);
}
.hover\:text-lavender-500\/100:hover {
  color: rgb(165 126 248 / 1);
}
.hover\:text-lavender-500\/20:hover {
  color: rgb(165 126 248 / 0.2);
}
.hover\:text-lavender-500\/25:hover {
  color: rgb(165 126 248 / 0.25);
}
.hover\:text-lavender-500\/30:hover {
  color: rgb(165 126 248 / 0.3);
}
.hover\:text-lavender-500\/40:hover {
  color: rgb(165 126 248 / 0.4);
}
.hover\:text-lavender-500\/5:hover {
  color: rgb(165 126 248 / 0.05);
}
.hover\:text-lavender-500\/50:hover {
  color: rgb(165 126 248 / 0.5);
}
.hover\:text-lavender-500\/60:hover {
  color: rgb(165 126 248 / 0.6);
}
.hover\:text-lavender-500\/70:hover {
  color: rgb(165 126 248 / 0.7);
}
.hover\:text-lavender-500\/75:hover {
  color: rgb(165 126 248 / 0.75);
}
.hover\:text-lavender-500\/80:hover {
  color: rgb(165 126 248 / 0.8);
}
.hover\:text-lavender-500\/90:hover {
  color: rgb(165 126 248 / 0.9);
}
.hover\:text-lavender-500\/95:hover {
  color: rgb(165 126 248 / 0.95);
}
.hover\:text-lilac-300:hover {
  --tw-text-opacity: 1;
  color: rgb(249 243 255 / var(--tw-text-opacity));
}
.hover\:text-lilac-300\/0:hover {
  color: rgb(249 243 255 / 0);
}
.hover\:text-lilac-300\/10:hover {
  color: rgb(249 243 255 / 0.1);
}
.hover\:text-lilac-300\/100:hover {
  color: rgb(249 243 255 / 1);
}
.hover\:text-lilac-300\/20:hover {
  color: rgb(249 243 255 / 0.2);
}
.hover\:text-lilac-300\/25:hover {
  color: rgb(249 243 255 / 0.25);
}
.hover\:text-lilac-300\/30:hover {
  color: rgb(249 243 255 / 0.3);
}
.hover\:text-lilac-300\/40:hover {
  color: rgb(249 243 255 / 0.4);
}
.hover\:text-lilac-300\/5:hover {
  color: rgb(249 243 255 / 0.05);
}
.hover\:text-lilac-300\/50:hover {
  color: rgb(249 243 255 / 0.5);
}
.hover\:text-lilac-300\/60:hover {
  color: rgb(249 243 255 / 0.6);
}
.hover\:text-lilac-300\/70:hover {
  color: rgb(249 243 255 / 0.7);
}
.hover\:text-lilac-300\/75:hover {
  color: rgb(249 243 255 / 0.75);
}
.hover\:text-lilac-300\/80:hover {
  color: rgb(249 243 255 / 0.8);
}
.hover\:text-lilac-300\/90:hover {
  color: rgb(249 243 255 / 0.9);
}
.hover\:text-lilac-300\/95:hover {
  color: rgb(249 243 255 / 0.95);
}
.hover\:text-lilac-400:hover {
  --tw-text-opacity: 1;
  color: rgb(240 228 255 / var(--tw-text-opacity));
}
.hover\:text-lilac-400\/0:hover {
  color: rgb(240 228 255 / 0);
}
.hover\:text-lilac-400\/10:hover {
  color: rgb(240 228 255 / 0.1);
}
.hover\:text-lilac-400\/100:hover {
  color: rgb(240 228 255 / 1);
}
.hover\:text-lilac-400\/20:hover {
  color: rgb(240 228 255 / 0.2);
}
.hover\:text-lilac-400\/25:hover {
  color: rgb(240 228 255 / 0.25);
}
.hover\:text-lilac-400\/30:hover {
  color: rgb(240 228 255 / 0.3);
}
.hover\:text-lilac-400\/40:hover {
  color: rgb(240 228 255 / 0.4);
}
.hover\:text-lilac-400\/5:hover {
  color: rgb(240 228 255 / 0.05);
}
.hover\:text-lilac-400\/50:hover {
  color: rgb(240 228 255 / 0.5);
}
.hover\:text-lilac-400\/60:hover {
  color: rgb(240 228 255 / 0.6);
}
.hover\:text-lilac-400\/70:hover {
  color: rgb(240 228 255 / 0.7);
}
.hover\:text-lilac-400\/75:hover {
  color: rgb(240 228 255 / 0.75);
}
.hover\:text-lilac-400\/80:hover {
  color: rgb(240 228 255 / 0.8);
}
.hover\:text-lilac-400\/90:hover {
  color: rgb(240 228 255 / 0.9);
}
.hover\:text-lilac-400\/95:hover {
  color: rgb(240 228 255 / 0.95);
}
.hover\:text-lilac-500:hover {
  --tw-text-opacity: 1;
  color: rgb(226 203 255 / var(--tw-text-opacity));
}
.hover\:text-lilac-500\/0:hover {
  color: rgb(226 203 255 / 0);
}
.hover\:text-lilac-500\/10:hover {
  color: rgb(226 203 255 / 0.1);
}
.hover\:text-lilac-500\/100:hover {
  color: rgb(226 203 255 / 1);
}
.hover\:text-lilac-500\/20:hover {
  color: rgb(226 203 255 / 0.2);
}
.hover\:text-lilac-500\/25:hover {
  color: rgb(226 203 255 / 0.25);
}
.hover\:text-lilac-500\/30:hover {
  color: rgb(226 203 255 / 0.3);
}
.hover\:text-lilac-500\/40:hover {
  color: rgb(226 203 255 / 0.4);
}
.hover\:text-lilac-500\/5:hover {
  color: rgb(226 203 255 / 0.05);
}
.hover\:text-lilac-500\/50:hover {
  color: rgb(226 203 255 / 0.5);
}
.hover\:text-lilac-500\/60:hover {
  color: rgb(226 203 255 / 0.6);
}
.hover\:text-lilac-500\/70:hover {
  color: rgb(226 203 255 / 0.7);
}
.hover\:text-lilac-500\/75:hover {
  color: rgb(226 203 255 / 0.75);
}
.hover\:text-lilac-500\/80:hover {
  color: rgb(226 203 255 / 0.8);
}
.hover\:text-lilac-500\/90:hover {
  color: rgb(226 203 255 / 0.9);
}
.hover\:text-lilac-500\/95:hover {
  color: rgb(226 203 255 / 0.95);
}
.hover\:text-lilac-600:hover {
  --tw-text-opacity: 1;
  color: rgb(183 155 217 / var(--tw-text-opacity));
}
.hover\:text-lilac-600\/0:hover {
  color: rgb(183 155 217 / 0);
}
.hover\:text-lilac-600\/10:hover {
  color: rgb(183 155 217 / 0.1);
}
.hover\:text-lilac-600\/100:hover {
  color: rgb(183 155 217 / 1);
}
.hover\:text-lilac-600\/20:hover {
  color: rgb(183 155 217 / 0.2);
}
.hover\:text-lilac-600\/25:hover {
  color: rgb(183 155 217 / 0.25);
}
.hover\:text-lilac-600\/30:hover {
  color: rgb(183 155 217 / 0.3);
}
.hover\:text-lilac-600\/40:hover {
  color: rgb(183 155 217 / 0.4);
}
.hover\:text-lilac-600\/5:hover {
  color: rgb(183 155 217 / 0.05);
}
.hover\:text-lilac-600\/50:hover {
  color: rgb(183 155 217 / 0.5);
}
.hover\:text-lilac-600\/60:hover {
  color: rgb(183 155 217 / 0.6);
}
.hover\:text-lilac-600\/70:hover {
  color: rgb(183 155 217 / 0.7);
}
.hover\:text-lilac-600\/75:hover {
  color: rgb(183 155 217 / 0.75);
}
.hover\:text-lilac-600\/80:hover {
  color: rgb(183 155 217 / 0.8);
}
.hover\:text-lilac-600\/90:hover {
  color: rgb(183 155 217 / 0.9);
}
.hover\:text-lilac-600\/95:hover {
  color: rgb(183 155 217 / 0.95);
}
.hover\:text-lime-300:hover {
  --tw-text-opacity: 1;
  color: rgb(237 255 215 / var(--tw-text-opacity));
}
.hover\:text-lime-300\/0:hover {
  color: rgb(237 255 215 / 0);
}
.hover\:text-lime-300\/10:hover {
  color: rgb(237 255 215 / 0.1);
}
.hover\:text-lime-300\/100:hover {
  color: rgb(237 255 215 / 1);
}
.hover\:text-lime-300\/20:hover {
  color: rgb(237 255 215 / 0.2);
}
.hover\:text-lime-300\/25:hover {
  color: rgb(237 255 215 / 0.25);
}
.hover\:text-lime-300\/30:hover {
  color: rgb(237 255 215 / 0.3);
}
.hover\:text-lime-300\/40:hover {
  color: rgb(237 255 215 / 0.4);
}
.hover\:text-lime-300\/5:hover {
  color: rgb(237 255 215 / 0.05);
}
.hover\:text-lime-300\/50:hover {
  color: rgb(237 255 215 / 0.5);
}
.hover\:text-lime-300\/60:hover {
  color: rgb(237 255 215 / 0.6);
}
.hover\:text-lime-300\/70:hover {
  color: rgb(237 255 215 / 0.7);
}
.hover\:text-lime-300\/75:hover {
  color: rgb(237 255 215 / 0.75);
}
.hover\:text-lime-300\/80:hover {
  color: rgb(237 255 215 / 0.8);
}
.hover\:text-lime-300\/90:hover {
  color: rgb(237 255 215 / 0.9);
}
.hover\:text-lime-300\/95:hover {
  color: rgb(237 255 215 / 0.95);
}
.hover\:text-lime-400:hover {
  --tw-text-opacity: 1;
  color: rgb(215 255 164 / var(--tw-text-opacity));
}
.hover\:text-lime-400\/0:hover {
  color: rgb(215 255 164 / 0);
}
.hover\:text-lime-400\/10:hover {
  color: rgb(215 255 164 / 0.1);
}
.hover\:text-lime-400\/100:hover {
  color: rgb(215 255 164 / 1);
}
.hover\:text-lime-400\/20:hover {
  color: rgb(215 255 164 / 0.2);
}
.hover\:text-lime-400\/25:hover {
  color: rgb(215 255 164 / 0.25);
}
.hover\:text-lime-400\/30:hover {
  color: rgb(215 255 164 / 0.3);
}
.hover\:text-lime-400\/40:hover {
  color: rgb(215 255 164 / 0.4);
}
.hover\:text-lime-400\/5:hover {
  color: rgb(215 255 164 / 0.05);
}
.hover\:text-lime-400\/50:hover {
  color: rgb(215 255 164 / 0.5);
}
.hover\:text-lime-400\/60:hover {
  color: rgb(215 255 164 / 0.6);
}
.hover\:text-lime-400\/70:hover {
  color: rgb(215 255 164 / 0.7);
}
.hover\:text-lime-400\/75:hover {
  color: rgb(215 255 164 / 0.75);
}
.hover\:text-lime-400\/80:hover {
  color: rgb(215 255 164 / 0.8);
}
.hover\:text-lime-400\/90:hover {
  color: rgb(215 255 164 / 0.9);
}
.hover\:text-lime-400\/95:hover {
  color: rgb(215 255 164 / 0.95);
}
.hover\:text-lime-500:hover {
  --tw-text-opacity: 1;
  color: rgb(192 243 127 / var(--tw-text-opacity));
}
.hover\:text-lime-500\/0:hover {
  color: rgb(192 243 127 / 0);
}
.hover\:text-lime-500\/10:hover {
  color: rgb(192 243 127 / 0.1);
}
.hover\:text-lime-500\/100:hover {
  color: rgb(192 243 127 / 1);
}
.hover\:text-lime-500\/20:hover {
  color: rgb(192 243 127 / 0.2);
}
.hover\:text-lime-500\/25:hover {
  color: rgb(192 243 127 / 0.25);
}
.hover\:text-lime-500\/30:hover {
  color: rgb(192 243 127 / 0.3);
}
.hover\:text-lime-500\/40:hover {
  color: rgb(192 243 127 / 0.4);
}
.hover\:text-lime-500\/5:hover {
  color: rgb(192 243 127 / 0.05);
}
.hover\:text-lime-500\/50:hover {
  color: rgb(192 243 127 / 0.5);
}
.hover\:text-lime-500\/60:hover {
  color: rgb(192 243 127 / 0.6);
}
.hover\:text-lime-500\/70:hover {
  color: rgb(192 243 127 / 0.7);
}
.hover\:text-lime-500\/75:hover {
  color: rgb(192 243 127 / 0.75);
}
.hover\:text-lime-500\/80:hover {
  color: rgb(192 243 127 / 0.8);
}
.hover\:text-lime-500\/90:hover {
  color: rgb(192 243 127 / 0.9);
}
.hover\:text-lime-500\/95:hover {
  color: rgb(192 243 127 / 0.95);
}
.hover\:text-lime-600:hover {
  --tw-text-opacity: 1;
  color: rgb(163 222 89 / var(--tw-text-opacity));
}
.hover\:text-lime-600\/0:hover {
  color: rgb(163 222 89 / 0);
}
.hover\:text-lime-600\/10:hover {
  color: rgb(163 222 89 / 0.1);
}
.hover\:text-lime-600\/100:hover {
  color: rgb(163 222 89 / 1);
}
.hover\:text-lime-600\/20:hover {
  color: rgb(163 222 89 / 0.2);
}
.hover\:text-lime-600\/25:hover {
  color: rgb(163 222 89 / 0.25);
}
.hover\:text-lime-600\/30:hover {
  color: rgb(163 222 89 / 0.3);
}
.hover\:text-lime-600\/40:hover {
  color: rgb(163 222 89 / 0.4);
}
.hover\:text-lime-600\/5:hover {
  color: rgb(163 222 89 / 0.05);
}
.hover\:text-lime-600\/50:hover {
  color: rgb(163 222 89 / 0.5);
}
.hover\:text-lime-600\/60:hover {
  color: rgb(163 222 89 / 0.6);
}
.hover\:text-lime-600\/70:hover {
  color: rgb(163 222 89 / 0.7);
}
.hover\:text-lime-600\/75:hover {
  color: rgb(163 222 89 / 0.75);
}
.hover\:text-lime-600\/80:hover {
  color: rgb(163 222 89 / 0.8);
}
.hover\:text-lime-600\/90:hover {
  color: rgb(163 222 89 / 0.9);
}
.hover\:text-lime-600\/95:hover {
  color: rgb(163 222 89 / 0.95);
}
.hover\:text-link-dark:hover {
  --tw-text-opacity: 1;
  color: rgb(132 177 245 / var(--tw-text-opacity));
}
.hover\:text-link-dark-hover:hover {
  --tw-text-opacity: 1;
  color: rgb(92 134 198 / var(--tw-text-opacity));
}
.hover\:text-link-dark-hover\/0:hover {
  color: rgb(92 134 198 / 0);
}
.hover\:text-link-dark-hover\/10:hover {
  color: rgb(92 134 198 / 0.1);
}
.hover\:text-link-dark-hover\/100:hover {
  color: rgb(92 134 198 / 1);
}
.hover\:text-link-dark-hover\/20:hover {
  color: rgb(92 134 198 / 0.2);
}
.hover\:text-link-dark-hover\/25:hover {
  color: rgb(92 134 198 / 0.25);
}
.hover\:text-link-dark-hover\/30:hover {
  color: rgb(92 134 198 / 0.3);
}
.hover\:text-link-dark-hover\/40:hover {
  color: rgb(92 134 198 / 0.4);
}
.hover\:text-link-dark-hover\/5:hover {
  color: rgb(92 134 198 / 0.05);
}
.hover\:text-link-dark-hover\/50:hover {
  color: rgb(92 134 198 / 0.5);
}
.hover\:text-link-dark-hover\/60:hover {
  color: rgb(92 134 198 / 0.6);
}
.hover\:text-link-dark-hover\/70:hover {
  color: rgb(92 134 198 / 0.7);
}
.hover\:text-link-dark-hover\/75:hover {
  color: rgb(92 134 198 / 0.75);
}
.hover\:text-link-dark-hover\/80:hover {
  color: rgb(92 134 198 / 0.8);
}
.hover\:text-link-dark-hover\/90:hover {
  color: rgb(92 134 198 / 0.9);
}
.hover\:text-link-dark-hover\/95:hover {
  color: rgb(92 134 198 / 0.95);
}
.hover\:text-link-dark\/0:hover {
  color: rgb(132 177 245 / 0);
}
.hover\:text-link-dark\/10:hover {
  color: rgb(132 177 245 / 0.1);
}
.hover\:text-link-dark\/100:hover {
  color: rgb(132 177 245 / 1);
}
.hover\:text-link-dark\/20:hover {
  color: rgb(132 177 245 / 0.2);
}
.hover\:text-link-dark\/25:hover {
  color: rgb(132 177 245 / 0.25);
}
.hover\:text-link-dark\/30:hover {
  color: rgb(132 177 245 / 0.3);
}
.hover\:text-link-dark\/40:hover {
  color: rgb(132 177 245 / 0.4);
}
.hover\:text-link-dark\/5:hover {
  color: rgb(132 177 245 / 0.05);
}
.hover\:text-link-dark\/50:hover {
  color: rgb(132 177 245 / 0.5);
}
.hover\:text-link-dark\/60:hover {
  color: rgb(132 177 245 / 0.6);
}
.hover\:text-link-dark\/70:hover {
  color: rgb(132 177 245 / 0.7);
}
.hover\:text-link-dark\/75:hover {
  color: rgb(132 177 245 / 0.75);
}
.hover\:text-link-dark\/80:hover {
  color: rgb(132 177 245 / 0.8);
}
.hover\:text-link-dark\/90:hover {
  color: rgb(132 177 245 / 0.9);
}
.hover\:text-link-dark\/95:hover {
  color: rgb(132 177 245 / 0.95);
}
.hover\:text-link-default:hover {
  --tw-text-opacity: 1;
  color: rgb(21 97 210 / var(--tw-text-opacity));
}
.hover\:text-link-default\/0:hover {
  color: rgb(21 97 210 / 0);
}
.hover\:text-link-default\/10:hover {
  color: rgb(21 97 210 / 0.1);
}
.hover\:text-link-default\/100:hover {
  color: rgb(21 97 210 / 1);
}
.hover\:text-link-default\/20:hover {
  color: rgb(21 97 210 / 0.2);
}
.hover\:text-link-default\/25:hover {
  color: rgb(21 97 210 / 0.25);
}
.hover\:text-link-default\/30:hover {
  color: rgb(21 97 210 / 0.3);
}
.hover\:text-link-default\/40:hover {
  color: rgb(21 97 210 / 0.4);
}
.hover\:text-link-default\/5:hover {
  color: rgb(21 97 210 / 0.05);
}
.hover\:text-link-default\/50:hover {
  color: rgb(21 97 210 / 0.5);
}
.hover\:text-link-default\/60:hover {
  color: rgb(21 97 210 / 0.6);
}
.hover\:text-link-default\/70:hover {
  color: rgb(21 97 210 / 0.7);
}
.hover\:text-link-default\/75:hover {
  color: rgb(21 97 210 / 0.75);
}
.hover\:text-link-default\/80:hover {
  color: rgb(21 97 210 / 0.8);
}
.hover\:text-link-default\/90:hover {
  color: rgb(21 97 210 / 0.9);
}
.hover\:text-link-default\/95:hover {
  color: rgb(21 97 210 / 0.95);
}
.hover\:text-link-hover:hover {
  --tw-text-opacity: 1;
  color: rgb(10 71 163 / var(--tw-text-opacity));
}
.hover\:text-link-hover\/0:hover {
  color: rgb(10 71 163 / 0);
}
.hover\:text-link-hover\/10:hover {
  color: rgb(10 71 163 / 0.1);
}
.hover\:text-link-hover\/100:hover {
  color: rgb(10 71 163 / 1);
}
.hover\:text-link-hover\/20:hover {
  color: rgb(10 71 163 / 0.2);
}
.hover\:text-link-hover\/25:hover {
  color: rgb(10 71 163 / 0.25);
}
.hover\:text-link-hover\/30:hover {
  color: rgb(10 71 163 / 0.3);
}
.hover\:text-link-hover\/40:hover {
  color: rgb(10 71 163 / 0.4);
}
.hover\:text-link-hover\/5:hover {
  color: rgb(10 71 163 / 0.05);
}
.hover\:text-link-hover\/50:hover {
  color: rgb(10 71 163 / 0.5);
}
.hover\:text-link-hover\/60:hover {
  color: rgb(10 71 163 / 0.6);
}
.hover\:text-link-hover\/70:hover {
  color: rgb(10 71 163 / 0.7);
}
.hover\:text-link-hover\/75:hover {
  color: rgb(10 71 163 / 0.75);
}
.hover\:text-link-hover\/80:hover {
  color: rgb(10 71 163 / 0.8);
}
.hover\:text-link-hover\/90:hover {
  color: rgb(10 71 163 / 0.9);
}
.hover\:text-link-hover\/95:hover {
  color: rgb(10 71 163 / 0.95);
}
.hover\:text-navy-100:hover {
  --tw-text-opacity: 1;
  color: rgb(166 209 255 / var(--tw-text-opacity));
}
.hover\:text-navy-100\/0:hover {
  color: rgb(166 209 255 / 0);
}
.hover\:text-navy-100\/10:hover {
  color: rgb(166 209 255 / 0.1);
}
.hover\:text-navy-100\/100:hover {
  color: rgb(166 209 255 / 1);
}
.hover\:text-navy-100\/20:hover {
  color: rgb(166 209 255 / 0.2);
}
.hover\:text-navy-100\/25:hover {
  color: rgb(166 209 255 / 0.25);
}
.hover\:text-navy-100\/30:hover {
  color: rgb(166 209 255 / 0.3);
}
.hover\:text-navy-100\/40:hover {
  color: rgb(166 209 255 / 0.4);
}
.hover\:text-navy-100\/5:hover {
  color: rgb(166 209 255 / 0.05);
}
.hover\:text-navy-100\/50:hover {
  color: rgb(166 209 255 / 0.5);
}
.hover\:text-navy-100\/60:hover {
  color: rgb(166 209 255 / 0.6);
}
.hover\:text-navy-100\/70:hover {
  color: rgb(166 209 255 / 0.7);
}
.hover\:text-navy-100\/75:hover {
  color: rgb(166 209 255 / 0.75);
}
.hover\:text-navy-100\/80:hover {
  color: rgb(166 209 255 / 0.8);
}
.hover\:text-navy-100\/90:hover {
  color: rgb(166 209 255 / 0.9);
}
.hover\:text-navy-100\/95:hover {
  color: rgb(166 209 255 / 0.95);
}
.hover\:text-navy-200:hover {
  --tw-text-opacity: 1;
  color: rgb(103 170 240 / var(--tw-text-opacity));
}
.hover\:text-navy-200\/0:hover {
  color: rgb(103 170 240 / 0);
}
.hover\:text-navy-200\/10:hover {
  color: rgb(103 170 240 / 0.1);
}
.hover\:text-navy-200\/100:hover {
  color: rgb(103 170 240 / 1);
}
.hover\:text-navy-200\/20:hover {
  color: rgb(103 170 240 / 0.2);
}
.hover\:text-navy-200\/25:hover {
  color: rgb(103 170 240 / 0.25);
}
.hover\:text-navy-200\/30:hover {
  color: rgb(103 170 240 / 0.3);
}
.hover\:text-navy-200\/40:hover {
  color: rgb(103 170 240 / 0.4);
}
.hover\:text-navy-200\/5:hover {
  color: rgb(103 170 240 / 0.05);
}
.hover\:text-navy-200\/50:hover {
  color: rgb(103 170 240 / 0.5);
}
.hover\:text-navy-200\/60:hover {
  color: rgb(103 170 240 / 0.6);
}
.hover\:text-navy-200\/70:hover {
  color: rgb(103 170 240 / 0.7);
}
.hover\:text-navy-200\/75:hover {
  color: rgb(103 170 240 / 0.75);
}
.hover\:text-navy-200\/80:hover {
  color: rgb(103 170 240 / 0.8);
}
.hover\:text-navy-200\/90:hover {
  color: rgb(103 170 240 / 0.9);
}
.hover\:text-navy-200\/95:hover {
  color: rgb(103 170 240 / 0.95);
}
.hover\:text-navy-300:hover {
  --tw-text-opacity: 1;
  color: rgb(65 141 222 / var(--tw-text-opacity));
}
.hover\:text-navy-300\/0:hover {
  color: rgb(65 141 222 / 0);
}
.hover\:text-navy-300\/10:hover {
  color: rgb(65 141 222 / 0.1);
}
.hover\:text-navy-300\/100:hover {
  color: rgb(65 141 222 / 1);
}
.hover\:text-navy-300\/20:hover {
  color: rgb(65 141 222 / 0.2);
}
.hover\:text-navy-300\/25:hover {
  color: rgb(65 141 222 / 0.25);
}
.hover\:text-navy-300\/30:hover {
  color: rgb(65 141 222 / 0.3);
}
.hover\:text-navy-300\/40:hover {
  color: rgb(65 141 222 / 0.4);
}
.hover\:text-navy-300\/5:hover {
  color: rgb(65 141 222 / 0.05);
}
.hover\:text-navy-300\/50:hover {
  color: rgb(65 141 222 / 0.5);
}
.hover\:text-navy-300\/60:hover {
  color: rgb(65 141 222 / 0.6);
}
.hover\:text-navy-300\/70:hover {
  color: rgb(65 141 222 / 0.7);
}
.hover\:text-navy-300\/75:hover {
  color: rgb(65 141 222 / 0.75);
}
.hover\:text-navy-300\/80:hover {
  color: rgb(65 141 222 / 0.8);
}
.hover\:text-navy-300\/90:hover {
  color: rgb(65 141 222 / 0.9);
}
.hover\:text-navy-300\/95:hover {
  color: rgb(65 141 222 / 0.95);
}
.hover\:text-navy-400:hover {
  --tw-text-opacity: 1;
  color: rgb(30 113 201 / var(--tw-text-opacity));
}
.hover\:text-navy-400\/0:hover {
  color: rgb(30 113 201 / 0);
}
.hover\:text-navy-400\/10:hover {
  color: rgb(30 113 201 / 0.1);
}
.hover\:text-navy-400\/100:hover {
  color: rgb(30 113 201 / 1);
}
.hover\:text-navy-400\/20:hover {
  color: rgb(30 113 201 / 0.2);
}
.hover\:text-navy-400\/25:hover {
  color: rgb(30 113 201 / 0.25);
}
.hover\:text-navy-400\/30:hover {
  color: rgb(30 113 201 / 0.3);
}
.hover\:text-navy-400\/40:hover {
  color: rgb(30 113 201 / 0.4);
}
.hover\:text-navy-400\/5:hover {
  color: rgb(30 113 201 / 0.05);
}
.hover\:text-navy-400\/50:hover {
  color: rgb(30 113 201 / 0.5);
}
.hover\:text-navy-400\/60:hover {
  color: rgb(30 113 201 / 0.6);
}
.hover\:text-navy-400\/70:hover {
  color: rgb(30 113 201 / 0.7);
}
.hover\:text-navy-400\/75:hover {
  color: rgb(30 113 201 / 0.75);
}
.hover\:text-navy-400\/80:hover {
  color: rgb(30 113 201 / 0.8);
}
.hover\:text-navy-400\/90:hover {
  color: rgb(30 113 201 / 0.9);
}
.hover\:text-navy-400\/95:hover {
  color: rgb(30 113 201 / 0.95);
}
.hover\:text-navy-50:hover {
  --tw-text-opacity: 1;
  color: rgb(216 235 255 / var(--tw-text-opacity));
}
.hover\:text-navy-50\/0:hover {
  color: rgb(216 235 255 / 0);
}
.hover\:text-navy-50\/10:hover {
  color: rgb(216 235 255 / 0.1);
}
.hover\:text-navy-50\/100:hover {
  color: rgb(216 235 255 / 1);
}
.hover\:text-navy-50\/20:hover {
  color: rgb(216 235 255 / 0.2);
}
.hover\:text-navy-50\/25:hover {
  color: rgb(216 235 255 / 0.25);
}
.hover\:text-navy-50\/30:hover {
  color: rgb(216 235 255 / 0.3);
}
.hover\:text-navy-50\/40:hover {
  color: rgb(216 235 255 / 0.4);
}
.hover\:text-navy-50\/5:hover {
  color: rgb(216 235 255 / 0.05);
}
.hover\:text-navy-50\/50:hover {
  color: rgb(216 235 255 / 0.5);
}
.hover\:text-navy-50\/60:hover {
  color: rgb(216 235 255 / 0.6);
}
.hover\:text-navy-50\/70:hover {
  color: rgb(216 235 255 / 0.7);
}
.hover\:text-navy-50\/75:hover {
  color: rgb(216 235 255 / 0.75);
}
.hover\:text-navy-50\/80:hover {
  color: rgb(216 235 255 / 0.8);
}
.hover\:text-navy-50\/90:hover {
  color: rgb(216 235 255 / 0.9);
}
.hover\:text-navy-50\/95:hover {
  color: rgb(216 235 255 / 0.95);
}
.hover\:text-navy-500:hover {
  --tw-text-opacity: 1;
  color: rgb(0 64 132 / var(--tw-text-opacity));
}
.hover\:text-navy-500\/0:hover {
  color: rgb(0 64 132 / 0);
}
.hover\:text-navy-500\/10:hover {
  color: rgb(0 64 132 / 0.1);
}
.hover\:text-navy-500\/100:hover {
  color: rgb(0 64 132 / 1);
}
.hover\:text-navy-500\/20:hover {
  color: rgb(0 64 132 / 0.2);
}
.hover\:text-navy-500\/25:hover {
  color: rgb(0 64 132 / 0.25);
}
.hover\:text-navy-500\/30:hover {
  color: rgb(0 64 132 / 0.3);
}
.hover\:text-navy-500\/40:hover {
  color: rgb(0 64 132 / 0.4);
}
.hover\:text-navy-500\/5:hover {
  color: rgb(0 64 132 / 0.05);
}
.hover\:text-navy-500\/50:hover {
  color: rgb(0 64 132 / 0.5);
}
.hover\:text-navy-500\/60:hover {
  color: rgb(0 64 132 / 0.6);
}
.hover\:text-navy-500\/70:hover {
  color: rgb(0 64 132 / 0.7);
}
.hover\:text-navy-500\/75:hover {
  color: rgb(0 64 132 / 0.75);
}
.hover\:text-navy-500\/80:hover {
  color: rgb(0 64 132 / 0.8);
}
.hover\:text-navy-500\/90:hover {
  color: rgb(0 64 132 / 0.9);
}
.hover\:text-navy-500\/95:hover {
  color: rgb(0 64 132 / 0.95);
}
.hover\:text-navy-600:hover {
  --tw-text-opacity: 1;
  color: rgb(3 50 99 / var(--tw-text-opacity));
}
.hover\:text-navy-600\/0:hover {
  color: rgb(3 50 99 / 0);
}
.hover\:text-navy-600\/10:hover {
  color: rgb(3 50 99 / 0.1);
}
.hover\:text-navy-600\/100:hover {
  color: rgb(3 50 99 / 1);
}
.hover\:text-navy-600\/20:hover {
  color: rgb(3 50 99 / 0.2);
}
.hover\:text-navy-600\/25:hover {
  color: rgb(3 50 99 / 0.25);
}
.hover\:text-navy-600\/30:hover {
  color: rgb(3 50 99 / 0.3);
}
.hover\:text-navy-600\/40:hover {
  color: rgb(3 50 99 / 0.4);
}
.hover\:text-navy-600\/5:hover {
  color: rgb(3 50 99 / 0.05);
}
.hover\:text-navy-600\/50:hover {
  color: rgb(3 50 99 / 0.5);
}
.hover\:text-navy-600\/60:hover {
  color: rgb(3 50 99 / 0.6);
}
.hover\:text-navy-600\/70:hover {
  color: rgb(3 50 99 / 0.7);
}
.hover\:text-navy-600\/75:hover {
  color: rgb(3 50 99 / 0.75);
}
.hover\:text-navy-600\/80:hover {
  color: rgb(3 50 99 / 0.8);
}
.hover\:text-navy-600\/90:hover {
  color: rgb(3 50 99 / 0.9);
}
.hover\:text-navy-600\/95:hover {
  color: rgb(3 50 99 / 0.95);
}
.hover\:text-navy-700:hover {
  --tw-text-opacity: 1;
  color: rgb(7 38 71 / var(--tw-text-opacity));
}
.hover\:text-navy-700\/0:hover {
  color: rgb(7 38 71 / 0);
}
.hover\:text-navy-700\/10:hover {
  color: rgb(7 38 71 / 0.1);
}
.hover\:text-navy-700\/100:hover {
  color: rgb(7 38 71 / 1);
}
.hover\:text-navy-700\/20:hover {
  color: rgb(7 38 71 / 0.2);
}
.hover\:text-navy-700\/25:hover {
  color: rgb(7 38 71 / 0.25);
}
.hover\:text-navy-700\/30:hover {
  color: rgb(7 38 71 / 0.3);
}
.hover\:text-navy-700\/40:hover {
  color: rgb(7 38 71 / 0.4);
}
.hover\:text-navy-700\/5:hover {
  color: rgb(7 38 71 / 0.05);
}
.hover\:text-navy-700\/50:hover {
  color: rgb(7 38 71 / 0.5);
}
.hover\:text-navy-700\/60:hover {
  color: rgb(7 38 71 / 0.6);
}
.hover\:text-navy-700\/70:hover {
  color: rgb(7 38 71 / 0.7);
}
.hover\:text-navy-700\/75:hover {
  color: rgb(7 38 71 / 0.75);
}
.hover\:text-navy-700\/80:hover {
  color: rgb(7 38 71 / 0.8);
}
.hover\:text-navy-700\/90:hover {
  color: rgb(7 38 71 / 0.9);
}
.hover\:text-navy-700\/95:hover {
  color: rgb(7 38 71 / 0.95);
}
.hover\:text-navy-800:hover {
  --tw-text-opacity: 1;
  color: rgb(9 29 49 / var(--tw-text-opacity));
}
.hover\:text-navy-800\/0:hover {
  color: rgb(9 29 49 / 0);
}
.hover\:text-navy-800\/10:hover {
  color: rgb(9 29 49 / 0.1);
}
.hover\:text-navy-800\/100:hover {
  color: rgb(9 29 49 / 1);
}
.hover\:text-navy-800\/20:hover {
  color: rgb(9 29 49 / 0.2);
}
.hover\:text-navy-800\/25:hover {
  color: rgb(9 29 49 / 0.25);
}
.hover\:text-navy-800\/30:hover {
  color: rgb(9 29 49 / 0.3);
}
.hover\:text-navy-800\/40:hover {
  color: rgb(9 29 49 / 0.4);
}
.hover\:text-navy-800\/5:hover {
  color: rgb(9 29 49 / 0.05);
}
.hover\:text-navy-800\/50:hover {
  color: rgb(9 29 49 / 0.5);
}
.hover\:text-navy-800\/60:hover {
  color: rgb(9 29 49 / 0.6);
}
.hover\:text-navy-800\/70:hover {
  color: rgb(9 29 49 / 0.7);
}
.hover\:text-navy-800\/75:hover {
  color: rgb(9 29 49 / 0.75);
}
.hover\:text-navy-800\/80:hover {
  color: rgb(9 29 49 / 0.8);
}
.hover\:text-navy-800\/90:hover {
  color: rgb(9 29 49 / 0.9);
}
.hover\:text-navy-800\/95:hover {
  color: rgb(9 29 49 / 0.95);
}
.hover\:text-navy-900:hover {
  --tw-text-opacity: 1;
  color: rgb(9 19 30 / var(--tw-text-opacity));
}
.hover\:text-navy-900\/0:hover {
  color: rgb(9 19 30 / 0);
}
.hover\:text-navy-900\/10:hover {
  color: rgb(9 19 30 / 0.1);
}
.hover\:text-navy-900\/100:hover {
  color: rgb(9 19 30 / 1);
}
.hover\:text-navy-900\/20:hover {
  color: rgb(9 19 30 / 0.2);
}
.hover\:text-navy-900\/25:hover {
  color: rgb(9 19 30 / 0.25);
}
.hover\:text-navy-900\/30:hover {
  color: rgb(9 19 30 / 0.3);
}
.hover\:text-navy-900\/40:hover {
  color: rgb(9 19 30 / 0.4);
}
.hover\:text-navy-900\/5:hover {
  color: rgb(9 19 30 / 0.05);
}
.hover\:text-navy-900\/50:hover {
  color: rgb(9 19 30 / 0.5);
}
.hover\:text-navy-900\/60:hover {
  color: rgb(9 19 30 / 0.6);
}
.hover\:text-navy-900\/70:hover {
  color: rgb(9 19 30 / 0.7);
}
.hover\:text-navy-900\/75:hover {
  color: rgb(9 19 30 / 0.75);
}
.hover\:text-navy-900\/80:hover {
  color: rgb(9 19 30 / 0.8);
}
.hover\:text-navy-900\/90:hover {
  color: rgb(9 19 30 / 0.9);
}
.hover\:text-navy-900\/95:hover {
  color: rgb(9 19 30 / 0.95);
}
.hover\:text-neutral-300:hover {
  --tw-text-opacity: 1;
  color: rgb(73 73 81 / var(--tw-text-opacity));
}
.hover\:text-neutral-300\/0:hover {
  color: rgb(73 73 81 / 0);
}
.hover\:text-neutral-300\/10:hover {
  color: rgb(73 73 81 / 0.1);
}
.hover\:text-neutral-300\/100:hover {
  color: rgb(73 73 81 / 1);
}
.hover\:text-neutral-300\/20:hover {
  color: rgb(73 73 81 / 0.2);
}
.hover\:text-neutral-300\/25:hover {
  color: rgb(73 73 81 / 0.25);
}
.hover\:text-neutral-300\/30:hover {
  color: rgb(73 73 81 / 0.3);
}
.hover\:text-neutral-300\/40:hover {
  color: rgb(73 73 81 / 0.4);
}
.hover\:text-neutral-300\/5:hover {
  color: rgb(73 73 81 / 0.05);
}
.hover\:text-neutral-300\/50:hover {
  color: rgb(73 73 81 / 0.5);
}
.hover\:text-neutral-300\/60:hover {
  color: rgb(73 73 81 / 0.6);
}
.hover\:text-neutral-300\/70:hover {
  color: rgb(73 73 81 / 0.7);
}
.hover\:text-neutral-300\/75:hover {
  color: rgb(73 73 81 / 0.75);
}
.hover\:text-neutral-300\/80:hover {
  color: rgb(73 73 81 / 0.8);
}
.hover\:text-neutral-300\/90:hover {
  color: rgb(73 73 81 / 0.9);
}
.hover\:text-neutral-300\/95:hover {
  color: rgb(73 73 81 / 0.95);
}
.hover\:text-neutral-400:hover {
  --tw-text-opacity: 1;
  color: rgb(48 54 61 / var(--tw-text-opacity));
}
.hover\:text-neutral-400\/0:hover {
  color: rgb(48 54 61 / 0);
}
.hover\:text-neutral-400\/10:hover {
  color: rgb(48 54 61 / 0.1);
}
.hover\:text-neutral-400\/100:hover {
  color: rgb(48 54 61 / 1);
}
.hover\:text-neutral-400\/20:hover {
  color: rgb(48 54 61 / 0.2);
}
.hover\:text-neutral-400\/25:hover {
  color: rgb(48 54 61 / 0.25);
}
.hover\:text-neutral-400\/30:hover {
  color: rgb(48 54 61 / 0.3);
}
.hover\:text-neutral-400\/40:hover {
  color: rgb(48 54 61 / 0.4);
}
.hover\:text-neutral-400\/5:hover {
  color: rgb(48 54 61 / 0.05);
}
.hover\:text-neutral-400\/50:hover {
  color: rgb(48 54 61 / 0.5);
}
.hover\:text-neutral-400\/60:hover {
  color: rgb(48 54 61 / 0.6);
}
.hover\:text-neutral-400\/70:hover {
  color: rgb(48 54 61 / 0.7);
}
.hover\:text-neutral-400\/75:hover {
  color: rgb(48 54 61 / 0.75);
}
.hover\:text-neutral-400\/80:hover {
  color: rgb(48 54 61 / 0.8);
}
.hover\:text-neutral-400\/90:hover {
  color: rgb(48 54 61 / 0.9);
}
.hover\:text-neutral-400\/95:hover {
  color: rgb(48 54 61 / 0.95);
}
.hover\:text-neutral-500:hover {
  --tw-text-opacity: 1;
  color: rgb(42 45 53 / var(--tw-text-opacity));
}
.hover\:text-neutral-500\/0:hover {
  color: rgb(42 45 53 / 0);
}
.hover\:text-neutral-500\/10:hover {
  color: rgb(42 45 53 / 0.1);
}
.hover\:text-neutral-500\/100:hover {
  color: rgb(42 45 53 / 1);
}
.hover\:text-neutral-500\/20:hover {
  color: rgb(42 45 53 / 0.2);
}
.hover\:text-neutral-500\/25:hover {
  color: rgb(42 45 53 / 0.25);
}
.hover\:text-neutral-500\/30:hover {
  color: rgb(42 45 53 / 0.3);
}
.hover\:text-neutral-500\/40:hover {
  color: rgb(42 45 53 / 0.4);
}
.hover\:text-neutral-500\/5:hover {
  color: rgb(42 45 53 / 0.05);
}
.hover\:text-neutral-500\/50:hover {
  color: rgb(42 45 53 / 0.5);
}
.hover\:text-neutral-500\/60:hover {
  color: rgb(42 45 53 / 0.6);
}
.hover\:text-neutral-500\/70:hover {
  color: rgb(42 45 53 / 0.7);
}
.hover\:text-neutral-500\/75:hover {
  color: rgb(42 45 53 / 0.75);
}
.hover\:text-neutral-500\/80:hover {
  color: rgb(42 45 53 / 0.8);
}
.hover\:text-neutral-500\/90:hover {
  color: rgb(42 45 53 / 0.9);
}
.hover\:text-neutral-500\/95:hover {
  color: rgb(42 45 53 / 0.95);
}
.hover\:text-neutral-600:hover {
  --tw-text-opacity: 1;
  color: rgb(26 29 34 / var(--tw-text-opacity));
}
.hover\:text-neutral-600\/0:hover {
  color: rgb(26 29 34 / 0);
}
.hover\:text-neutral-600\/10:hover {
  color: rgb(26 29 34 / 0.1);
}
.hover\:text-neutral-600\/100:hover {
  color: rgb(26 29 34 / 1);
}
.hover\:text-neutral-600\/20:hover {
  color: rgb(26 29 34 / 0.2);
}
.hover\:text-neutral-600\/25:hover {
  color: rgb(26 29 34 / 0.25);
}
.hover\:text-neutral-600\/30:hover {
  color: rgb(26 29 34 / 0.3);
}
.hover\:text-neutral-600\/40:hover {
  color: rgb(26 29 34 / 0.4);
}
.hover\:text-neutral-600\/5:hover {
  color: rgb(26 29 34 / 0.05);
}
.hover\:text-neutral-600\/50:hover {
  color: rgb(26 29 34 / 0.5);
}
.hover\:text-neutral-600\/60:hover {
  color: rgb(26 29 34 / 0.6);
}
.hover\:text-neutral-600\/70:hover {
  color: rgb(26 29 34 / 0.7);
}
.hover\:text-neutral-600\/75:hover {
  color: rgb(26 29 34 / 0.75);
}
.hover\:text-neutral-600\/80:hover {
  color: rgb(26 29 34 / 0.8);
}
.hover\:text-neutral-600\/90:hover {
  color: rgb(26 29 34 / 0.9);
}
.hover\:text-neutral-600\/95:hover {
  color: rgb(26 29 34 / 0.95);
}
.hover\:text-neutral-700:hover {
  --tw-text-opacity: 1;
  color: rgb(15 19 26 / var(--tw-text-opacity));
}
.hover\:text-neutral-700\/0:hover {
  color: rgb(15 19 26 / 0);
}
.hover\:text-neutral-700\/10:hover {
  color: rgb(15 19 26 / 0.1);
}
.hover\:text-neutral-700\/100:hover {
  color: rgb(15 19 26 / 1);
}
.hover\:text-neutral-700\/20:hover {
  color: rgb(15 19 26 / 0.2);
}
.hover\:text-neutral-700\/25:hover {
  color: rgb(15 19 26 / 0.25);
}
.hover\:text-neutral-700\/30:hover {
  color: rgb(15 19 26 / 0.3);
}
.hover\:text-neutral-700\/40:hover {
  color: rgb(15 19 26 / 0.4);
}
.hover\:text-neutral-700\/5:hover {
  color: rgb(15 19 26 / 0.05);
}
.hover\:text-neutral-700\/50:hover {
  color: rgb(15 19 26 / 0.5);
}
.hover\:text-neutral-700\/60:hover {
  color: rgb(15 19 26 / 0.6);
}
.hover\:text-neutral-700\/70:hover {
  color: rgb(15 19 26 / 0.7);
}
.hover\:text-neutral-700\/75:hover {
  color: rgb(15 19 26 / 0.75);
}
.hover\:text-neutral-700\/80:hover {
  color: rgb(15 19 26 / 0.8);
}
.hover\:text-neutral-700\/90:hover {
  color: rgb(15 19 26 / 0.9);
}
.hover\:text-neutral-700\/95:hover {
  color: rgb(15 19 26 / 0.95);
}
.hover\:text-neutral-800:hover {
  --tw-text-opacity: 1;
  color: rgb(1 4 10 / var(--tw-text-opacity));
}
.hover\:text-neutral-800\/0:hover {
  color: rgb(1 4 10 / 0);
}
.hover\:text-neutral-800\/10:hover {
  color: rgb(1 4 10 / 0.1);
}
.hover\:text-neutral-800\/100:hover {
  color: rgb(1 4 10 / 1);
}
.hover\:text-neutral-800\/20:hover {
  color: rgb(1 4 10 / 0.2);
}
.hover\:text-neutral-800\/25:hover {
  color: rgb(1 4 10 / 0.25);
}
.hover\:text-neutral-800\/30:hover {
  color: rgb(1 4 10 / 0.3);
}
.hover\:text-neutral-800\/40:hover {
  color: rgb(1 4 10 / 0.4);
}
.hover\:text-neutral-800\/5:hover {
  color: rgb(1 4 10 / 0.05);
}
.hover\:text-neutral-800\/50:hover {
  color: rgb(1 4 10 / 0.5);
}
.hover\:text-neutral-800\/60:hover {
  color: rgb(1 4 10 / 0.6);
}
.hover\:text-neutral-800\/70:hover {
  color: rgb(1 4 10 / 0.7);
}
.hover\:text-neutral-800\/75:hover {
  color: rgb(1 4 10 / 0.75);
}
.hover\:text-neutral-800\/80:hover {
  color: rgb(1 4 10 / 0.8);
}
.hover\:text-neutral-800\/90:hover {
  color: rgb(1 4 10 / 0.9);
}
.hover\:text-neutral-800\/95:hover {
  color: rgb(1 4 10 / 0.95);
}
.hover\:text-neutral-900:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.hover\:text-neutral-900\/0:hover {
  color: rgb(0 0 0 / 0);
}
.hover\:text-neutral-900\/10:hover {
  color: rgb(0 0 0 / 0.1);
}
.hover\:text-neutral-900\/100:hover {
  color: rgb(0 0 0 / 1);
}
.hover\:text-neutral-900\/20:hover {
  color: rgb(0 0 0 / 0.2);
}
.hover\:text-neutral-900\/25:hover {
  color: rgb(0 0 0 / 0.25);
}
.hover\:text-neutral-900\/30:hover {
  color: rgb(0 0 0 / 0.3);
}
.hover\:text-neutral-900\/40:hover {
  color: rgb(0 0 0 / 0.4);
}
.hover\:text-neutral-900\/5:hover {
  color: rgb(0 0 0 / 0.05);
}
.hover\:text-neutral-900\/50:hover {
  color: rgb(0 0 0 / 0.5);
}
.hover\:text-neutral-900\/60:hover {
  color: rgb(0 0 0 / 0.6);
}
.hover\:text-neutral-900\/70:hover {
  color: rgb(0 0 0 / 0.7);
}
.hover\:text-neutral-900\/75:hover {
  color: rgb(0 0 0 / 0.75);
}
.hover\:text-neutral-900\/80:hover {
  color: rgb(0 0 0 / 0.8);
}
.hover\:text-neutral-900\/90:hover {
  color: rgb(0 0 0 / 0.9);
}
.hover\:text-neutral-900\/95:hover {
  color: rgb(0 0 0 / 0.95);
}
.hover\:text-pea-300:hover {
  --tw-text-opacity: 1;
  color: rgb(240 255 227 / var(--tw-text-opacity));
}
.hover\:text-pea-300\/0:hover {
  color: rgb(240 255 227 / 0);
}
.hover\:text-pea-300\/10:hover {
  color: rgb(240 255 227 / 0.1);
}
.hover\:text-pea-300\/100:hover {
  color: rgb(240 255 227 / 1);
}
.hover\:text-pea-300\/20:hover {
  color: rgb(240 255 227 / 0.2);
}
.hover\:text-pea-300\/25:hover {
  color: rgb(240 255 227 / 0.25);
}
.hover\:text-pea-300\/30:hover {
  color: rgb(240 255 227 / 0.3);
}
.hover\:text-pea-300\/40:hover {
  color: rgb(240 255 227 / 0.4);
}
.hover\:text-pea-300\/5:hover {
  color: rgb(240 255 227 / 0.05);
}
.hover\:text-pea-300\/50:hover {
  color: rgb(240 255 227 / 0.5);
}
.hover\:text-pea-300\/60:hover {
  color: rgb(240 255 227 / 0.6);
}
.hover\:text-pea-300\/70:hover {
  color: rgb(240 255 227 / 0.7);
}
.hover\:text-pea-300\/75:hover {
  color: rgb(240 255 227 / 0.75);
}
.hover\:text-pea-300\/80:hover {
  color: rgb(240 255 227 / 0.8);
}
.hover\:text-pea-300\/90:hover {
  color: rgb(240 255 227 / 0.9);
}
.hover\:text-pea-300\/95:hover {
  color: rgb(240 255 227 / 0.95);
}
.hover\:text-pea-400:hover {
  --tw-text-opacity: 1;
  color: rgb(226 255 203 / var(--tw-text-opacity));
}
.hover\:text-pea-400\/0:hover {
  color: rgb(226 255 203 / 0);
}
.hover\:text-pea-400\/10:hover {
  color: rgb(226 255 203 / 0.1);
}
.hover\:text-pea-400\/100:hover {
  color: rgb(226 255 203 / 1);
}
.hover\:text-pea-400\/20:hover {
  color: rgb(226 255 203 / 0.2);
}
.hover\:text-pea-400\/25:hover {
  color: rgb(226 255 203 / 0.25);
}
.hover\:text-pea-400\/30:hover {
  color: rgb(226 255 203 / 0.3);
}
.hover\:text-pea-400\/40:hover {
  color: rgb(226 255 203 / 0.4);
}
.hover\:text-pea-400\/5:hover {
  color: rgb(226 255 203 / 0.05);
}
.hover\:text-pea-400\/50:hover {
  color: rgb(226 255 203 / 0.5);
}
.hover\:text-pea-400\/60:hover {
  color: rgb(226 255 203 / 0.6);
}
.hover\:text-pea-400\/70:hover {
  color: rgb(226 255 203 / 0.7);
}
.hover\:text-pea-400\/75:hover {
  color: rgb(226 255 203 / 0.75);
}
.hover\:text-pea-400\/80:hover {
  color: rgb(226 255 203 / 0.8);
}
.hover\:text-pea-400\/90:hover {
  color: rgb(226 255 203 / 0.9);
}
.hover\:text-pea-400\/95:hover {
  color: rgb(226 255 203 / 0.95);
}
.hover\:text-pea-500:hover {
  --tw-text-opacity: 1;
  color: rgb(195 229 168 / var(--tw-text-opacity));
}
.hover\:text-pea-500\/0:hover {
  color: rgb(195 229 168 / 0);
}
.hover\:text-pea-500\/10:hover {
  color: rgb(195 229 168 / 0.1);
}
.hover\:text-pea-500\/100:hover {
  color: rgb(195 229 168 / 1);
}
.hover\:text-pea-500\/20:hover {
  color: rgb(195 229 168 / 0.2);
}
.hover\:text-pea-500\/25:hover {
  color: rgb(195 229 168 / 0.25);
}
.hover\:text-pea-500\/30:hover {
  color: rgb(195 229 168 / 0.3);
}
.hover\:text-pea-500\/40:hover {
  color: rgb(195 229 168 / 0.4);
}
.hover\:text-pea-500\/5:hover {
  color: rgb(195 229 168 / 0.05);
}
.hover\:text-pea-500\/50:hover {
  color: rgb(195 229 168 / 0.5);
}
.hover\:text-pea-500\/60:hover {
  color: rgb(195 229 168 / 0.6);
}
.hover\:text-pea-500\/70:hover {
  color: rgb(195 229 168 / 0.7);
}
.hover\:text-pea-500\/75:hover {
  color: rgb(195 229 168 / 0.75);
}
.hover\:text-pea-500\/80:hover {
  color: rgb(195 229 168 / 0.8);
}
.hover\:text-pea-500\/90:hover {
  color: rgb(195 229 168 / 0.9);
}
.hover\:text-pea-500\/95:hover {
  color: rgb(195 229 168 / 0.95);
}
.hover\:text-pea-600:hover {
  --tw-text-opacity: 1;
  color: rgb(168 199 143 / var(--tw-text-opacity));
}
.hover\:text-pea-600\/0:hover {
  color: rgb(168 199 143 / 0);
}
.hover\:text-pea-600\/10:hover {
  color: rgb(168 199 143 / 0.1);
}
.hover\:text-pea-600\/100:hover {
  color: rgb(168 199 143 / 1);
}
.hover\:text-pea-600\/20:hover {
  color: rgb(168 199 143 / 0.2);
}
.hover\:text-pea-600\/25:hover {
  color: rgb(168 199 143 / 0.25);
}
.hover\:text-pea-600\/30:hover {
  color: rgb(168 199 143 / 0.3);
}
.hover\:text-pea-600\/40:hover {
  color: rgb(168 199 143 / 0.4);
}
.hover\:text-pea-600\/5:hover {
  color: rgb(168 199 143 / 0.05);
}
.hover\:text-pea-600\/50:hover {
  color: rgb(168 199 143 / 0.5);
}
.hover\:text-pea-600\/60:hover {
  color: rgb(168 199 143 / 0.6);
}
.hover\:text-pea-600\/70:hover {
  color: rgb(168 199 143 / 0.7);
}
.hover\:text-pea-600\/75:hover {
  color: rgb(168 199 143 / 0.75);
}
.hover\:text-pea-600\/80:hover {
  color: rgb(168 199 143 / 0.8);
}
.hover\:text-pea-600\/90:hover {
  color: rgb(168 199 143 / 0.9);
}
.hover\:text-pea-600\/95:hover {
  color: rgb(168 199 143 / 0.95);
}
.hover\:text-peacock-100:hover {
  --tw-text-opacity: 1;
  color: rgb(167 200 249 / var(--tw-text-opacity));
}
.hover\:text-peacock-100\/0:hover {
  color: rgb(167 200 249 / 0);
}
.hover\:text-peacock-100\/10:hover {
  color: rgb(167 200 249 / 0.1);
}
.hover\:text-peacock-100\/100:hover {
  color: rgb(167 200 249 / 1);
}
.hover\:text-peacock-100\/20:hover {
  color: rgb(167 200 249 / 0.2);
}
.hover\:text-peacock-100\/25:hover {
  color: rgb(167 200 249 / 0.25);
}
.hover\:text-peacock-100\/30:hover {
  color: rgb(167 200 249 / 0.3);
}
.hover\:text-peacock-100\/40:hover {
  color: rgb(167 200 249 / 0.4);
}
.hover\:text-peacock-100\/5:hover {
  color: rgb(167 200 249 / 0.05);
}
.hover\:text-peacock-100\/50:hover {
  color: rgb(167 200 249 / 0.5);
}
.hover\:text-peacock-100\/60:hover {
  color: rgb(167 200 249 / 0.6);
}
.hover\:text-peacock-100\/70:hover {
  color: rgb(167 200 249 / 0.7);
}
.hover\:text-peacock-100\/75:hover {
  color: rgb(167 200 249 / 0.75);
}
.hover\:text-peacock-100\/80:hover {
  color: rgb(167 200 249 / 0.8);
}
.hover\:text-peacock-100\/90:hover {
  color: rgb(167 200 249 / 0.9);
}
.hover\:text-peacock-100\/95:hover {
  color: rgb(167 200 249 / 0.95);
}
.hover\:text-peacock-200:hover {
  --tw-text-opacity: 1;
  color: rgb(119 170 244 / var(--tw-text-opacity));
}
.hover\:text-peacock-200\/0:hover {
  color: rgb(119 170 244 / 0);
}
.hover\:text-peacock-200\/10:hover {
  color: rgb(119 170 244 / 0.1);
}
.hover\:text-peacock-200\/100:hover {
  color: rgb(119 170 244 / 1);
}
.hover\:text-peacock-200\/20:hover {
  color: rgb(119 170 244 / 0.2);
}
.hover\:text-peacock-200\/25:hover {
  color: rgb(119 170 244 / 0.25);
}
.hover\:text-peacock-200\/30:hover {
  color: rgb(119 170 244 / 0.3);
}
.hover\:text-peacock-200\/40:hover {
  color: rgb(119 170 244 / 0.4);
}
.hover\:text-peacock-200\/5:hover {
  color: rgb(119 170 244 / 0.05);
}
.hover\:text-peacock-200\/50:hover {
  color: rgb(119 170 244 / 0.5);
}
.hover\:text-peacock-200\/60:hover {
  color: rgb(119 170 244 / 0.6);
}
.hover\:text-peacock-200\/70:hover {
  color: rgb(119 170 244 / 0.7);
}
.hover\:text-peacock-200\/75:hover {
  color: rgb(119 170 244 / 0.75);
}
.hover\:text-peacock-200\/80:hover {
  color: rgb(119 170 244 / 0.8);
}
.hover\:text-peacock-200\/90:hover {
  color: rgb(119 170 244 / 0.9);
}
.hover\:text-peacock-200\/95:hover {
  color: rgb(119 170 244 / 0.95);
}
.hover\:text-peacock-300:hover {
  --tw-text-opacity: 1;
  color: rgb(78 142 238 / var(--tw-text-opacity));
}
.hover\:text-peacock-300\/0:hover {
  color: rgb(78 142 238 / 0);
}
.hover\:text-peacock-300\/10:hover {
  color: rgb(78 142 238 / 0.1);
}
.hover\:text-peacock-300\/100:hover {
  color: rgb(78 142 238 / 1);
}
.hover\:text-peacock-300\/20:hover {
  color: rgb(78 142 238 / 0.2);
}
.hover\:text-peacock-300\/25:hover {
  color: rgb(78 142 238 / 0.25);
}
.hover\:text-peacock-300\/30:hover {
  color: rgb(78 142 238 / 0.3);
}
.hover\:text-peacock-300\/40:hover {
  color: rgb(78 142 238 / 0.4);
}
.hover\:text-peacock-300\/5:hover {
  color: rgb(78 142 238 / 0.05);
}
.hover\:text-peacock-300\/50:hover {
  color: rgb(78 142 238 / 0.5);
}
.hover\:text-peacock-300\/60:hover {
  color: rgb(78 142 238 / 0.6);
}
.hover\:text-peacock-300\/70:hover {
  color: rgb(78 142 238 / 0.7);
}
.hover\:text-peacock-300\/75:hover {
  color: rgb(78 142 238 / 0.75);
}
.hover\:text-peacock-300\/80:hover {
  color: rgb(78 142 238 / 0.8);
}
.hover\:text-peacock-300\/90:hover {
  color: rgb(78 142 238 / 0.9);
}
.hover\:text-peacock-300\/95:hover {
  color: rgb(78 142 238 / 0.95);
}
.hover\:text-peacock-400:hover {
  --tw-text-opacity: 1;
  color: rgb(46 117 223 / var(--tw-text-opacity));
}
.hover\:text-peacock-400\/0:hover {
  color: rgb(46 117 223 / 0);
}
.hover\:text-peacock-400\/10:hover {
  color: rgb(46 117 223 / 0.1);
}
.hover\:text-peacock-400\/100:hover {
  color: rgb(46 117 223 / 1);
}
.hover\:text-peacock-400\/20:hover {
  color: rgb(46 117 223 / 0.2);
}
.hover\:text-peacock-400\/25:hover {
  color: rgb(46 117 223 / 0.25);
}
.hover\:text-peacock-400\/30:hover {
  color: rgb(46 117 223 / 0.3);
}
.hover\:text-peacock-400\/40:hover {
  color: rgb(46 117 223 / 0.4);
}
.hover\:text-peacock-400\/5:hover {
  color: rgb(46 117 223 / 0.05);
}
.hover\:text-peacock-400\/50:hover {
  color: rgb(46 117 223 / 0.5);
}
.hover\:text-peacock-400\/60:hover {
  color: rgb(46 117 223 / 0.6);
}
.hover\:text-peacock-400\/70:hover {
  color: rgb(46 117 223 / 0.7);
}
.hover\:text-peacock-400\/75:hover {
  color: rgb(46 117 223 / 0.75);
}
.hover\:text-peacock-400\/80:hover {
  color: rgb(46 117 223 / 0.8);
}
.hover\:text-peacock-400\/90:hover {
  color: rgb(46 117 223 / 0.9);
}
.hover\:text-peacock-400\/95:hover {
  color: rgb(46 117 223 / 0.95);
}
.hover\:text-peacock-50:hover {
  --tw-text-opacity: 1;
  color: rgb(205 225 255 / var(--tw-text-opacity));
}
.hover\:text-peacock-50\/0:hover {
  color: rgb(205 225 255 / 0);
}
.hover\:text-peacock-50\/10:hover {
  color: rgb(205 225 255 / 0.1);
}
.hover\:text-peacock-50\/100:hover {
  color: rgb(205 225 255 / 1);
}
.hover\:text-peacock-50\/20:hover {
  color: rgb(205 225 255 / 0.2);
}
.hover\:text-peacock-50\/25:hover {
  color: rgb(205 225 255 / 0.25);
}
.hover\:text-peacock-50\/30:hover {
  color: rgb(205 225 255 / 0.3);
}
.hover\:text-peacock-50\/40:hover {
  color: rgb(205 225 255 / 0.4);
}
.hover\:text-peacock-50\/5:hover {
  color: rgb(205 225 255 / 0.05);
}
.hover\:text-peacock-50\/50:hover {
  color: rgb(205 225 255 / 0.5);
}
.hover\:text-peacock-50\/60:hover {
  color: rgb(205 225 255 / 0.6);
}
.hover\:text-peacock-50\/70:hover {
  color: rgb(205 225 255 / 0.7);
}
.hover\:text-peacock-50\/75:hover {
  color: rgb(205 225 255 / 0.75);
}
.hover\:text-peacock-50\/80:hover {
  color: rgb(205 225 255 / 0.8);
}
.hover\:text-peacock-50\/90:hover {
  color: rgb(205 225 255 / 0.9);
}
.hover\:text-peacock-50\/95:hover {
  color: rgb(205 225 255 / 0.95);
}
.hover\:text-peacock-500:hover {
  --tw-text-opacity: 1;
  color: rgb(21 97 210 / var(--tw-text-opacity));
}
.hover\:text-peacock-500\/0:hover {
  color: rgb(21 97 210 / 0);
}
.hover\:text-peacock-500\/10:hover {
  color: rgb(21 97 210 / 0.1);
}
.hover\:text-peacock-500\/100:hover {
  color: rgb(21 97 210 / 1);
}
.hover\:text-peacock-500\/20:hover {
  color: rgb(21 97 210 / 0.2);
}
.hover\:text-peacock-500\/25:hover {
  color: rgb(21 97 210 / 0.25);
}
.hover\:text-peacock-500\/30:hover {
  color: rgb(21 97 210 / 0.3);
}
.hover\:text-peacock-500\/40:hover {
  color: rgb(21 97 210 / 0.4);
}
.hover\:text-peacock-500\/5:hover {
  color: rgb(21 97 210 / 0.05);
}
.hover\:text-peacock-500\/50:hover {
  color: rgb(21 97 210 / 0.5);
}
.hover\:text-peacock-500\/60:hover {
  color: rgb(21 97 210 / 0.6);
}
.hover\:text-peacock-500\/70:hover {
  color: rgb(21 97 210 / 0.7);
}
.hover\:text-peacock-500\/75:hover {
  color: rgb(21 97 210 / 0.75);
}
.hover\:text-peacock-500\/80:hover {
  color: rgb(21 97 210 / 0.8);
}
.hover\:text-peacock-500\/90:hover {
  color: rgb(21 97 210 / 0.9);
}
.hover\:text-peacock-500\/95:hover {
  color: rgb(21 97 210 / 0.95);
}
.hover\:text-peacock-600:hover {
  --tw-text-opacity: 1;
  color: rgb(7 76 177 / var(--tw-text-opacity));
}
.hover\:text-peacock-600\/0:hover {
  color: rgb(7 76 177 / 0);
}
.hover\:text-peacock-600\/10:hover {
  color: rgb(7 76 177 / 0.1);
}
.hover\:text-peacock-600\/100:hover {
  color: rgb(7 76 177 / 1);
}
.hover\:text-peacock-600\/20:hover {
  color: rgb(7 76 177 / 0.2);
}
.hover\:text-peacock-600\/25:hover {
  color: rgb(7 76 177 / 0.25);
}
.hover\:text-peacock-600\/30:hover {
  color: rgb(7 76 177 / 0.3);
}
.hover\:text-peacock-600\/40:hover {
  color: rgb(7 76 177 / 0.4);
}
.hover\:text-peacock-600\/5:hover {
  color: rgb(7 76 177 / 0.05);
}
.hover\:text-peacock-600\/50:hover {
  color: rgb(7 76 177 / 0.5);
}
.hover\:text-peacock-600\/60:hover {
  color: rgb(7 76 177 / 0.6);
}
.hover\:text-peacock-600\/70:hover {
  color: rgb(7 76 177 / 0.7);
}
.hover\:text-peacock-600\/75:hover {
  color: rgb(7 76 177 / 0.75);
}
.hover\:text-peacock-600\/80:hover {
  color: rgb(7 76 177 / 0.8);
}
.hover\:text-peacock-600\/90:hover {
  color: rgb(7 76 177 / 0.9);
}
.hover\:text-peacock-600\/95:hover {
  color: rgb(7 76 177 / 0.95);
}
.hover\:text-peacock-700:hover {
  --tw-text-opacity: 1;
  color: rgb(0 56 139 / var(--tw-text-opacity));
}
.hover\:text-peacock-700\/0:hover {
  color: rgb(0 56 139 / 0);
}
.hover\:text-peacock-700\/10:hover {
  color: rgb(0 56 139 / 0.1);
}
.hover\:text-peacock-700\/100:hover {
  color: rgb(0 56 139 / 1);
}
.hover\:text-peacock-700\/20:hover {
  color: rgb(0 56 139 / 0.2);
}
.hover\:text-peacock-700\/25:hover {
  color: rgb(0 56 139 / 0.25);
}
.hover\:text-peacock-700\/30:hover {
  color: rgb(0 56 139 / 0.3);
}
.hover\:text-peacock-700\/40:hover {
  color: rgb(0 56 139 / 0.4);
}
.hover\:text-peacock-700\/5:hover {
  color: rgb(0 56 139 / 0.05);
}
.hover\:text-peacock-700\/50:hover {
  color: rgb(0 56 139 / 0.5);
}
.hover\:text-peacock-700\/60:hover {
  color: rgb(0 56 139 / 0.6);
}
.hover\:text-peacock-700\/70:hover {
  color: rgb(0 56 139 / 0.7);
}
.hover\:text-peacock-700\/75:hover {
  color: rgb(0 56 139 / 0.75);
}
.hover\:text-peacock-700\/80:hover {
  color: rgb(0 56 139 / 0.8);
}
.hover\:text-peacock-700\/90:hover {
  color: rgb(0 56 139 / 0.9);
}
.hover\:text-peacock-700\/95:hover {
  color: rgb(0 56 139 / 0.95);
}
.hover\:text-peacock-800:hover {
  --tw-text-opacity: 1;
  color: rgb(0 45 111 / var(--tw-text-opacity));
}
.hover\:text-peacock-800\/0:hover {
  color: rgb(0 45 111 / 0);
}
.hover\:text-peacock-800\/10:hover {
  color: rgb(0 45 111 / 0.1);
}
.hover\:text-peacock-800\/100:hover {
  color: rgb(0 45 111 / 1);
}
.hover\:text-peacock-800\/20:hover {
  color: rgb(0 45 111 / 0.2);
}
.hover\:text-peacock-800\/25:hover {
  color: rgb(0 45 111 / 0.25);
}
.hover\:text-peacock-800\/30:hover {
  color: rgb(0 45 111 / 0.3);
}
.hover\:text-peacock-800\/40:hover {
  color: rgb(0 45 111 / 0.4);
}
.hover\:text-peacock-800\/5:hover {
  color: rgb(0 45 111 / 0.05);
}
.hover\:text-peacock-800\/50:hover {
  color: rgb(0 45 111 / 0.5);
}
.hover\:text-peacock-800\/60:hover {
  color: rgb(0 45 111 / 0.6);
}
.hover\:text-peacock-800\/70:hover {
  color: rgb(0 45 111 / 0.7);
}
.hover\:text-peacock-800\/75:hover {
  color: rgb(0 45 111 / 0.75);
}
.hover\:text-peacock-800\/80:hover {
  color: rgb(0 45 111 / 0.8);
}
.hover\:text-peacock-800\/90:hover {
  color: rgb(0 45 111 / 0.9);
}
.hover\:text-peacock-800\/95:hover {
  color: rgb(0 45 111 / 0.95);
}
.hover\:text-peacock-900:hover {
  --tw-text-opacity: 1;
  color: rgb(0 27 67 / var(--tw-text-opacity));
}
.hover\:text-peacock-900\/0:hover {
  color: rgb(0 27 67 / 0);
}
.hover\:text-peacock-900\/10:hover {
  color: rgb(0 27 67 / 0.1);
}
.hover\:text-peacock-900\/100:hover {
  color: rgb(0 27 67 / 1);
}
.hover\:text-peacock-900\/20:hover {
  color: rgb(0 27 67 / 0.2);
}
.hover\:text-peacock-900\/25:hover {
  color: rgb(0 27 67 / 0.25);
}
.hover\:text-peacock-900\/30:hover {
  color: rgb(0 27 67 / 0.3);
}
.hover\:text-peacock-900\/40:hover {
  color: rgb(0 27 67 / 0.4);
}
.hover\:text-peacock-900\/5:hover {
  color: rgb(0 27 67 / 0.05);
}
.hover\:text-peacock-900\/50:hover {
  color: rgb(0 27 67 / 0.5);
}
.hover\:text-peacock-900\/60:hover {
  color: rgb(0 27 67 / 0.6);
}
.hover\:text-peacock-900\/70:hover {
  color: rgb(0 27 67 / 0.7);
}
.hover\:text-peacock-900\/75:hover {
  color: rgb(0 27 67 / 0.75);
}
.hover\:text-peacock-900\/80:hover {
  color: rgb(0 27 67 / 0.8);
}
.hover\:text-peacock-900\/90:hover {
  color: rgb(0 27 67 / 0.9);
}
.hover\:text-peacock-900\/95:hover {
  color: rgb(0 27 67 / 0.95);
}
.hover\:text-primary-100:hover {
  --tw-text-opacity: 1;
  color: rgb(231 239 246 / var(--tw-text-opacity));
}
.hover\:text-primary-100\/0:hover {
  color: rgb(231 239 246 / 0);
}
.hover\:text-primary-100\/10:hover {
  color: rgb(231 239 246 / 0.1);
}
.hover\:text-primary-100\/100:hover {
  color: rgb(231 239 246 / 1);
}
.hover\:text-primary-100\/20:hover {
  color: rgb(231 239 246 / 0.2);
}
.hover\:text-primary-100\/25:hover {
  color: rgb(231 239 246 / 0.25);
}
.hover\:text-primary-100\/30:hover {
  color: rgb(231 239 246 / 0.3);
}
.hover\:text-primary-100\/40:hover {
  color: rgb(231 239 246 / 0.4);
}
.hover\:text-primary-100\/5:hover {
  color: rgb(231 239 246 / 0.05);
}
.hover\:text-primary-100\/50:hover {
  color: rgb(231 239 246 / 0.5);
}
.hover\:text-primary-100\/60:hover {
  color: rgb(231 239 246 / 0.6);
}
.hover\:text-primary-100\/70:hover {
  color: rgb(231 239 246 / 0.7);
}
.hover\:text-primary-100\/75:hover {
  color: rgb(231 239 246 / 0.75);
}
.hover\:text-primary-100\/80:hover {
  color: rgb(231 239 246 / 0.8);
}
.hover\:text-primary-100\/90:hover {
  color: rgb(231 239 246 / 0.9);
}
.hover\:text-primary-100\/95:hover {
  color: rgb(231 239 246 / 0.95);
}
.hover\:text-primary-200:hover {
  --tw-text-opacity: 1;
  color: rgb(206 224 242 / var(--tw-text-opacity));
}
.hover\:text-primary-200\/0:hover {
  color: rgb(206 224 242 / 0);
}
.hover\:text-primary-200\/10:hover {
  color: rgb(206 224 242 / 0.1);
}
.hover\:text-primary-200\/100:hover {
  color: rgb(206 224 242 / 1);
}
.hover\:text-primary-200\/20:hover {
  color: rgb(206 224 242 / 0.2);
}
.hover\:text-primary-200\/25:hover {
  color: rgb(206 224 242 / 0.25);
}
.hover\:text-primary-200\/30:hover {
  color: rgb(206 224 242 / 0.3);
}
.hover\:text-primary-200\/40:hover {
  color: rgb(206 224 242 / 0.4);
}
.hover\:text-primary-200\/5:hover {
  color: rgb(206 224 242 / 0.05);
}
.hover\:text-primary-200\/50:hover {
  color: rgb(206 224 242 / 0.5);
}
.hover\:text-primary-200\/60:hover {
  color: rgb(206 224 242 / 0.6);
}
.hover\:text-primary-200\/70:hover {
  color: rgb(206 224 242 / 0.7);
}
.hover\:text-primary-200\/75:hover {
  color: rgb(206 224 242 / 0.75);
}
.hover\:text-primary-200\/80:hover {
  color: rgb(206 224 242 / 0.8);
}
.hover\:text-primary-200\/90:hover {
  color: rgb(206 224 242 / 0.9);
}
.hover\:text-primary-200\/95:hover {
  color: rgb(206 224 242 / 0.95);
}
.hover\:text-primary-300:hover {
  --tw-text-opacity: 1;
  color: rgb(172 208 245 / var(--tw-text-opacity));
}
.hover\:text-primary-300\/0:hover {
  color: rgb(172 208 245 / 0);
}
.hover\:text-primary-300\/10:hover {
  color: rgb(172 208 245 / 0.1);
}
.hover\:text-primary-300\/100:hover {
  color: rgb(172 208 245 / 1);
}
.hover\:text-primary-300\/20:hover {
  color: rgb(172 208 245 / 0.2);
}
.hover\:text-primary-300\/25:hover {
  color: rgb(172 208 245 / 0.25);
}
.hover\:text-primary-300\/30:hover {
  color: rgb(172 208 245 / 0.3);
}
.hover\:text-primary-300\/40:hover {
  color: rgb(172 208 245 / 0.4);
}
.hover\:text-primary-300\/5:hover {
  color: rgb(172 208 245 / 0.05);
}
.hover\:text-primary-300\/50:hover {
  color: rgb(172 208 245 / 0.5);
}
.hover\:text-primary-300\/60:hover {
  color: rgb(172 208 245 / 0.6);
}
.hover\:text-primary-300\/70:hover {
  color: rgb(172 208 245 / 0.7);
}
.hover\:text-primary-300\/75:hover {
  color: rgb(172 208 245 / 0.75);
}
.hover\:text-primary-300\/80:hover {
  color: rgb(172 208 245 / 0.8);
}
.hover\:text-primary-300\/90:hover {
  color: rgb(172 208 245 / 0.9);
}
.hover\:text-primary-300\/95:hover {
  color: rgb(172 208 245 / 0.95);
}
.hover\:text-primary-400:hover {
  --tw-text-opacity: 1;
  color: rgb(115 173 233 / var(--tw-text-opacity));
}
.hover\:text-primary-400\/0:hover {
  color: rgb(115 173 233 / 0);
}
.hover\:text-primary-400\/10:hover {
  color: rgb(115 173 233 / 0.1);
}
.hover\:text-primary-400\/100:hover {
  color: rgb(115 173 233 / 1);
}
.hover\:text-primary-400\/20:hover {
  color: rgb(115 173 233 / 0.2);
}
.hover\:text-primary-400\/25:hover {
  color: rgb(115 173 233 / 0.25);
}
.hover\:text-primary-400\/30:hover {
  color: rgb(115 173 233 / 0.3);
}
.hover\:text-primary-400\/40:hover {
  color: rgb(115 173 233 / 0.4);
}
.hover\:text-primary-400\/5:hover {
  color: rgb(115 173 233 / 0.05);
}
.hover\:text-primary-400\/50:hover {
  color: rgb(115 173 233 / 0.5);
}
.hover\:text-primary-400\/60:hover {
  color: rgb(115 173 233 / 0.6);
}
.hover\:text-primary-400\/70:hover {
  color: rgb(115 173 233 / 0.7);
}
.hover\:text-primary-400\/75:hover {
  color: rgb(115 173 233 / 0.75);
}
.hover\:text-primary-400\/80:hover {
  color: rgb(115 173 233 / 0.8);
}
.hover\:text-primary-400\/90:hover {
  color: rgb(115 173 233 / 0.9);
}
.hover\:text-primary-400\/95:hover {
  color: rgb(115 173 233 / 0.95);
}
.hover\:text-primary-50:hover {
  --tw-text-opacity: 1;
  color: rgb(239 246 252 / var(--tw-text-opacity));
}
.hover\:text-primary-50\/0:hover {
  color: rgb(239 246 252 / 0);
}
.hover\:text-primary-50\/10:hover {
  color: rgb(239 246 252 / 0.1);
}
.hover\:text-primary-50\/100:hover {
  color: rgb(239 246 252 / 1);
}
.hover\:text-primary-50\/20:hover {
  color: rgb(239 246 252 / 0.2);
}
.hover\:text-primary-50\/25:hover {
  color: rgb(239 246 252 / 0.25);
}
.hover\:text-primary-50\/30:hover {
  color: rgb(239 246 252 / 0.3);
}
.hover\:text-primary-50\/40:hover {
  color: rgb(239 246 252 / 0.4);
}
.hover\:text-primary-50\/5:hover {
  color: rgb(239 246 252 / 0.05);
}
.hover\:text-primary-50\/50:hover {
  color: rgb(239 246 252 / 0.5);
}
.hover\:text-primary-50\/60:hover {
  color: rgb(239 246 252 / 0.6);
}
.hover\:text-primary-50\/70:hover {
  color: rgb(239 246 252 / 0.7);
}
.hover\:text-primary-50\/75:hover {
  color: rgb(239 246 252 / 0.75);
}
.hover\:text-primary-50\/80:hover {
  color: rgb(239 246 252 / 0.8);
}
.hover\:text-primary-50\/90:hover {
  color: rgb(239 246 252 / 0.9);
}
.hover\:text-primary-50\/95:hover {
  color: rgb(239 246 252 / 0.95);
}
.hover\:text-primary-500:hover {
  --tw-text-opacity: 1;
  color: rgb(50 126 205 / var(--tw-text-opacity));
}
.hover\:text-primary-500\/0:hover {
  color: rgb(50 126 205 / 0);
}
.hover\:text-primary-500\/10:hover {
  color: rgb(50 126 205 / 0.1);
}
.hover\:text-primary-500\/100:hover {
  color: rgb(50 126 205 / 1);
}
.hover\:text-primary-500\/20:hover {
  color: rgb(50 126 205 / 0.2);
}
.hover\:text-primary-500\/25:hover {
  color: rgb(50 126 205 / 0.25);
}
.hover\:text-primary-500\/30:hover {
  color: rgb(50 126 205 / 0.3);
}
.hover\:text-primary-500\/40:hover {
  color: rgb(50 126 205 / 0.4);
}
.hover\:text-primary-500\/5:hover {
  color: rgb(50 126 205 / 0.05);
}
.hover\:text-primary-500\/50:hover {
  color: rgb(50 126 205 / 0.5);
}
.hover\:text-primary-500\/60:hover {
  color: rgb(50 126 205 / 0.6);
}
.hover\:text-primary-500\/70:hover {
  color: rgb(50 126 205 / 0.7);
}
.hover\:text-primary-500\/75:hover {
  color: rgb(50 126 205 / 0.75);
}
.hover\:text-primary-500\/80:hover {
  color: rgb(50 126 205 / 0.8);
}
.hover\:text-primary-500\/90:hover {
  color: rgb(50 126 205 / 0.9);
}
.hover\:text-primary-500\/95:hover {
  color: rgb(50 126 205 / 0.95);
}
.hover\:text-primary-600:hover {
  --tw-text-opacity: 1;
  color: rgb(31 101 174 / var(--tw-text-opacity));
}
.hover\:text-primary-600\/0:hover {
  color: rgb(31 101 174 / 0);
}
.hover\:text-primary-600\/10:hover {
  color: rgb(31 101 174 / 0.1);
}
.hover\:text-primary-600\/100:hover {
  color: rgb(31 101 174 / 1);
}
.hover\:text-primary-600\/20:hover {
  color: rgb(31 101 174 / 0.2);
}
.hover\:text-primary-600\/25:hover {
  color: rgb(31 101 174 / 0.25);
}
.hover\:text-primary-600\/30:hover {
  color: rgb(31 101 174 / 0.3);
}
.hover\:text-primary-600\/40:hover {
  color: rgb(31 101 174 / 0.4);
}
.hover\:text-primary-600\/5:hover {
  color: rgb(31 101 174 / 0.05);
}
.hover\:text-primary-600\/50:hover {
  color: rgb(31 101 174 / 0.5);
}
.hover\:text-primary-600\/60:hover {
  color: rgb(31 101 174 / 0.6);
}
.hover\:text-primary-600\/70:hover {
  color: rgb(31 101 174 / 0.7);
}
.hover\:text-primary-600\/75:hover {
  color: rgb(31 101 174 / 0.75);
}
.hover\:text-primary-600\/80:hover {
  color: rgb(31 101 174 / 0.8);
}
.hover\:text-primary-600\/90:hover {
  color: rgb(31 101 174 / 0.9);
}
.hover\:text-primary-600\/95:hover {
  color: rgb(31 101 174 / 0.95);
}
.hover\:text-primary-700:hover {
  --tw-text-opacity: 1;
  color: rgb(20 80 143 / var(--tw-text-opacity));
}
.hover\:text-primary-700\/0:hover {
  color: rgb(20 80 143 / 0);
}
.hover\:text-primary-700\/10:hover {
  color: rgb(20 80 143 / 0.1);
}
.hover\:text-primary-700\/100:hover {
  color: rgb(20 80 143 / 1);
}
.hover\:text-primary-700\/20:hover {
  color: rgb(20 80 143 / 0.2);
}
.hover\:text-primary-700\/25:hover {
  color: rgb(20 80 143 / 0.25);
}
.hover\:text-primary-700\/30:hover {
  color: rgb(20 80 143 / 0.3);
}
.hover\:text-primary-700\/40:hover {
  color: rgb(20 80 143 / 0.4);
}
.hover\:text-primary-700\/5:hover {
  color: rgb(20 80 143 / 0.05);
}
.hover\:text-primary-700\/50:hover {
  color: rgb(20 80 143 / 0.5);
}
.hover\:text-primary-700\/60:hover {
  color: rgb(20 80 143 / 0.6);
}
.hover\:text-primary-700\/70:hover {
  color: rgb(20 80 143 / 0.7);
}
.hover\:text-primary-700\/75:hover {
  color: rgb(20 80 143 / 0.75);
}
.hover\:text-primary-700\/80:hover {
  color: rgb(20 80 143 / 0.8);
}
.hover\:text-primary-700\/90:hover {
  color: rgb(20 80 143 / 0.9);
}
.hover\:text-primary-700\/95:hover {
  color: rgb(20 80 143 / 0.95);
}
.hover\:text-primary-800:hover {
  --tw-text-opacity: 1;
  color: rgb(10 62 117 / var(--tw-text-opacity));
}
.hover\:text-primary-800\/0:hover {
  color: rgb(10 62 117 / 0);
}
.hover\:text-primary-800\/10:hover {
  color: rgb(10 62 117 / 0.1);
}
.hover\:text-primary-800\/100:hover {
  color: rgb(10 62 117 / 1);
}
.hover\:text-primary-800\/20:hover {
  color: rgb(10 62 117 / 0.2);
}
.hover\:text-primary-800\/25:hover {
  color: rgb(10 62 117 / 0.25);
}
.hover\:text-primary-800\/30:hover {
  color: rgb(10 62 117 / 0.3);
}
.hover\:text-primary-800\/40:hover {
  color: rgb(10 62 117 / 0.4);
}
.hover\:text-primary-800\/5:hover {
  color: rgb(10 62 117 / 0.05);
}
.hover\:text-primary-800\/50:hover {
  color: rgb(10 62 117 / 0.5);
}
.hover\:text-primary-800\/60:hover {
  color: rgb(10 62 117 / 0.6);
}
.hover\:text-primary-800\/70:hover {
  color: rgb(10 62 117 / 0.7);
}
.hover\:text-primary-800\/75:hover {
  color: rgb(10 62 117 / 0.75);
}
.hover\:text-primary-800\/80:hover {
  color: rgb(10 62 117 / 0.8);
}
.hover\:text-primary-800\/90:hover {
  color: rgb(10 62 117 / 0.9);
}
.hover\:text-primary-800\/95:hover {
  color: rgb(10 62 117 / 0.95);
}
.hover\:text-primary-900:hover {
  --tw-text-opacity: 1;
  color: rgb(5 46 89 / var(--tw-text-opacity));
}
.hover\:text-primary-900\/0:hover {
  color: rgb(5 46 89 / 0);
}
.hover\:text-primary-900\/10:hover {
  color: rgb(5 46 89 / 0.1);
}
.hover\:text-primary-900\/100:hover {
  color: rgb(5 46 89 / 1);
}
.hover\:text-primary-900\/20:hover {
  color: rgb(5 46 89 / 0.2);
}
.hover\:text-primary-900\/25:hover {
  color: rgb(5 46 89 / 0.25);
}
.hover\:text-primary-900\/30:hover {
  color: rgb(5 46 89 / 0.3);
}
.hover\:text-primary-900\/40:hover {
  color: rgb(5 46 89 / 0.4);
}
.hover\:text-primary-900\/5:hover {
  color: rgb(5 46 89 / 0.05);
}
.hover\:text-primary-900\/50:hover {
  color: rgb(5 46 89 / 0.5);
}
.hover\:text-primary-900\/60:hover {
  color: rgb(5 46 89 / 0.6);
}
.hover\:text-primary-900\/70:hover {
  color: rgb(5 46 89 / 0.7);
}
.hover\:text-primary-900\/75:hover {
  color: rgb(5 46 89 / 0.75);
}
.hover\:text-primary-900\/80:hover {
  color: rgb(5 46 89 / 0.8);
}
.hover\:text-primary-900\/90:hover {
  color: rgb(5 46 89 / 0.9);
}
.hover\:text-primary-900\/95:hover {
  color: rgb(5 46 89 / 0.95);
}
.hover\:text-sky-300:hover {
  --tw-text-opacity: 1;
  color: rgb(242 251 255 / var(--tw-text-opacity));
}
.hover\:text-sky-300\/0:hover {
  color: rgb(242 251 255 / 0);
}
.hover\:text-sky-300\/10:hover {
  color: rgb(242 251 255 / 0.1);
}
.hover\:text-sky-300\/100:hover {
  color: rgb(242 251 255 / 1);
}
.hover\:text-sky-300\/20:hover {
  color: rgb(242 251 255 / 0.2);
}
.hover\:text-sky-300\/25:hover {
  color: rgb(242 251 255 / 0.25);
}
.hover\:text-sky-300\/30:hover {
  color: rgb(242 251 255 / 0.3);
}
.hover\:text-sky-300\/40:hover {
  color: rgb(242 251 255 / 0.4);
}
.hover\:text-sky-300\/5:hover {
  color: rgb(242 251 255 / 0.05);
}
.hover\:text-sky-300\/50:hover {
  color: rgb(242 251 255 / 0.5);
}
.hover\:text-sky-300\/60:hover {
  color: rgb(242 251 255 / 0.6);
}
.hover\:text-sky-300\/70:hover {
  color: rgb(242 251 255 / 0.7);
}
.hover\:text-sky-300\/75:hover {
  color: rgb(242 251 255 / 0.75);
}
.hover\:text-sky-300\/80:hover {
  color: rgb(242 251 255 / 0.8);
}
.hover\:text-sky-300\/90:hover {
  color: rgb(242 251 255 / 0.9);
}
.hover\:text-sky-300\/95:hover {
  color: rgb(242 251 255 / 0.95);
}
.hover\:text-sky-400:hover {
  --tw-text-opacity: 1;
  color: rgb(221 245 255 / var(--tw-text-opacity));
}
.hover\:text-sky-400\/0:hover {
  color: rgb(221 245 255 / 0);
}
.hover\:text-sky-400\/10:hover {
  color: rgb(221 245 255 / 0.1);
}
.hover\:text-sky-400\/100:hover {
  color: rgb(221 245 255 / 1);
}
.hover\:text-sky-400\/20:hover {
  color: rgb(221 245 255 / 0.2);
}
.hover\:text-sky-400\/25:hover {
  color: rgb(221 245 255 / 0.25);
}
.hover\:text-sky-400\/30:hover {
  color: rgb(221 245 255 / 0.3);
}
.hover\:text-sky-400\/40:hover {
  color: rgb(221 245 255 / 0.4);
}
.hover\:text-sky-400\/5:hover {
  color: rgb(221 245 255 / 0.05);
}
.hover\:text-sky-400\/50:hover {
  color: rgb(221 245 255 / 0.5);
}
.hover\:text-sky-400\/60:hover {
  color: rgb(221 245 255 / 0.6);
}
.hover\:text-sky-400\/70:hover {
  color: rgb(221 245 255 / 0.7);
}
.hover\:text-sky-400\/75:hover {
  color: rgb(221 245 255 / 0.75);
}
.hover\:text-sky-400\/80:hover {
  color: rgb(221 245 255 / 0.8);
}
.hover\:text-sky-400\/90:hover {
  color: rgb(221 245 255 / 0.9);
}
.hover\:text-sky-400\/95:hover {
  color: rgb(221 245 255 / 0.95);
}
.hover\:text-sky-500:hover {
  --tw-text-opacity: 1;
  color: rgb(193 237 255 / var(--tw-text-opacity));
}
.hover\:text-sky-500\/0:hover {
  color: rgb(193 237 255 / 0);
}
.hover\:text-sky-500\/10:hover {
  color: rgb(193 237 255 / 0.1);
}
.hover\:text-sky-500\/100:hover {
  color: rgb(193 237 255 / 1);
}
.hover\:text-sky-500\/20:hover {
  color: rgb(193 237 255 / 0.2);
}
.hover\:text-sky-500\/25:hover {
  color: rgb(193 237 255 / 0.25);
}
.hover\:text-sky-500\/30:hover {
  color: rgb(193 237 255 / 0.3);
}
.hover\:text-sky-500\/40:hover {
  color: rgb(193 237 255 / 0.4);
}
.hover\:text-sky-500\/5:hover {
  color: rgb(193 237 255 / 0.05);
}
.hover\:text-sky-500\/50:hover {
  color: rgb(193 237 255 / 0.5);
}
.hover\:text-sky-500\/60:hover {
  color: rgb(193 237 255 / 0.6);
}
.hover\:text-sky-500\/70:hover {
  color: rgb(193 237 255 / 0.7);
}
.hover\:text-sky-500\/75:hover {
  color: rgb(193 237 255 / 0.75);
}
.hover\:text-sky-500\/80:hover {
  color: rgb(193 237 255 / 0.8);
}
.hover\:text-sky-500\/90:hover {
  color: rgb(193 237 255 / 0.9);
}
.hover\:text-sky-500\/95:hover {
  color: rgb(193 237 255 / 0.95);
}
.hover\:text-sky-600:hover {
  --tw-text-opacity: 1;
  color: rgb(153 206 227 / var(--tw-text-opacity));
}
.hover\:text-sky-600\/0:hover {
  color: rgb(153 206 227 / 0);
}
.hover\:text-sky-600\/10:hover {
  color: rgb(153 206 227 / 0.1);
}
.hover\:text-sky-600\/100:hover {
  color: rgb(153 206 227 / 1);
}
.hover\:text-sky-600\/20:hover {
  color: rgb(153 206 227 / 0.2);
}
.hover\:text-sky-600\/25:hover {
  color: rgb(153 206 227 / 0.25);
}
.hover\:text-sky-600\/30:hover {
  color: rgb(153 206 227 / 0.3);
}
.hover\:text-sky-600\/40:hover {
  color: rgb(153 206 227 / 0.4);
}
.hover\:text-sky-600\/5:hover {
  color: rgb(153 206 227 / 0.05);
}
.hover\:text-sky-600\/50:hover {
  color: rgb(153 206 227 / 0.5);
}
.hover\:text-sky-600\/60:hover {
  color: rgb(153 206 227 / 0.6);
}
.hover\:text-sky-600\/70:hover {
  color: rgb(153 206 227 / 0.7);
}
.hover\:text-sky-600\/75:hover {
  color: rgb(153 206 227 / 0.75);
}
.hover\:text-sky-600\/80:hover {
  color: rgb(153 206 227 / 0.8);
}
.hover\:text-sky-600\/90:hover {
  color: rgb(153 206 227 / 0.9);
}
.hover\:text-sky-600\/95:hover {
  color: rgb(153 206 227 / 0.95);
}
.hover\:text-success-100:hover {
  --tw-text-opacity: 1;
  color: rgb(217 255 216 / var(--tw-text-opacity));
}
.hover\:text-success-100\/0:hover {
  color: rgb(217 255 216 / 0);
}
.hover\:text-success-100\/10:hover {
  color: rgb(217 255 216 / 0.1);
}
.hover\:text-success-100\/100:hover {
  color: rgb(217 255 216 / 1);
}
.hover\:text-success-100\/20:hover {
  color: rgb(217 255 216 / 0.2);
}
.hover\:text-success-100\/25:hover {
  color: rgb(217 255 216 / 0.25);
}
.hover\:text-success-100\/30:hover {
  color: rgb(217 255 216 / 0.3);
}
.hover\:text-success-100\/40:hover {
  color: rgb(217 255 216 / 0.4);
}
.hover\:text-success-100\/5:hover {
  color: rgb(217 255 216 / 0.05);
}
.hover\:text-success-100\/50:hover {
  color: rgb(217 255 216 / 0.5);
}
.hover\:text-success-100\/60:hover {
  color: rgb(217 255 216 / 0.6);
}
.hover\:text-success-100\/70:hover {
  color: rgb(217 255 216 / 0.7);
}
.hover\:text-success-100\/75:hover {
  color: rgb(217 255 216 / 0.75);
}
.hover\:text-success-100\/80:hover {
  color: rgb(217 255 216 / 0.8);
}
.hover\:text-success-100\/90:hover {
  color: rgb(217 255 216 / 0.9);
}
.hover\:text-success-100\/95:hover {
  color: rgb(217 255 216 / 0.95);
}
.hover\:text-success-200:hover {
  --tw-text-opacity: 1;
  color: rgb(187 247 189 / var(--tw-text-opacity));
}
.hover\:text-success-200\/0:hover {
  color: rgb(187 247 189 / 0);
}
.hover\:text-success-200\/10:hover {
  color: rgb(187 247 189 / 0.1);
}
.hover\:text-success-200\/100:hover {
  color: rgb(187 247 189 / 1);
}
.hover\:text-success-200\/20:hover {
  color: rgb(187 247 189 / 0.2);
}
.hover\:text-success-200\/25:hover {
  color: rgb(187 247 189 / 0.25);
}
.hover\:text-success-200\/30:hover {
  color: rgb(187 247 189 / 0.3);
}
.hover\:text-success-200\/40:hover {
  color: rgb(187 247 189 / 0.4);
}
.hover\:text-success-200\/5:hover {
  color: rgb(187 247 189 / 0.05);
}
.hover\:text-success-200\/50:hover {
  color: rgb(187 247 189 / 0.5);
}
.hover\:text-success-200\/60:hover {
  color: rgb(187 247 189 / 0.6);
}
.hover\:text-success-200\/70:hover {
  color: rgb(187 247 189 / 0.7);
}
.hover\:text-success-200\/75:hover {
  color: rgb(187 247 189 / 0.75);
}
.hover\:text-success-200\/80:hover {
  color: rgb(187 247 189 / 0.8);
}
.hover\:text-success-200\/90:hover {
  color: rgb(187 247 189 / 0.9);
}
.hover\:text-success-200\/95:hover {
  color: rgb(187 247 189 / 0.95);
}
.hover\:text-success-300:hover {
  --tw-text-opacity: 1;
  color: rgb(134 239 144 / var(--tw-text-opacity));
}
.hover\:text-success-300\/0:hover {
  color: rgb(134 239 144 / 0);
}
.hover\:text-success-300\/10:hover {
  color: rgb(134 239 144 / 0.1);
}
.hover\:text-success-300\/100:hover {
  color: rgb(134 239 144 / 1);
}
.hover\:text-success-300\/20:hover {
  color: rgb(134 239 144 / 0.2);
}
.hover\:text-success-300\/25:hover {
  color: rgb(134 239 144 / 0.25);
}
.hover\:text-success-300\/30:hover {
  color: rgb(134 239 144 / 0.3);
}
.hover\:text-success-300\/40:hover {
  color: rgb(134 239 144 / 0.4);
}
.hover\:text-success-300\/5:hover {
  color: rgb(134 239 144 / 0.05);
}
.hover\:text-success-300\/50:hover {
  color: rgb(134 239 144 / 0.5);
}
.hover\:text-success-300\/60:hover {
  color: rgb(134 239 144 / 0.6);
}
.hover\:text-success-300\/70:hover {
  color: rgb(134 239 144 / 0.7);
}
.hover\:text-success-300\/75:hover {
  color: rgb(134 239 144 / 0.75);
}
.hover\:text-success-300\/80:hover {
  color: rgb(134 239 144 / 0.8);
}
.hover\:text-success-300\/90:hover {
  color: rgb(134 239 144 / 0.9);
}
.hover\:text-success-300\/95:hover {
  color: rgb(134 239 144 / 0.95);
}
.hover\:text-success-400:hover {
  --tw-text-opacity: 1;
  color: rgb(34 197 89 / var(--tw-text-opacity));
}
.hover\:text-success-400\/0:hover {
  color: rgb(34 197 89 / 0);
}
.hover\:text-success-400\/10:hover {
  color: rgb(34 197 89 / 0.1);
}
.hover\:text-success-400\/100:hover {
  color: rgb(34 197 89 / 1);
}
.hover\:text-success-400\/20:hover {
  color: rgb(34 197 89 / 0.2);
}
.hover\:text-success-400\/25:hover {
  color: rgb(34 197 89 / 0.25);
}
.hover\:text-success-400\/30:hover {
  color: rgb(34 197 89 / 0.3);
}
.hover\:text-success-400\/40:hover {
  color: rgb(34 197 89 / 0.4);
}
.hover\:text-success-400\/5:hover {
  color: rgb(34 197 89 / 0.05);
}
.hover\:text-success-400\/50:hover {
  color: rgb(34 197 89 / 0.5);
}
.hover\:text-success-400\/60:hover {
  color: rgb(34 197 89 / 0.6);
}
.hover\:text-success-400\/70:hover {
  color: rgb(34 197 89 / 0.7);
}
.hover\:text-success-400\/75:hover {
  color: rgb(34 197 89 / 0.75);
}
.hover\:text-success-400\/80:hover {
  color: rgb(34 197 89 / 0.8);
}
.hover\:text-success-400\/90:hover {
  color: rgb(34 197 89 / 0.9);
}
.hover\:text-success-400\/95:hover {
  color: rgb(34 197 89 / 0.95);
}
.hover\:text-success-50:hover {
  --tw-text-opacity: 1;
  color: rgb(240 253 241 / var(--tw-text-opacity));
}
.hover\:text-success-50\/0:hover {
  color: rgb(240 253 241 / 0);
}
.hover\:text-success-50\/10:hover {
  color: rgb(240 253 241 / 0.1);
}
.hover\:text-success-50\/100:hover {
  color: rgb(240 253 241 / 1);
}
.hover\:text-success-50\/20:hover {
  color: rgb(240 253 241 / 0.2);
}
.hover\:text-success-50\/25:hover {
  color: rgb(240 253 241 / 0.25);
}
.hover\:text-success-50\/30:hover {
  color: rgb(240 253 241 / 0.3);
}
.hover\:text-success-50\/40:hover {
  color: rgb(240 253 241 / 0.4);
}
.hover\:text-success-50\/5:hover {
  color: rgb(240 253 241 / 0.05);
}
.hover\:text-success-50\/50:hover {
  color: rgb(240 253 241 / 0.5);
}
.hover\:text-success-50\/60:hover {
  color: rgb(240 253 241 / 0.6);
}
.hover\:text-success-50\/70:hover {
  color: rgb(240 253 241 / 0.7);
}
.hover\:text-success-50\/75:hover {
  color: rgb(240 253 241 / 0.75);
}
.hover\:text-success-50\/80:hover {
  color: rgb(240 253 241 / 0.8);
}
.hover\:text-success-50\/90:hover {
  color: rgb(240 253 241 / 0.9);
}
.hover\:text-success-50\/95:hover {
  color: rgb(240 253 241 / 0.95);
}
.hover\:text-success-500:hover {
  --tw-text-opacity: 1;
  color: rgb(24 177 76 / var(--tw-text-opacity));
}
.hover\:text-success-500\/0:hover {
  color: rgb(24 177 76 / 0);
}
.hover\:text-success-500\/10:hover {
  color: rgb(24 177 76 / 0.1);
}
.hover\:text-success-500\/100:hover {
  color: rgb(24 177 76 / 1);
}
.hover\:text-success-500\/20:hover {
  color: rgb(24 177 76 / 0.2);
}
.hover\:text-success-500\/25:hover {
  color: rgb(24 177 76 / 0.25);
}
.hover\:text-success-500\/30:hover {
  color: rgb(24 177 76 / 0.3);
}
.hover\:text-success-500\/40:hover {
  color: rgb(24 177 76 / 0.4);
}
.hover\:text-success-500\/5:hover {
  color: rgb(24 177 76 / 0.05);
}
.hover\:text-success-500\/50:hover {
  color: rgb(24 177 76 / 0.5);
}
.hover\:text-success-500\/60:hover {
  color: rgb(24 177 76 / 0.6);
}
.hover\:text-success-500\/70:hover {
  color: rgb(24 177 76 / 0.7);
}
.hover\:text-success-500\/75:hover {
  color: rgb(24 177 76 / 0.75);
}
.hover\:text-success-500\/80:hover {
  color: rgb(24 177 76 / 0.8);
}
.hover\:text-success-500\/90:hover {
  color: rgb(24 177 76 / 0.9);
}
.hover\:text-success-500\/95:hover {
  color: rgb(24 177 76 / 0.95);
}
.hover\:text-success-600:hover {
  --tw-text-opacity: 1;
  color: rgb(17 153 47 / var(--tw-text-opacity));
}
.hover\:text-success-600\/0:hover {
  color: rgb(17 153 47 / 0);
}
.hover\:text-success-600\/10:hover {
  color: rgb(17 153 47 / 0.1);
}
.hover\:text-success-600\/100:hover {
  color: rgb(17 153 47 / 1);
}
.hover\:text-success-600\/20:hover {
  color: rgb(17 153 47 / 0.2);
}
.hover\:text-success-600\/25:hover {
  color: rgb(17 153 47 / 0.25);
}
.hover\:text-success-600\/30:hover {
  color: rgb(17 153 47 / 0.3);
}
.hover\:text-success-600\/40:hover {
  color: rgb(17 153 47 / 0.4);
}
.hover\:text-success-600\/5:hover {
  color: rgb(17 153 47 / 0.05);
}
.hover\:text-success-600\/50:hover {
  color: rgb(17 153 47 / 0.5);
}
.hover\:text-success-600\/60:hover {
  color: rgb(17 153 47 / 0.6);
}
.hover\:text-success-600\/70:hover {
  color: rgb(17 153 47 / 0.7);
}
.hover\:text-success-600\/75:hover {
  color: rgb(17 153 47 / 0.75);
}
.hover\:text-success-600\/80:hover {
  color: rgb(17 153 47 / 0.8);
}
.hover\:text-success-600\/90:hover {
  color: rgb(17 153 47 / 0.9);
}
.hover\:text-success-600\/95:hover {
  color: rgb(17 153 47 / 0.95);
}
.hover\:text-success-700:hover {
  --tw-text-opacity: 1;
  color: rgb(28 131 19 / var(--tw-text-opacity));
}
.hover\:text-success-700\/0:hover {
  color: rgb(28 131 19 / 0);
}
.hover\:text-success-700\/10:hover {
  color: rgb(28 131 19 / 0.1);
}
.hover\:text-success-700\/100:hover {
  color: rgb(28 131 19 / 1);
}
.hover\:text-success-700\/20:hover {
  color: rgb(28 131 19 / 0.2);
}
.hover\:text-success-700\/25:hover {
  color: rgb(28 131 19 / 0.25);
}
.hover\:text-success-700\/30:hover {
  color: rgb(28 131 19 / 0.3);
}
.hover\:text-success-700\/40:hover {
  color: rgb(28 131 19 / 0.4);
}
.hover\:text-success-700\/5:hover {
  color: rgb(28 131 19 / 0.05);
}
.hover\:text-success-700\/50:hover {
  color: rgb(28 131 19 / 0.5);
}
.hover\:text-success-700\/60:hover {
  color: rgb(28 131 19 / 0.6);
}
.hover\:text-success-700\/70:hover {
  color: rgb(28 131 19 / 0.7);
}
.hover\:text-success-700\/75:hover {
  color: rgb(28 131 19 / 0.75);
}
.hover\:text-success-700\/80:hover {
  color: rgb(28 131 19 / 0.8);
}
.hover\:text-success-700\/90:hover {
  color: rgb(28 131 19 / 0.9);
}
.hover\:text-success-700\/95:hover {
  color: rgb(28 131 19 / 0.95);
}
.hover\:text-success-800:hover {
  --tw-text-opacity: 1;
  color: rgb(34 94 19 / var(--tw-text-opacity));
}
.hover\:text-success-800\/0:hover {
  color: rgb(34 94 19 / 0);
}
.hover\:text-success-800\/10:hover {
  color: rgb(34 94 19 / 0.1);
}
.hover\:text-success-800\/100:hover {
  color: rgb(34 94 19 / 1);
}
.hover\:text-success-800\/20:hover {
  color: rgb(34 94 19 / 0.2);
}
.hover\:text-success-800\/25:hover {
  color: rgb(34 94 19 / 0.25);
}
.hover\:text-success-800\/30:hover {
  color: rgb(34 94 19 / 0.3);
}
.hover\:text-success-800\/40:hover {
  color: rgb(34 94 19 / 0.4);
}
.hover\:text-success-800\/5:hover {
  color: rgb(34 94 19 / 0.05);
}
.hover\:text-success-800\/50:hover {
  color: rgb(34 94 19 / 0.5);
}
.hover\:text-success-800\/60:hover {
  color: rgb(34 94 19 / 0.6);
}
.hover\:text-success-800\/70:hover {
  color: rgb(34 94 19 / 0.7);
}
.hover\:text-success-800\/75:hover {
  color: rgb(34 94 19 / 0.75);
}
.hover\:text-success-800\/80:hover {
  color: rgb(34 94 19 / 0.8);
}
.hover\:text-success-800\/90:hover {
  color: rgb(34 94 19 / 0.9);
}
.hover\:text-success-800\/95:hover {
  color: rgb(34 94 19 / 0.95);
}
.hover\:text-success-900:hover {
  --tw-text-opacity: 1;
  color: rgb(35 63 41 / var(--tw-text-opacity));
}
.hover\:text-success-900\/0:hover {
  color: rgb(35 63 41 / 0);
}
.hover\:text-success-900\/10:hover {
  color: rgb(35 63 41 / 0.1);
}
.hover\:text-success-900\/100:hover {
  color: rgb(35 63 41 / 1);
}
.hover\:text-success-900\/20:hover {
  color: rgb(35 63 41 / 0.2);
}
.hover\:text-success-900\/25:hover {
  color: rgb(35 63 41 / 0.25);
}
.hover\:text-success-900\/30:hover {
  color: rgb(35 63 41 / 0.3);
}
.hover\:text-success-900\/40:hover {
  color: rgb(35 63 41 / 0.4);
}
.hover\:text-success-900\/5:hover {
  color: rgb(35 63 41 / 0.05);
}
.hover\:text-success-900\/50:hover {
  color: rgb(35 63 41 / 0.5);
}
.hover\:text-success-900\/60:hover {
  color: rgb(35 63 41 / 0.6);
}
.hover\:text-success-900\/70:hover {
  color: rgb(35 63 41 / 0.7);
}
.hover\:text-success-900\/75:hover {
  color: rgb(35 63 41 / 0.75);
}
.hover\:text-success-900\/80:hover {
  color: rgb(35 63 41 / 0.8);
}
.hover\:text-success-900\/90:hover {
  color: rgb(35 63 41 / 0.9);
}
.hover\:text-success-900\/95:hover {
  color: rgb(35 63 41 / 0.95);
}
.hover\:text-text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.hover\:text-text-primary\/0:hover {
  color: rgb(17 24 39 / 0);
}
.hover\:text-text-primary\/10:hover {
  color: rgb(17 24 39 / 0.1);
}
.hover\:text-text-primary\/100:hover {
  color: rgb(17 24 39 / 1);
}
.hover\:text-text-primary\/20:hover {
  color: rgb(17 24 39 / 0.2);
}
.hover\:text-text-primary\/25:hover {
  color: rgb(17 24 39 / 0.25);
}
.hover\:text-text-primary\/30:hover {
  color: rgb(17 24 39 / 0.3);
}
.hover\:text-text-primary\/40:hover {
  color: rgb(17 24 39 / 0.4);
}
.hover\:text-text-primary\/5:hover {
  color: rgb(17 24 39 / 0.05);
}
.hover\:text-text-primary\/50:hover {
  color: rgb(17 24 39 / 0.5);
}
.hover\:text-text-primary\/60:hover {
  color: rgb(17 24 39 / 0.6);
}
.hover\:text-text-primary\/70:hover {
  color: rgb(17 24 39 / 0.7);
}
.hover\:text-text-primary\/75:hover {
  color: rgb(17 24 39 / 0.75);
}
.hover\:text-text-primary\/80:hover {
  color: rgb(17 24 39 / 0.8);
}
.hover\:text-text-primary\/90:hover {
  color: rgb(17 24 39 / 0.9);
}
.hover\:text-text-primary\/95:hover {
  color: rgb(17 24 39 / 0.95);
}
.hover\:text-text-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(101 104 106 / var(--tw-text-opacity));
}
.hover\:text-text-secondary\/0:hover {
  color: rgb(101 104 106 / 0);
}
.hover\:text-text-secondary\/10:hover {
  color: rgb(101 104 106 / 0.1);
}
.hover\:text-text-secondary\/100:hover {
  color: rgb(101 104 106 / 1);
}
.hover\:text-text-secondary\/20:hover {
  color: rgb(101 104 106 / 0.2);
}
.hover\:text-text-secondary\/25:hover {
  color: rgb(101 104 106 / 0.25);
}
.hover\:text-text-secondary\/30:hover {
  color: rgb(101 104 106 / 0.3);
}
.hover\:text-text-secondary\/40:hover {
  color: rgb(101 104 106 / 0.4);
}
.hover\:text-text-secondary\/5:hover {
  color: rgb(101 104 106 / 0.05);
}
.hover\:text-text-secondary\/50:hover {
  color: rgb(101 104 106 / 0.5);
}
.hover\:text-text-secondary\/60:hover {
  color: rgb(101 104 106 / 0.6);
}
.hover\:text-text-secondary\/70:hover {
  color: rgb(101 104 106 / 0.7);
}
.hover\:text-text-secondary\/75:hover {
  color: rgb(101 104 106 / 0.75);
}
.hover\:text-text-secondary\/80:hover {
  color: rgb(101 104 106 / 0.8);
}
.hover\:text-text-secondary\/90:hover {
  color: rgb(101 104 106 / 0.9);
}
.hover\:text-text-secondary\/95:hover {
  color: rgb(101 104 106 / 0.95);
}
.hover\:text-transparent:hover {
  color: transparent;
}
.hover\:text-transparent\/0:hover {
  color: rgb(0 0 0 / 0);
}
.hover\:text-transparent\/10:hover {
  color: rgb(0 0 0 / 0.1);
}
.hover\:text-transparent\/100:hover {
  color: rgb(0 0 0 / 1);
}
.hover\:text-transparent\/20:hover {
  color: rgb(0 0 0 / 0.2);
}
.hover\:text-transparent\/25:hover {
  color: rgb(0 0 0 / 0.25);
}
.hover\:text-transparent\/30:hover {
  color: rgb(0 0 0 / 0.3);
}
.hover\:text-transparent\/40:hover {
  color: rgb(0 0 0 / 0.4);
}
.hover\:text-transparent\/5:hover {
  color: rgb(0 0 0 / 0.05);
}
.hover\:text-transparent\/50:hover {
  color: rgb(0 0 0 / 0.5);
}
.hover\:text-transparent\/60:hover {
  color: rgb(0 0 0 / 0.6);
}
.hover\:text-transparent\/70:hover {
  color: rgb(0 0 0 / 0.7);
}
.hover\:text-transparent\/75:hover {
  color: rgb(0 0 0 / 0.75);
}
.hover\:text-transparent\/80:hover {
  color: rgb(0 0 0 / 0.8);
}
.hover\:text-transparent\/90:hover {
  color: rgb(0 0 0 / 0.9);
}
.hover\:text-transparent\/95:hover {
  color: rgb(0 0 0 / 0.95);
}
.hover\:text-void:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.hover\:text-void\/0:hover {
  color: rgb(0 0 0 / 0);
}
.hover\:text-void\/10:hover {
  color: rgb(0 0 0 / 0.1);
}
.hover\:text-void\/100:hover {
  color: rgb(0 0 0 / 1);
}
.hover\:text-void\/20:hover {
  color: rgb(0 0 0 / 0.2);
}
.hover\:text-void\/25:hover {
  color: rgb(0 0 0 / 0.25);
}
.hover\:text-void\/30:hover {
  color: rgb(0 0 0 / 0.3);
}
.hover\:text-void\/40:hover {
  color: rgb(0 0 0 / 0.4);
}
.hover\:text-void\/5:hover {
  color: rgb(0 0 0 / 0.05);
}
.hover\:text-void\/50:hover {
  color: rgb(0 0 0 / 0.5);
}
.hover\:text-void\/60:hover {
  color: rgb(0 0 0 / 0.6);
}
.hover\:text-void\/70:hover {
  color: rgb(0 0 0 / 0.7);
}
.hover\:text-void\/75:hover {
  color: rgb(0 0 0 / 0.75);
}
.hover\:text-void\/80:hover {
  color: rgb(0 0 0 / 0.8);
}
.hover\:text-void\/90:hover {
  color: rgb(0 0 0 / 0.9);
}
.hover\:text-void\/95:hover {
  color: rgb(0 0 0 / 0.95);
}
.hover\:text-warning-100:hover {
  --tw-text-opacity: 1;
  color: rgb(255 242 207 / var(--tw-text-opacity));
}
.hover\:text-warning-100\/0:hover {
  color: rgb(255 242 207 / 0);
}
.hover\:text-warning-100\/10:hover {
  color: rgb(255 242 207 / 0.1);
}
.hover\:text-warning-100\/100:hover {
  color: rgb(255 242 207 / 1);
}
.hover\:text-warning-100\/20:hover {
  color: rgb(255 242 207 / 0.2);
}
.hover\:text-warning-100\/25:hover {
  color: rgb(255 242 207 / 0.25);
}
.hover\:text-warning-100\/30:hover {
  color: rgb(255 242 207 / 0.3);
}
.hover\:text-warning-100\/40:hover {
  color: rgb(255 242 207 / 0.4);
}
.hover\:text-warning-100\/5:hover {
  color: rgb(255 242 207 / 0.05);
}
.hover\:text-warning-100\/50:hover {
  color: rgb(255 242 207 / 0.5);
}
.hover\:text-warning-100\/60:hover {
  color: rgb(255 242 207 / 0.6);
}
.hover\:text-warning-100\/70:hover {
  color: rgb(255 242 207 / 0.7);
}
.hover\:text-warning-100\/75:hover {
  color: rgb(255 242 207 / 0.75);
}
.hover\:text-warning-100\/80:hover {
  color: rgb(255 242 207 / 0.8);
}
.hover\:text-warning-100\/90:hover {
  color: rgb(255 242 207 / 0.9);
}
.hover\:text-warning-100\/95:hover {
  color: rgb(255 242 207 / 0.95);
}
.hover\:text-warning-200:hover {
  --tw-text-opacity: 1;
  color: rgb(255 233 177 / var(--tw-text-opacity));
}
.hover\:text-warning-200\/0:hover {
  color: rgb(255 233 177 / 0);
}
.hover\:text-warning-200\/10:hover {
  color: rgb(255 233 177 / 0.1);
}
.hover\:text-warning-200\/100:hover {
  color: rgb(255 233 177 / 1);
}
.hover\:text-warning-200\/20:hover {
  color: rgb(255 233 177 / 0.2);
}
.hover\:text-warning-200\/25:hover {
  color: rgb(255 233 177 / 0.25);
}
.hover\:text-warning-200\/30:hover {
  color: rgb(255 233 177 / 0.3);
}
.hover\:text-warning-200\/40:hover {
  color: rgb(255 233 177 / 0.4);
}
.hover\:text-warning-200\/5:hover {
  color: rgb(255 233 177 / 0.05);
}
.hover\:text-warning-200\/50:hover {
  color: rgb(255 233 177 / 0.5);
}
.hover\:text-warning-200\/60:hover {
  color: rgb(255 233 177 / 0.6);
}
.hover\:text-warning-200\/70:hover {
  color: rgb(255 233 177 / 0.7);
}
.hover\:text-warning-200\/75:hover {
  color: rgb(255 233 177 / 0.75);
}
.hover\:text-warning-200\/80:hover {
  color: rgb(255 233 177 / 0.8);
}
.hover\:text-warning-200\/90:hover {
  color: rgb(255 233 177 / 0.9);
}
.hover\:text-warning-200\/95:hover {
  color: rgb(255 233 177 / 0.95);
}
.hover\:text-warning-300:hover {
  --tw-text-opacity: 1;
  color: rgb(252 202 106 / var(--tw-text-opacity));
}
.hover\:text-warning-300\/0:hover {
  color: rgb(252 202 106 / 0);
}
.hover\:text-warning-300\/10:hover {
  color: rgb(252 202 106 / 0.1);
}
.hover\:text-warning-300\/100:hover {
  color: rgb(252 202 106 / 1);
}
.hover\:text-warning-300\/20:hover {
  color: rgb(252 202 106 / 0.2);
}
.hover\:text-warning-300\/25:hover {
  color: rgb(252 202 106 / 0.25);
}
.hover\:text-warning-300\/30:hover {
  color: rgb(252 202 106 / 0.3);
}
.hover\:text-warning-300\/40:hover {
  color: rgb(252 202 106 / 0.4);
}
.hover\:text-warning-300\/5:hover {
  color: rgb(252 202 106 / 0.05);
}
.hover\:text-warning-300\/50:hover {
  color: rgb(252 202 106 / 0.5);
}
.hover\:text-warning-300\/60:hover {
  color: rgb(252 202 106 / 0.6);
}
.hover\:text-warning-300\/70:hover {
  color: rgb(252 202 106 / 0.7);
}
.hover\:text-warning-300\/75:hover {
  color: rgb(252 202 106 / 0.75);
}
.hover\:text-warning-300\/80:hover {
  color: rgb(252 202 106 / 0.8);
}
.hover\:text-warning-300\/90:hover {
  color: rgb(252 202 106 / 0.9);
}
.hover\:text-warning-300\/95:hover {
  color: rgb(252 202 106 / 0.95);
}
.hover\:text-warning-400:hover {
  --tw-text-opacity: 1;
  color: rgb(228 164 67 / var(--tw-text-opacity));
}
.hover\:text-warning-400\/0:hover {
  color: rgb(228 164 67 / 0);
}
.hover\:text-warning-400\/10:hover {
  color: rgb(228 164 67 / 0.1);
}
.hover\:text-warning-400\/100:hover {
  color: rgb(228 164 67 / 1);
}
.hover\:text-warning-400\/20:hover {
  color: rgb(228 164 67 / 0.2);
}
.hover\:text-warning-400\/25:hover {
  color: rgb(228 164 67 / 0.25);
}
.hover\:text-warning-400\/30:hover {
  color: rgb(228 164 67 / 0.3);
}
.hover\:text-warning-400\/40:hover {
  color: rgb(228 164 67 / 0.4);
}
.hover\:text-warning-400\/5:hover {
  color: rgb(228 164 67 / 0.05);
}
.hover\:text-warning-400\/50:hover {
  color: rgb(228 164 67 / 0.5);
}
.hover\:text-warning-400\/60:hover {
  color: rgb(228 164 67 / 0.6);
}
.hover\:text-warning-400\/70:hover {
  color: rgb(228 164 67 / 0.7);
}
.hover\:text-warning-400\/75:hover {
  color: rgb(228 164 67 / 0.75);
}
.hover\:text-warning-400\/80:hover {
  color: rgb(228 164 67 / 0.8);
}
.hover\:text-warning-400\/90:hover {
  color: rgb(228 164 67 / 0.9);
}
.hover\:text-warning-400\/95:hover {
  color: rgb(228 164 67 / 0.95);
}
.hover\:text-warning-50:hover {
  --tw-text-opacity: 1;
  color: rgb(255 251 235 / var(--tw-text-opacity));
}
.hover\:text-warning-50\/0:hover {
  color: rgb(255 251 235 / 0);
}
.hover\:text-warning-50\/10:hover {
  color: rgb(255 251 235 / 0.1);
}
.hover\:text-warning-50\/100:hover {
  color: rgb(255 251 235 / 1);
}
.hover\:text-warning-50\/20:hover {
  color: rgb(255 251 235 / 0.2);
}
.hover\:text-warning-50\/25:hover {
  color: rgb(255 251 235 / 0.25);
}
.hover\:text-warning-50\/30:hover {
  color: rgb(255 251 235 / 0.3);
}
.hover\:text-warning-50\/40:hover {
  color: rgb(255 251 235 / 0.4);
}
.hover\:text-warning-50\/5:hover {
  color: rgb(255 251 235 / 0.05);
}
.hover\:text-warning-50\/50:hover {
  color: rgb(255 251 235 / 0.5);
}
.hover\:text-warning-50\/60:hover {
  color: rgb(255 251 235 / 0.6);
}
.hover\:text-warning-50\/70:hover {
  color: rgb(255 251 235 / 0.7);
}
.hover\:text-warning-50\/75:hover {
  color: rgb(255 251 235 / 0.75);
}
.hover\:text-warning-50\/80:hover {
  color: rgb(255 251 235 / 0.8);
}
.hover\:text-warning-50\/90:hover {
  color: rgb(255 251 235 / 0.9);
}
.hover\:text-warning-50\/95:hover {
  color: rgb(255 251 235 / 0.95);
}
.hover\:text-warning-500:hover {
  --tw-text-opacity: 1;
  color: rgb(217 147 42 / var(--tw-text-opacity));
}
.hover\:text-warning-500\/0:hover {
  color: rgb(217 147 42 / 0);
}
.hover\:text-warning-500\/10:hover {
  color: rgb(217 147 42 / 0.1);
}
.hover\:text-warning-500\/100:hover {
  color: rgb(217 147 42 / 1);
}
.hover\:text-warning-500\/20:hover {
  color: rgb(217 147 42 / 0.2);
}
.hover\:text-warning-500\/25:hover {
  color: rgb(217 147 42 / 0.25);
}
.hover\:text-warning-500\/30:hover {
  color: rgb(217 147 42 / 0.3);
}
.hover\:text-warning-500\/40:hover {
  color: rgb(217 147 42 / 0.4);
}
.hover\:text-warning-500\/5:hover {
  color: rgb(217 147 42 / 0.05);
}
.hover\:text-warning-500\/50:hover {
  color: rgb(217 147 42 / 0.5);
}
.hover\:text-warning-500\/60:hover {
  color: rgb(217 147 42 / 0.6);
}
.hover\:text-warning-500\/70:hover {
  color: rgb(217 147 42 / 0.7);
}
.hover\:text-warning-500\/75:hover {
  color: rgb(217 147 42 / 0.75);
}
.hover\:text-warning-500\/80:hover {
  color: rgb(217 147 42 / 0.8);
}
.hover\:text-warning-500\/90:hover {
  color: rgb(217 147 42 / 0.9);
}
.hover\:text-warning-500\/95:hover {
  color: rgb(217 147 42 / 0.95);
}
.hover\:text-warning-600:hover {
  --tw-text-opacity: 1;
  color: rgb(198 122 9 / var(--tw-text-opacity));
}
.hover\:text-warning-600\/0:hover {
  color: rgb(198 122 9 / 0);
}
.hover\:text-warning-600\/10:hover {
  color: rgb(198 122 9 / 0.1);
}
.hover\:text-warning-600\/100:hover {
  color: rgb(198 122 9 / 1);
}
.hover\:text-warning-600\/20:hover {
  color: rgb(198 122 9 / 0.2);
}
.hover\:text-warning-600\/25:hover {
  color: rgb(198 122 9 / 0.25);
}
.hover\:text-warning-600\/30:hover {
  color: rgb(198 122 9 / 0.3);
}
.hover\:text-warning-600\/40:hover {
  color: rgb(198 122 9 / 0.4);
}
.hover\:text-warning-600\/5:hover {
  color: rgb(198 122 9 / 0.05);
}
.hover\:text-warning-600\/50:hover {
  color: rgb(198 122 9 / 0.5);
}
.hover\:text-warning-600\/60:hover {
  color: rgb(198 122 9 / 0.6);
}
.hover\:text-warning-600\/70:hover {
  color: rgb(198 122 9 / 0.7);
}
.hover\:text-warning-600\/75:hover {
  color: rgb(198 122 9 / 0.75);
}
.hover\:text-warning-600\/80:hover {
  color: rgb(198 122 9 / 0.8);
}
.hover\:text-warning-600\/90:hover {
  color: rgb(198 122 9 / 0.9);
}
.hover\:text-warning-600\/95:hover {
  color: rgb(198 122 9 / 0.95);
}
.hover\:text-warning-700:hover {
  --tw-text-opacity: 1;
  color: rgb(169 101 0 / var(--tw-text-opacity));
}
.hover\:text-warning-700\/0:hover {
  color: rgb(169 101 0 / 0);
}
.hover\:text-warning-700\/10:hover {
  color: rgb(169 101 0 / 0.1);
}
.hover\:text-warning-700\/100:hover {
  color: rgb(169 101 0 / 1);
}
.hover\:text-warning-700\/20:hover {
  color: rgb(169 101 0 / 0.2);
}
.hover\:text-warning-700\/25:hover {
  color: rgb(169 101 0 / 0.25);
}
.hover\:text-warning-700\/30:hover {
  color: rgb(169 101 0 / 0.3);
}
.hover\:text-warning-700\/40:hover {
  color: rgb(169 101 0 / 0.4);
}
.hover\:text-warning-700\/5:hover {
  color: rgb(169 101 0 / 0.05);
}
.hover\:text-warning-700\/50:hover {
  color: rgb(169 101 0 / 0.5);
}
.hover\:text-warning-700\/60:hover {
  color: rgb(169 101 0 / 0.6);
}
.hover\:text-warning-700\/70:hover {
  color: rgb(169 101 0 / 0.7);
}
.hover\:text-warning-700\/75:hover {
  color: rgb(169 101 0 / 0.75);
}
.hover\:text-warning-700\/80:hover {
  color: rgb(169 101 0 / 0.8);
}
.hover\:text-warning-700\/90:hover {
  color: rgb(169 101 0 / 0.9);
}
.hover\:text-warning-700\/95:hover {
  color: rgb(169 101 0 / 0.95);
}
.hover\:text-warning-800:hover {
  --tw-text-opacity: 1;
  color: rgb(137 82 0 / var(--tw-text-opacity));
}
.hover\:text-warning-800\/0:hover {
  color: rgb(137 82 0 / 0);
}
.hover\:text-warning-800\/10:hover {
  color: rgb(137 82 0 / 0.1);
}
.hover\:text-warning-800\/100:hover {
  color: rgb(137 82 0 / 1);
}
.hover\:text-warning-800\/20:hover {
  color: rgb(137 82 0 / 0.2);
}
.hover\:text-warning-800\/25:hover {
  color: rgb(137 82 0 / 0.25);
}
.hover\:text-warning-800\/30:hover {
  color: rgb(137 82 0 / 0.3);
}
.hover\:text-warning-800\/40:hover {
  color: rgb(137 82 0 / 0.4);
}
.hover\:text-warning-800\/5:hover {
  color: rgb(137 82 0 / 0.05);
}
.hover\:text-warning-800\/50:hover {
  color: rgb(137 82 0 / 0.5);
}
.hover\:text-warning-800\/60:hover {
  color: rgb(137 82 0 / 0.6);
}
.hover\:text-warning-800\/70:hover {
  color: rgb(137 82 0 / 0.7);
}
.hover\:text-warning-800\/75:hover {
  color: rgb(137 82 0 / 0.75);
}
.hover\:text-warning-800\/80:hover {
  color: rgb(137 82 0 / 0.8);
}
.hover\:text-warning-800\/90:hover {
  color: rgb(137 82 0 / 0.9);
}
.hover\:text-warning-800\/95:hover {
  color: rgb(137 82 0 / 0.95);
}
.hover\:text-warning-900:hover {
  --tw-text-opacity: 1;
  color: rgb(100 60 0 / var(--tw-text-opacity));
}
.hover\:text-warning-900\/0:hover {
  color: rgb(100 60 0 / 0);
}
.hover\:text-warning-900\/10:hover {
  color: rgb(100 60 0 / 0.1);
}
.hover\:text-warning-900\/100:hover {
  color: rgb(100 60 0 / 1);
}
.hover\:text-warning-900\/20:hover {
  color: rgb(100 60 0 / 0.2);
}
.hover\:text-warning-900\/25:hover {
  color: rgb(100 60 0 / 0.25);
}
.hover\:text-warning-900\/30:hover {
  color: rgb(100 60 0 / 0.3);
}
.hover\:text-warning-900\/40:hover {
  color: rgb(100 60 0 / 0.4);
}
.hover\:text-warning-900\/5:hover {
  color: rgb(100 60 0 / 0.05);
}
.hover\:text-warning-900\/50:hover {
  color: rgb(100 60 0 / 0.5);
}
.hover\:text-warning-900\/60:hover {
  color: rgb(100 60 0 / 0.6);
}
.hover\:text-warning-900\/70:hover {
  color: rgb(100 60 0 / 0.7);
}
.hover\:text-warning-900\/75:hover {
  color: rgb(100 60 0 / 0.75);
}
.hover\:text-warning-900\/80:hover {
  color: rgb(100 60 0 / 0.8);
}
.hover\:text-warning-900\/90:hover {
  color: rgb(100 60 0 / 0.9);
}
.hover\:text-warning-900\/95:hover {
  color: rgb(100 60 0 / 0.95);
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-white\/0:hover {
  color: rgb(255 255 255 / 0);
}
.hover\:text-white\/10:hover {
  color: rgb(255 255 255 / 0.1);
}
.hover\:text-white\/100:hover {
  color: rgb(255 255 255 / 1);
}
.hover\:text-white\/20:hover {
  color: rgb(255 255 255 / 0.2);
}
.hover\:text-white\/25:hover {
  color: rgb(255 255 255 / 0.25);
}
.hover\:text-white\/30:hover {
  color: rgb(255 255 255 / 0.3);
}
.hover\:text-white\/40:hover {
  color: rgb(255 255 255 / 0.4);
}
.hover\:text-white\/5:hover {
  color: rgb(255 255 255 / 0.05);
}
.hover\:text-white\/50:hover {
  color: rgb(255 255 255 / 0.5);
}
.hover\:text-white\/60:hover {
  color: rgb(255 255 255 / 0.6);
}
.hover\:text-white\/70:hover {
  color: rgb(255 255 255 / 0.7);
}
.hover\:text-white\/75:hover {
  color: rgb(255 255 255 / 0.75);
}
.hover\:text-white\/80:hover {
  color: rgb(255 255 255 / 0.8);
}
.hover\:text-white\/90:hover {
  color: rgb(255 255 255 / 0.9);
}
.hover\:text-white\/95:hover {
  color: rgb(255 255 255 / 0.95);
}
.hover\:text-opacity-0:hover {
  --tw-text-opacity: 0;
}
.hover\:text-opacity-10:hover {
  --tw-text-opacity: 0.1;
}
.hover\:text-opacity-100:hover {
  --tw-text-opacity: 1;
}
.hover\:text-opacity-20:hover {
  --tw-text-opacity: 0.2;
}
.hover\:text-opacity-25:hover {
  --tw-text-opacity: 0.25;
}
.hover\:text-opacity-30:hover {
  --tw-text-opacity: 0.3;
}
.hover\:text-opacity-40:hover {
  --tw-text-opacity: 0.4;
}
.hover\:text-opacity-5:hover {
  --tw-text-opacity: 0.05;
}
.hover\:text-opacity-50:hover {
  --tw-text-opacity: 0.5;
}
.hover\:text-opacity-60:hover {
  --tw-text-opacity: 0.6;
}
.hover\:text-opacity-70:hover {
  --tw-text-opacity: 0.7;
}
.hover\:text-opacity-75:hover {
  --tw-text-opacity: 0.75;
}
.hover\:text-opacity-80:hover {
  --tw-text-opacity: 0.8;
}
.hover\:text-opacity-90:hover {
  --tw-text-opacity: 0.9;
}
.hover\:text-opacity-95:hover {
  --tw-text-opacity: 0.95;
}
.hover\:bg-blend-normal:hover {
  background-blend-mode: normal;
}
.hover\:bg-blend-multiply:hover {
  background-blend-mode: multiply;
}
.hover\:bg-blend-screen:hover {
  background-blend-mode: screen;
}
.hover\:bg-blend-overlay:hover {
  background-blend-mode: overlay;
}
.hover\:bg-blend-darken:hover {
  background-blend-mode: darken;
}
.hover\:bg-blend-lighten:hover {
  background-blend-mode: lighten;
}
.hover\:bg-blend-color-dodge:hover {
  background-blend-mode: color-dodge;
}
.hover\:bg-blend-color-burn:hover {
  background-blend-mode: color-burn;
}
.hover\:bg-blend-hard-light:hover {
  background-blend-mode: hard-light;
}
.hover\:bg-blend-soft-light:hover {
  background-blend-mode: soft-light;
}
.hover\:bg-blend-difference:hover {
  background-blend-mode: difference;
}
.hover\:bg-blend-exclusion:hover {
  background-blend-mode: exclusion;
}
.hover\:bg-blend-hue:hover {
  background-blend-mode: hue;
}
.hover\:bg-blend-saturation:hover {
  background-blend-mode: saturation;
}
.hover\:bg-blend-color:hover {
  background-blend-mode: color;
}
.hover\:bg-blend-luminosity:hover {
  background-blend-mode: luminosity;
}
.focus\:border-gray-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(230 231 231 / var(--tw-border-opacity));
}
.group:hover .group-hover\:font-bold {
  font-weight: 700;
}
:is(.dark .dark\:inline) {
  display: inline;
}
:is(.dark .dark\:hidden) {
  display: none;
}
:is(.dark .dark\:border-gray-600) {
  --tw-border-opacity: 1;
  border-color: rgb(169 171 172 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-gray-700) {
  --tw-border-opacity: 1;
  border-color: rgb(137 139 140 / var(--tw-border-opacity));
}
:is(.dark .dark\:bg-gray-300) {
  --tw-bg-opacity: 1;
  background-color: rgb(230 231 231 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-neutral-700) {
  --tw-bg-opacity: 1;
  background-color: rgb(15 19 26 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-neutral-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(1 4 10 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-white) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
:is(.dark .dark\:text-gray-400) {
  --tw-text-opacity: 1;
  color: rgb(217 218 218 / var(--tw-text-opacity));
}
:is(.dark .odd\:dark\:bg-neutral-800):nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(1 4 10 / var(--tw-bg-opacity));
}
@media (min-width: 640px) {
  .sm\:-m-0 {
    margin: -0px;
  }
  .sm\:-m-0\.5 {
    margin: -0.125rem;
  }
  .sm\:-m-1 {
    margin: -0.25rem;
  }
  .sm\:-m-1\.5 {
    margin: -0.375rem;
  }
  .sm\:-m-1\/2 {
    margin: -50%;
  }
  .sm\:-m-10 {
    margin: -2.5rem;
  }
  .sm\:-m-11 {
    margin: -2.75rem;
  }
  .sm\:-m-12 {
    margin: -3rem;
  }
  .sm\:-m-14 {
    margin: -3.5rem;
  }
  .sm\:-m-16 {
    margin: -4rem;
  }
  .sm\:-m-2 {
    margin: -0.5rem;
  }
  .sm\:-m-2\.5 {
    margin: -0.625rem;
  }
  .sm\:-m-20 {
    margin: -5rem;
  }
  .sm\:-m-24 {
    margin: -6rem;
  }
  .sm\:-m-28 {
    margin: -7rem;
  }
  .sm\:-m-2px {
    margin: -2px;
  }
  .sm\:-m-3 {
    margin: -0.75rem;
  }
  .sm\:-m-3\.5 {
    margin: -0.875rem;
  }
  .sm\:-m-32 {
    margin: -8rem;
  }
  .sm\:-m-36 {
    margin: -9rem;
  }
  .sm\:-m-3px {
    margin: -3px;
  }
  .sm\:-m-4 {
    margin: -1rem;
  }
  .sm\:-m-4\.5 {
    margin: -1.125rem;
  }
  .sm\:-m-40 {
    margin: -10rem;
  }
  .sm\:-m-44 {
    margin: -11rem;
  }
  .sm\:-m-48 {
    margin: -12rem;
  }
  .sm\:-m-4px {
    margin: -4px;
  }
  .sm\:-m-5 {
    margin: -1.25rem;
  }
  .sm\:-m-5\.5 {
    margin: -1.375rem;
  }
  .sm\:-m-52 {
    margin: -13rem;
  }
  .sm\:-m-56 {
    margin: -14rem;
  }
  .sm\:-m-6 {
    margin: -1.5rem;
  }
  .sm\:-m-60 {
    margin: -15rem;
  }
  .sm\:-m-64 {
    margin: -16rem;
  }
  .sm\:-m-7 {
    margin: -1.75rem;
  }
  .sm\:-m-72 {
    margin: -18rem;
  }
  .sm\:-m-8 {
    margin: -2rem;
  }
  .sm\:-m-80 {
    margin: -20rem;
  }
  .sm\:-m-9 {
    margin: -2.25rem;
  }
  .sm\:-m-96 {
    margin: -24rem;
  }
  .sm\:-m-px {
    margin: -1px;
  }
  .sm\:m-0 {
    margin: 0px;
  }
  .sm\:m-0\.5 {
    margin: 0.125rem;
  }
  .sm\:m-1 {
    margin: 0.25rem;
  }
  .sm\:m-1\.5 {
    margin: 0.375rem;
  }
  .sm\:m-1\/2 {
    margin: 50%;
  }
  .sm\:m-10 {
    margin: 2.5rem;
  }
  .sm\:m-11 {
    margin: 2.75rem;
  }
  .sm\:m-12 {
    margin: 3rem;
  }
  .sm\:m-14 {
    margin: 3.5rem;
  }
  .sm\:m-16 {
    margin: 4rem;
  }
  .sm\:m-2 {
    margin: 0.5rem;
  }
  .sm\:m-2\.5 {
    margin: 0.625rem;
  }
  .sm\:m-20 {
    margin: 5rem;
  }
  .sm\:m-24 {
    margin: 6rem;
  }
  .sm\:m-28 {
    margin: 7rem;
  }
  .sm\:m-2px {
    margin: 2px;
  }
  .sm\:m-3 {
    margin: 0.75rem;
  }
  .sm\:m-3\.5 {
    margin: 0.875rem;
  }
  .sm\:m-32 {
    margin: 8rem;
  }
  .sm\:m-36 {
    margin: 9rem;
  }
  .sm\:m-3px {
    margin: 3px;
  }
  .sm\:m-4 {
    margin: 1rem;
  }
  .sm\:m-4\.5 {
    margin: 1.125rem;
  }
  .sm\:m-40 {
    margin: 10rem;
  }
  .sm\:m-44 {
    margin: 11rem;
  }
  .sm\:m-48 {
    margin: 12rem;
  }
  .sm\:m-4px {
    margin: 4px;
  }
  .sm\:m-5 {
    margin: 1.25rem;
  }
  .sm\:m-5\.5 {
    margin: 1.375rem;
  }
  .sm\:m-52 {
    margin: 13rem;
  }
  .sm\:m-56 {
    margin: 14rem;
  }
  .sm\:m-6 {
    margin: 1.5rem;
  }
  .sm\:m-60 {
    margin: 15rem;
  }
  .sm\:m-64 {
    margin: 16rem;
  }
  .sm\:m-7 {
    margin: 1.75rem;
  }
  .sm\:m-72 {
    margin: 18rem;
  }
  .sm\:m-8 {
    margin: 2rem;
  }
  .sm\:m-80 {
    margin: 20rem;
  }
  .sm\:m-9 {
    margin: 2.25rem;
  }
  .sm\:m-96 {
    margin: 24rem;
  }
  .sm\:m-auto {
    margin: auto;
  }
  .sm\:m-px {
    margin: 1px;
  }
  .sm\:-mx-0 {
    margin-left: -0px;
    margin-right: -0px;
  }
  .sm\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }
  .sm\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .sm\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }
  .sm\:-mx-1\/2 {
    margin-left: -50%;
    margin-right: -50%;
  }
  .sm\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .sm\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }
  .sm\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .sm\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }
  .sm\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .sm\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .sm\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .sm\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }
  .sm\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }
  .sm\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }
  .sm\:-mx-2px {
    margin-left: -2px;
    margin-right: -2px;
  }
  .sm\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .sm\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }
  .sm\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }
  .sm\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }
  .sm\:-mx-3px {
    margin-left: -3px;
    margin-right: -3px;
  }
  .sm\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .sm\:-mx-4\.5 {
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }
  .sm\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }
  .sm\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }
  .sm\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }
  .sm\:-mx-4px {
    margin-left: -4px;
    margin-right: -4px;
  }
  .sm\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .sm\:-mx-5\.5 {
    margin-left: -1.375rem;
    margin-right: -1.375rem;
  }
  .sm\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }
  .sm\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }
  .sm\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .sm\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }
  .sm\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }
  .sm\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }
  .sm\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }
  .sm\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .sm\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }
  .sm\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }
  .sm\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }
  .sm\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }
  .sm\:-my-0 {
    margin-top: -0px;
    margin-bottom: -0px;
  }
  .sm\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }
  .sm\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }
  .sm\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }
  .sm\:-my-1\/2 {
    margin-top: -50%;
    margin-bottom: -50%;
  }
  .sm\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }
  .sm\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }
  .sm\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }
  .sm\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }
  .sm\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }
  .sm\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
  .sm\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
  .sm\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }
  .sm\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }
  .sm\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }
  .sm\:-my-2px {
    margin-top: -2px;
    margin-bottom: -2px;
  }
  .sm\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }
  .sm\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }
  .sm\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }
  .sm\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }
  .sm\:-my-3px {
    margin-top: -3px;
    margin-bottom: -3px;
  }
  .sm\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
  .sm\:-my-4\.5 {
    margin-top: -1.125rem;
    margin-bottom: -1.125rem;
  }
  .sm\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }
  .sm\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }
  .sm\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }
  .sm\:-my-4px {
    margin-top: -4px;
    margin-bottom: -4px;
  }
  .sm\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
  .sm\:-my-5\.5 {
    margin-top: -1.375rem;
    margin-bottom: -1.375rem;
  }
  .sm\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }
  .sm\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }
  .sm\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
  .sm\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }
  .sm\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }
  .sm\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }
  .sm\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }
  .sm\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
  .sm\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }
  .sm\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }
  .sm\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }
  .sm\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }
  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .sm\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }
  .sm\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .sm\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .sm\:mx-1\/2 {
    margin-left: 50%;
    margin-right: 50%;
  }
  .sm\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .sm\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }
  .sm\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .sm\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
  .sm\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .sm\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .sm\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .sm\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .sm\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .sm\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
  .sm\:mx-2px {
    margin-left: 2px;
    margin-right: 2px;
  }
  .sm\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .sm\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }
  .sm\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .sm\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }
  .sm\:mx-3px {
    margin-left: 3px;
    margin-right: 3px;
  }
  .sm\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .sm\:mx-4\.5 {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }
  .sm\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .sm\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }
  .sm\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }
  .sm\:mx-4px {
    margin-left: 4px;
    margin-right: 4px;
  }
  .sm\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .sm\:mx-5\.5 {
    margin-left: 1.375rem;
    margin-right: 1.375rem;
  }
  .sm\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }
  .sm\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }
  .sm\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .sm\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }
  .sm\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }
  .sm\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }
  .sm\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }
  .sm\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .sm\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }
  .sm\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }
  .sm\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }
  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .sm\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }
  .sm\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .sm\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }
  .sm\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .sm\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }
  .sm\:my-1\/2 {
    margin-top: 50%;
    margin-bottom: 50%;
  }
  .sm\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .sm\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }
  .sm\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .sm\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .sm\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .sm\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .sm\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .sm\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .sm\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .sm\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .sm\:my-2px {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .sm\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .sm\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
  .sm\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .sm\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }
  .sm\:my-3px {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .sm\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .sm\:my-4\.5 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }
  .sm\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .sm\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }
  .sm\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
  .sm\:my-4px {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .sm\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .sm\:my-5\.5 {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }
  .sm\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }
  .sm\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }
  .sm\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .sm\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }
  .sm\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
  .sm\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .sm\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }
  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .sm\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }
  .sm\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
  .sm\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }
  .sm\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .sm\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .sm\:-mb-0 {
    margin-bottom: -0px;
  }
  .sm\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }
  .sm\:-mb-1 {
    margin-bottom: -0.25rem;
  }
  .sm\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }
  .sm\:-mb-1\/2 {
    margin-bottom: -50%;
  }
  .sm\:-mb-10 {
    margin-bottom: -2.5rem;
  }
  .sm\:-mb-11 {
    margin-bottom: -2.75rem;
  }
  .sm\:-mb-12 {
    margin-bottom: -3rem;
  }
  .sm\:-mb-14 {
    margin-bottom: -3.5rem;
  }
  .sm\:-mb-16 {
    margin-bottom: -4rem;
  }
  .sm\:-mb-2 {
    margin-bottom: -0.5rem;
  }
  .sm\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }
  .sm\:-mb-20 {
    margin-bottom: -5rem;
  }
  .sm\:-mb-24 {
    margin-bottom: -6rem;
  }
  .sm\:-mb-28 {
    margin-bottom: -7rem;
  }
  .sm\:-mb-2px {
    margin-bottom: -2px;
  }
  .sm\:-mb-3 {
    margin-bottom: -0.75rem;
  }
  .sm\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }
  .sm\:-mb-32 {
    margin-bottom: -8rem;
  }
  .sm\:-mb-36 {
    margin-bottom: -9rem;
  }
  .sm\:-mb-3px {
    margin-bottom: -3px;
  }
  .sm\:-mb-4 {
    margin-bottom: -1rem;
  }
  .sm\:-mb-4\.5 {
    margin-bottom: -1.125rem;
  }
  .sm\:-mb-40 {
    margin-bottom: -10rem;
  }
  .sm\:-mb-44 {
    margin-bottom: -11rem;
  }
  .sm\:-mb-48 {
    margin-bottom: -12rem;
  }
  .sm\:-mb-4px {
    margin-bottom: -4px;
  }
  .sm\:-mb-5 {
    margin-bottom: -1.25rem;
  }
  .sm\:-mb-5\.5 {
    margin-bottom: -1.375rem;
  }
  .sm\:-mb-52 {
    margin-bottom: -13rem;
  }
  .sm\:-mb-56 {
    margin-bottom: -14rem;
  }
  .sm\:-mb-6 {
    margin-bottom: -1.5rem;
  }
  .sm\:-mb-60 {
    margin-bottom: -15rem;
  }
  .sm\:-mb-64 {
    margin-bottom: -16rem;
  }
  .sm\:-mb-7 {
    margin-bottom: -1.75rem;
  }
  .sm\:-mb-72 {
    margin-bottom: -18rem;
  }
  .sm\:-mb-8 {
    margin-bottom: -2rem;
  }
  .sm\:-mb-80 {
    margin-bottom: -20rem;
  }
  .sm\:-mb-9 {
    margin-bottom: -2.25rem;
  }
  .sm\:-mb-96 {
    margin-bottom: -24rem;
  }
  .sm\:-mb-px {
    margin-bottom: -1px;
  }
  .sm\:-me-0 {
    margin-inline-end: -0px;
  }
  .sm\:-me-0\.5 {
    margin-inline-end: -0.125rem;
  }
  .sm\:-me-1 {
    margin-inline-end: -0.25rem;
  }
  .sm\:-me-1\.5 {
    margin-inline-end: -0.375rem;
  }
  .sm\:-me-1\/2 {
    margin-inline-end: -50%;
  }
  .sm\:-me-10 {
    margin-inline-end: -2.5rem;
  }
  .sm\:-me-11 {
    margin-inline-end: -2.75rem;
  }
  .sm\:-me-12 {
    margin-inline-end: -3rem;
  }
  .sm\:-me-14 {
    margin-inline-end: -3.5rem;
  }
  .sm\:-me-16 {
    margin-inline-end: -4rem;
  }
  .sm\:-me-2 {
    margin-inline-end: -0.5rem;
  }
  .sm\:-me-2\.5 {
    margin-inline-end: -0.625rem;
  }
  .sm\:-me-20 {
    margin-inline-end: -5rem;
  }
  .sm\:-me-24 {
    margin-inline-end: -6rem;
  }
  .sm\:-me-28 {
    margin-inline-end: -7rem;
  }
  .sm\:-me-2px {
    margin-inline-end: -2px;
  }
  .sm\:-me-3 {
    margin-inline-end: -0.75rem;
  }
  .sm\:-me-3\.5 {
    margin-inline-end: -0.875rem;
  }
  .sm\:-me-32 {
    margin-inline-end: -8rem;
  }
  .sm\:-me-36 {
    margin-inline-end: -9rem;
  }
  .sm\:-me-3px {
    margin-inline-end: -3px;
  }
  .sm\:-me-4 {
    margin-inline-end: -1rem;
  }
  .sm\:-me-4\.5 {
    margin-inline-end: -1.125rem;
  }
  .sm\:-me-40 {
    margin-inline-end: -10rem;
  }
  .sm\:-me-44 {
    margin-inline-end: -11rem;
  }
  .sm\:-me-48 {
    margin-inline-end: -12rem;
  }
  .sm\:-me-4px {
    margin-inline-end: -4px;
  }
  .sm\:-me-5 {
    margin-inline-end: -1.25rem;
  }
  .sm\:-me-5\.5 {
    margin-inline-end: -1.375rem;
  }
  .sm\:-me-52 {
    margin-inline-end: -13rem;
  }
  .sm\:-me-56 {
    margin-inline-end: -14rem;
  }
  .sm\:-me-6 {
    margin-inline-end: -1.5rem;
  }
  .sm\:-me-60 {
    margin-inline-end: -15rem;
  }
  .sm\:-me-64 {
    margin-inline-end: -16rem;
  }
  .sm\:-me-7 {
    margin-inline-end: -1.75rem;
  }
  .sm\:-me-72 {
    margin-inline-end: -18rem;
  }
  .sm\:-me-8 {
    margin-inline-end: -2rem;
  }
  .sm\:-me-80 {
    margin-inline-end: -20rem;
  }
  .sm\:-me-9 {
    margin-inline-end: -2.25rem;
  }
  .sm\:-me-96 {
    margin-inline-end: -24rem;
  }
  .sm\:-me-px {
    margin-inline-end: -1px;
  }
  .sm\:-ml-0 {
    margin-left: -0px;
  }
  .sm\:-ml-0\.5 {
    margin-left: -0.125rem;
  }
  .sm\:-ml-1 {
    margin-left: -0.25rem;
  }
  .sm\:-ml-1\.5 {
    margin-left: -0.375rem;
  }
  .sm\:-ml-1\/2 {
    margin-left: -50%;
  }
  .sm\:-ml-10 {
    margin-left: -2.5rem;
  }
  .sm\:-ml-11 {
    margin-left: -2.75rem;
  }
  .sm\:-ml-12 {
    margin-left: -3rem;
  }
  .sm\:-ml-14 {
    margin-left: -3.5rem;
  }
  .sm\:-ml-16 {
    margin-left: -4rem;
  }
  .sm\:-ml-2 {
    margin-left: -0.5rem;
  }
  .sm\:-ml-2\.5 {
    margin-left: -0.625rem;
  }
  .sm\:-ml-20 {
    margin-left: -5rem;
  }
  .sm\:-ml-24 {
    margin-left: -6rem;
  }
  .sm\:-ml-28 {
    margin-left: -7rem;
  }
  .sm\:-ml-2px {
    margin-left: -2px;
  }
  .sm\:-ml-3 {
    margin-left: -0.75rem;
  }
  .sm\:-ml-3\.5 {
    margin-left: -0.875rem;
  }
  .sm\:-ml-32 {
    margin-left: -8rem;
  }
  .sm\:-ml-36 {
    margin-left: -9rem;
  }
  .sm\:-ml-3px {
    margin-left: -3px;
  }
  .sm\:-ml-4 {
    margin-left: -1rem;
  }
  .sm\:-ml-4\.5 {
    margin-left: -1.125rem;
  }
  .sm\:-ml-40 {
    margin-left: -10rem;
  }
  .sm\:-ml-44 {
    margin-left: -11rem;
  }
  .sm\:-ml-48 {
    margin-left: -12rem;
  }
  .sm\:-ml-4px {
    margin-left: -4px;
  }
  .sm\:-ml-5 {
    margin-left: -1.25rem;
  }
  .sm\:-ml-5\.5 {
    margin-left: -1.375rem;
  }
  .sm\:-ml-52 {
    margin-left: -13rem;
  }
  .sm\:-ml-56 {
    margin-left: -14rem;
  }
  .sm\:-ml-6 {
    margin-left: -1.5rem;
  }
  .sm\:-ml-60 {
    margin-left: -15rem;
  }
  .sm\:-ml-64 {
    margin-left: -16rem;
  }
  .sm\:-ml-7 {
    margin-left: -1.75rem;
  }
  .sm\:-ml-72 {
    margin-left: -18rem;
  }
  .sm\:-ml-8 {
    margin-left: -2rem;
  }
  .sm\:-ml-80 {
    margin-left: -20rem;
  }
  .sm\:-ml-9 {
    margin-left: -2.25rem;
  }
  .sm\:-ml-96 {
    margin-left: -24rem;
  }
  .sm\:-ml-px {
    margin-left: -1px;
  }
  .sm\:-mr-0 {
    margin-right: -0px;
  }
  .sm\:-mr-0\.5 {
    margin-right: -0.125rem;
  }
  .sm\:-mr-1 {
    margin-right: -0.25rem;
  }
  .sm\:-mr-1\.5 {
    margin-right: -0.375rem;
  }
  .sm\:-mr-1\/2 {
    margin-right: -50%;
  }
  .sm\:-mr-10 {
    margin-right: -2.5rem;
  }
  .sm\:-mr-11 {
    margin-right: -2.75rem;
  }
  .sm\:-mr-12 {
    margin-right: -3rem;
  }
  .sm\:-mr-14 {
    margin-right: -3.5rem;
  }
  .sm\:-mr-16 {
    margin-right: -4rem;
  }
  .sm\:-mr-2 {
    margin-right: -0.5rem;
  }
  .sm\:-mr-2\.5 {
    margin-right: -0.625rem;
  }
  .sm\:-mr-20 {
    margin-right: -5rem;
  }
  .sm\:-mr-24 {
    margin-right: -6rem;
  }
  .sm\:-mr-28 {
    margin-right: -7rem;
  }
  .sm\:-mr-2px {
    margin-right: -2px;
  }
  .sm\:-mr-3 {
    margin-right: -0.75rem;
  }
  .sm\:-mr-3\.5 {
    margin-right: -0.875rem;
  }
  .sm\:-mr-32 {
    margin-right: -8rem;
  }
  .sm\:-mr-36 {
    margin-right: -9rem;
  }
  .sm\:-mr-3px {
    margin-right: -3px;
  }
  .sm\:-mr-4 {
    margin-right: -1rem;
  }
  .sm\:-mr-4\.5 {
    margin-right: -1.125rem;
  }
  .sm\:-mr-40 {
    margin-right: -10rem;
  }
  .sm\:-mr-44 {
    margin-right: -11rem;
  }
  .sm\:-mr-48 {
    margin-right: -12rem;
  }
  .sm\:-mr-4px {
    margin-right: -4px;
  }
  .sm\:-mr-5 {
    margin-right: -1.25rem;
  }
  .sm\:-mr-5\.5 {
    margin-right: -1.375rem;
  }
  .sm\:-mr-52 {
    margin-right: -13rem;
  }
  .sm\:-mr-56 {
    margin-right: -14rem;
  }
  .sm\:-mr-6 {
    margin-right: -1.5rem;
  }
  .sm\:-mr-60 {
    margin-right: -15rem;
  }
  .sm\:-mr-64 {
    margin-right: -16rem;
  }
  .sm\:-mr-7 {
    margin-right: -1.75rem;
  }
  .sm\:-mr-72 {
    margin-right: -18rem;
  }
  .sm\:-mr-8 {
    margin-right: -2rem;
  }
  .sm\:-mr-80 {
    margin-right: -20rem;
  }
  .sm\:-mr-9 {
    margin-right: -2.25rem;
  }
  .sm\:-mr-96 {
    margin-right: -24rem;
  }
  .sm\:-mr-px {
    margin-right: -1px;
  }
  .sm\:-ms-0 {
    margin-inline-start: -0px;
  }
  .sm\:-ms-0\.5 {
    margin-inline-start: -0.125rem;
  }
  .sm\:-ms-1 {
    margin-inline-start: -0.25rem;
  }
  .sm\:-ms-1\.5 {
    margin-inline-start: -0.375rem;
  }
  .sm\:-ms-1\/2 {
    margin-inline-start: -50%;
  }
  .sm\:-ms-10 {
    margin-inline-start: -2.5rem;
  }
  .sm\:-ms-11 {
    margin-inline-start: -2.75rem;
  }
  .sm\:-ms-12 {
    margin-inline-start: -3rem;
  }
  .sm\:-ms-14 {
    margin-inline-start: -3.5rem;
  }
  .sm\:-ms-16 {
    margin-inline-start: -4rem;
  }
  .sm\:-ms-2 {
    margin-inline-start: -0.5rem;
  }
  .sm\:-ms-2\.5 {
    margin-inline-start: -0.625rem;
  }
  .sm\:-ms-20 {
    margin-inline-start: -5rem;
  }
  .sm\:-ms-24 {
    margin-inline-start: -6rem;
  }
  .sm\:-ms-28 {
    margin-inline-start: -7rem;
  }
  .sm\:-ms-2px {
    margin-inline-start: -2px;
  }
  .sm\:-ms-3 {
    margin-inline-start: -0.75rem;
  }
  .sm\:-ms-3\.5 {
    margin-inline-start: -0.875rem;
  }
  .sm\:-ms-32 {
    margin-inline-start: -8rem;
  }
  .sm\:-ms-36 {
    margin-inline-start: -9rem;
  }
  .sm\:-ms-3px {
    margin-inline-start: -3px;
  }
  .sm\:-ms-4 {
    margin-inline-start: -1rem;
  }
  .sm\:-ms-4\.5 {
    margin-inline-start: -1.125rem;
  }
  .sm\:-ms-40 {
    margin-inline-start: -10rem;
  }
  .sm\:-ms-44 {
    margin-inline-start: -11rem;
  }
  .sm\:-ms-48 {
    margin-inline-start: -12rem;
  }
  .sm\:-ms-4px {
    margin-inline-start: -4px;
  }
  .sm\:-ms-5 {
    margin-inline-start: -1.25rem;
  }
  .sm\:-ms-5\.5 {
    margin-inline-start: -1.375rem;
  }
  .sm\:-ms-52 {
    margin-inline-start: -13rem;
  }
  .sm\:-ms-56 {
    margin-inline-start: -14rem;
  }
  .sm\:-ms-6 {
    margin-inline-start: -1.5rem;
  }
  .sm\:-ms-60 {
    margin-inline-start: -15rem;
  }
  .sm\:-ms-64 {
    margin-inline-start: -16rem;
  }
  .sm\:-ms-7 {
    margin-inline-start: -1.75rem;
  }
  .sm\:-ms-72 {
    margin-inline-start: -18rem;
  }
  .sm\:-ms-8 {
    margin-inline-start: -2rem;
  }
  .sm\:-ms-80 {
    margin-inline-start: -20rem;
  }
  .sm\:-ms-9 {
    margin-inline-start: -2.25rem;
  }
  .sm\:-ms-96 {
    margin-inline-start: -24rem;
  }
  .sm\:-ms-px {
    margin-inline-start: -1px;
  }
  .sm\:-mt-0 {
    margin-top: -0px;
  }
  .sm\:-mt-0\.5 {
    margin-top: -0.125rem;
  }
  .sm\:-mt-1 {
    margin-top: -0.25rem;
  }
  .sm\:-mt-1\.5 {
    margin-top: -0.375rem;
  }
  .sm\:-mt-1\/2 {
    margin-top: -50%;
  }
  .sm\:-mt-10 {
    margin-top: -2.5rem;
  }
  .sm\:-mt-11 {
    margin-top: -2.75rem;
  }
  .sm\:-mt-12 {
    margin-top: -3rem;
  }
  .sm\:-mt-14 {
    margin-top: -3.5rem;
  }
  .sm\:-mt-16 {
    margin-top: -4rem;
  }
  .sm\:-mt-2 {
    margin-top: -0.5rem;
  }
  .sm\:-mt-2\.5 {
    margin-top: -0.625rem;
  }
  .sm\:-mt-20 {
    margin-top: -5rem;
  }
  .sm\:-mt-24 {
    margin-top: -6rem;
  }
  .sm\:-mt-28 {
    margin-top: -7rem;
  }
  .sm\:-mt-2px {
    margin-top: -2px;
  }
  .sm\:-mt-3 {
    margin-top: -0.75rem;
  }
  .sm\:-mt-3\.5 {
    margin-top: -0.875rem;
  }
  .sm\:-mt-32 {
    margin-top: -8rem;
  }
  .sm\:-mt-36 {
    margin-top: -9rem;
  }
  .sm\:-mt-3px {
    margin-top: -3px;
  }
  .sm\:-mt-4 {
    margin-top: -1rem;
  }
  .sm\:-mt-4\.5 {
    margin-top: -1.125rem;
  }
  .sm\:-mt-40 {
    margin-top: -10rem;
  }
  .sm\:-mt-44 {
    margin-top: -11rem;
  }
  .sm\:-mt-48 {
    margin-top: -12rem;
  }
  .sm\:-mt-4px {
    margin-top: -4px;
  }
  .sm\:-mt-5 {
    margin-top: -1.25rem;
  }
  .sm\:-mt-5\.5 {
    margin-top: -1.375rem;
  }
  .sm\:-mt-52 {
    margin-top: -13rem;
  }
  .sm\:-mt-56 {
    margin-top: -14rem;
  }
  .sm\:-mt-6 {
    margin-top: -1.5rem;
  }
  .sm\:-mt-60 {
    margin-top: -15rem;
  }
  .sm\:-mt-64 {
    margin-top: -16rem;
  }
  .sm\:-mt-7 {
    margin-top: -1.75rem;
  }
  .sm\:-mt-72 {
    margin-top: -18rem;
  }
  .sm\:-mt-8 {
    margin-top: -2rem;
  }
  .sm\:-mt-80 {
    margin-top: -20rem;
  }
  .sm\:-mt-9 {
    margin-top: -2.25rem;
  }
  .sm\:-mt-96 {
    margin-top: -24rem;
  }
  .sm\:-mt-px {
    margin-top: -1px;
  }
  .sm\:mb-0 {
    margin-bottom: 0px;
  }
  .sm\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }
  .sm\:mb-1 {
    margin-bottom: 0.25rem;
  }
  .sm\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }
  .sm\:mb-1\/2 {
    margin-bottom: 50%;
  }
  .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .sm\:mb-11 {
    margin-bottom: 2.75rem;
  }
  .sm\:mb-12 {
    margin-bottom: 3rem;
  }
  .sm\:mb-14 {
    margin-bottom: 3.5rem;
  }
  .sm\:mb-16 {
    margin-bottom: 4rem;
  }
  .sm\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .sm\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }
  .sm\:mb-20 {
    margin-bottom: 5rem;
  }
  .sm\:mb-24 {
    margin-bottom: 6rem;
  }
  .sm\:mb-28 {
    margin-bottom: 7rem;
  }
  .sm\:mb-2px {
    margin-bottom: 2px;
  }
  .sm\:mb-3 {
    margin-bottom: 0.75rem;
  }
  .sm\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }
  .sm\:mb-32 {
    margin-bottom: 8rem;
  }
  .sm\:mb-36 {
    margin-bottom: 9rem;
  }
  .sm\:mb-3px {
    margin-bottom: 3px;
  }
  .sm\:mb-4 {
    margin-bottom: 1rem;
  }
  .sm\:mb-4\.5 {
    margin-bottom: 1.125rem;
  }
  .sm\:mb-40 {
    margin-bottom: 10rem;
  }
  .sm\:mb-44 {
    margin-bottom: 11rem;
  }
  .sm\:mb-48 {
    margin-bottom: 12rem;
  }
  .sm\:mb-4px {
    margin-bottom: 4px;
  }
  .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .sm\:mb-5\.5 {
    margin-bottom: 1.375rem;
  }
  .sm\:mb-52 {
    margin-bottom: 13rem;
  }
  .sm\:mb-56 {
    margin-bottom: 14rem;
  }
  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .sm\:mb-60 {
    margin-bottom: 15rem;
  }
  .sm\:mb-64 {
    margin-bottom: 16rem;
  }
  .sm\:mb-7 {
    margin-bottom: 1.75rem;
  }
  .sm\:mb-72 {
    margin-bottom: 18rem;
  }
  .sm\:mb-8 {
    margin-bottom: 2rem;
  }
  .sm\:mb-80 {
    margin-bottom: 20rem;
  }
  .sm\:mb-9 {
    margin-bottom: 2.25rem;
  }
  .sm\:mb-96 {
    margin-bottom: 24rem;
  }
  .sm\:mb-auto {
    margin-bottom: auto;
  }
  .sm\:mb-px {
    margin-bottom: 1px;
  }
  .sm\:me-0 {
    margin-inline-end: 0px;
  }
  .sm\:me-0\.5 {
    margin-inline-end: 0.125rem;
  }
  .sm\:me-1 {
    margin-inline-end: 0.25rem;
  }
  .sm\:me-1\.5 {
    margin-inline-end: 0.375rem;
  }
  .sm\:me-1\/2 {
    margin-inline-end: 50%;
  }
  .sm\:me-10 {
    margin-inline-end: 2.5rem;
  }
  .sm\:me-11 {
    margin-inline-end: 2.75rem;
  }
  .sm\:me-12 {
    margin-inline-end: 3rem;
  }
  .sm\:me-14 {
    margin-inline-end: 3.5rem;
  }
  .sm\:me-16 {
    margin-inline-end: 4rem;
  }
  .sm\:me-2 {
    margin-inline-end: 0.5rem;
  }
  .sm\:me-2\.5 {
    margin-inline-end: 0.625rem;
  }
  .sm\:me-20 {
    margin-inline-end: 5rem;
  }
  .sm\:me-24 {
    margin-inline-end: 6rem;
  }
  .sm\:me-28 {
    margin-inline-end: 7rem;
  }
  .sm\:me-2px {
    margin-inline-end: 2px;
  }
  .sm\:me-3 {
    margin-inline-end: 0.75rem;
  }
  .sm\:me-3\.5 {
    margin-inline-end: 0.875rem;
  }
  .sm\:me-32 {
    margin-inline-end: 8rem;
  }
  .sm\:me-36 {
    margin-inline-end: 9rem;
  }
  .sm\:me-3px {
    margin-inline-end: 3px;
  }
  .sm\:me-4 {
    margin-inline-end: 1rem;
  }
  .sm\:me-4\.5 {
    margin-inline-end: 1.125rem;
  }
  .sm\:me-40 {
    margin-inline-end: 10rem;
  }
  .sm\:me-44 {
    margin-inline-end: 11rem;
  }
  .sm\:me-48 {
    margin-inline-end: 12rem;
  }
  .sm\:me-4px {
    margin-inline-end: 4px;
  }
  .sm\:me-5 {
    margin-inline-end: 1.25rem;
  }
  .sm\:me-5\.5 {
    margin-inline-end: 1.375rem;
  }
  .sm\:me-52 {
    margin-inline-end: 13rem;
  }
  .sm\:me-56 {
    margin-inline-end: 14rem;
  }
  .sm\:me-6 {
    margin-inline-end: 1.5rem;
  }
  .sm\:me-60 {
    margin-inline-end: 15rem;
  }
  .sm\:me-64 {
    margin-inline-end: 16rem;
  }
  .sm\:me-7 {
    margin-inline-end: 1.75rem;
  }
  .sm\:me-72 {
    margin-inline-end: 18rem;
  }
  .sm\:me-8 {
    margin-inline-end: 2rem;
  }
  .sm\:me-80 {
    margin-inline-end: 20rem;
  }
  .sm\:me-9 {
    margin-inline-end: 2.25rem;
  }
  .sm\:me-96 {
    margin-inline-end: 24rem;
  }
  .sm\:me-auto {
    margin-inline-end: auto;
  }
  .sm\:me-px {
    margin-inline-end: 1px;
  }
  .sm\:ml-0 {
    margin-left: 0px;
  }
  .sm\:ml-0\.5 {
    margin-left: 0.125rem;
  }
  .sm\:ml-1 {
    margin-left: 0.25rem;
  }
  .sm\:ml-1\.5 {
    margin-left: 0.375rem;
  }
  .sm\:ml-1\/2 {
    margin-left: 50%;
  }
  .sm\:ml-10 {
    margin-left: 2.5rem;
  }
  .sm\:ml-11 {
    margin-left: 2.75rem;
  }
  .sm\:ml-12 {
    margin-left: 3rem;
  }
  .sm\:ml-14 {
    margin-left: 3.5rem;
  }
  .sm\:ml-16 {
    margin-left: 4rem;
  }
  .sm\:ml-2 {
    margin-left: 0.5rem;
  }
  .sm\:ml-2\.5 {
    margin-left: 0.625rem;
  }
  .sm\:ml-20 {
    margin-left: 5rem;
  }
  .sm\:ml-24 {
    margin-left: 6rem;
  }
  .sm\:ml-28 {
    margin-left: 7rem;
  }
  .sm\:ml-2px {
    margin-left: 2px;
  }
  .sm\:ml-3 {
    margin-left: 0.75rem;
  }
  .sm\:ml-3\.5 {
    margin-left: 0.875rem;
  }
  .sm\:ml-32 {
    margin-left: 8rem;
  }
  .sm\:ml-36 {
    margin-left: 9rem;
  }
  .sm\:ml-3px {
    margin-left: 3px;
  }
  .sm\:ml-4 {
    margin-left: 1rem;
  }
  .sm\:ml-4\.5 {
    margin-left: 1.125rem;
  }
  .sm\:ml-40 {
    margin-left: 10rem;
  }
  .sm\:ml-44 {
    margin-left: 11rem;
  }
  .sm\:ml-48 {
    margin-left: 12rem;
  }
  .sm\:ml-4px {
    margin-left: 4px;
  }
  .sm\:ml-5 {
    margin-left: 1.25rem;
  }
  .sm\:ml-5\.5 {
    margin-left: 1.375rem;
  }
  .sm\:ml-52 {
    margin-left: 13rem;
  }
  .sm\:ml-56 {
    margin-left: 14rem;
  }
  .sm\:ml-6 {
    margin-left: 1.5rem;
  }
  .sm\:ml-60 {
    margin-left: 15rem;
  }
  .sm\:ml-64 {
    margin-left: 16rem;
  }
  .sm\:ml-7 {
    margin-left: 1.75rem;
  }
  .sm\:ml-72 {
    margin-left: 18rem;
  }
  .sm\:ml-8 {
    margin-left: 2rem;
  }
  .sm\:ml-80 {
    margin-left: 20rem;
  }
  .sm\:ml-9 {
    margin-left: 2.25rem;
  }
  .sm\:ml-96 {
    margin-left: 24rem;
  }
  .sm\:ml-auto {
    margin-left: auto;
  }
  .sm\:ml-px {
    margin-left: 1px;
  }
  .sm\:mr-0 {
    margin-right: 0px;
  }
  .sm\:mr-0\.5 {
    margin-right: 0.125rem;
  }
  .sm\:mr-1 {
    margin-right: 0.25rem;
  }
  .sm\:mr-1\.5 {
    margin-right: 0.375rem;
  }
  .sm\:mr-1\/2 {
    margin-right: 50%;
  }
  .sm\:mr-10 {
    margin-right: 2.5rem;
  }
  .sm\:mr-11 {
    margin-right: 2.75rem;
  }
  .sm\:mr-12 {
    margin-right: 3rem;
  }
  .sm\:mr-14 {
    margin-right: 3.5rem;
  }
  .sm\:mr-16 {
    margin-right: 4rem;
  }
  .sm\:mr-2 {
    margin-right: 0.5rem;
  }
  .sm\:mr-2\.5 {
    margin-right: 0.625rem;
  }
  .sm\:mr-20 {
    margin-right: 5rem;
  }
  .sm\:mr-24 {
    margin-right: 6rem;
  }
  .sm\:mr-28 {
    margin-right: 7rem;
  }
  .sm\:mr-2px {
    margin-right: 2px;
  }
  .sm\:mr-3 {
    margin-right: 0.75rem;
  }
  .sm\:mr-3\.5 {
    margin-right: 0.875rem;
  }
  .sm\:mr-32 {
    margin-right: 8rem;
  }
  .sm\:mr-36 {
    margin-right: 9rem;
  }
  .sm\:mr-3px {
    margin-right: 3px;
  }
  .sm\:mr-4 {
    margin-right: 1rem;
  }
  .sm\:mr-4\.5 {
    margin-right: 1.125rem;
  }
  .sm\:mr-40 {
    margin-right: 10rem;
  }
  .sm\:mr-44 {
    margin-right: 11rem;
  }
  .sm\:mr-48 {
    margin-right: 12rem;
  }
  .sm\:mr-4px {
    margin-right: 4px;
  }
  .sm\:mr-5 {
    margin-right: 1.25rem;
  }
  .sm\:mr-5\.5 {
    margin-right: 1.375rem;
  }
  .sm\:mr-52 {
    margin-right: 13rem;
  }
  .sm\:mr-56 {
    margin-right: 14rem;
  }
  .sm\:mr-6 {
    margin-right: 1.5rem;
  }
  .sm\:mr-60 {
    margin-right: 15rem;
  }
  .sm\:mr-64 {
    margin-right: 16rem;
  }
  .sm\:mr-7 {
    margin-right: 1.75rem;
  }
  .sm\:mr-72 {
    margin-right: 18rem;
  }
  .sm\:mr-8 {
    margin-right: 2rem;
  }
  .sm\:mr-80 {
    margin-right: 20rem;
  }
  .sm\:mr-9 {
    margin-right: 2.25rem;
  }
  .sm\:mr-96 {
    margin-right: 24rem;
  }
  .sm\:mr-auto {
    margin-right: auto;
  }
  .sm\:mr-px {
    margin-right: 1px;
  }
  .sm\:ms-0 {
    margin-inline-start: 0px;
  }
  .sm\:ms-0\.5 {
    margin-inline-start: 0.125rem;
  }
  .sm\:ms-1 {
    margin-inline-start: 0.25rem;
  }
  .sm\:ms-1\.5 {
    margin-inline-start: 0.375rem;
  }
  .sm\:ms-1\/2 {
    margin-inline-start: 50%;
  }
  .sm\:ms-10 {
    margin-inline-start: 2.5rem;
  }
  .sm\:ms-11 {
    margin-inline-start: 2.75rem;
  }
  .sm\:ms-12 {
    margin-inline-start: 3rem;
  }
  .sm\:ms-14 {
    margin-inline-start: 3.5rem;
  }
  .sm\:ms-16 {
    margin-inline-start: 4rem;
  }
  .sm\:ms-2 {
    margin-inline-start: 0.5rem;
  }
  .sm\:ms-2\.5 {
    margin-inline-start: 0.625rem;
  }
  .sm\:ms-20 {
    margin-inline-start: 5rem;
  }
  .sm\:ms-24 {
    margin-inline-start: 6rem;
  }
  .sm\:ms-28 {
    margin-inline-start: 7rem;
  }
  .sm\:ms-2px {
    margin-inline-start: 2px;
  }
  .sm\:ms-3 {
    margin-inline-start: 0.75rem;
  }
  .sm\:ms-3\.5 {
    margin-inline-start: 0.875rem;
  }
  .sm\:ms-32 {
    margin-inline-start: 8rem;
  }
  .sm\:ms-36 {
    margin-inline-start: 9rem;
  }
  .sm\:ms-3px {
    margin-inline-start: 3px;
  }
  .sm\:ms-4 {
    margin-inline-start: 1rem;
  }
  .sm\:ms-4\.5 {
    margin-inline-start: 1.125rem;
  }
  .sm\:ms-40 {
    margin-inline-start: 10rem;
  }
  .sm\:ms-44 {
    margin-inline-start: 11rem;
  }
  .sm\:ms-48 {
    margin-inline-start: 12rem;
  }
  .sm\:ms-4px {
    margin-inline-start: 4px;
  }
  .sm\:ms-5 {
    margin-inline-start: 1.25rem;
  }
  .sm\:ms-5\.5 {
    margin-inline-start: 1.375rem;
  }
  .sm\:ms-52 {
    margin-inline-start: 13rem;
  }
  .sm\:ms-56 {
    margin-inline-start: 14rem;
  }
  .sm\:ms-6 {
    margin-inline-start: 1.5rem;
  }
  .sm\:ms-60 {
    margin-inline-start: 15rem;
  }
  .sm\:ms-64 {
    margin-inline-start: 16rem;
  }
  .sm\:ms-7 {
    margin-inline-start: 1.75rem;
  }
  .sm\:ms-72 {
    margin-inline-start: 18rem;
  }
  .sm\:ms-8 {
    margin-inline-start: 2rem;
  }
  .sm\:ms-80 {
    margin-inline-start: 20rem;
  }
  .sm\:ms-9 {
    margin-inline-start: 2.25rem;
  }
  .sm\:ms-96 {
    margin-inline-start: 24rem;
  }
  .sm\:ms-auto {
    margin-inline-start: auto;
  }
  .sm\:ms-px {
    margin-inline-start: 1px;
  }
  .sm\:mt-0 {
    margin-top: 0px;
  }
  .sm\:mt-0\.5 {
    margin-top: 0.125rem;
  }
  .sm\:mt-1 {
    margin-top: 0.25rem;
  }
  .sm\:mt-1\.5 {
    margin-top: 0.375rem;
  }
  .sm\:mt-1\/2 {
    margin-top: 50%;
  }
  .sm\:mt-10 {
    margin-top: 2.5rem;
  }
  .sm\:mt-11 {
    margin-top: 2.75rem;
  }
  .sm\:mt-12 {
    margin-top: 3rem;
  }
  .sm\:mt-14 {
    margin-top: 3.5rem;
  }
  .sm\:mt-16 {
    margin-top: 4rem;
  }
  .sm\:mt-2 {
    margin-top: 0.5rem;
  }
  .sm\:mt-2\.5 {
    margin-top: 0.625rem;
  }
  .sm\:mt-20 {
    margin-top: 5rem;
  }
  .sm\:mt-24 {
    margin-top: 6rem;
  }
  .sm\:mt-28 {
    margin-top: 7rem;
  }
  .sm\:mt-2px {
    margin-top: 2px;
  }
  .sm\:mt-3 {
    margin-top: 0.75rem;
  }
  .sm\:mt-3\.5 {
    margin-top: 0.875rem;
  }
  .sm\:mt-32 {
    margin-top: 8rem;
  }
  .sm\:mt-36 {
    margin-top: 9rem;
  }
  .sm\:mt-3px {
    margin-top: 3px;
  }
  .sm\:mt-4 {
    margin-top: 1rem;
  }
  .sm\:mt-4\.5 {
    margin-top: 1.125rem;
  }
  .sm\:mt-40 {
    margin-top: 10rem;
  }
  .sm\:mt-44 {
    margin-top: 11rem;
  }
  .sm\:mt-48 {
    margin-top: 12rem;
  }
  .sm\:mt-4px {
    margin-top: 4px;
  }
  .sm\:mt-5 {
    margin-top: 1.25rem;
  }
  .sm\:mt-5\.5 {
    margin-top: 1.375rem;
  }
  .sm\:mt-52 {
    margin-top: 13rem;
  }
  .sm\:mt-56 {
    margin-top: 14rem;
  }
  .sm\:mt-6 {
    margin-top: 1.5rem;
  }
  .sm\:mt-60 {
    margin-top: 15rem;
  }
  .sm\:mt-64 {
    margin-top: 16rem;
  }
  .sm\:mt-7 {
    margin-top: 1.75rem;
  }
  .sm\:mt-72 {
    margin-top: 18rem;
  }
  .sm\:mt-8 {
    margin-top: 2rem;
  }
  .sm\:mt-80 {
    margin-top: 20rem;
  }
  .sm\:mt-9 {
    margin-top: 2.25rem;
  }
  .sm\:mt-96 {
    margin-top: 24rem;
  }
  .sm\:mt-auto {
    margin-top: auto;
  }
  .sm\:mt-px {
    margin-top: 1px;
  }
  .sm\:p-0 {
    padding: 0px;
  }
  .sm\:p-0\.5 {
    padding: 0.125rem;
  }
  .sm\:p-1 {
    padding: 0.25rem;
  }
  .sm\:p-1\.5 {
    padding: 0.375rem;
  }
  .sm\:p-10 {
    padding: 2.5rem;
  }
  .sm\:p-11 {
    padding: 2.75rem;
  }
  .sm\:p-12 {
    padding: 3rem;
  }
  .sm\:p-14 {
    padding: 3.5rem;
  }
  .sm\:p-16 {
    padding: 4rem;
  }
  .sm\:p-2 {
    padding: 0.5rem;
  }
  .sm\:p-2\.5 {
    padding: 0.625rem;
  }
  .sm\:p-20 {
    padding: 5rem;
  }
  .sm\:p-24 {
    padding: 6rem;
  }
  .sm\:p-28 {
    padding: 7rem;
  }
  .sm\:p-2px {
    padding: 2px;
  }
  .sm\:p-3 {
    padding: 0.75rem;
  }
  .sm\:p-3\.5 {
    padding: 0.875rem;
  }
  .sm\:p-32 {
    padding: 8rem;
  }
  .sm\:p-36 {
    padding: 9rem;
  }
  .sm\:p-3px {
    padding: 3px;
  }
  .sm\:p-4 {
    padding: 1rem;
  }
  .sm\:p-4\.5 {
    padding: 1.125rem;
  }
  .sm\:p-40 {
    padding: 10rem;
  }
  .sm\:p-44 {
    padding: 11rem;
  }
  .sm\:p-48 {
    padding: 12rem;
  }
  .sm\:p-4px {
    padding: 4px;
  }
  .sm\:p-5 {
    padding: 1.25rem;
  }
  .sm\:p-5\.5 {
    padding: 1.375rem;
  }
  .sm\:p-52 {
    padding: 13rem;
  }
  .sm\:p-56 {
    padding: 14rem;
  }
  .sm\:p-6 {
    padding: 1.5rem;
  }
  .sm\:p-60 {
    padding: 15rem;
  }
  .sm\:p-64 {
    padding: 16rem;
  }
  .sm\:p-7 {
    padding: 1.75rem;
  }
  .sm\:p-72 {
    padding: 18rem;
  }
  .sm\:p-8 {
    padding: 2rem;
  }
  .sm\:p-80 {
    padding: 20rem;
  }
  .sm\:p-9 {
    padding: 2.25rem;
  }
  .sm\:p-96 {
    padding: 24rem;
  }
  .sm\:p-px {
    padding: 1px;
  }
  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .sm\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
  .sm\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .sm\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .sm\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .sm\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .sm\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .sm\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .sm\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .sm\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .sm\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .sm\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .sm\:px-2px {
    padding-left: 2px;
    padding-right: 2px;
  }
  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .sm\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
  .sm\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .sm\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }
  .sm\:px-3px {
    padding-left: 3px;
    padding-right: 3px;
  }
  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sm\:px-4\.5 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .sm\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .sm\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }
  .sm\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }
  .sm\:px-4px {
    padding-left: 4px;
    padding-right: 4px;
  }
  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .sm\:px-5\.5 {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }
  .sm\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }
  .sm\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }
  .sm\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  .sm\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .sm\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }
  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }
  .sm\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .sm\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }
  .sm\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }
  .sm\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .sm\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }
  .sm\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .sm\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .sm\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .sm\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .sm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .sm\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .sm\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .sm\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .sm\:py-2px {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .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-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .sm\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .sm\:py-3px {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .sm\:py-4\.5 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
  .sm\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .sm\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }
  .sm\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .sm\:py-4px {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .sm\:py-5\.5 {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }
  .sm\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }
  .sm\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .sm\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
  .sm\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  .sm\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .sm\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .sm\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }
  .sm\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .sm\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }
  .sm\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .sm\:pb-0 {
    padding-bottom: 0px;
  }
  .sm\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }
  .sm\:pb-1 {
    padding-bottom: 0.25rem;
  }
  .sm\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }
  .sm\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .sm\:pb-11 {
    padding-bottom: 2.75rem;
  }
  .sm\:pb-12 {
    padding-bottom: 3rem;
  }
  .sm\:pb-14 {
    padding-bottom: 3.5rem;
  }
  .sm\:pb-16 {
    padding-bottom: 4rem;
  }
  .sm\:pb-2 {
    padding-bottom: 0.5rem;
  }
  .sm\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }
  .sm\:pb-20 {
    padding-bottom: 5rem;
  }
  .sm\:pb-24 {
    padding-bottom: 6rem;
  }
  .sm\:pb-28 {
    padding-bottom: 7rem;
  }
  .sm\:pb-2px {
    padding-bottom: 2px;
  }
  .sm\:pb-3 {
    padding-bottom: 0.75rem;
  }
  .sm\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }
  .sm\:pb-32 {
    padding-bottom: 8rem;
  }
  .sm\:pb-36 {
    padding-bottom: 9rem;
  }
  .sm\:pb-3px {
    padding-bottom: 3px;
  }
  .sm\:pb-4 {
    padding-bottom: 1rem;
  }
  .sm\:pb-4\.5 {
    padding-bottom: 1.125rem;
  }
  .sm\:pb-40 {
    padding-bottom: 10rem;
  }
  .sm\:pb-44 {
    padding-bottom: 11rem;
  }
  .sm\:pb-48 {
    padding-bottom: 12rem;
  }
  .sm\:pb-4px {
    padding-bottom: 4px;
  }
  .sm\:pb-5 {
    padding-bottom: 1.25rem;
  }
  .sm\:pb-5\.5 {
    padding-bottom: 1.375rem;
  }
  .sm\:pb-52 {
    padding-bottom: 13rem;
  }
  .sm\:pb-56 {
    padding-bottom: 14rem;
  }
  .sm\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .sm\:pb-60 {
    padding-bottom: 15rem;
  }
  .sm\:pb-64 {
    padding-bottom: 16rem;
  }
  .sm\:pb-7 {
    padding-bottom: 1.75rem;
  }
  .sm\:pb-72 {
    padding-bottom: 18rem;
  }
  .sm\:pb-8 {
    padding-bottom: 2rem;
  }
  .sm\:pb-80 {
    padding-bottom: 20rem;
  }
  .sm\:pb-9 {
    padding-bottom: 2.25rem;
  }
  .sm\:pb-96 {
    padding-bottom: 24rem;
  }
  .sm\:pb-px {
    padding-bottom: 1px;
  }
  .sm\:pe-0 {
    padding-inline-end: 0px;
  }
  .sm\:pe-0\.5 {
    padding-inline-end: 0.125rem;
  }
  .sm\:pe-1 {
    padding-inline-end: 0.25rem;
  }
  .sm\:pe-1\.5 {
    padding-inline-end: 0.375rem;
  }
  .sm\:pe-10 {
    padding-inline-end: 2.5rem;
  }
  .sm\:pe-11 {
    padding-inline-end: 2.75rem;
  }
  .sm\:pe-12 {
    padding-inline-end: 3rem;
  }
  .sm\:pe-14 {
    padding-inline-end: 3.5rem;
  }
  .sm\:pe-16 {
    padding-inline-end: 4rem;
  }
  .sm\:pe-2 {
    padding-inline-end: 0.5rem;
  }
  .sm\:pe-2\.5 {
    padding-inline-end: 0.625rem;
  }
  .sm\:pe-20 {
    padding-inline-end: 5rem;
  }
  .sm\:pe-24 {
    padding-inline-end: 6rem;
  }
  .sm\:pe-28 {
    padding-inline-end: 7rem;
  }
  .sm\:pe-2px {
    padding-inline-end: 2px;
  }
  .sm\:pe-3 {
    padding-inline-end: 0.75rem;
  }
  .sm\:pe-3\.5 {
    padding-inline-end: 0.875rem;
  }
  .sm\:pe-32 {
    padding-inline-end: 8rem;
  }
  .sm\:pe-36 {
    padding-inline-end: 9rem;
  }
  .sm\:pe-3px {
    padding-inline-end: 3px;
  }
  .sm\:pe-4 {
    padding-inline-end: 1rem;
  }
  .sm\:pe-4\.5 {
    padding-inline-end: 1.125rem;
  }
  .sm\:pe-40 {
    padding-inline-end: 10rem;
  }
  .sm\:pe-44 {
    padding-inline-end: 11rem;
  }
  .sm\:pe-48 {
    padding-inline-end: 12rem;
  }
  .sm\:pe-4px {
    padding-inline-end: 4px;
  }
  .sm\:pe-5 {
    padding-inline-end: 1.25rem;
  }
  .sm\:pe-5\.5 {
    padding-inline-end: 1.375rem;
  }
  .sm\:pe-52 {
    padding-inline-end: 13rem;
  }
  .sm\:pe-56 {
    padding-inline-end: 14rem;
  }
  .sm\:pe-6 {
    padding-inline-end: 1.5rem;
  }
  .sm\:pe-60 {
    padding-inline-end: 15rem;
  }
  .sm\:pe-64 {
    padding-inline-end: 16rem;
  }
  .sm\:pe-7 {
    padding-inline-end: 1.75rem;
  }
  .sm\:pe-72 {
    padding-inline-end: 18rem;
  }
  .sm\:pe-8 {
    padding-inline-end: 2rem;
  }
  .sm\:pe-80 {
    padding-inline-end: 20rem;
  }
  .sm\:pe-9 {
    padding-inline-end: 2.25rem;
  }
  .sm\:pe-96 {
    padding-inline-end: 24rem;
  }
  .sm\:pe-px {
    padding-inline-end: 1px;
  }
  .sm\:pl-0 {
    padding-left: 0px;
  }
  .sm\:pl-0\.5 {
    padding-left: 0.125rem;
  }
  .sm\:pl-1 {
    padding-left: 0.25rem;
  }
  .sm\:pl-1\.5 {
    padding-left: 0.375rem;
  }
  .sm\:pl-10 {
    padding-left: 2.5rem;
  }
  .sm\:pl-11 {
    padding-left: 2.75rem;
  }
  .sm\:pl-12 {
    padding-left: 3rem;
  }
  .sm\:pl-14 {
    padding-left: 3.5rem;
  }
  .sm\:pl-16 {
    padding-left: 4rem;
  }
  .sm\:pl-2 {
    padding-left: 0.5rem;
  }
  .sm\:pl-2\.5 {
    padding-left: 0.625rem;
  }
  .sm\:pl-20 {
    padding-left: 5rem;
  }
  .sm\:pl-24 {
    padding-left: 6rem;
  }
  .sm\:pl-28 {
    padding-left: 7rem;
  }
  .sm\:pl-2px {
    padding-left: 2px;
  }
  .sm\:pl-3 {
    padding-left: 0.75rem;
  }
  .sm\:pl-3\.5 {
    padding-left: 0.875rem;
  }
  .sm\:pl-32 {
    padding-left: 8rem;
  }
  .sm\:pl-36 {
    padding-left: 9rem;
  }
  .sm\:pl-3px {
    padding-left: 3px;
  }
  .sm\:pl-4 {
    padding-left: 1rem;
  }
  .sm\:pl-4\.5 {
    padding-left: 1.125rem;
  }
  .sm\:pl-40 {
    padding-left: 10rem;
  }
  .sm\:pl-44 {
    padding-left: 11rem;
  }
  .sm\:pl-48 {
    padding-left: 12rem;
  }
  .sm\:pl-4px {
    padding-left: 4px;
  }
  .sm\:pl-5 {
    padding-left: 1.25rem;
  }
  .sm\:pl-5\.5 {
    padding-left: 1.375rem;
  }
  .sm\:pl-52 {
    padding-left: 13rem;
  }
  .sm\:pl-56 {
    padding-left: 14rem;
  }
  .sm\:pl-6 {
    padding-left: 1.5rem;
  }
  .sm\:pl-60 {
    padding-left: 15rem;
  }
  .sm\:pl-64 {
    padding-left: 16rem;
  }
  .sm\:pl-7 {
    padding-left: 1.75rem;
  }
  .sm\:pl-72 {
    padding-left: 18rem;
  }
  .sm\:pl-8 {
    padding-left: 2rem;
  }
  .sm\:pl-80 {
    padding-left: 20rem;
  }
  .sm\:pl-9 {
    padding-left: 2.25rem;
  }
  .sm\:pl-96 {
    padding-left: 24rem;
  }
  .sm\:pl-px {
    padding-left: 1px;
  }
  .sm\:pr-0 {
    padding-right: 0px;
  }
  .sm\:pr-0\.5 {
    padding-right: 0.125rem;
  }
  .sm\:pr-1 {
    padding-right: 0.25rem;
  }
  .sm\:pr-1\.5 {
    padding-right: 0.375rem;
  }
  .sm\:pr-10 {
    padding-right: 2.5rem;
  }
  .sm\:pr-11 {
    padding-right: 2.75rem;
  }
  .sm\:pr-12 {
    padding-right: 3rem;
  }
  .sm\:pr-14 {
    padding-right: 3.5rem;
  }
  .sm\:pr-16 {
    padding-right: 4rem;
  }
  .sm\:pr-2 {
    padding-right: 0.5rem;
  }
  .sm\:pr-2\.5 {
    padding-right: 0.625rem;
  }
  .sm\:pr-20 {
    padding-right: 5rem;
  }
  .sm\:pr-24 {
    padding-right: 6rem;
  }
  .sm\:pr-28 {
    padding-right: 7rem;
  }
  .sm\:pr-2px {
    padding-right: 2px;
  }
  .sm\:pr-3 {
    padding-right: 0.75rem;
  }
  .sm\:pr-3\.5 {
    padding-right: 0.875rem;
  }
  .sm\:pr-32 {
    padding-right: 8rem;
  }
  .sm\:pr-36 {
    padding-right: 9rem;
  }
  .sm\:pr-3px {
    padding-right: 3px;
  }
  .sm\:pr-4 {
    padding-right: 1rem;
  }
  .sm\:pr-4\.5 {
    padding-right: 1.125rem;
  }
  .sm\:pr-40 {
    padding-right: 10rem;
  }
  .sm\:pr-44 {
    padding-right: 11rem;
  }
  .sm\:pr-48 {
    padding-right: 12rem;
  }
  .sm\:pr-4px {
    padding-right: 4px;
  }
  .sm\:pr-5 {
    padding-right: 1.25rem;
  }
  .sm\:pr-5\.5 {
    padding-right: 1.375rem;
  }
  .sm\:pr-52 {
    padding-right: 13rem;
  }
  .sm\:pr-56 {
    padding-right: 14rem;
  }
  .sm\:pr-6 {
    padding-right: 1.5rem;
  }
  .sm\:pr-60 {
    padding-right: 15rem;
  }
  .sm\:pr-64 {
    padding-right: 16rem;
  }
  .sm\:pr-7 {
    padding-right: 1.75rem;
  }
  .sm\:pr-72 {
    padding-right: 18rem;
  }
  .sm\:pr-8 {
    padding-right: 2rem;
  }
  .sm\:pr-80 {
    padding-right: 20rem;
  }
  .sm\:pr-9 {
    padding-right: 2.25rem;
  }
  .sm\:pr-96 {
    padding-right: 24rem;
  }
  .sm\:pr-px {
    padding-right: 1px;
  }
  .sm\:ps-0 {
    padding-inline-start: 0px;
  }
  .sm\:ps-0\.5 {
    padding-inline-start: 0.125rem;
  }
  .sm\:ps-1 {
    padding-inline-start: 0.25rem;
  }
  .sm\:ps-1\.5 {
    padding-inline-start: 0.375rem;
  }
  .sm\:ps-10 {
    padding-inline-start: 2.5rem;
  }
  .sm\:ps-11 {
    padding-inline-start: 2.75rem;
  }
  .sm\:ps-12 {
    padding-inline-start: 3rem;
  }
  .sm\:ps-14 {
    padding-inline-start: 3.5rem;
  }
  .sm\:ps-16 {
    padding-inline-start: 4rem;
  }
  .sm\:ps-2 {
    padding-inline-start: 0.5rem;
  }
  .sm\:ps-2\.5 {
    padding-inline-start: 0.625rem;
  }
  .sm\:ps-20 {
    padding-inline-start: 5rem;
  }
  .sm\:ps-24 {
    padding-inline-start: 6rem;
  }
  .sm\:ps-28 {
    padding-inline-start: 7rem;
  }
  .sm\:ps-2px {
    padding-inline-start: 2px;
  }
  .sm\:ps-3 {
    padding-inline-start: 0.75rem;
  }
  .sm\:ps-3\.5 {
    padding-inline-start: 0.875rem;
  }
  .sm\:ps-32 {
    padding-inline-start: 8rem;
  }
  .sm\:ps-36 {
    padding-inline-start: 9rem;
  }
  .sm\:ps-3px {
    padding-inline-start: 3px;
  }
  .sm\:ps-4 {
    padding-inline-start: 1rem;
  }
  .sm\:ps-4\.5 {
    padding-inline-start: 1.125rem;
  }
  .sm\:ps-40 {
    padding-inline-start: 10rem;
  }
  .sm\:ps-44 {
    padding-inline-start: 11rem;
  }
  .sm\:ps-48 {
    padding-inline-start: 12rem;
  }
  .sm\:ps-4px {
    padding-inline-start: 4px;
  }
  .sm\:ps-5 {
    padding-inline-start: 1.25rem;
  }
  .sm\:ps-5\.5 {
    padding-inline-start: 1.375rem;
  }
  .sm\:ps-52 {
    padding-inline-start: 13rem;
  }
  .sm\:ps-56 {
    padding-inline-start: 14rem;
  }
  .sm\:ps-6 {
    padding-inline-start: 1.5rem;
  }
  .sm\:ps-60 {
    padding-inline-start: 15rem;
  }
  .sm\:ps-64 {
    padding-inline-start: 16rem;
  }
  .sm\:ps-7 {
    padding-inline-start: 1.75rem;
  }
  .sm\:ps-72 {
    padding-inline-start: 18rem;
  }
  .sm\:ps-8 {
    padding-inline-start: 2rem;
  }
  .sm\:ps-80 {
    padding-inline-start: 20rem;
  }
  .sm\:ps-9 {
    padding-inline-start: 2.25rem;
  }
  .sm\:ps-96 {
    padding-inline-start: 24rem;
  }
  .sm\:ps-px {
    padding-inline-start: 1px;
  }
  .sm\:pt-0 {
    padding-top: 0px;
  }
  .sm\:pt-0\.5 {
    padding-top: 0.125rem;
  }
  .sm\:pt-1 {
    padding-top: 0.25rem;
  }
  .sm\:pt-1\.5 {
    padding-top: 0.375rem;
  }
  .sm\:pt-10 {
    padding-top: 2.5rem;
  }
  .sm\:pt-11 {
    padding-top: 2.75rem;
  }
  .sm\:pt-12 {
    padding-top: 3rem;
  }
  .sm\:pt-14 {
    padding-top: 3.5rem;
  }
  .sm\:pt-16 {
    padding-top: 4rem;
  }
  .sm\:pt-2 {
    padding-top: 0.5rem;
  }
  .sm\:pt-2\.5 {
    padding-top: 0.625rem;
  }
  .sm\:pt-20 {
    padding-top: 5rem;
  }
  .sm\:pt-24 {
    padding-top: 6rem;
  }
  .sm\:pt-28 {
    padding-top: 7rem;
  }
  .sm\:pt-2px {
    padding-top: 2px;
  }
  .sm\:pt-3 {
    padding-top: 0.75rem;
  }
  .sm\:pt-3\.5 {
    padding-top: 0.875rem;
  }
  .sm\:pt-32 {
    padding-top: 8rem;
  }
  .sm\:pt-36 {
    padding-top: 9rem;
  }
  .sm\:pt-3px {
    padding-top: 3px;
  }
  .sm\:pt-4 {
    padding-top: 1rem;
  }
  .sm\:pt-4\.5 {
    padding-top: 1.125rem;
  }
  .sm\:pt-40 {
    padding-top: 10rem;
  }
  .sm\:pt-44 {
    padding-top: 11rem;
  }
  .sm\:pt-48 {
    padding-top: 12rem;
  }
  .sm\:pt-4px {
    padding-top: 4px;
  }
  .sm\:pt-5 {
    padding-top: 1.25rem;
  }
  .sm\:pt-5\.5 {
    padding-top: 1.375rem;
  }
  .sm\:pt-52 {
    padding-top: 13rem;
  }
  .sm\:pt-56 {
    padding-top: 14rem;
  }
  .sm\:pt-6 {
    padding-top: 1.5rem;
  }
  .sm\:pt-60 {
    padding-top: 15rem;
  }
  .sm\:pt-64 {
    padding-top: 16rem;
  }
  .sm\:pt-7 {
    padding-top: 1.75rem;
  }
  .sm\:pt-72 {
    padding-top: 18rem;
  }
  .sm\:pt-8 {
    padding-top: 2rem;
  }
  .sm\:pt-80 {
    padding-top: 20rem;
  }
  .sm\:pt-9 {
    padding-top: 2.25rem;
  }
  .sm\:pt-96 {
    padding-top: 24rem;
  }
  .sm\:pt-px {
    padding-top: 1px;
  }
  .sm\:text-emerald-500 {
    --tw-text-opacity: 1;
    color: rgb(0 133 117 / var(--tw-text-opacity));
  }
}
@media (min-width: 768px) {
  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .md\:-m-0 {
    margin: -0px;
  }
  .md\:-m-0\.5 {
    margin: -0.125rem;
  }
  .md\:-m-1 {
    margin: -0.25rem;
  }
  .md\:-m-1\.5 {
    margin: -0.375rem;
  }
  .md\:-m-1\/2 {
    margin: -50%;
  }
  .md\:-m-10 {
    margin: -2.5rem;
  }
  .md\:-m-11 {
    margin: -2.75rem;
  }
  .md\:-m-12 {
    margin: -3rem;
  }
  .md\:-m-14 {
    margin: -3.5rem;
  }
  .md\:-m-16 {
    margin: -4rem;
  }
  .md\:-m-2 {
    margin: -0.5rem;
  }
  .md\:-m-2\.5 {
    margin: -0.625rem;
  }
  .md\:-m-20 {
    margin: -5rem;
  }
  .md\:-m-24 {
    margin: -6rem;
  }
  .md\:-m-28 {
    margin: -7rem;
  }
  .md\:-m-2px {
    margin: -2px;
  }
  .md\:-m-3 {
    margin: -0.75rem;
  }
  .md\:-m-3\.5 {
    margin: -0.875rem;
  }
  .md\:-m-32 {
    margin: -8rem;
  }
  .md\:-m-36 {
    margin: -9rem;
  }
  .md\:-m-3px {
    margin: -3px;
  }
  .md\:-m-4 {
    margin: -1rem;
  }
  .md\:-m-4\.5 {
    margin: -1.125rem;
  }
  .md\:-m-40 {
    margin: -10rem;
  }
  .md\:-m-44 {
    margin: -11rem;
  }
  .md\:-m-48 {
    margin: -12rem;
  }
  .md\:-m-4px {
    margin: -4px;
  }
  .md\:-m-5 {
    margin: -1.25rem;
  }
  .md\:-m-5\.5 {
    margin: -1.375rem;
  }
  .md\:-m-52 {
    margin: -13rem;
  }
  .md\:-m-56 {
    margin: -14rem;
  }
  .md\:-m-6 {
    margin: -1.5rem;
  }
  .md\:-m-60 {
    margin: -15rem;
  }
  .md\:-m-64 {
    margin: -16rem;
  }
  .md\:-m-7 {
    margin: -1.75rem;
  }
  .md\:-m-72 {
    margin: -18rem;
  }
  .md\:-m-8 {
    margin: -2rem;
  }
  .md\:-m-80 {
    margin: -20rem;
  }
  .md\:-m-9 {
    margin: -2.25rem;
  }
  .md\:-m-96 {
    margin: -24rem;
  }
  .md\:-m-px {
    margin: -1px;
  }
  .md\:m-0 {
    margin: 0px;
  }
  .md\:m-0\.5 {
    margin: 0.125rem;
  }
  .md\:m-1 {
    margin: 0.25rem;
  }
  .md\:m-1\.5 {
    margin: 0.375rem;
  }
  .md\:m-1\/2 {
    margin: 50%;
  }
  .md\:m-10 {
    margin: 2.5rem;
  }
  .md\:m-11 {
    margin: 2.75rem;
  }
  .md\:m-12 {
    margin: 3rem;
  }
  .md\:m-14 {
    margin: 3.5rem;
  }
  .md\:m-16 {
    margin: 4rem;
  }
  .md\:m-2 {
    margin: 0.5rem;
  }
  .md\:m-2\.5 {
    margin: 0.625rem;
  }
  .md\:m-20 {
    margin: 5rem;
  }
  .md\:m-24 {
    margin: 6rem;
  }
  .md\:m-28 {
    margin: 7rem;
  }
  .md\:m-2px {
    margin: 2px;
  }
  .md\:m-3 {
    margin: 0.75rem;
  }
  .md\:m-3\.5 {
    margin: 0.875rem;
  }
  .md\:m-32 {
    margin: 8rem;
  }
  .md\:m-36 {
    margin: 9rem;
  }
  .md\:m-3px {
    margin: 3px;
  }
  .md\:m-4 {
    margin: 1rem;
  }
  .md\:m-4\.5 {
    margin: 1.125rem;
  }
  .md\:m-40 {
    margin: 10rem;
  }
  .md\:m-44 {
    margin: 11rem;
  }
  .md\:m-48 {
    margin: 12rem;
  }
  .md\:m-4px {
    margin: 4px;
  }
  .md\:m-5 {
    margin: 1.25rem;
  }
  .md\:m-5\.5 {
    margin: 1.375rem;
  }
  .md\:m-52 {
    margin: 13rem;
  }
  .md\:m-56 {
    margin: 14rem;
  }
  .md\:m-6 {
    margin: 1.5rem;
  }
  .md\:m-60 {
    margin: 15rem;
  }
  .md\:m-64 {
    margin: 16rem;
  }
  .md\:m-7 {
    margin: 1.75rem;
  }
  .md\:m-72 {
    margin: 18rem;
  }
  .md\:m-8 {
    margin: 2rem;
  }
  .md\:m-80 {
    margin: 20rem;
  }
  .md\:m-9 {
    margin: 2.25rem;
  }
  .md\:m-96 {
    margin: 24rem;
  }
  .md\:m-auto {
    margin: auto;
  }
  .md\:m-px {
    margin: 1px;
  }
  .md\:-mx-0 {
    margin-left: -0px;
    margin-right: -0px;
  }
  .md\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }
  .md\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .md\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }
  .md\:-mx-1\/2 {
    margin-left: -50%;
    margin-right: -50%;
  }
  .md\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .md\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }
  .md\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .md\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }
  .md\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .md\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .md\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .md\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }
  .md\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }
  .md\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }
  .md\:-mx-2px {
    margin-left: -2px;
    margin-right: -2px;
  }
  .md\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .md\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }
  .md\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }
  .md\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }
  .md\:-mx-3px {
    margin-left: -3px;
    margin-right: -3px;
  }
  .md\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .md\:-mx-4\.5 {
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }
  .md\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }
  .md\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }
  .md\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }
  .md\:-mx-4px {
    margin-left: -4px;
    margin-right: -4px;
  }
  .md\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .md\:-mx-5\.5 {
    margin-left: -1.375rem;
    margin-right: -1.375rem;
  }
  .md\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }
  .md\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }
  .md\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .md\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }
  .md\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }
  .md\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }
  .md\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }
  .md\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .md\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }
  .md\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }
  .md\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }
  .md\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }
  .md\:-my-0 {
    margin-top: -0px;
    margin-bottom: -0px;
  }
  .md\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }
  .md\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }
  .md\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }
  .md\:-my-1\/2 {
    margin-top: -50%;
    margin-bottom: -50%;
  }
  .md\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }
  .md\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }
  .md\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }
  .md\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }
  .md\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }
  .md\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
  .md\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
  .md\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }
  .md\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }
  .md\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }
  .md\:-my-2px {
    margin-top: -2px;
    margin-bottom: -2px;
  }
  .md\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }
  .md\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }
  .md\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }
  .md\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }
  .md\:-my-3px {
    margin-top: -3px;
    margin-bottom: -3px;
  }
  .md\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
  .md\:-my-4\.5 {
    margin-top: -1.125rem;
    margin-bottom: -1.125rem;
  }
  .md\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }
  .md\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }
  .md\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }
  .md\:-my-4px {
    margin-top: -4px;
    margin-bottom: -4px;
  }
  .md\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
  .md\:-my-5\.5 {
    margin-top: -1.375rem;
    margin-bottom: -1.375rem;
  }
  .md\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }
  .md\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }
  .md\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
  .md\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }
  .md\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }
  .md\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }
  .md\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }
  .md\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
  .md\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }
  .md\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }
  .md\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }
  .md\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }
  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .md\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }
  .md\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .md\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .md\:mx-1\/2 {
    margin-left: 50%;
    margin-right: 50%;
  }
  .md\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .md\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }
  .md\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .md\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
  .md\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .md\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .md\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .md\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .md\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .md\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
  .md\:mx-2px {
    margin-left: 2px;
    margin-right: 2px;
  }
  .md\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .md\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }
  .md\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .md\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }
  .md\:mx-3px {
    margin-left: 3px;
    margin-right: 3px;
  }
  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .md\:mx-4\.5 {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }
  .md\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .md\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }
  .md\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }
  .md\:mx-4px {
    margin-left: 4px;
    margin-right: 4px;
  }
  .md\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .md\:mx-5\.5 {
    margin-left: 1.375rem;
    margin-right: 1.375rem;
  }
  .md\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }
  .md\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }
  .md\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .md\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }
  .md\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }
  .md\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }
  .md\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }
  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .md\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }
  .md\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }
  .md\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }
  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .md\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }
  .md\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .md\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }
  .md\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .md\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }
  .md\:my-1\/2 {
    margin-top: 50%;
    margin-bottom: 50%;
  }
  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .md\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }
  .md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .md\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .md\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .md\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .md\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .md\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .md\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .md\:my-2px {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .md\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .md\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
  .md\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .md\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }
  .md\:my-3px {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .md\:my-4\.5 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }
  .md\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .md\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }
  .md\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
  .md\:my-4px {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .md\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .md\:my-5\.5 {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }
  .md\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }
  .md\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }
  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .md\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }
  .md\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
  .md\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .md\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }
  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .md\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }
  .md\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
  .md\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }
  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .md\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .md\:-mb-0 {
    margin-bottom: -0px;
  }
  .md\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }
  .md\:-mb-1 {
    margin-bottom: -0.25rem;
  }
  .md\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }
  .md\:-mb-1\/2 {
    margin-bottom: -50%;
  }
  .md\:-mb-10 {
    margin-bottom: -2.5rem;
  }
  .md\:-mb-11 {
    margin-bottom: -2.75rem;
  }
  .md\:-mb-12 {
    margin-bottom: -3rem;
  }
  .md\:-mb-14 {
    margin-bottom: -3.5rem;
  }
  .md\:-mb-16 {
    margin-bottom: -4rem;
  }
  .md\:-mb-2 {
    margin-bottom: -0.5rem;
  }
  .md\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }
  .md\:-mb-20 {
    margin-bottom: -5rem;
  }
  .md\:-mb-24 {
    margin-bottom: -6rem;
  }
  .md\:-mb-28 {
    margin-bottom: -7rem;
  }
  .md\:-mb-2px {
    margin-bottom: -2px;
  }
  .md\:-mb-3 {
    margin-bottom: -0.75rem;
  }
  .md\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }
  .md\:-mb-32 {
    margin-bottom: -8rem;
  }
  .md\:-mb-36 {
    margin-bottom: -9rem;
  }
  .md\:-mb-3px {
    margin-bottom: -3px;
  }
  .md\:-mb-4 {
    margin-bottom: -1rem;
  }
  .md\:-mb-4\.5 {
    margin-bottom: -1.125rem;
  }
  .md\:-mb-40 {
    margin-bottom: -10rem;
  }
  .md\:-mb-44 {
    margin-bottom: -11rem;
  }
  .md\:-mb-48 {
    margin-bottom: -12rem;
  }
  .md\:-mb-4px {
    margin-bottom: -4px;
  }
  .md\:-mb-5 {
    margin-bottom: -1.25rem;
  }
  .md\:-mb-5\.5 {
    margin-bottom: -1.375rem;
  }
  .md\:-mb-52 {
    margin-bottom: -13rem;
  }
  .md\:-mb-56 {
    margin-bottom: -14rem;
  }
  .md\:-mb-6 {
    margin-bottom: -1.5rem;
  }
  .md\:-mb-60 {
    margin-bottom: -15rem;
  }
  .md\:-mb-64 {
    margin-bottom: -16rem;
  }
  .md\:-mb-7 {
    margin-bottom: -1.75rem;
  }
  .md\:-mb-72 {
    margin-bottom: -18rem;
  }
  .md\:-mb-8 {
    margin-bottom: -2rem;
  }
  .md\:-mb-80 {
    margin-bottom: -20rem;
  }
  .md\:-mb-9 {
    margin-bottom: -2.25rem;
  }
  .md\:-mb-96 {
    margin-bottom: -24rem;
  }
  .md\:-mb-px {
    margin-bottom: -1px;
  }
  .md\:-me-0 {
    margin-inline-end: -0px;
  }
  .md\:-me-0\.5 {
    margin-inline-end: -0.125rem;
  }
  .md\:-me-1 {
    margin-inline-end: -0.25rem;
  }
  .md\:-me-1\.5 {
    margin-inline-end: -0.375rem;
  }
  .md\:-me-1\/2 {
    margin-inline-end: -50%;
  }
  .md\:-me-10 {
    margin-inline-end: -2.5rem;
  }
  .md\:-me-11 {
    margin-inline-end: -2.75rem;
  }
  .md\:-me-12 {
    margin-inline-end: -3rem;
  }
  .md\:-me-14 {
    margin-inline-end: -3.5rem;
  }
  .md\:-me-16 {
    margin-inline-end: -4rem;
  }
  .md\:-me-2 {
    margin-inline-end: -0.5rem;
  }
  .md\:-me-2\.5 {
    margin-inline-end: -0.625rem;
  }
  .md\:-me-20 {
    margin-inline-end: -5rem;
  }
  .md\:-me-24 {
    margin-inline-end: -6rem;
  }
  .md\:-me-28 {
    margin-inline-end: -7rem;
  }
  .md\:-me-2px {
    margin-inline-end: -2px;
  }
  .md\:-me-3 {
    margin-inline-end: -0.75rem;
  }
  .md\:-me-3\.5 {
    margin-inline-end: -0.875rem;
  }
  .md\:-me-32 {
    margin-inline-end: -8rem;
  }
  .md\:-me-36 {
    margin-inline-end: -9rem;
  }
  .md\:-me-3px {
    margin-inline-end: -3px;
  }
  .md\:-me-4 {
    margin-inline-end: -1rem;
  }
  .md\:-me-4\.5 {
    margin-inline-end: -1.125rem;
  }
  .md\:-me-40 {
    margin-inline-end: -10rem;
  }
  .md\:-me-44 {
    margin-inline-end: -11rem;
  }
  .md\:-me-48 {
    margin-inline-end: -12rem;
  }
  .md\:-me-4px {
    margin-inline-end: -4px;
  }
  .md\:-me-5 {
    margin-inline-end: -1.25rem;
  }
  .md\:-me-5\.5 {
    margin-inline-end: -1.375rem;
  }
  .md\:-me-52 {
    margin-inline-end: -13rem;
  }
  .md\:-me-56 {
    margin-inline-end: -14rem;
  }
  .md\:-me-6 {
    margin-inline-end: -1.5rem;
  }
  .md\:-me-60 {
    margin-inline-end: -15rem;
  }
  .md\:-me-64 {
    margin-inline-end: -16rem;
  }
  .md\:-me-7 {
    margin-inline-end: -1.75rem;
  }
  .md\:-me-72 {
    margin-inline-end: -18rem;
  }
  .md\:-me-8 {
    margin-inline-end: -2rem;
  }
  .md\:-me-80 {
    margin-inline-end: -20rem;
  }
  .md\:-me-9 {
    margin-inline-end: -2.25rem;
  }
  .md\:-me-96 {
    margin-inline-end: -24rem;
  }
  .md\:-me-px {
    margin-inline-end: -1px;
  }
  .md\:-ml-0 {
    margin-left: -0px;
  }
  .md\:-ml-0\.5 {
    margin-left: -0.125rem;
  }
  .md\:-ml-1 {
    margin-left: -0.25rem;
  }
  .md\:-ml-1\.5 {
    margin-left: -0.375rem;
  }
  .md\:-ml-1\/2 {
    margin-left: -50%;
  }
  .md\:-ml-10 {
    margin-left: -2.5rem;
  }
  .md\:-ml-11 {
    margin-left: -2.75rem;
  }
  .md\:-ml-12 {
    margin-left: -3rem;
  }
  .md\:-ml-14 {
    margin-left: -3.5rem;
  }
  .md\:-ml-16 {
    margin-left: -4rem;
  }
  .md\:-ml-2 {
    margin-left: -0.5rem;
  }
  .md\:-ml-2\.5 {
    margin-left: -0.625rem;
  }
  .md\:-ml-20 {
    margin-left: -5rem;
  }
  .md\:-ml-24 {
    margin-left: -6rem;
  }
  .md\:-ml-28 {
    margin-left: -7rem;
  }
  .md\:-ml-2px {
    margin-left: -2px;
  }
  .md\:-ml-3 {
    margin-left: -0.75rem;
  }
  .md\:-ml-3\.5 {
    margin-left: -0.875rem;
  }
  .md\:-ml-32 {
    margin-left: -8rem;
  }
  .md\:-ml-36 {
    margin-left: -9rem;
  }
  .md\:-ml-3px {
    margin-left: -3px;
  }
  .md\:-ml-4 {
    margin-left: -1rem;
  }
  .md\:-ml-4\.5 {
    margin-left: -1.125rem;
  }
  .md\:-ml-40 {
    margin-left: -10rem;
  }
  .md\:-ml-44 {
    margin-left: -11rem;
  }
  .md\:-ml-48 {
    margin-left: -12rem;
  }
  .md\:-ml-4px {
    margin-left: -4px;
  }
  .md\:-ml-5 {
    margin-left: -1.25rem;
  }
  .md\:-ml-5\.5 {
    margin-left: -1.375rem;
  }
  .md\:-ml-52 {
    margin-left: -13rem;
  }
  .md\:-ml-56 {
    margin-left: -14rem;
  }
  .md\:-ml-6 {
    margin-left: -1.5rem;
  }
  .md\:-ml-60 {
    margin-left: -15rem;
  }
  .md\:-ml-64 {
    margin-left: -16rem;
  }
  .md\:-ml-7 {
    margin-left: -1.75rem;
  }
  .md\:-ml-72 {
    margin-left: -18rem;
  }
  .md\:-ml-8 {
    margin-left: -2rem;
  }
  .md\:-ml-80 {
    margin-left: -20rem;
  }
  .md\:-ml-9 {
    margin-left: -2.25rem;
  }
  .md\:-ml-96 {
    margin-left: -24rem;
  }
  .md\:-ml-px {
    margin-left: -1px;
  }
  .md\:-mr-0 {
    margin-right: -0px;
  }
  .md\:-mr-0\.5 {
    margin-right: -0.125rem;
  }
  .md\:-mr-1 {
    margin-right: -0.25rem;
  }
  .md\:-mr-1\.5 {
    margin-right: -0.375rem;
  }
  .md\:-mr-1\/2 {
    margin-right: -50%;
  }
  .md\:-mr-10 {
    margin-right: -2.5rem;
  }
  .md\:-mr-11 {
    margin-right: -2.75rem;
  }
  .md\:-mr-12 {
    margin-right: -3rem;
  }
  .md\:-mr-14 {
    margin-right: -3.5rem;
  }
  .md\:-mr-16 {
    margin-right: -4rem;
  }
  .md\:-mr-2 {
    margin-right: -0.5rem;
  }
  .md\:-mr-2\.5 {
    margin-right: -0.625rem;
  }
  .md\:-mr-20 {
    margin-right: -5rem;
  }
  .md\:-mr-24 {
    margin-right: -6rem;
  }
  .md\:-mr-28 {
    margin-right: -7rem;
  }
  .md\:-mr-2px {
    margin-right: -2px;
  }
  .md\:-mr-3 {
    margin-right: -0.75rem;
  }
  .md\:-mr-3\.5 {
    margin-right: -0.875rem;
  }
  .md\:-mr-32 {
    margin-right: -8rem;
  }
  .md\:-mr-36 {
    margin-right: -9rem;
  }
  .md\:-mr-3px {
    margin-right: -3px;
  }
  .md\:-mr-4 {
    margin-right: -1rem;
  }
  .md\:-mr-4\.5 {
    margin-right: -1.125rem;
  }
  .md\:-mr-40 {
    margin-right: -10rem;
  }
  .md\:-mr-44 {
    margin-right: -11rem;
  }
  .md\:-mr-48 {
    margin-right: -12rem;
  }
  .md\:-mr-4px {
    margin-right: -4px;
  }
  .md\:-mr-5 {
    margin-right: -1.25rem;
  }
  .md\:-mr-5\.5 {
    margin-right: -1.375rem;
  }
  .md\:-mr-52 {
    margin-right: -13rem;
  }
  .md\:-mr-56 {
    margin-right: -14rem;
  }
  .md\:-mr-6 {
    margin-right: -1.5rem;
  }
  .md\:-mr-60 {
    margin-right: -15rem;
  }
  .md\:-mr-64 {
    margin-right: -16rem;
  }
  .md\:-mr-7 {
    margin-right: -1.75rem;
  }
  .md\:-mr-72 {
    margin-right: -18rem;
  }
  .md\:-mr-8 {
    margin-right: -2rem;
  }
  .md\:-mr-80 {
    margin-right: -20rem;
  }
  .md\:-mr-9 {
    margin-right: -2.25rem;
  }
  .md\:-mr-96 {
    margin-right: -24rem;
  }
  .md\:-mr-px {
    margin-right: -1px;
  }
  .md\:-ms-0 {
    margin-inline-start: -0px;
  }
  .md\:-ms-0\.5 {
    margin-inline-start: -0.125rem;
  }
  .md\:-ms-1 {
    margin-inline-start: -0.25rem;
  }
  .md\:-ms-1\.5 {
    margin-inline-start: -0.375rem;
  }
  .md\:-ms-1\/2 {
    margin-inline-start: -50%;
  }
  .md\:-ms-10 {
    margin-inline-start: -2.5rem;
  }
  .md\:-ms-11 {
    margin-inline-start: -2.75rem;
  }
  .md\:-ms-12 {
    margin-inline-start: -3rem;
  }
  .md\:-ms-14 {
    margin-inline-start: -3.5rem;
  }
  .md\:-ms-16 {
    margin-inline-start: -4rem;
  }
  .md\:-ms-2 {
    margin-inline-start: -0.5rem;
  }
  .md\:-ms-2\.5 {
    margin-inline-start: -0.625rem;
  }
  .md\:-ms-20 {
    margin-inline-start: -5rem;
  }
  .md\:-ms-24 {
    margin-inline-start: -6rem;
  }
  .md\:-ms-28 {
    margin-inline-start: -7rem;
  }
  .md\:-ms-2px {
    margin-inline-start: -2px;
  }
  .md\:-ms-3 {
    margin-inline-start: -0.75rem;
  }
  .md\:-ms-3\.5 {
    margin-inline-start: -0.875rem;
  }
  .md\:-ms-32 {
    margin-inline-start: -8rem;
  }
  .md\:-ms-36 {
    margin-inline-start: -9rem;
  }
  .md\:-ms-3px {
    margin-inline-start: -3px;
  }
  .md\:-ms-4 {
    margin-inline-start: -1rem;
  }
  .md\:-ms-4\.5 {
    margin-inline-start: -1.125rem;
  }
  .md\:-ms-40 {
    margin-inline-start: -10rem;
  }
  .md\:-ms-44 {
    margin-inline-start: -11rem;
  }
  .md\:-ms-48 {
    margin-inline-start: -12rem;
  }
  .md\:-ms-4px {
    margin-inline-start: -4px;
  }
  .md\:-ms-5 {
    margin-inline-start: -1.25rem;
  }
  .md\:-ms-5\.5 {
    margin-inline-start: -1.375rem;
  }
  .md\:-ms-52 {
    margin-inline-start: -13rem;
  }
  .md\:-ms-56 {
    margin-inline-start: -14rem;
  }
  .md\:-ms-6 {
    margin-inline-start: -1.5rem;
  }
  .md\:-ms-60 {
    margin-inline-start: -15rem;
  }
  .md\:-ms-64 {
    margin-inline-start: -16rem;
  }
  .md\:-ms-7 {
    margin-inline-start: -1.75rem;
  }
  .md\:-ms-72 {
    margin-inline-start: -18rem;
  }
  .md\:-ms-8 {
    margin-inline-start: -2rem;
  }
  .md\:-ms-80 {
    margin-inline-start: -20rem;
  }
  .md\:-ms-9 {
    margin-inline-start: -2.25rem;
  }
  .md\:-ms-96 {
    margin-inline-start: -24rem;
  }
  .md\:-ms-px {
    margin-inline-start: -1px;
  }
  .md\:-mt-0 {
    margin-top: -0px;
  }
  .md\:-mt-0\.5 {
    margin-top: -0.125rem;
  }
  .md\:-mt-1 {
    margin-top: -0.25rem;
  }
  .md\:-mt-1\.5 {
    margin-top: -0.375rem;
  }
  .md\:-mt-1\/2 {
    margin-top: -50%;
  }
  .md\:-mt-10 {
    margin-top: -2.5rem;
  }
  .md\:-mt-11 {
    margin-top: -2.75rem;
  }
  .md\:-mt-12 {
    margin-top: -3rem;
  }
  .md\:-mt-14 {
    margin-top: -3.5rem;
  }
  .md\:-mt-16 {
    margin-top: -4rem;
  }
  .md\:-mt-2 {
    margin-top: -0.5rem;
  }
  .md\:-mt-2\.5 {
    margin-top: -0.625rem;
  }
  .md\:-mt-20 {
    margin-top: -5rem;
  }
  .md\:-mt-24 {
    margin-top: -6rem;
  }
  .md\:-mt-28 {
    margin-top: -7rem;
  }
  .md\:-mt-2px {
    margin-top: -2px;
  }
  .md\:-mt-3 {
    margin-top: -0.75rem;
  }
  .md\:-mt-3\.5 {
    margin-top: -0.875rem;
  }
  .md\:-mt-32 {
    margin-top: -8rem;
  }
  .md\:-mt-36 {
    margin-top: -9rem;
  }
  .md\:-mt-3px {
    margin-top: -3px;
  }
  .md\:-mt-4 {
    margin-top: -1rem;
  }
  .md\:-mt-4\.5 {
    margin-top: -1.125rem;
  }
  .md\:-mt-40 {
    margin-top: -10rem;
  }
  .md\:-mt-44 {
    margin-top: -11rem;
  }
  .md\:-mt-48 {
    margin-top: -12rem;
  }
  .md\:-mt-4px {
    margin-top: -4px;
  }
  .md\:-mt-5 {
    margin-top: -1.25rem;
  }
  .md\:-mt-5\.5 {
    margin-top: -1.375rem;
  }
  .md\:-mt-52 {
    margin-top: -13rem;
  }
  .md\:-mt-56 {
    margin-top: -14rem;
  }
  .md\:-mt-6 {
    margin-top: -1.5rem;
  }
  .md\:-mt-60 {
    margin-top: -15rem;
  }
  .md\:-mt-64 {
    margin-top: -16rem;
  }
  .md\:-mt-7 {
    margin-top: -1.75rem;
  }
  .md\:-mt-72 {
    margin-top: -18rem;
  }
  .md\:-mt-8 {
    margin-top: -2rem;
  }
  .md\:-mt-80 {
    margin-top: -20rem;
  }
  .md\:-mt-9 {
    margin-top: -2.25rem;
  }
  .md\:-mt-96 {
    margin-top: -24rem;
  }
  .md\:-mt-px {
    margin-top: -1px;
  }
  .md\:mb-0 {
    margin-bottom: 0px;
  }
  .md\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }
  .md\:mb-1 {
    margin-bottom: 0.25rem;
  }
  .md\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }
  .md\:mb-1\/2 {
    margin-bottom: 50%;
  }
  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .md\:mb-11 {
    margin-bottom: 2.75rem;
  }
  .md\:mb-12 {
    margin-bottom: 3rem;
  }
  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }
  .md\:mb-16 {
    margin-bottom: 4rem;
  }
  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .md\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }
  .md\:mb-20 {
    margin-bottom: 5rem;
  }
  .md\:mb-24 {
    margin-bottom: 6rem;
  }
  .md\:mb-28 {
    margin-bottom: 7rem;
  }
  .md\:mb-2px {
    margin-bottom: 2px;
  }
  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }
  .md\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }
  .md\:mb-32 {
    margin-bottom: 8rem;
  }
  .md\:mb-36 {
    margin-bottom: 9rem;
  }
  .md\:mb-3px {
    margin-bottom: 3px;
  }
  .md\:mb-4 {
    margin-bottom: 1rem;
  }
  .md\:mb-4\.5 {
    margin-bottom: 1.125rem;
  }
  .md\:mb-40 {
    margin-bottom: 10rem;
  }
  .md\:mb-44 {
    margin-bottom: 11rem;
  }
  .md\:mb-48 {
    margin-bottom: 12rem;
  }
  .md\:mb-4px {
    margin-bottom: 4px;
  }
  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .md\:mb-5\.5 {
    margin-bottom: 1.375rem;
  }
  .md\:mb-52 {
    margin-bottom: 13rem;
  }
  .md\:mb-56 {
    margin-bottom: 14rem;
  }
  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .md\:mb-60 {
    margin-bottom: 15rem;
  }
  .md\:mb-64 {
    margin-bottom: 16rem;
  }
  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }
  .md\:mb-72 {
    margin-bottom: 18rem;
  }
  .md\:mb-8 {
    margin-bottom: 2rem;
  }
  .md\:mb-80 {
    margin-bottom: 20rem;
  }
  .md\:mb-9 {
    margin-bottom: 2.25rem;
  }
  .md\:mb-96 {
    margin-bottom: 24rem;
  }
  .md\:mb-auto {
    margin-bottom: auto;
  }
  .md\:mb-px {
    margin-bottom: 1px;
  }
  .md\:me-0 {
    margin-inline-end: 0px;
  }
  .md\:me-0\.5 {
    margin-inline-end: 0.125rem;
  }
  .md\:me-1 {
    margin-inline-end: 0.25rem;
  }
  .md\:me-1\.5 {
    margin-inline-end: 0.375rem;
  }
  .md\:me-1\/2 {
    margin-inline-end: 50%;
  }
  .md\:me-10 {
    margin-inline-end: 2.5rem;
  }
  .md\:me-11 {
    margin-inline-end: 2.75rem;
  }
  .md\:me-12 {
    margin-inline-end: 3rem;
  }
  .md\:me-14 {
    margin-inline-end: 3.5rem;
  }
  .md\:me-16 {
    margin-inline-end: 4rem;
  }
  .md\:me-2 {
    margin-inline-end: 0.5rem;
  }
  .md\:me-2\.5 {
    margin-inline-end: 0.625rem;
  }
  .md\:me-20 {
    margin-inline-end: 5rem;
  }
  .md\:me-24 {
    margin-inline-end: 6rem;
  }
  .md\:me-28 {
    margin-inline-end: 7rem;
  }
  .md\:me-2px {
    margin-inline-end: 2px;
  }
  .md\:me-3 {
    margin-inline-end: 0.75rem;
  }
  .md\:me-3\.5 {
    margin-inline-end: 0.875rem;
  }
  .md\:me-32 {
    margin-inline-end: 8rem;
  }
  .md\:me-36 {
    margin-inline-end: 9rem;
  }
  .md\:me-3px {
    margin-inline-end: 3px;
  }
  .md\:me-4 {
    margin-inline-end: 1rem;
  }
  .md\:me-4\.5 {
    margin-inline-end: 1.125rem;
  }
  .md\:me-40 {
    margin-inline-end: 10rem;
  }
  .md\:me-44 {
    margin-inline-end: 11rem;
  }
  .md\:me-48 {
    margin-inline-end: 12rem;
  }
  .md\:me-4px {
    margin-inline-end: 4px;
  }
  .md\:me-5 {
    margin-inline-end: 1.25rem;
  }
  .md\:me-5\.5 {
    margin-inline-end: 1.375rem;
  }
  .md\:me-52 {
    margin-inline-end: 13rem;
  }
  .md\:me-56 {
    margin-inline-end: 14rem;
  }
  .md\:me-6 {
    margin-inline-end: 1.5rem;
  }
  .md\:me-60 {
    margin-inline-end: 15rem;
  }
  .md\:me-64 {
    margin-inline-end: 16rem;
  }
  .md\:me-7 {
    margin-inline-end: 1.75rem;
  }
  .md\:me-72 {
    margin-inline-end: 18rem;
  }
  .md\:me-8 {
    margin-inline-end: 2rem;
  }
  .md\:me-80 {
    margin-inline-end: 20rem;
  }
  .md\:me-9 {
    margin-inline-end: 2.25rem;
  }
  .md\:me-96 {
    margin-inline-end: 24rem;
  }
  .md\:me-auto {
    margin-inline-end: auto;
  }
  .md\:me-px {
    margin-inline-end: 1px;
  }
  .md\:ml-0 {
    margin-left: 0px;
  }
  .md\:ml-0\.5 {
    margin-left: 0.125rem;
  }
  .md\:ml-1 {
    margin-left: 0.25rem;
  }
  .md\:ml-1\.5 {
    margin-left: 0.375rem;
  }
  .md\:ml-1\/2 {
    margin-left: 50%;
  }
  .md\:ml-10 {
    margin-left: 2.5rem;
  }
  .md\:ml-11 {
    margin-left: 2.75rem;
  }
  .md\:ml-12 {
    margin-left: 3rem;
  }
  .md\:ml-14 {
    margin-left: 3.5rem;
  }
  .md\:ml-16 {
    margin-left: 4rem;
  }
  .md\:ml-2 {
    margin-left: 0.5rem;
  }
  .md\:ml-2\.5 {
    margin-left: 0.625rem;
  }
  .md\:ml-20 {
    margin-left: 5rem;
  }
  .md\:ml-24 {
    margin-left: 6rem;
  }
  .md\:ml-28 {
    margin-left: 7rem;
  }
  .md\:ml-2px {
    margin-left: 2px;
  }
  .md\:ml-3 {
    margin-left: 0.75rem;
  }
  .md\:ml-3\.5 {
    margin-left: 0.875rem;
  }
  .md\:ml-32 {
    margin-left: 8rem;
  }
  .md\:ml-36 {
    margin-left: 9rem;
  }
  .md\:ml-3px {
    margin-left: 3px;
  }
  .md\:ml-4 {
    margin-left: 1rem;
  }
  .md\:ml-4\.5 {
    margin-left: 1.125rem;
  }
  .md\:ml-40 {
    margin-left: 10rem;
  }
  .md\:ml-44 {
    margin-left: 11rem;
  }
  .md\:ml-48 {
    margin-left: 12rem;
  }
  .md\:ml-4px {
    margin-left: 4px;
  }
  .md\:ml-5 {
    margin-left: 1.25rem;
  }
  .md\:ml-5\.5 {
    margin-left: 1.375rem;
  }
  .md\:ml-52 {
    margin-left: 13rem;
  }
  .md\:ml-56 {
    margin-left: 14rem;
  }
  .md\:ml-6 {
    margin-left: 1.5rem;
  }
  .md\:ml-60 {
    margin-left: 15rem;
  }
  .md\:ml-64 {
    margin-left: 16rem;
  }
  .md\:ml-7 {
    margin-left: 1.75rem;
  }
  .md\:ml-72 {
    margin-left: 18rem;
  }
  .md\:ml-8 {
    margin-left: 2rem;
  }
  .md\:ml-80 {
    margin-left: 20rem;
  }
  .md\:ml-9 {
    margin-left: 2.25rem;
  }
  .md\:ml-96 {
    margin-left: 24rem;
  }
  .md\:ml-auto {
    margin-left: auto;
  }
  .md\:ml-px {
    margin-left: 1px;
  }
  .md\:mr-0 {
    margin-right: 0px;
  }
  .md\:mr-0\.5 {
    margin-right: 0.125rem;
  }
  .md\:mr-1 {
    margin-right: 0.25rem;
  }
  .md\:mr-1\.5 {
    margin-right: 0.375rem;
  }
  .md\:mr-1\/2 {
    margin-right: 50%;
  }
  .md\:mr-10 {
    margin-right: 2.5rem;
  }
  .md\:mr-11 {
    margin-right: 2.75rem;
  }
  .md\:mr-12 {
    margin-right: 3rem;
  }
  .md\:mr-14 {
    margin-right: 3.5rem;
  }
  .md\:mr-16 {
    margin-right: 4rem;
  }
  .md\:mr-2 {
    margin-right: 0.5rem;
  }
  .md\:mr-2\.5 {
    margin-right: 0.625rem;
  }
  .md\:mr-20 {
    margin-right: 5rem;
  }
  .md\:mr-24 {
    margin-right: 6rem;
  }
  .md\:mr-28 {
    margin-right: 7rem;
  }
  .md\:mr-2px {
    margin-right: 2px;
  }
  .md\:mr-3 {
    margin-right: 0.75rem;
  }
  .md\:mr-3\.5 {
    margin-right: 0.875rem;
  }
  .md\:mr-32 {
    margin-right: 8rem;
  }
  .md\:mr-36 {
    margin-right: 9rem;
  }
  .md\:mr-3px {
    margin-right: 3px;
  }
  .md\:mr-4 {
    margin-right: 1rem;
  }
  .md\:mr-4\.5 {
    margin-right: 1.125rem;
  }
  .md\:mr-40 {
    margin-right: 10rem;
  }
  .md\:mr-44 {
    margin-right: 11rem;
  }
  .md\:mr-48 {
    margin-right: 12rem;
  }
  .md\:mr-4px {
    margin-right: 4px;
  }
  .md\:mr-5 {
    margin-right: 1.25rem;
  }
  .md\:mr-5\.5 {
    margin-right: 1.375rem;
  }
  .md\:mr-52 {
    margin-right: 13rem;
  }
  .md\:mr-56 {
    margin-right: 14rem;
  }
  .md\:mr-6 {
    margin-right: 1.5rem;
  }
  .md\:mr-60 {
    margin-right: 15rem;
  }
  .md\:mr-64 {
    margin-right: 16rem;
  }
  .md\:mr-7 {
    margin-right: 1.75rem;
  }
  .md\:mr-72 {
    margin-right: 18rem;
  }
  .md\:mr-8 {
    margin-right: 2rem;
  }
  .md\:mr-80 {
    margin-right: 20rem;
  }
  .md\:mr-9 {
    margin-right: 2.25rem;
  }
  .md\:mr-96 {
    margin-right: 24rem;
  }
  .md\:mr-auto {
    margin-right: auto;
  }
  .md\:mr-px {
    margin-right: 1px;
  }
  .md\:ms-0 {
    margin-inline-start: 0px;
  }
  .md\:ms-0\.5 {
    margin-inline-start: 0.125rem;
  }
  .md\:ms-1 {
    margin-inline-start: 0.25rem;
  }
  .md\:ms-1\.5 {
    margin-inline-start: 0.375rem;
  }
  .md\:ms-1\/2 {
    margin-inline-start: 50%;
  }
  .md\:ms-10 {
    margin-inline-start: 2.5rem;
  }
  .md\:ms-11 {
    margin-inline-start: 2.75rem;
  }
  .md\:ms-12 {
    margin-inline-start: 3rem;
  }
  .md\:ms-14 {
    margin-inline-start: 3.5rem;
  }
  .md\:ms-16 {
    margin-inline-start: 4rem;
  }
  .md\:ms-2 {
    margin-inline-start: 0.5rem;
  }
  .md\:ms-2\.5 {
    margin-inline-start: 0.625rem;
  }
  .md\:ms-20 {
    margin-inline-start: 5rem;
  }
  .md\:ms-24 {
    margin-inline-start: 6rem;
  }
  .md\:ms-28 {
    margin-inline-start: 7rem;
  }
  .md\:ms-2px {
    margin-inline-start: 2px;
  }
  .md\:ms-3 {
    margin-inline-start: 0.75rem;
  }
  .md\:ms-3\.5 {
    margin-inline-start: 0.875rem;
  }
  .md\:ms-32 {
    margin-inline-start: 8rem;
  }
  .md\:ms-36 {
    margin-inline-start: 9rem;
  }
  .md\:ms-3px {
    margin-inline-start: 3px;
  }
  .md\:ms-4 {
    margin-inline-start: 1rem;
  }
  .md\:ms-4\.5 {
    margin-inline-start: 1.125rem;
  }
  .md\:ms-40 {
    margin-inline-start: 10rem;
  }
  .md\:ms-44 {
    margin-inline-start: 11rem;
  }
  .md\:ms-48 {
    margin-inline-start: 12rem;
  }
  .md\:ms-4px {
    margin-inline-start: 4px;
  }
  .md\:ms-5 {
    margin-inline-start: 1.25rem;
  }
  .md\:ms-5\.5 {
    margin-inline-start: 1.375rem;
  }
  .md\:ms-52 {
    margin-inline-start: 13rem;
  }
  .md\:ms-56 {
    margin-inline-start: 14rem;
  }
  .md\:ms-6 {
    margin-inline-start: 1.5rem;
  }
  .md\:ms-60 {
    margin-inline-start: 15rem;
  }
  .md\:ms-64 {
    margin-inline-start: 16rem;
  }
  .md\:ms-7 {
    margin-inline-start: 1.75rem;
  }
  .md\:ms-72 {
    margin-inline-start: 18rem;
  }
  .md\:ms-8 {
    margin-inline-start: 2rem;
  }
  .md\:ms-80 {
    margin-inline-start: 20rem;
  }
  .md\:ms-9 {
    margin-inline-start: 2.25rem;
  }
  .md\:ms-96 {
    margin-inline-start: 24rem;
  }
  .md\:ms-auto {
    margin-inline-start: auto;
  }
  .md\:ms-px {
    margin-inline-start: 1px;
  }
  .md\:mt-0 {
    margin-top: 0px;
  }
  .md\:mt-0\.5 {
    margin-top: 0.125rem;
  }
  .md\:mt-1 {
    margin-top: 0.25rem;
  }
  .md\:mt-1\.5 {
    margin-top: 0.375rem;
  }
  .md\:mt-1\/2 {
    margin-top: 50%;
  }
  .md\:mt-10 {
    margin-top: 2.5rem;
  }
  .md\:mt-11 {
    margin-top: 2.75rem;
  }
  .md\:mt-12 {
    margin-top: 3rem;
  }
  .md\:mt-14 {
    margin-top: 3.5rem;
  }
  .md\:mt-16 {
    margin-top: 4rem;
  }
  .md\:mt-2 {
    margin-top: 0.5rem;
  }
  .md\:mt-2\.5 {
    margin-top: 0.625rem;
  }
  .md\:mt-20 {
    margin-top: 5rem;
  }
  .md\:mt-24 {
    margin-top: 6rem;
  }
  .md\:mt-28 {
    margin-top: 7rem;
  }
  .md\:mt-2px {
    margin-top: 2px;
  }
  .md\:mt-3 {
    margin-top: 0.75rem;
  }
  .md\:mt-3\.5 {
    margin-top: 0.875rem;
  }
  .md\:mt-32 {
    margin-top: 8rem;
  }
  .md\:mt-36 {
    margin-top: 9rem;
  }
  .md\:mt-3px {
    margin-top: 3px;
  }
  .md\:mt-4 {
    margin-top: 1rem;
  }
  .md\:mt-4\.5 {
    margin-top: 1.125rem;
  }
  .md\:mt-40 {
    margin-top: 10rem;
  }
  .md\:mt-44 {
    margin-top: 11rem;
  }
  .md\:mt-48 {
    margin-top: 12rem;
  }
  .md\:mt-4px {
    margin-top: 4px;
  }
  .md\:mt-5 {
    margin-top: 1.25rem;
  }
  .md\:mt-5\.5 {
    margin-top: 1.375rem;
  }
  .md\:mt-52 {
    margin-top: 13rem;
  }
  .md\:mt-56 {
    margin-top: 14rem;
  }
  .md\:mt-6 {
    margin-top: 1.5rem;
  }
  .md\:mt-60 {
    margin-top: 15rem;
  }
  .md\:mt-64 {
    margin-top: 16rem;
  }
  .md\:mt-7 {
    margin-top: 1.75rem;
  }
  .md\:mt-72 {
    margin-top: 18rem;
  }
  .md\:mt-8 {
    margin-top: 2rem;
  }
  .md\:mt-80 {
    margin-top: 20rem;
  }
  .md\:mt-9 {
    margin-top: 2.25rem;
  }
  .md\:mt-96 {
    margin-top: 24rem;
  }
  .md\:mt-auto {
    margin-top: auto;
  }
  .md\:mt-px {
    margin-top: 1px;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .md\:flex-col {
    flex-direction: column;
  }
  .md\:items-start {
    align-items: flex-start;
  }
  .md\:p-0 {
    padding: 0px;
  }
  .md\:p-0\.5 {
    padding: 0.125rem;
  }
  .md\:p-1 {
    padding: 0.25rem;
  }
  .md\:p-1\.5 {
    padding: 0.375rem;
  }
  .md\:p-10 {
    padding: 2.5rem;
  }
  .md\:p-11 {
    padding: 2.75rem;
  }
  .md\:p-12 {
    padding: 3rem;
  }
  .md\:p-14 {
    padding: 3.5rem;
  }
  .md\:p-16 {
    padding: 4rem;
  }
  .md\:p-2 {
    padding: 0.5rem;
  }
  .md\:p-2\.5 {
    padding: 0.625rem;
  }
  .md\:p-20 {
    padding: 5rem;
  }
  .md\:p-24 {
    padding: 6rem;
  }
  .md\:p-28 {
    padding: 7rem;
  }
  .md\:p-2px {
    padding: 2px;
  }
  .md\:p-3 {
    padding: 0.75rem;
  }
  .md\:p-3\.5 {
    padding: 0.875rem;
  }
  .md\:p-32 {
    padding: 8rem;
  }
  .md\:p-36 {
    padding: 9rem;
  }
  .md\:p-3px {
    padding: 3px;
  }
  .md\:p-4 {
    padding: 1rem;
  }
  .md\:p-4\.5 {
    padding: 1.125rem;
  }
  .md\:p-40 {
    padding: 10rem;
  }
  .md\:p-44 {
    padding: 11rem;
  }
  .md\:p-48 {
    padding: 12rem;
  }
  .md\:p-4px {
    padding: 4px;
  }
  .md\:p-5 {
    padding: 1.25rem;
  }
  .md\:p-5\.5 {
    padding: 1.375rem;
  }
  .md\:p-52 {
    padding: 13rem;
  }
  .md\:p-56 {
    padding: 14rem;
  }
  .md\:p-6 {
    padding: 1.5rem;
  }
  .md\:p-60 {
    padding: 15rem;
  }
  .md\:p-64 {
    padding: 16rem;
  }
  .md\:p-7 {
    padding: 1.75rem;
  }
  .md\:p-72 {
    padding: 18rem;
  }
  .md\:p-8 {
    padding: 2rem;
  }
  .md\:p-80 {
    padding: 20rem;
  }
  .md\:p-9 {
    padding: 2.25rem;
  }
  .md\:p-96 {
    padding: 24rem;
  }
  .md\:p-px {
    padding: 1px;
  }
  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
  .md\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .md\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .md\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .md\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .md\:px-2px {
    padding-left: 2px;
    padding-right: 2px;
  }
  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .md\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
  .md\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .md\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }
  .md\:px-3px {
    padding-left: 3px;
    padding-right: 3px;
  }
  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:px-4\.5 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .md\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .md\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }
  .md\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }
  .md\:px-4px {
    padding-left: 4px;
    padding-right: 4px;
  }
  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .md\:px-5\.5 {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }
  .md\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }
  .md\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }
  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }
  .md\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .md\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }
  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }
  .md\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .md\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }
  .md\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }
  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .md\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }
  .md\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .md\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .md\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .md\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .md\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .md\:py-2px {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .md\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .md\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .md\:py-3px {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:py-4\.5 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
  .md\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .md\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }
  .md\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .md\:py-4px {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .md\:py-5\.5 {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }
  .md\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }
  .md\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .md\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
  .md\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  .md\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .md\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }
  .md\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .md\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }
  .md\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .md\:pb-0 {
    padding-bottom: 0px;
  }
  .md\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }
  .md\:pb-1 {
    padding-bottom: 0.25rem;
  }
  .md\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }
  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .md\:pb-11 {
    padding-bottom: 2.75rem;
  }
  .md\:pb-12 {
    padding-bottom: 3rem;
  }
  .md\:pb-14 {
    padding-bottom: 3.5rem;
  }
  .md\:pb-16 {
    padding-bottom: 4rem;
  }
  .md\:pb-2 {
    padding-bottom: 0.5rem;
  }
  .md\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }
  .md\:pb-20 {
    padding-bottom: 5rem;
  }
  .md\:pb-24 {
    padding-bottom: 6rem;
  }
  .md\:pb-28 {
    padding-bottom: 7rem;
  }
  .md\:pb-2px {
    padding-bottom: 2px;
  }
  .md\:pb-3 {
    padding-bottom: 0.75rem;
  }
  .md\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }
  .md\:pb-32 {
    padding-bottom: 8rem;
  }
  .md\:pb-36 {
    padding-bottom: 9rem;
  }
  .md\:pb-3px {
    padding-bottom: 3px;
  }
  .md\:pb-4 {
    padding-bottom: 1rem;
  }
  .md\:pb-4\.5 {
    padding-bottom: 1.125rem;
  }
  .md\:pb-40 {
    padding-bottom: 10rem;
  }
  .md\:pb-44 {
    padding-bottom: 11rem;
  }
  .md\:pb-48 {
    padding-bottom: 12rem;
  }
  .md\:pb-4px {
    padding-bottom: 4px;
  }
  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }
  .md\:pb-5\.5 {
    padding-bottom: 1.375rem;
  }
  .md\:pb-52 {
    padding-bottom: 13rem;
  }
  .md\:pb-56 {
    padding-bottom: 14rem;
  }
  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .md\:pb-60 {
    padding-bottom: 15rem;
  }
  .md\:pb-64 {
    padding-bottom: 16rem;
  }
  .md\:pb-7 {
    padding-bottom: 1.75rem;
  }
  .md\:pb-72 {
    padding-bottom: 18rem;
  }
  .md\:pb-8 {
    padding-bottom: 2rem;
  }
  .md\:pb-80 {
    padding-bottom: 20rem;
  }
  .md\:pb-9 {
    padding-bottom: 2.25rem;
  }
  .md\:pb-96 {
    padding-bottom: 24rem;
  }
  .md\:pb-px {
    padding-bottom: 1px;
  }
  .md\:pe-0 {
    padding-inline-end: 0px;
  }
  .md\:pe-0\.5 {
    padding-inline-end: 0.125rem;
  }
  .md\:pe-1 {
    padding-inline-end: 0.25rem;
  }
  .md\:pe-1\.5 {
    padding-inline-end: 0.375rem;
  }
  .md\:pe-10 {
    padding-inline-end: 2.5rem;
  }
  .md\:pe-11 {
    padding-inline-end: 2.75rem;
  }
  .md\:pe-12 {
    padding-inline-end: 3rem;
  }
  .md\:pe-14 {
    padding-inline-end: 3.5rem;
  }
  .md\:pe-16 {
    padding-inline-end: 4rem;
  }
  .md\:pe-2 {
    padding-inline-end: 0.5rem;
  }
  .md\:pe-2\.5 {
    padding-inline-end: 0.625rem;
  }
  .md\:pe-20 {
    padding-inline-end: 5rem;
  }
  .md\:pe-24 {
    padding-inline-end: 6rem;
  }
  .md\:pe-28 {
    padding-inline-end: 7rem;
  }
  .md\:pe-2px {
    padding-inline-end: 2px;
  }
  .md\:pe-3 {
    padding-inline-end: 0.75rem;
  }
  .md\:pe-3\.5 {
    padding-inline-end: 0.875rem;
  }
  .md\:pe-32 {
    padding-inline-end: 8rem;
  }
  .md\:pe-36 {
    padding-inline-end: 9rem;
  }
  .md\:pe-3px {
    padding-inline-end: 3px;
  }
  .md\:pe-4 {
    padding-inline-end: 1rem;
  }
  .md\:pe-4\.5 {
    padding-inline-end: 1.125rem;
  }
  .md\:pe-40 {
    padding-inline-end: 10rem;
  }
  .md\:pe-44 {
    padding-inline-end: 11rem;
  }
  .md\:pe-48 {
    padding-inline-end: 12rem;
  }
  .md\:pe-4px {
    padding-inline-end: 4px;
  }
  .md\:pe-5 {
    padding-inline-end: 1.25rem;
  }
  .md\:pe-5\.5 {
    padding-inline-end: 1.375rem;
  }
  .md\:pe-52 {
    padding-inline-end: 13rem;
  }
  .md\:pe-56 {
    padding-inline-end: 14rem;
  }
  .md\:pe-6 {
    padding-inline-end: 1.5rem;
  }
  .md\:pe-60 {
    padding-inline-end: 15rem;
  }
  .md\:pe-64 {
    padding-inline-end: 16rem;
  }
  .md\:pe-7 {
    padding-inline-end: 1.75rem;
  }
  .md\:pe-72 {
    padding-inline-end: 18rem;
  }
  .md\:pe-8 {
    padding-inline-end: 2rem;
  }
  .md\:pe-80 {
    padding-inline-end: 20rem;
  }
  .md\:pe-9 {
    padding-inline-end: 2.25rem;
  }
  .md\:pe-96 {
    padding-inline-end: 24rem;
  }
  .md\:pe-px {
    padding-inline-end: 1px;
  }
  .md\:pl-0 {
    padding-left: 0px;
  }
  .md\:pl-0\.5 {
    padding-left: 0.125rem;
  }
  .md\:pl-1 {
    padding-left: 0.25rem;
  }
  .md\:pl-1\.5 {
    padding-left: 0.375rem;
  }
  .md\:pl-10 {
    padding-left: 2.5rem;
  }
  .md\:pl-11 {
    padding-left: 2.75rem;
  }
  .md\:pl-12 {
    padding-left: 3rem;
  }
  .md\:pl-14 {
    padding-left: 3.5rem;
  }
  .md\:pl-16 {
    padding-left: 4rem;
  }
  .md\:pl-2 {
    padding-left: 0.5rem;
  }
  .md\:pl-2\.5 {
    padding-left: 0.625rem;
  }
  .md\:pl-20 {
    padding-left: 5rem;
  }
  .md\:pl-24 {
    padding-left: 6rem;
  }
  .md\:pl-28 {
    padding-left: 7rem;
  }
  .md\:pl-2px {
    padding-left: 2px;
  }
  .md\:pl-3 {
    padding-left: 0.75rem;
  }
  .md\:pl-3\.5 {
    padding-left: 0.875rem;
  }
  .md\:pl-32 {
    padding-left: 8rem;
  }
  .md\:pl-36 {
    padding-left: 9rem;
  }
  .md\:pl-3px {
    padding-left: 3px;
  }
  .md\:pl-4 {
    padding-left: 1rem;
  }
  .md\:pl-4\.5 {
    padding-left: 1.125rem;
  }
  .md\:pl-40 {
    padding-left: 10rem;
  }
  .md\:pl-44 {
    padding-left: 11rem;
  }
  .md\:pl-48 {
    padding-left: 12rem;
  }
  .md\:pl-4px {
    padding-left: 4px;
  }
  .md\:pl-5 {
    padding-left: 1.25rem;
  }
  .md\:pl-5\.5 {
    padding-left: 1.375rem;
  }
  .md\:pl-52 {
    padding-left: 13rem;
  }
  .md\:pl-56 {
    padding-left: 14rem;
  }
  .md\:pl-6 {
    padding-left: 1.5rem;
  }
  .md\:pl-60 {
    padding-left: 15rem;
  }
  .md\:pl-64 {
    padding-left: 16rem;
  }
  .md\:pl-7 {
    padding-left: 1.75rem;
  }
  .md\:pl-72 {
    padding-left: 18rem;
  }
  .md\:pl-8 {
    padding-left: 2rem;
  }
  .md\:pl-80 {
    padding-left: 20rem;
  }
  .md\:pl-9 {
    padding-left: 2.25rem;
  }
  .md\:pl-96 {
    padding-left: 24rem;
  }
  .md\:pl-px {
    padding-left: 1px;
  }
  .md\:pr-0 {
    padding-right: 0px;
  }
  .md\:pr-0\.5 {
    padding-right: 0.125rem;
  }
  .md\:pr-1 {
    padding-right: 0.25rem;
  }
  .md\:pr-1\.5 {
    padding-right: 0.375rem;
  }
  .md\:pr-10 {
    padding-right: 2.5rem;
  }
  .md\:pr-11 {
    padding-right: 2.75rem;
  }
  .md\:pr-12 {
    padding-right: 3rem;
  }
  .md\:pr-14 {
    padding-right: 3.5rem;
  }
  .md\:pr-16 {
    padding-right: 4rem;
  }
  .md\:pr-2 {
    padding-right: 0.5rem;
  }
  .md\:pr-2\.5 {
    padding-right: 0.625rem;
  }
  .md\:pr-20 {
    padding-right: 5rem;
  }
  .md\:pr-24 {
    padding-right: 6rem;
  }
  .md\:pr-28 {
    padding-right: 7rem;
  }
  .md\:pr-2px {
    padding-right: 2px;
  }
  .md\:pr-3 {
    padding-right: 0.75rem;
  }
  .md\:pr-3\.5 {
    padding-right: 0.875rem;
  }
  .md\:pr-32 {
    padding-right: 8rem;
  }
  .md\:pr-36 {
    padding-right: 9rem;
  }
  .md\:pr-3px {
    padding-right: 3px;
  }
  .md\:pr-4 {
    padding-right: 1rem;
  }
  .md\:pr-4\.5 {
    padding-right: 1.125rem;
  }
  .md\:pr-40 {
    padding-right: 10rem;
  }
  .md\:pr-44 {
    padding-right: 11rem;
  }
  .md\:pr-48 {
    padding-right: 12rem;
  }
  .md\:pr-4px {
    padding-right: 4px;
  }
  .md\:pr-5 {
    padding-right: 1.25rem;
  }
  .md\:pr-5\.5 {
    padding-right: 1.375rem;
  }
  .md\:pr-52 {
    padding-right: 13rem;
  }
  .md\:pr-56 {
    padding-right: 14rem;
  }
  .md\:pr-6 {
    padding-right: 1.5rem;
  }
  .md\:pr-60 {
    padding-right: 15rem;
  }
  .md\:pr-64 {
    padding-right: 16rem;
  }
  .md\:pr-7 {
    padding-right: 1.75rem;
  }
  .md\:pr-72 {
    padding-right: 18rem;
  }
  .md\:pr-8 {
    padding-right: 2rem;
  }
  .md\:pr-80 {
    padding-right: 20rem;
  }
  .md\:pr-9 {
    padding-right: 2.25rem;
  }
  .md\:pr-96 {
    padding-right: 24rem;
  }
  .md\:pr-px {
    padding-right: 1px;
  }
  .md\:ps-0 {
    padding-inline-start: 0px;
  }
  .md\:ps-0\.5 {
    padding-inline-start: 0.125rem;
  }
  .md\:ps-1 {
    padding-inline-start: 0.25rem;
  }
  .md\:ps-1\.5 {
    padding-inline-start: 0.375rem;
  }
  .md\:ps-10 {
    padding-inline-start: 2.5rem;
  }
  .md\:ps-11 {
    padding-inline-start: 2.75rem;
  }
  .md\:ps-12 {
    padding-inline-start: 3rem;
  }
  .md\:ps-14 {
    padding-inline-start: 3.5rem;
  }
  .md\:ps-16 {
    padding-inline-start: 4rem;
  }
  .md\:ps-2 {
    padding-inline-start: 0.5rem;
  }
  .md\:ps-2\.5 {
    padding-inline-start: 0.625rem;
  }
  .md\:ps-20 {
    padding-inline-start: 5rem;
  }
  .md\:ps-24 {
    padding-inline-start: 6rem;
  }
  .md\:ps-28 {
    padding-inline-start: 7rem;
  }
  .md\:ps-2px {
    padding-inline-start: 2px;
  }
  .md\:ps-3 {
    padding-inline-start: 0.75rem;
  }
  .md\:ps-3\.5 {
    padding-inline-start: 0.875rem;
  }
  .md\:ps-32 {
    padding-inline-start: 8rem;
  }
  .md\:ps-36 {
    padding-inline-start: 9rem;
  }
  .md\:ps-3px {
    padding-inline-start: 3px;
  }
  .md\:ps-4 {
    padding-inline-start: 1rem;
  }
  .md\:ps-4\.5 {
    padding-inline-start: 1.125rem;
  }
  .md\:ps-40 {
    padding-inline-start: 10rem;
  }
  .md\:ps-44 {
    padding-inline-start: 11rem;
  }
  .md\:ps-48 {
    padding-inline-start: 12rem;
  }
  .md\:ps-4px {
    padding-inline-start: 4px;
  }
  .md\:ps-5 {
    padding-inline-start: 1.25rem;
  }
  .md\:ps-5\.5 {
    padding-inline-start: 1.375rem;
  }
  .md\:ps-52 {
    padding-inline-start: 13rem;
  }
  .md\:ps-56 {
    padding-inline-start: 14rem;
  }
  .md\:ps-6 {
    padding-inline-start: 1.5rem;
  }
  .md\:ps-60 {
    padding-inline-start: 15rem;
  }
  .md\:ps-64 {
    padding-inline-start: 16rem;
  }
  .md\:ps-7 {
    padding-inline-start: 1.75rem;
  }
  .md\:ps-72 {
    padding-inline-start: 18rem;
  }
  .md\:ps-8 {
    padding-inline-start: 2rem;
  }
  .md\:ps-80 {
    padding-inline-start: 20rem;
  }
  .md\:ps-9 {
    padding-inline-start: 2.25rem;
  }
  .md\:ps-96 {
    padding-inline-start: 24rem;
  }
  .md\:ps-px {
    padding-inline-start: 1px;
  }
  .md\:pt-0 {
    padding-top: 0px;
  }
  .md\:pt-0\.5 {
    padding-top: 0.125rem;
  }
  .md\:pt-1 {
    padding-top: 0.25rem;
  }
  .md\:pt-1\.5 {
    padding-top: 0.375rem;
  }
  .md\:pt-10 {
    padding-top: 2.5rem;
  }
  .md\:pt-11 {
    padding-top: 2.75rem;
  }
  .md\:pt-12 {
    padding-top: 3rem;
  }
  .md\:pt-14 {
    padding-top: 3.5rem;
  }
  .md\:pt-16 {
    padding-top: 4rem;
  }
  .md\:pt-2 {
    padding-top: 0.5rem;
  }
  .md\:pt-2\.5 {
    padding-top: 0.625rem;
  }
  .md\:pt-20 {
    padding-top: 5rem;
  }
  .md\:pt-24 {
    padding-top: 6rem;
  }
  .md\:pt-28 {
    padding-top: 7rem;
  }
  .md\:pt-2px {
    padding-top: 2px;
  }
  .md\:pt-3 {
    padding-top: 0.75rem;
  }
  .md\:pt-3\.5 {
    padding-top: 0.875rem;
  }
  .md\:pt-32 {
    padding-top: 8rem;
  }
  .md\:pt-36 {
    padding-top: 9rem;
  }
  .md\:pt-3px {
    padding-top: 3px;
  }
  .md\:pt-4 {
    padding-top: 1rem;
  }
  .md\:pt-4\.5 {
    padding-top: 1.125rem;
  }
  .md\:pt-40 {
    padding-top: 10rem;
  }
  .md\:pt-44 {
    padding-top: 11rem;
  }
  .md\:pt-48 {
    padding-top: 12rem;
  }
  .md\:pt-4px {
    padding-top: 4px;
  }
  .md\:pt-5 {
    padding-top: 1.25rem;
  }
  .md\:pt-5\.5 {
    padding-top: 1.375rem;
  }
  .md\:pt-52 {
    padding-top: 13rem;
  }
  .md\:pt-56 {
    padding-top: 14rem;
  }
  .md\:pt-6 {
    padding-top: 1.5rem;
  }
  .md\:pt-60 {
    padding-top: 15rem;
  }
  .md\:pt-64 {
    padding-top: 16rem;
  }
  .md\:pt-7 {
    padding-top: 1.75rem;
  }
  .md\:pt-72 {
    padding-top: 18rem;
  }
  .md\:pt-8 {
    padding-top: 2rem;
  }
  .md\:pt-80 {
    padding-top: 20rem;
  }
  .md\:pt-9 {
    padding-top: 2.25rem;
  }
  .md\:pt-96 {
    padding-top: 24rem;
  }
  .md\:pt-px {
    padding-top: 1px;
  }
}
@media (min-width: 1024px) {
  .lg\:sticky {
    position: sticky;
  }
  .lg\:top-0 {
    top: 0px;
  }
  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .lg\:col-span-10 {
    grid-column: span 10 / span 10;
  }
  .lg\:col-span-12 {
    grid-column: span 12 / span 12;
  }
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  .lg\:col-start-1 {
    grid-column-start: 1;
  }
  .lg\:-m-0 {
    margin: -0px;
  }
  .lg\:-m-0\.5 {
    margin: -0.125rem;
  }
  .lg\:-m-1 {
    margin: -0.25rem;
  }
  .lg\:-m-1\.5 {
    margin: -0.375rem;
  }
  .lg\:-m-1\/2 {
    margin: -50%;
  }
  .lg\:-m-10 {
    margin: -2.5rem;
  }
  .lg\:-m-11 {
    margin: -2.75rem;
  }
  .lg\:-m-12 {
    margin: -3rem;
  }
  .lg\:-m-14 {
    margin: -3.5rem;
  }
  .lg\:-m-16 {
    margin: -4rem;
  }
  .lg\:-m-2 {
    margin: -0.5rem;
  }
  .lg\:-m-2\.5 {
    margin: -0.625rem;
  }
  .lg\:-m-20 {
    margin: -5rem;
  }
  .lg\:-m-24 {
    margin: -6rem;
  }
  .lg\:-m-28 {
    margin: -7rem;
  }
  .lg\:-m-2px {
    margin: -2px;
  }
  .lg\:-m-3 {
    margin: -0.75rem;
  }
  .lg\:-m-3\.5 {
    margin: -0.875rem;
  }
  .lg\:-m-32 {
    margin: -8rem;
  }
  .lg\:-m-36 {
    margin: -9rem;
  }
  .lg\:-m-3px {
    margin: -3px;
  }
  .lg\:-m-4 {
    margin: -1rem;
  }
  .lg\:-m-4\.5 {
    margin: -1.125rem;
  }
  .lg\:-m-40 {
    margin: -10rem;
  }
  .lg\:-m-44 {
    margin: -11rem;
  }
  .lg\:-m-48 {
    margin: -12rem;
  }
  .lg\:-m-4px {
    margin: -4px;
  }
  .lg\:-m-5 {
    margin: -1.25rem;
  }
  .lg\:-m-5\.5 {
    margin: -1.375rem;
  }
  .lg\:-m-52 {
    margin: -13rem;
  }
  .lg\:-m-56 {
    margin: -14rem;
  }
  .lg\:-m-6 {
    margin: -1.5rem;
  }
  .lg\:-m-60 {
    margin: -15rem;
  }
  .lg\:-m-64 {
    margin: -16rem;
  }
  .lg\:-m-7 {
    margin: -1.75rem;
  }
  .lg\:-m-72 {
    margin: -18rem;
  }
  .lg\:-m-8 {
    margin: -2rem;
  }
  .lg\:-m-80 {
    margin: -20rem;
  }
  .lg\:-m-9 {
    margin: -2.25rem;
  }
  .lg\:-m-96 {
    margin: -24rem;
  }
  .lg\:-m-px {
    margin: -1px;
  }
  .lg\:m-0 {
    margin: 0px;
  }
  .lg\:m-0\.5 {
    margin: 0.125rem;
  }
  .lg\:m-1 {
    margin: 0.25rem;
  }
  .lg\:m-1\.5 {
    margin: 0.375rem;
  }
  .lg\:m-1\/2 {
    margin: 50%;
  }
  .lg\:m-10 {
    margin: 2.5rem;
  }
  .lg\:m-11 {
    margin: 2.75rem;
  }
  .lg\:m-12 {
    margin: 3rem;
  }
  .lg\:m-14 {
    margin: 3.5rem;
  }
  .lg\:m-16 {
    margin: 4rem;
  }
  .lg\:m-2 {
    margin: 0.5rem;
  }
  .lg\:m-2\.5 {
    margin: 0.625rem;
  }
  .lg\:m-20 {
    margin: 5rem;
  }
  .lg\:m-24 {
    margin: 6rem;
  }
  .lg\:m-28 {
    margin: 7rem;
  }
  .lg\:m-2px {
    margin: 2px;
  }
  .lg\:m-3 {
    margin: 0.75rem;
  }
  .lg\:m-3\.5 {
    margin: 0.875rem;
  }
  .lg\:m-32 {
    margin: 8rem;
  }
  .lg\:m-36 {
    margin: 9rem;
  }
  .lg\:m-3px {
    margin: 3px;
  }
  .lg\:m-4 {
    margin: 1rem;
  }
  .lg\:m-4\.5 {
    margin: 1.125rem;
  }
  .lg\:m-40 {
    margin: 10rem;
  }
  .lg\:m-44 {
    margin: 11rem;
  }
  .lg\:m-48 {
    margin: 12rem;
  }
  .lg\:m-4px {
    margin: 4px;
  }
  .lg\:m-5 {
    margin: 1.25rem;
  }
  .lg\:m-5\.5 {
    margin: 1.375rem;
  }
  .lg\:m-52 {
    margin: 13rem;
  }
  .lg\:m-56 {
    margin: 14rem;
  }
  .lg\:m-6 {
    margin: 1.5rem;
  }
  .lg\:m-60 {
    margin: 15rem;
  }
  .lg\:m-64 {
    margin: 16rem;
  }
  .lg\:m-7 {
    margin: 1.75rem;
  }
  .lg\:m-72 {
    margin: 18rem;
  }
  .lg\:m-8 {
    margin: 2rem;
  }
  .lg\:m-80 {
    margin: 20rem;
  }
  .lg\:m-9 {
    margin: 2.25rem;
  }
  .lg\:m-96 {
    margin: 24rem;
  }
  .lg\:m-auto {
    margin: auto;
  }
  .lg\:m-px {
    margin: 1px;
  }
  .lg\:-mx-0 {
    margin-left: -0px;
    margin-right: -0px;
  }
  .lg\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }
  .lg\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .lg\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }
  .lg\:-mx-1\/2 {
    margin-left: -50%;
    margin-right: -50%;
  }
  .lg\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .lg\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }
  .lg\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .lg\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }
  .lg\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .lg\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .lg\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .lg\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }
  .lg\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }
  .lg\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }
  .lg\:-mx-2px {
    margin-left: -2px;
    margin-right: -2px;
  }
  .lg\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .lg\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }
  .lg\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }
  .lg\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }
  .lg\:-mx-3px {
    margin-left: -3px;
    margin-right: -3px;
  }
  .lg\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .lg\:-mx-4\.5 {
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }
  .lg\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }
  .lg\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }
  .lg\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }
  .lg\:-mx-4px {
    margin-left: -4px;
    margin-right: -4px;
  }
  .lg\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .lg\:-mx-5\.5 {
    margin-left: -1.375rem;
    margin-right: -1.375rem;
  }
  .lg\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }
  .lg\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }
  .lg\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .lg\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }
  .lg\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }
  .lg\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }
  .lg\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }
  .lg\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .lg\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }
  .lg\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }
  .lg\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }
  .lg\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }
  .lg\:-my-0 {
    margin-top: -0px;
    margin-bottom: -0px;
  }
  .lg\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }
  .lg\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }
  .lg\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }
  .lg\:-my-1\/2 {
    margin-top: -50%;
    margin-bottom: -50%;
  }
  .lg\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }
  .lg\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }
  .lg\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }
  .lg\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }
  .lg\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }
  .lg\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
  .lg\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
  .lg\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }
  .lg\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }
  .lg\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }
  .lg\:-my-2px {
    margin-top: -2px;
    margin-bottom: -2px;
  }
  .lg\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }
  .lg\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }
  .lg\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }
  .lg\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }
  .lg\:-my-3px {
    margin-top: -3px;
    margin-bottom: -3px;
  }
  .lg\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
  .lg\:-my-4\.5 {
    margin-top: -1.125rem;
    margin-bottom: -1.125rem;
  }
  .lg\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }
  .lg\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }
  .lg\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }
  .lg\:-my-4px {
    margin-top: -4px;
    margin-bottom: -4px;
  }
  .lg\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
  .lg\:-my-5\.5 {
    margin-top: -1.375rem;
    margin-bottom: -1.375rem;
  }
  .lg\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }
  .lg\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }
  .lg\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
  .lg\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }
  .lg\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }
  .lg\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }
  .lg\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }
  .lg\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
  .lg\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }
  .lg\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }
  .lg\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }
  .lg\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }
  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }
  .lg\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .lg\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .lg\:mx-1\/2 {
    margin-left: 50%;
    margin-right: 50%;
  }
  .lg\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .lg\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }
  .lg\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .lg\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
  .lg\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .lg\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .lg\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .lg\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .lg\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .lg\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
  .lg\:mx-2px {
    margin-left: 2px;
    margin-right: 2px;
  }
  .lg\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .lg\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }
  .lg\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .lg\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }
  .lg\:mx-3px {
    margin-left: 3px;
    margin-right: 3px;
  }
  .lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .lg\:mx-4\.5 {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }
  .lg\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .lg\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }
  .lg\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }
  .lg\:mx-4px {
    margin-left: 4px;
    margin-right: 4px;
  }
  .lg\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .lg\:mx-5\.5 {
    margin-left: 1.375rem;
    margin-right: 1.375rem;
  }
  .lg\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }
  .lg\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }
  .lg\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .lg\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }
  .lg\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }
  .lg\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }
  .lg\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }
  .lg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .lg\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }
  .lg\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }
  .lg\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }
  .lg\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .lg\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }
  .lg\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .lg\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }
  .lg\:my-1\/2 {
    margin-top: 50%;
    margin-bottom: 50%;
  }
  .lg\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .lg\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }
  .lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .lg\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .lg\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .lg\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .lg\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .lg\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .lg\:my-2px {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .lg\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .lg\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
  .lg\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .lg\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }
  .lg\:my-3px {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .lg\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .lg\:my-4\.5 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }
  .lg\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .lg\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }
  .lg\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
  .lg\:my-4px {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .lg\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .lg\:my-5\.5 {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }
  .lg\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }
  .lg\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }
  .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .lg\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }
  .lg\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
  .lg\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .lg\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }
  .lg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .lg\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }
  .lg\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
  .lg\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }
  .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .lg\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .lg\:-mb-0 {
    margin-bottom: -0px;
  }
  .lg\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }
  .lg\:-mb-1 {
    margin-bottom: -0.25rem;
  }
  .lg\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }
  .lg\:-mb-1\/2 {
    margin-bottom: -50%;
  }
  .lg\:-mb-10 {
    margin-bottom: -2.5rem;
  }
  .lg\:-mb-11 {
    margin-bottom: -2.75rem;
  }
  .lg\:-mb-12 {
    margin-bottom: -3rem;
  }
  .lg\:-mb-14 {
    margin-bottom: -3.5rem;
  }
  .lg\:-mb-16 {
    margin-bottom: -4rem;
  }
  .lg\:-mb-2 {
    margin-bottom: -0.5rem;
  }
  .lg\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }
  .lg\:-mb-20 {
    margin-bottom: -5rem;
  }
  .lg\:-mb-24 {
    margin-bottom: -6rem;
  }
  .lg\:-mb-28 {
    margin-bottom: -7rem;
  }
  .lg\:-mb-2px {
    margin-bottom: -2px;
  }
  .lg\:-mb-3 {
    margin-bottom: -0.75rem;
  }
  .lg\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }
  .lg\:-mb-32 {
    margin-bottom: -8rem;
  }
  .lg\:-mb-36 {
    margin-bottom: -9rem;
  }
  .lg\:-mb-3px {
    margin-bottom: -3px;
  }
  .lg\:-mb-4 {
    margin-bottom: -1rem;
  }
  .lg\:-mb-4\.5 {
    margin-bottom: -1.125rem;
  }
  .lg\:-mb-40 {
    margin-bottom: -10rem;
  }
  .lg\:-mb-44 {
    margin-bottom: -11rem;
  }
  .lg\:-mb-48 {
    margin-bottom: -12rem;
  }
  .lg\:-mb-4px {
    margin-bottom: -4px;
  }
  .lg\:-mb-5 {
    margin-bottom: -1.25rem;
  }
  .lg\:-mb-5\.5 {
    margin-bottom: -1.375rem;
  }
  .lg\:-mb-52 {
    margin-bottom: -13rem;
  }
  .lg\:-mb-56 {
    margin-bottom: -14rem;
  }
  .lg\:-mb-6 {
    margin-bottom: -1.5rem;
  }
  .lg\:-mb-60 {
    margin-bottom: -15rem;
  }
  .lg\:-mb-64 {
    margin-bottom: -16rem;
  }
  .lg\:-mb-7 {
    margin-bottom: -1.75rem;
  }
  .lg\:-mb-72 {
    margin-bottom: -18rem;
  }
  .lg\:-mb-8 {
    margin-bottom: -2rem;
  }
  .lg\:-mb-80 {
    margin-bottom: -20rem;
  }
  .lg\:-mb-9 {
    margin-bottom: -2.25rem;
  }
  .lg\:-mb-96 {
    margin-bottom: -24rem;
  }
  .lg\:-mb-px {
    margin-bottom: -1px;
  }
  .lg\:-me-0 {
    margin-inline-end: -0px;
  }
  .lg\:-me-0\.5 {
    margin-inline-end: -0.125rem;
  }
  .lg\:-me-1 {
    margin-inline-end: -0.25rem;
  }
  .lg\:-me-1\.5 {
    margin-inline-end: -0.375rem;
  }
  .lg\:-me-1\/2 {
    margin-inline-end: -50%;
  }
  .lg\:-me-10 {
    margin-inline-end: -2.5rem;
  }
  .lg\:-me-11 {
    margin-inline-end: -2.75rem;
  }
  .lg\:-me-12 {
    margin-inline-end: -3rem;
  }
  .lg\:-me-14 {
    margin-inline-end: -3.5rem;
  }
  .lg\:-me-16 {
    margin-inline-end: -4rem;
  }
  .lg\:-me-2 {
    margin-inline-end: -0.5rem;
  }
  .lg\:-me-2\.5 {
    margin-inline-end: -0.625rem;
  }
  .lg\:-me-20 {
    margin-inline-end: -5rem;
  }
  .lg\:-me-24 {
    margin-inline-end: -6rem;
  }
  .lg\:-me-28 {
    margin-inline-end: -7rem;
  }
  .lg\:-me-2px {
    margin-inline-end: -2px;
  }
  .lg\:-me-3 {
    margin-inline-end: -0.75rem;
  }
  .lg\:-me-3\.5 {
    margin-inline-end: -0.875rem;
  }
  .lg\:-me-32 {
    margin-inline-end: -8rem;
  }
  .lg\:-me-36 {
    margin-inline-end: -9rem;
  }
  .lg\:-me-3px {
    margin-inline-end: -3px;
  }
  .lg\:-me-4 {
    margin-inline-end: -1rem;
  }
  .lg\:-me-4\.5 {
    margin-inline-end: -1.125rem;
  }
  .lg\:-me-40 {
    margin-inline-end: -10rem;
  }
  .lg\:-me-44 {
    margin-inline-end: -11rem;
  }
  .lg\:-me-48 {
    margin-inline-end: -12rem;
  }
  .lg\:-me-4px {
    margin-inline-end: -4px;
  }
  .lg\:-me-5 {
    margin-inline-end: -1.25rem;
  }
  .lg\:-me-5\.5 {
    margin-inline-end: -1.375rem;
  }
  .lg\:-me-52 {
    margin-inline-end: -13rem;
  }
  .lg\:-me-56 {
    margin-inline-end: -14rem;
  }
  .lg\:-me-6 {
    margin-inline-end: -1.5rem;
  }
  .lg\:-me-60 {
    margin-inline-end: -15rem;
  }
  .lg\:-me-64 {
    margin-inline-end: -16rem;
  }
  .lg\:-me-7 {
    margin-inline-end: -1.75rem;
  }
  .lg\:-me-72 {
    margin-inline-end: -18rem;
  }
  .lg\:-me-8 {
    margin-inline-end: -2rem;
  }
  .lg\:-me-80 {
    margin-inline-end: -20rem;
  }
  .lg\:-me-9 {
    margin-inline-end: -2.25rem;
  }
  .lg\:-me-96 {
    margin-inline-end: -24rem;
  }
  .lg\:-me-px {
    margin-inline-end: -1px;
  }
  .lg\:-ml-0 {
    margin-left: -0px;
  }
  .lg\:-ml-0\.5 {
    margin-left: -0.125rem;
  }
  .lg\:-ml-1 {
    margin-left: -0.25rem;
  }
  .lg\:-ml-1\.5 {
    margin-left: -0.375rem;
  }
  .lg\:-ml-1\/2 {
    margin-left: -50%;
  }
  .lg\:-ml-10 {
    margin-left: -2.5rem;
  }
  .lg\:-ml-11 {
    margin-left: -2.75rem;
  }
  .lg\:-ml-12 {
    margin-left: -3rem;
  }
  .lg\:-ml-14 {
    margin-left: -3.5rem;
  }
  .lg\:-ml-16 {
    margin-left: -4rem;
  }
  .lg\:-ml-2 {
    margin-left: -0.5rem;
  }
  .lg\:-ml-2\.5 {
    margin-left: -0.625rem;
  }
  .lg\:-ml-20 {
    margin-left: -5rem;
  }
  .lg\:-ml-24 {
    margin-left: -6rem;
  }
  .lg\:-ml-28 {
    margin-left: -7rem;
  }
  .lg\:-ml-2px {
    margin-left: -2px;
  }
  .lg\:-ml-3 {
    margin-left: -0.75rem;
  }
  .lg\:-ml-3\.5 {
    margin-left: -0.875rem;
  }
  .lg\:-ml-32 {
    margin-left: -8rem;
  }
  .lg\:-ml-36 {
    margin-left: -9rem;
  }
  .lg\:-ml-3px {
    margin-left: -3px;
  }
  .lg\:-ml-4 {
    margin-left: -1rem;
  }
  .lg\:-ml-4\.5 {
    margin-left: -1.125rem;
  }
  .lg\:-ml-40 {
    margin-left: -10rem;
  }
  .lg\:-ml-44 {
    margin-left: -11rem;
  }
  .lg\:-ml-48 {
    margin-left: -12rem;
  }
  .lg\:-ml-4px {
    margin-left: -4px;
  }
  .lg\:-ml-5 {
    margin-left: -1.25rem;
  }
  .lg\:-ml-5\.5 {
    margin-left: -1.375rem;
  }
  .lg\:-ml-52 {
    margin-left: -13rem;
  }
  .lg\:-ml-56 {
    margin-left: -14rem;
  }
  .lg\:-ml-6 {
    margin-left: -1.5rem;
  }
  .lg\:-ml-60 {
    margin-left: -15rem;
  }
  .lg\:-ml-64 {
    margin-left: -16rem;
  }
  .lg\:-ml-7 {
    margin-left: -1.75rem;
  }
  .lg\:-ml-72 {
    margin-left: -18rem;
  }
  .lg\:-ml-8 {
    margin-left: -2rem;
  }
  .lg\:-ml-80 {
    margin-left: -20rem;
  }
  .lg\:-ml-9 {
    margin-left: -2.25rem;
  }
  .lg\:-ml-96 {
    margin-left: -24rem;
  }
  .lg\:-ml-px {
    margin-left: -1px;
  }
  .lg\:-mr-0 {
    margin-right: -0px;
  }
  .lg\:-mr-0\.5 {
    margin-right: -0.125rem;
  }
  .lg\:-mr-1 {
    margin-right: -0.25rem;
  }
  .lg\:-mr-1\.5 {
    margin-right: -0.375rem;
  }
  .lg\:-mr-1\/2 {
    margin-right: -50%;
  }
  .lg\:-mr-10 {
    margin-right: -2.5rem;
  }
  .lg\:-mr-11 {
    margin-right: -2.75rem;
  }
  .lg\:-mr-12 {
    margin-right: -3rem;
  }
  .lg\:-mr-14 {
    margin-right: -3.5rem;
  }
  .lg\:-mr-16 {
    margin-right: -4rem;
  }
  .lg\:-mr-2 {
    margin-right: -0.5rem;
  }
  .lg\:-mr-2\.5 {
    margin-right: -0.625rem;
  }
  .lg\:-mr-20 {
    margin-right: -5rem;
  }
  .lg\:-mr-24 {
    margin-right: -6rem;
  }
  .lg\:-mr-28 {
    margin-right: -7rem;
  }
  .lg\:-mr-2px {
    margin-right: -2px;
  }
  .lg\:-mr-3 {
    margin-right: -0.75rem;
  }
  .lg\:-mr-3\.5 {
    margin-right: -0.875rem;
  }
  .lg\:-mr-32 {
    margin-right: -8rem;
  }
  .lg\:-mr-36 {
    margin-right: -9rem;
  }
  .lg\:-mr-3px {
    margin-right: -3px;
  }
  .lg\:-mr-4 {
    margin-right: -1rem;
  }
  .lg\:-mr-4\.5 {
    margin-right: -1.125rem;
  }
  .lg\:-mr-40 {
    margin-right: -10rem;
  }
  .lg\:-mr-44 {
    margin-right: -11rem;
  }
  .lg\:-mr-48 {
    margin-right: -12rem;
  }
  .lg\:-mr-4px {
    margin-right: -4px;
  }
  .lg\:-mr-5 {
    margin-right: -1.25rem;
  }
  .lg\:-mr-5\.5 {
    margin-right: -1.375rem;
  }
  .lg\:-mr-52 {
    margin-right: -13rem;
  }
  .lg\:-mr-56 {
    margin-right: -14rem;
  }
  .lg\:-mr-6 {
    margin-right: -1.5rem;
  }
  .lg\:-mr-60 {
    margin-right: -15rem;
  }
  .lg\:-mr-64 {
    margin-right: -16rem;
  }
  .lg\:-mr-7 {
    margin-right: -1.75rem;
  }
  .lg\:-mr-72 {
    margin-right: -18rem;
  }
  .lg\:-mr-8 {
    margin-right: -2rem;
  }
  .lg\:-mr-80 {
    margin-right: -20rem;
  }
  .lg\:-mr-9 {
    margin-right: -2.25rem;
  }
  .lg\:-mr-96 {
    margin-right: -24rem;
  }
  .lg\:-mr-px {
    margin-right: -1px;
  }
  .lg\:-ms-0 {
    margin-inline-start: -0px;
  }
  .lg\:-ms-0\.5 {
    margin-inline-start: -0.125rem;
  }
  .lg\:-ms-1 {
    margin-inline-start: -0.25rem;
  }
  .lg\:-ms-1\.5 {
    margin-inline-start: -0.375rem;
  }
  .lg\:-ms-1\/2 {
    margin-inline-start: -50%;
  }
  .lg\:-ms-10 {
    margin-inline-start: -2.5rem;
  }
  .lg\:-ms-11 {
    margin-inline-start: -2.75rem;
  }
  .lg\:-ms-12 {
    margin-inline-start: -3rem;
  }
  .lg\:-ms-14 {
    margin-inline-start: -3.5rem;
  }
  .lg\:-ms-16 {
    margin-inline-start: -4rem;
  }
  .lg\:-ms-2 {
    margin-inline-start: -0.5rem;
  }
  .lg\:-ms-2\.5 {
    margin-inline-start: -0.625rem;
  }
  .lg\:-ms-20 {
    margin-inline-start: -5rem;
  }
  .lg\:-ms-24 {
    margin-inline-start: -6rem;
  }
  .lg\:-ms-28 {
    margin-inline-start: -7rem;
  }
  .lg\:-ms-2px {
    margin-inline-start: -2px;
  }
  .lg\:-ms-3 {
    margin-inline-start: -0.75rem;
  }
  .lg\:-ms-3\.5 {
    margin-inline-start: -0.875rem;
  }
  .lg\:-ms-32 {
    margin-inline-start: -8rem;
  }
  .lg\:-ms-36 {
    margin-inline-start: -9rem;
  }
  .lg\:-ms-3px {
    margin-inline-start: -3px;
  }
  .lg\:-ms-4 {
    margin-inline-start: -1rem;
  }
  .lg\:-ms-4\.5 {
    margin-inline-start: -1.125rem;
  }
  .lg\:-ms-40 {
    margin-inline-start: -10rem;
  }
  .lg\:-ms-44 {
    margin-inline-start: -11rem;
  }
  .lg\:-ms-48 {
    margin-inline-start: -12rem;
  }
  .lg\:-ms-4px {
    margin-inline-start: -4px;
  }
  .lg\:-ms-5 {
    margin-inline-start: -1.25rem;
  }
  .lg\:-ms-5\.5 {
    margin-inline-start: -1.375rem;
  }
  .lg\:-ms-52 {
    margin-inline-start: -13rem;
  }
  .lg\:-ms-56 {
    margin-inline-start: -14rem;
  }
  .lg\:-ms-6 {
    margin-inline-start: -1.5rem;
  }
  .lg\:-ms-60 {
    margin-inline-start: -15rem;
  }
  .lg\:-ms-64 {
    margin-inline-start: -16rem;
  }
  .lg\:-ms-7 {
    margin-inline-start: -1.75rem;
  }
  .lg\:-ms-72 {
    margin-inline-start: -18rem;
  }
  .lg\:-ms-8 {
    margin-inline-start: -2rem;
  }
  .lg\:-ms-80 {
    margin-inline-start: -20rem;
  }
  .lg\:-ms-9 {
    margin-inline-start: -2.25rem;
  }
  .lg\:-ms-96 {
    margin-inline-start: -24rem;
  }
  .lg\:-ms-px {
    margin-inline-start: -1px;
  }
  .lg\:-mt-0 {
    margin-top: -0px;
  }
  .lg\:-mt-0\.5 {
    margin-top: -0.125rem;
  }
  .lg\:-mt-1 {
    margin-top: -0.25rem;
  }
  .lg\:-mt-1\.5 {
    margin-top: -0.375rem;
  }
  .lg\:-mt-1\/2 {
    margin-top: -50%;
  }
  .lg\:-mt-10 {
    margin-top: -2.5rem;
  }
  .lg\:-mt-11 {
    margin-top: -2.75rem;
  }
  .lg\:-mt-12 {
    margin-top: -3rem;
  }
  .lg\:-mt-14 {
    margin-top: -3.5rem;
  }
  .lg\:-mt-16 {
    margin-top: -4rem;
  }
  .lg\:-mt-2 {
    margin-top: -0.5rem;
  }
  .lg\:-mt-2\.5 {
    margin-top: -0.625rem;
  }
  .lg\:-mt-20 {
    margin-top: -5rem;
  }
  .lg\:-mt-24 {
    margin-top: -6rem;
  }
  .lg\:-mt-28 {
    margin-top: -7rem;
  }
  .lg\:-mt-2px {
    margin-top: -2px;
  }
  .lg\:-mt-3 {
    margin-top: -0.75rem;
  }
  .lg\:-mt-3\.5 {
    margin-top: -0.875rem;
  }
  .lg\:-mt-32 {
    margin-top: -8rem;
  }
  .lg\:-mt-36 {
    margin-top: -9rem;
  }
  .lg\:-mt-3px {
    margin-top: -3px;
  }
  .lg\:-mt-4 {
    margin-top: -1rem;
  }
  .lg\:-mt-4\.5 {
    margin-top: -1.125rem;
  }
  .lg\:-mt-40 {
    margin-top: -10rem;
  }
  .lg\:-mt-44 {
    margin-top: -11rem;
  }
  .lg\:-mt-48 {
    margin-top: -12rem;
  }
  .lg\:-mt-4px {
    margin-top: -4px;
  }
  .lg\:-mt-5 {
    margin-top: -1.25rem;
  }
  .lg\:-mt-5\.5 {
    margin-top: -1.375rem;
  }
  .lg\:-mt-52 {
    margin-top: -13rem;
  }
  .lg\:-mt-56 {
    margin-top: -14rem;
  }
  .lg\:-mt-6 {
    margin-top: -1.5rem;
  }
  .lg\:-mt-60 {
    margin-top: -15rem;
  }
  .lg\:-mt-64 {
    margin-top: -16rem;
  }
  .lg\:-mt-7 {
    margin-top: -1.75rem;
  }
  .lg\:-mt-72 {
    margin-top: -18rem;
  }
  .lg\:-mt-8 {
    margin-top: -2rem;
  }
  .lg\:-mt-80 {
    margin-top: -20rem;
  }
  .lg\:-mt-9 {
    margin-top: -2.25rem;
  }
  .lg\:-mt-96 {
    margin-top: -24rem;
  }
  .lg\:-mt-px {
    margin-top: -1px;
  }
  .lg\:mb-0 {
    margin-bottom: 0px;
  }
  .lg\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }
  .lg\:mb-1 {
    margin-bottom: 0.25rem;
  }
  .lg\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }
  .lg\:mb-1\/2 {
    margin-bottom: 50%;
  }
  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .lg\:mb-11 {
    margin-bottom: 2.75rem;
  }
  .lg\:mb-12 {
    margin-bottom: 3rem;
  }
  .lg\:mb-14 {
    margin-bottom: 3.5rem;
  }
  .lg\:mb-16 {
    margin-bottom: 4rem;
  }
  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .lg\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }
  .lg\:mb-20 {
    margin-bottom: 5rem;
  }
  .lg\:mb-24 {
    margin-bottom: 6rem;
  }
  .lg\:mb-28 {
    margin-bottom: 7rem;
  }
  .lg\:mb-2px {
    margin-bottom: 2px;
  }
  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }
  .lg\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }
  .lg\:mb-32 {
    margin-bottom: 8rem;
  }
  .lg\:mb-36 {
    margin-bottom: 9rem;
  }
  .lg\:mb-3px {
    margin-bottom: 3px;
  }
  .lg\:mb-4 {
    margin-bottom: 1rem;
  }
  .lg\:mb-4\.5 {
    margin-bottom: 1.125rem;
  }
  .lg\:mb-40 {
    margin-bottom: 10rem;
  }
  .lg\:mb-44 {
    margin-bottom: 11rem;
  }
  .lg\:mb-48 {
    margin-bottom: 12rem;
  }
  .lg\:mb-4px {
    margin-bottom: 4px;
  }
  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .lg\:mb-5\.5 {
    margin-bottom: 1.375rem;
  }
  .lg\:mb-52 {
    margin-bottom: 13rem;
  }
  .lg\:mb-56 {
    margin-bottom: 14rem;
  }
  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .lg\:mb-60 {
    margin-bottom: 15rem;
  }
  .lg\:mb-64 {
    margin-bottom: 16rem;
  }
  .lg\:mb-7 {
    margin-bottom: 1.75rem;
  }
  .lg\:mb-72 {
    margin-bottom: 18rem;
  }
  .lg\:mb-8 {
    margin-bottom: 2rem;
  }
  .lg\:mb-80 {
    margin-bottom: 20rem;
  }
  .lg\:mb-9 {
    margin-bottom: 2.25rem;
  }
  .lg\:mb-96 {
    margin-bottom: 24rem;
  }
  .lg\:mb-auto {
    margin-bottom: auto;
  }
  .lg\:mb-px {
    margin-bottom: 1px;
  }
  .lg\:me-0 {
    margin-inline-end: 0px;
  }
  .lg\:me-0\.5 {
    margin-inline-end: 0.125rem;
  }
  .lg\:me-1 {
    margin-inline-end: 0.25rem;
  }
  .lg\:me-1\.5 {
    margin-inline-end: 0.375rem;
  }
  .lg\:me-1\/2 {
    margin-inline-end: 50%;
  }
  .lg\:me-10 {
    margin-inline-end: 2.5rem;
  }
  .lg\:me-11 {
    margin-inline-end: 2.75rem;
  }
  .lg\:me-12 {
    margin-inline-end: 3rem;
  }
  .lg\:me-14 {
    margin-inline-end: 3.5rem;
  }
  .lg\:me-16 {
    margin-inline-end: 4rem;
  }
  .lg\:me-2 {
    margin-inline-end: 0.5rem;
  }
  .lg\:me-2\.5 {
    margin-inline-end: 0.625rem;
  }
  .lg\:me-20 {
    margin-inline-end: 5rem;
  }
  .lg\:me-24 {
    margin-inline-end: 6rem;
  }
  .lg\:me-28 {
    margin-inline-end: 7rem;
  }
  .lg\:me-2px {
    margin-inline-end: 2px;
  }
  .lg\:me-3 {
    margin-inline-end: 0.75rem;
  }
  .lg\:me-3\.5 {
    margin-inline-end: 0.875rem;
  }
  .lg\:me-32 {
    margin-inline-end: 8rem;
  }
  .lg\:me-36 {
    margin-inline-end: 9rem;
  }
  .lg\:me-3px {
    margin-inline-end: 3px;
  }
  .lg\:me-4 {
    margin-inline-end: 1rem;
  }
  .lg\:me-4\.5 {
    margin-inline-end: 1.125rem;
  }
  .lg\:me-40 {
    margin-inline-end: 10rem;
  }
  .lg\:me-44 {
    margin-inline-end: 11rem;
  }
  .lg\:me-48 {
    margin-inline-end: 12rem;
  }
  .lg\:me-4px {
    margin-inline-end: 4px;
  }
  .lg\:me-5 {
    margin-inline-end: 1.25rem;
  }
  .lg\:me-5\.5 {
    margin-inline-end: 1.375rem;
  }
  .lg\:me-52 {
    margin-inline-end: 13rem;
  }
  .lg\:me-56 {
    margin-inline-end: 14rem;
  }
  .lg\:me-6 {
    margin-inline-end: 1.5rem;
  }
  .lg\:me-60 {
    margin-inline-end: 15rem;
  }
  .lg\:me-64 {
    margin-inline-end: 16rem;
  }
  .lg\:me-7 {
    margin-inline-end: 1.75rem;
  }
  .lg\:me-72 {
    margin-inline-end: 18rem;
  }
  .lg\:me-8 {
    margin-inline-end: 2rem;
  }
  .lg\:me-80 {
    margin-inline-end: 20rem;
  }
  .lg\:me-9 {
    margin-inline-end: 2.25rem;
  }
  .lg\:me-96 {
    margin-inline-end: 24rem;
  }
  .lg\:me-auto {
    margin-inline-end: auto;
  }
  .lg\:me-px {
    margin-inline-end: 1px;
  }
  .lg\:ml-0 {
    margin-left: 0px;
  }
  .lg\:ml-0\.5 {
    margin-left: 0.125rem;
  }
  .lg\:ml-1 {
    margin-left: 0.25rem;
  }
  .lg\:ml-1\.5 {
    margin-left: 0.375rem;
  }
  .lg\:ml-1\/2 {
    margin-left: 50%;
  }
  .lg\:ml-10 {
    margin-left: 2.5rem;
  }
  .lg\:ml-11 {
    margin-left: 2.75rem;
  }
  .lg\:ml-12 {
    margin-left: 3rem;
  }
  .lg\:ml-14 {
    margin-left: 3.5rem;
  }
  .lg\:ml-16 {
    margin-left: 4rem;
  }
  .lg\:ml-2 {
    margin-left: 0.5rem;
  }
  .lg\:ml-2\.5 {
    margin-left: 0.625rem;
  }
  .lg\:ml-20 {
    margin-left: 5rem;
  }
  .lg\:ml-24 {
    margin-left: 6rem;
  }
  .lg\:ml-28 {
    margin-left: 7rem;
  }
  .lg\:ml-2px {
    margin-left: 2px;
  }
  .lg\:ml-3 {
    margin-left: 0.75rem;
  }
  .lg\:ml-3\.5 {
    margin-left: 0.875rem;
  }
  .lg\:ml-32 {
    margin-left: 8rem;
  }
  .lg\:ml-36 {
    margin-left: 9rem;
  }
  .lg\:ml-3px {
    margin-left: 3px;
  }
  .lg\:ml-4 {
    margin-left: 1rem;
  }
  .lg\:ml-4\.5 {
    margin-left: 1.125rem;
  }
  .lg\:ml-40 {
    margin-left: 10rem;
  }
  .lg\:ml-44 {
    margin-left: 11rem;
  }
  .lg\:ml-48 {
    margin-left: 12rem;
  }
  .lg\:ml-4px {
    margin-left: 4px;
  }
  .lg\:ml-5 {
    margin-left: 1.25rem;
  }
  .lg\:ml-5\.5 {
    margin-left: 1.375rem;
  }
  .lg\:ml-52 {
    margin-left: 13rem;
  }
  .lg\:ml-56 {
    margin-left: 14rem;
  }
  .lg\:ml-6 {
    margin-left: 1.5rem;
  }
  .lg\:ml-60 {
    margin-left: 15rem;
  }
  .lg\:ml-64 {
    margin-left: 16rem;
  }
  .lg\:ml-7 {
    margin-left: 1.75rem;
  }
  .lg\:ml-72 {
    margin-left: 18rem;
  }
  .lg\:ml-8 {
    margin-left: 2rem;
  }
  .lg\:ml-80 {
    margin-left: 20rem;
  }
  .lg\:ml-9 {
    margin-left: 2.25rem;
  }
  .lg\:ml-96 {
    margin-left: 24rem;
  }
  .lg\:ml-auto {
    margin-left: auto;
  }
  .lg\:ml-px {
    margin-left: 1px;
  }
  .lg\:mr-0 {
    margin-right: 0px;
  }
  .lg\:mr-0\.5 {
    margin-right: 0.125rem;
  }
  .lg\:mr-1 {
    margin-right: 0.25rem;
  }
  .lg\:mr-1\.5 {
    margin-right: 0.375rem;
  }
  .lg\:mr-1\/2 {
    margin-right: 50%;
  }
  .lg\:mr-10 {
    margin-right: 2.5rem;
  }
  .lg\:mr-11 {
    margin-right: 2.75rem;
  }
  .lg\:mr-12 {
    margin-right: 3rem;
  }
  .lg\:mr-14 {
    margin-right: 3.5rem;
  }
  .lg\:mr-16 {
    margin-right: 4rem;
  }
  .lg\:mr-2 {
    margin-right: 0.5rem;
  }
  .lg\:mr-2\.5 {
    margin-right: 0.625rem;
  }
  .lg\:mr-20 {
    margin-right: 5rem;
  }
  .lg\:mr-24 {
    margin-right: 6rem;
  }
  .lg\:mr-28 {
    margin-right: 7rem;
  }
  .lg\:mr-2px {
    margin-right: 2px;
  }
  .lg\:mr-3 {
    margin-right: 0.75rem;
  }
  .lg\:mr-3\.5 {
    margin-right: 0.875rem;
  }
  .lg\:mr-32 {
    margin-right: 8rem;
  }
  .lg\:mr-36 {
    margin-right: 9rem;
  }
  .lg\:mr-3px {
    margin-right: 3px;
  }
  .lg\:mr-4 {
    margin-right: 1rem;
  }
  .lg\:mr-4\.5 {
    margin-right: 1.125rem;
  }
  .lg\:mr-40 {
    margin-right: 10rem;
  }
  .lg\:mr-44 {
    margin-right: 11rem;
  }
  .lg\:mr-48 {
    margin-right: 12rem;
  }
  .lg\:mr-4px {
    margin-right: 4px;
  }
  .lg\:mr-5 {
    margin-right: 1.25rem;
  }
  .lg\:mr-5\.5 {
    margin-right: 1.375rem;
  }
  .lg\:mr-52 {
    margin-right: 13rem;
  }
  .lg\:mr-56 {
    margin-right: 14rem;
  }
  .lg\:mr-6 {
    margin-right: 1.5rem;
  }
  .lg\:mr-60 {
    margin-right: 15rem;
  }
  .lg\:mr-64 {
    margin-right: 16rem;
  }
  .lg\:mr-7 {
    margin-right: 1.75rem;
  }
  .lg\:mr-72 {
    margin-right: 18rem;
  }
  .lg\:mr-8 {
    margin-right: 2rem;
  }
  .lg\:mr-80 {
    margin-right: 20rem;
  }
  .lg\:mr-9 {
    margin-right: 2.25rem;
  }
  .lg\:mr-96 {
    margin-right: 24rem;
  }
  .lg\:mr-auto {
    margin-right: auto;
  }
  .lg\:mr-px {
    margin-right: 1px;
  }
  .lg\:ms-0 {
    margin-inline-start: 0px;
  }
  .lg\:ms-0\.5 {
    margin-inline-start: 0.125rem;
  }
  .lg\:ms-1 {
    margin-inline-start: 0.25rem;
  }
  .lg\:ms-1\.5 {
    margin-inline-start: 0.375rem;
  }
  .lg\:ms-1\/2 {
    margin-inline-start: 50%;
  }
  .lg\:ms-10 {
    margin-inline-start: 2.5rem;
  }
  .lg\:ms-11 {
    margin-inline-start: 2.75rem;
  }
  .lg\:ms-12 {
    margin-inline-start: 3rem;
  }
  .lg\:ms-14 {
    margin-inline-start: 3.5rem;
  }
  .lg\:ms-16 {
    margin-inline-start: 4rem;
  }
  .lg\:ms-2 {
    margin-inline-start: 0.5rem;
  }
  .lg\:ms-2\.5 {
    margin-inline-start: 0.625rem;
  }
  .lg\:ms-20 {
    margin-inline-start: 5rem;
  }
  .lg\:ms-24 {
    margin-inline-start: 6rem;
  }
  .lg\:ms-28 {
    margin-inline-start: 7rem;
  }
  .lg\:ms-2px {
    margin-inline-start: 2px;
  }
  .lg\:ms-3 {
    margin-inline-start: 0.75rem;
  }
  .lg\:ms-3\.5 {
    margin-inline-start: 0.875rem;
  }
  .lg\:ms-32 {
    margin-inline-start: 8rem;
  }
  .lg\:ms-36 {
    margin-inline-start: 9rem;
  }
  .lg\:ms-3px {
    margin-inline-start: 3px;
  }
  .lg\:ms-4 {
    margin-inline-start: 1rem;
  }
  .lg\:ms-4\.5 {
    margin-inline-start: 1.125rem;
  }
  .lg\:ms-40 {
    margin-inline-start: 10rem;
  }
  .lg\:ms-44 {
    margin-inline-start: 11rem;
  }
  .lg\:ms-48 {
    margin-inline-start: 12rem;
  }
  .lg\:ms-4px {
    margin-inline-start: 4px;
  }
  .lg\:ms-5 {
    margin-inline-start: 1.25rem;
  }
  .lg\:ms-5\.5 {
    margin-inline-start: 1.375rem;
  }
  .lg\:ms-52 {
    margin-inline-start: 13rem;
  }
  .lg\:ms-56 {
    margin-inline-start: 14rem;
  }
  .lg\:ms-6 {
    margin-inline-start: 1.5rem;
  }
  .lg\:ms-60 {
    margin-inline-start: 15rem;
  }
  .lg\:ms-64 {
    margin-inline-start: 16rem;
  }
  .lg\:ms-7 {
    margin-inline-start: 1.75rem;
  }
  .lg\:ms-72 {
    margin-inline-start: 18rem;
  }
  .lg\:ms-8 {
    margin-inline-start: 2rem;
  }
  .lg\:ms-80 {
    margin-inline-start: 20rem;
  }
  .lg\:ms-9 {
    margin-inline-start: 2.25rem;
  }
  .lg\:ms-96 {
    margin-inline-start: 24rem;
  }
  .lg\:ms-auto {
    margin-inline-start: auto;
  }
  .lg\:ms-px {
    margin-inline-start: 1px;
  }
  .lg\:mt-0 {
    margin-top: 0px;
  }
  .lg\:mt-0\.5 {
    margin-top: 0.125rem;
  }
  .lg\:mt-1 {
    margin-top: 0.25rem;
  }
  .lg\:mt-1\.5 {
    margin-top: 0.375rem;
  }
  .lg\:mt-1\/2 {
    margin-top: 50%;
  }
  .lg\:mt-10 {
    margin-top: 2.5rem;
  }
  .lg\:mt-11 {
    margin-top: 2.75rem;
  }
  .lg\:mt-12 {
    margin-top: 3rem;
  }
  .lg\:mt-14 {
    margin-top: 3.5rem;
  }
  .lg\:mt-16 {
    margin-top: 4rem;
  }
  .lg\:mt-2 {
    margin-top: 0.5rem;
  }
  .lg\:mt-2\.5 {
    margin-top: 0.625rem;
  }
  .lg\:mt-20 {
    margin-top: 5rem;
  }
  .lg\:mt-24 {
    margin-top: 6rem;
  }
  .lg\:mt-28 {
    margin-top: 7rem;
  }
  .lg\:mt-2px {
    margin-top: 2px;
  }
  .lg\:mt-3 {
    margin-top: 0.75rem;
  }
  .lg\:mt-3\.5 {
    margin-top: 0.875rem;
  }
  .lg\:mt-32 {
    margin-top: 8rem;
  }
  .lg\:mt-36 {
    margin-top: 9rem;
  }
  .lg\:mt-3px {
    margin-top: 3px;
  }
  .lg\:mt-4 {
    margin-top: 1rem;
  }
  .lg\:mt-4\.5 {
    margin-top: 1.125rem;
  }
  .lg\:mt-40 {
    margin-top: 10rem;
  }
  .lg\:mt-44 {
    margin-top: 11rem;
  }
  .lg\:mt-48 {
    margin-top: 12rem;
  }
  .lg\:mt-4px {
    margin-top: 4px;
  }
  .lg\:mt-5 {
    margin-top: 1.25rem;
  }
  .lg\:mt-5\.5 {
    margin-top: 1.375rem;
  }
  .lg\:mt-52 {
    margin-top: 13rem;
  }
  .lg\:mt-56 {
    margin-top: 14rem;
  }
  .lg\:mt-6 {
    margin-top: 1.5rem;
  }
  .lg\:mt-60 {
    margin-top: 15rem;
  }
  .lg\:mt-64 {
    margin-top: 16rem;
  }
  .lg\:mt-7 {
    margin-top: 1.75rem;
  }
  .lg\:mt-72 {
    margin-top: 18rem;
  }
  .lg\:mt-8 {
    margin-top: 2rem;
  }
  .lg\:mt-80 {
    margin-top: 20rem;
  }
  .lg\:mt-9 {
    margin-top: 2.25rem;
  }
  .lg\:mt-96 {
    margin-top: 24rem;
  }
  .lg\:mt-auto {
    margin-top: auto;
  }
  .lg\:mt-px {
    margin-top: 1px;
  }
  .lg\:inline {
    display: inline;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:h-full {
    height: 100%;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:border-l-4 {
    border-left-width: 4px;
  }
  .lg\:border-t-0 {
    border-top-width: 0px;
  }
  .lg\:p-0 {
    padding: 0px;
  }
  .lg\:p-0\.5 {
    padding: 0.125rem;
  }
  .lg\:p-1 {
    padding: 0.25rem;
  }
  .lg\:p-1\.5 {
    padding: 0.375rem;
  }
  .lg\:p-10 {
    padding: 2.5rem;
  }
  .lg\:p-11 {
    padding: 2.75rem;
  }
  .lg\:p-12 {
    padding: 3rem;
  }
  .lg\:p-14 {
    padding: 3.5rem;
  }
  .lg\:p-16 {
    padding: 4rem;
  }
  .lg\:p-2 {
    padding: 0.5rem;
  }
  .lg\:p-2\.5 {
    padding: 0.625rem;
  }
  .lg\:p-20 {
    padding: 5rem;
  }
  .lg\:p-24 {
    padding: 6rem;
  }
  .lg\:p-28 {
    padding: 7rem;
  }
  .lg\:p-2px {
    padding: 2px;
  }
  .lg\:p-3 {
    padding: 0.75rem;
  }
  .lg\:p-3\.5 {
    padding: 0.875rem;
  }
  .lg\:p-32 {
    padding: 8rem;
  }
  .lg\:p-36 {
    padding: 9rem;
  }
  .lg\:p-3px {
    padding: 3px;
  }
  .lg\:p-4 {
    padding: 1rem;
  }
  .lg\:p-4\.5 {
    padding: 1.125rem;
  }
  .lg\:p-40 {
    padding: 10rem;
  }
  .lg\:p-44 {
    padding: 11rem;
  }
  .lg\:p-48 {
    padding: 12rem;
  }
  .lg\:p-4px {
    padding: 4px;
  }
  .lg\:p-5 {
    padding: 1.25rem;
  }
  .lg\:p-5\.5 {
    padding: 1.375rem;
  }
  .lg\:p-52 {
    padding: 13rem;
  }
  .lg\:p-56 {
    padding: 14rem;
  }
  .lg\:p-6 {
    padding: 1.5rem;
  }
  .lg\:p-60 {
    padding: 15rem;
  }
  .lg\:p-64 {
    padding: 16rem;
  }
  .lg\:p-7 {
    padding: 1.75rem;
  }
  .lg\:p-72 {
    padding: 18rem;
  }
  .lg\:p-8 {
    padding: 2rem;
  }
  .lg\:p-80 {
    padding: 20rem;
  }
  .lg\:p-9 {
    padding: 2.25rem;
  }
  .lg\:p-96 {
    padding: 24rem;
  }
  .lg\:p-px {
    padding: 1px;
  }
  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
  .lg\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .lg\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .lg\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .lg\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .lg\:px-2px {
    padding-left: 2px;
    padding-right: 2px;
  }
  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .lg\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
  .lg\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .lg\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }
  .lg\:px-3px {
    padding-left: 3px;
    padding-right: 3px;
  }
  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg\:px-4\.5 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .lg\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .lg\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }
  .lg\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }
  .lg\:px-4px {
    padding-left: 4px;
    padding-right: 4px;
  }
  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .lg\:px-5\.5 {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }
  .lg\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }
  .lg\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }
  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }
  .lg\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  .lg\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .lg\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }
  .lg\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .lg\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }
  .lg\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }
  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lg\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }
  .lg\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .lg\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lg\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .lg\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .lg\:py-2px {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .lg\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .lg\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .lg\:py-3px {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg\:py-4\.5 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
  .lg\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .lg\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }
  .lg\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .lg\:py-4px {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .lg\:py-5\.5 {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }
  .lg\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }
  .lg\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .lg\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
  .lg\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  .lg\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .lg\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }
  .lg\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .lg\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }
  .lg\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .lg\:pb-0 {
    padding-bottom: 0px;
  }
  .lg\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }
  .lg\:pb-1 {
    padding-bottom: 0.25rem;
  }
  .lg\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }
  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .lg\:pb-11 {
    padding-bottom: 2.75rem;
  }
  .lg\:pb-12 {
    padding-bottom: 3rem;
  }
  .lg\:pb-14 {
    padding-bottom: 3.5rem;
  }
  .lg\:pb-16 {
    padding-bottom: 4rem;
  }
  .lg\:pb-2 {
    padding-bottom: 0.5rem;
  }
  .lg\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }
  .lg\:pb-20 {
    padding-bottom: 5rem;
  }
  .lg\:pb-24 {
    padding-bottom: 6rem;
  }
  .lg\:pb-28 {
    padding-bottom: 7rem;
  }
  .lg\:pb-2px {
    padding-bottom: 2px;
  }
  .lg\:pb-3 {
    padding-bottom: 0.75rem;
  }
  .lg\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }
  .lg\:pb-32 {
    padding-bottom: 8rem;
  }
  .lg\:pb-36 {
    padding-bottom: 9rem;
  }
  .lg\:pb-3px {
    padding-bottom: 3px;
  }
  .lg\:pb-4 {
    padding-bottom: 1rem;
  }
  .lg\:pb-4\.5 {
    padding-bottom: 1.125rem;
  }
  .lg\:pb-40 {
    padding-bottom: 10rem;
  }
  .lg\:pb-44 {
    padding-bottom: 11rem;
  }
  .lg\:pb-48 {
    padding-bottom: 12rem;
  }
  .lg\:pb-4px {
    padding-bottom: 4px;
  }
  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }
  .lg\:pb-5\.5 {
    padding-bottom: 1.375rem;
  }
  .lg\:pb-52 {
    padding-bottom: 13rem;
  }
  .lg\:pb-56 {
    padding-bottom: 14rem;
  }
  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .lg\:pb-60 {
    padding-bottom: 15rem;
  }
  .lg\:pb-64 {
    padding-bottom: 16rem;
  }
  .lg\:pb-7 {
    padding-bottom: 1.75rem;
  }
  .lg\:pb-72 {
    padding-bottom: 18rem;
  }
  .lg\:pb-8 {
    padding-bottom: 2rem;
  }
  .lg\:pb-80 {
    padding-bottom: 20rem;
  }
  .lg\:pb-9 {
    padding-bottom: 2.25rem;
  }
  .lg\:pb-96 {
    padding-bottom: 24rem;
  }
  .lg\:pb-px {
    padding-bottom: 1px;
  }
  .lg\:pe-0 {
    padding-inline-end: 0px;
  }
  .lg\:pe-0\.5 {
    padding-inline-end: 0.125rem;
  }
  .lg\:pe-1 {
    padding-inline-end: 0.25rem;
  }
  .lg\:pe-1\.5 {
    padding-inline-end: 0.375rem;
  }
  .lg\:pe-10 {
    padding-inline-end: 2.5rem;
  }
  .lg\:pe-11 {
    padding-inline-end: 2.75rem;
  }
  .lg\:pe-12 {
    padding-inline-end: 3rem;
  }
  .lg\:pe-14 {
    padding-inline-end: 3.5rem;
  }
  .lg\:pe-16 {
    padding-inline-end: 4rem;
  }
  .lg\:pe-2 {
    padding-inline-end: 0.5rem;
  }
  .lg\:pe-2\.5 {
    padding-inline-end: 0.625rem;
  }
  .lg\:pe-20 {
    padding-inline-end: 5rem;
  }
  .lg\:pe-24 {
    padding-inline-end: 6rem;
  }
  .lg\:pe-28 {
    padding-inline-end: 7rem;
  }
  .lg\:pe-2px {
    padding-inline-end: 2px;
  }
  .lg\:pe-3 {
    padding-inline-end: 0.75rem;
  }
  .lg\:pe-3\.5 {
    padding-inline-end: 0.875rem;
  }
  .lg\:pe-32 {
    padding-inline-end: 8rem;
  }
  .lg\:pe-36 {
    padding-inline-end: 9rem;
  }
  .lg\:pe-3px {
    padding-inline-end: 3px;
  }
  .lg\:pe-4 {
    padding-inline-end: 1rem;
  }
  .lg\:pe-4\.5 {
    padding-inline-end: 1.125rem;
  }
  .lg\:pe-40 {
    padding-inline-end: 10rem;
  }
  .lg\:pe-44 {
    padding-inline-end: 11rem;
  }
  .lg\:pe-48 {
    padding-inline-end: 12rem;
  }
  .lg\:pe-4px {
    padding-inline-end: 4px;
  }
  .lg\:pe-5 {
    padding-inline-end: 1.25rem;
  }
  .lg\:pe-5\.5 {
    padding-inline-end: 1.375rem;
  }
  .lg\:pe-52 {
    padding-inline-end: 13rem;
  }
  .lg\:pe-56 {
    padding-inline-end: 14rem;
  }
  .lg\:pe-6 {
    padding-inline-end: 1.5rem;
  }
  .lg\:pe-60 {
    padding-inline-end: 15rem;
  }
  .lg\:pe-64 {
    padding-inline-end: 16rem;
  }
  .lg\:pe-7 {
    padding-inline-end: 1.75rem;
  }
  .lg\:pe-72 {
    padding-inline-end: 18rem;
  }
  .lg\:pe-8 {
    padding-inline-end: 2rem;
  }
  .lg\:pe-80 {
    padding-inline-end: 20rem;
  }
  .lg\:pe-9 {
    padding-inline-end: 2.25rem;
  }
  .lg\:pe-96 {
    padding-inline-end: 24rem;
  }
  .lg\:pe-px {
    padding-inline-end: 1px;
  }
  .lg\:pl-0 {
    padding-left: 0px;
  }
  .lg\:pl-0\.5 {
    padding-left: 0.125rem;
  }
  .lg\:pl-1 {
    padding-left: 0.25rem;
  }
  .lg\:pl-1\.5 {
    padding-left: 0.375rem;
  }
  .lg\:pl-10 {
    padding-left: 2.5rem;
  }
  .lg\:pl-11 {
    padding-left: 2.75rem;
  }
  .lg\:pl-12 {
    padding-left: 3rem;
  }
  .lg\:pl-14 {
    padding-left: 3.5rem;
  }
  .lg\:pl-16 {
    padding-left: 4rem;
  }
  .lg\:pl-2 {
    padding-left: 0.5rem;
  }
  .lg\:pl-2\.5 {
    padding-left: 0.625rem;
  }
  .lg\:pl-20 {
    padding-left: 5rem;
  }
  .lg\:pl-24 {
    padding-left: 6rem;
  }
  .lg\:pl-28 {
    padding-left: 7rem;
  }
  .lg\:pl-2px {
    padding-left: 2px;
  }
  .lg\:pl-3 {
    padding-left: 0.75rem;
  }
  .lg\:pl-3\.5 {
    padding-left: 0.875rem;
  }
  .lg\:pl-32 {
    padding-left: 8rem;
  }
  .lg\:pl-36 {
    padding-left: 9rem;
  }
  .lg\:pl-3px {
    padding-left: 3px;
  }
  .lg\:pl-4 {
    padding-left: 1rem;
  }
  .lg\:pl-4\.5 {
    padding-left: 1.125rem;
  }
  .lg\:pl-40 {
    padding-left: 10rem;
  }
  .lg\:pl-44 {
    padding-left: 11rem;
  }
  .lg\:pl-48 {
    padding-left: 12rem;
  }
  .lg\:pl-4px {
    padding-left: 4px;
  }
  .lg\:pl-5 {
    padding-left: 1.25rem;
  }
  .lg\:pl-5\.5 {
    padding-left: 1.375rem;
  }
  .lg\:pl-52 {
    padding-left: 13rem;
  }
  .lg\:pl-56 {
    padding-left: 14rem;
  }
  .lg\:pl-6 {
    padding-left: 1.5rem;
  }
  .lg\:pl-60 {
    padding-left: 15rem;
  }
  .lg\:pl-64 {
    padding-left: 16rem;
  }
  .lg\:pl-7 {
    padding-left: 1.75rem;
  }
  .lg\:pl-72 {
    padding-left: 18rem;
  }
  .lg\:pl-8 {
    padding-left: 2rem;
  }
  .lg\:pl-80 {
    padding-left: 20rem;
  }
  .lg\:pl-9 {
    padding-left: 2.25rem;
  }
  .lg\:pl-96 {
    padding-left: 24rem;
  }
  .lg\:pl-px {
    padding-left: 1px;
  }
  .lg\:pr-0 {
    padding-right: 0px;
  }
  .lg\:pr-0\.5 {
    padding-right: 0.125rem;
  }
  .lg\:pr-1 {
    padding-right: 0.25rem;
  }
  .lg\:pr-1\.5 {
    padding-right: 0.375rem;
  }
  .lg\:pr-10 {
    padding-right: 2.5rem;
  }
  .lg\:pr-11 {
    padding-right: 2.75rem;
  }
  .lg\:pr-12 {
    padding-right: 3rem;
  }
  .lg\:pr-14 {
    padding-right: 3.5rem;
  }
  .lg\:pr-16 {
    padding-right: 4rem;
  }
  .lg\:pr-2 {
    padding-right: 0.5rem;
  }
  .lg\:pr-2\.5 {
    padding-right: 0.625rem;
  }
  .lg\:pr-20 {
    padding-right: 5rem;
  }
  .lg\:pr-24 {
    padding-right: 6rem;
  }
  .lg\:pr-28 {
    padding-right: 7rem;
  }
  .lg\:pr-2px {
    padding-right: 2px;
  }
  .lg\:pr-3 {
    padding-right: 0.75rem;
  }
  .lg\:pr-3\.5 {
    padding-right: 0.875rem;
  }
  .lg\:pr-32 {
    padding-right: 8rem;
  }
  .lg\:pr-36 {
    padding-right: 9rem;
  }
  .lg\:pr-3px {
    padding-right: 3px;
  }
  .lg\:pr-4 {
    padding-right: 1rem;
  }
  .lg\:pr-4\.5 {
    padding-right: 1.125rem;
  }
  .lg\:pr-40 {
    padding-right: 10rem;
  }
  .lg\:pr-44 {
    padding-right: 11rem;
  }
  .lg\:pr-48 {
    padding-right: 12rem;
  }
  .lg\:pr-4px {
    padding-right: 4px;
  }
  .lg\:pr-5 {
    padding-right: 1.25rem;
  }
  .lg\:pr-5\.5 {
    padding-right: 1.375rem;
  }
  .lg\:pr-52 {
    padding-right: 13rem;
  }
  .lg\:pr-56 {
    padding-right: 14rem;
  }
  .lg\:pr-6 {
    padding-right: 1.5rem;
  }
  .lg\:pr-60 {
    padding-right: 15rem;
  }
  .lg\:pr-64 {
    padding-right: 16rem;
  }
  .lg\:pr-7 {
    padding-right: 1.75rem;
  }
  .lg\:pr-72 {
    padding-right: 18rem;
  }
  .lg\:pr-8 {
    padding-right: 2rem;
  }
  .lg\:pr-80 {
    padding-right: 20rem;
  }
  .lg\:pr-9 {
    padding-right: 2.25rem;
  }
  .lg\:pr-96 {
    padding-right: 24rem;
  }
  .lg\:pr-px {
    padding-right: 1px;
  }
  .lg\:ps-0 {
    padding-inline-start: 0px;
  }
  .lg\:ps-0\.5 {
    padding-inline-start: 0.125rem;
  }
  .lg\:ps-1 {
    padding-inline-start: 0.25rem;
  }
  .lg\:ps-1\.5 {
    padding-inline-start: 0.375rem;
  }
  .lg\:ps-10 {
    padding-inline-start: 2.5rem;
  }
  .lg\:ps-11 {
    padding-inline-start: 2.75rem;
  }
  .lg\:ps-12 {
    padding-inline-start: 3rem;
  }
  .lg\:ps-14 {
    padding-inline-start: 3.5rem;
  }
  .lg\:ps-16 {
    padding-inline-start: 4rem;
  }
  .lg\:ps-2 {
    padding-inline-start: 0.5rem;
  }
  .lg\:ps-2\.5 {
    padding-inline-start: 0.625rem;
  }
  .lg\:ps-20 {
    padding-inline-start: 5rem;
  }
  .lg\:ps-24 {
    padding-inline-start: 6rem;
  }
  .lg\:ps-28 {
    padding-inline-start: 7rem;
  }
  .lg\:ps-2px {
    padding-inline-start: 2px;
  }
  .lg\:ps-3 {
    padding-inline-start: 0.75rem;
  }
  .lg\:ps-3\.5 {
    padding-inline-start: 0.875rem;
  }
  .lg\:ps-32 {
    padding-inline-start: 8rem;
  }
  .lg\:ps-36 {
    padding-inline-start: 9rem;
  }
  .lg\:ps-3px {
    padding-inline-start: 3px;
  }
  .lg\:ps-4 {
    padding-inline-start: 1rem;
  }
  .lg\:ps-4\.5 {
    padding-inline-start: 1.125rem;
  }
  .lg\:ps-40 {
    padding-inline-start: 10rem;
  }
  .lg\:ps-44 {
    padding-inline-start: 11rem;
  }
  .lg\:ps-48 {
    padding-inline-start: 12rem;
  }
  .lg\:ps-4px {
    padding-inline-start: 4px;
  }
  .lg\:ps-5 {
    padding-inline-start: 1.25rem;
  }
  .lg\:ps-5\.5 {
    padding-inline-start: 1.375rem;
  }
  .lg\:ps-52 {
    padding-inline-start: 13rem;
  }
  .lg\:ps-56 {
    padding-inline-start: 14rem;
  }
  .lg\:ps-6 {
    padding-inline-start: 1.5rem;
  }
  .lg\:ps-60 {
    padding-inline-start: 15rem;
  }
  .lg\:ps-64 {
    padding-inline-start: 16rem;
  }
  .lg\:ps-7 {
    padding-inline-start: 1.75rem;
  }
  .lg\:ps-72 {
    padding-inline-start: 18rem;
  }
  .lg\:ps-8 {
    padding-inline-start: 2rem;
  }
  .lg\:ps-80 {
    padding-inline-start: 20rem;
  }
  .lg\:ps-9 {
    padding-inline-start: 2.25rem;
  }
  .lg\:ps-96 {
    padding-inline-start: 24rem;
  }
  .lg\:ps-px {
    padding-inline-start: 1px;
  }
  .lg\:pt-0 {
    padding-top: 0px;
  }
  .lg\:pt-0\.5 {
    padding-top: 0.125rem;
  }
  .lg\:pt-1 {
    padding-top: 0.25rem;
  }
  .lg\:pt-1\.5 {
    padding-top: 0.375rem;
  }
  .lg\:pt-10 {
    padding-top: 2.5rem;
  }
  .lg\:pt-11 {
    padding-top: 2.75rem;
  }
  .lg\:pt-12 {
    padding-top: 3rem;
  }
  .lg\:pt-14 {
    padding-top: 3.5rem;
  }
  .lg\:pt-16 {
    padding-top: 4rem;
  }
  .lg\:pt-2 {
    padding-top: 0.5rem;
  }
  .lg\:pt-2\.5 {
    padding-top: 0.625rem;
  }
  .lg\:pt-20 {
    padding-top: 5rem;
  }
  .lg\:pt-24 {
    padding-top: 6rem;
  }
  .lg\:pt-28 {
    padding-top: 7rem;
  }
  .lg\:pt-2px {
    padding-top: 2px;
  }
  .lg\:pt-3 {
    padding-top: 0.75rem;
  }
  .lg\:pt-3\.5 {
    padding-top: 0.875rem;
  }
  .lg\:pt-32 {
    padding-top: 8rem;
  }
  .lg\:pt-36 {
    padding-top: 9rem;
  }
  .lg\:pt-3px {
    padding-top: 3px;
  }
  .lg\:pt-4 {
    padding-top: 1rem;
  }
  .lg\:pt-4\.5 {
    padding-top: 1.125rem;
  }
  .lg\:pt-40 {
    padding-top: 10rem;
  }
  .lg\:pt-44 {
    padding-top: 11rem;
  }
  .lg\:pt-48 {
    padding-top: 12rem;
  }
  .lg\:pt-4px {
    padding-top: 4px;
  }
  .lg\:pt-5 {
    padding-top: 1.25rem;
  }
  .lg\:pt-5\.5 {
    padding-top: 1.375rem;
  }
  .lg\:pt-52 {
    padding-top: 13rem;
  }
  .lg\:pt-56 {
    padding-top: 14rem;
  }
  .lg\:pt-6 {
    padding-top: 1.5rem;
  }
  .lg\:pt-60 {
    padding-top: 15rem;
  }
  .lg\:pt-64 {
    padding-top: 16rem;
  }
  .lg\:pt-7 {
    padding-top: 1.75rem;
  }
  .lg\:pt-72 {
    padding-top: 18rem;
  }
  .lg\:pt-8 {
    padding-top: 2rem;
  }
  .lg\:pt-80 {
    padding-top: 20rem;
  }
  .lg\:pt-9 {
    padding-top: 2.25rem;
  }
  .lg\:pt-96 {
    padding-top: 24rem;
  }
  .lg\:pt-px {
    padding-top: 1px;
  }
  .lg\:text-xl {
    font-size: 1.25rem;
  }
  .lg\:text-xs {
    font-size: 0.8125rem;
  }
}
@media (min-width: 1280px) {
  .xl\:col-span-10 {
    grid-column: span 10 / span 10;
  }
  .xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .xl\:col-start-2 {
    grid-column-start: 2;
  }
  .xl\:-m-0 {
    margin: -0px;
  }
  .xl\:-m-0\.5 {
    margin: -0.125rem;
  }
  .xl\:-m-1 {
    margin: -0.25rem;
  }
  .xl\:-m-1\.5 {
    margin: -0.375rem;
  }
  .xl\:-m-1\/2 {
    margin: -50%;
  }
  .xl\:-m-10 {
    margin: -2.5rem;
  }
  .xl\:-m-11 {
    margin: -2.75rem;
  }
  .xl\:-m-12 {
    margin: -3rem;
  }
  .xl\:-m-14 {
    margin: -3.5rem;
  }
  .xl\:-m-16 {
    margin: -4rem;
  }
  .xl\:-m-2 {
    margin: -0.5rem;
  }
  .xl\:-m-2\.5 {
    margin: -0.625rem;
  }
  .xl\:-m-20 {
    margin: -5rem;
  }
  .xl\:-m-24 {
    margin: -6rem;
  }
  .xl\:-m-28 {
    margin: -7rem;
  }
  .xl\:-m-2px {
    margin: -2px;
  }
  .xl\:-m-3 {
    margin: -0.75rem;
  }
  .xl\:-m-3\.5 {
    margin: -0.875rem;
  }
  .xl\:-m-32 {
    margin: -8rem;
  }
  .xl\:-m-36 {
    margin: -9rem;
  }
  .xl\:-m-3px {
    margin: -3px;
  }
  .xl\:-m-4 {
    margin: -1rem;
  }
  .xl\:-m-4\.5 {
    margin: -1.125rem;
  }
  .xl\:-m-40 {
    margin: -10rem;
  }
  .xl\:-m-44 {
    margin: -11rem;
  }
  .xl\:-m-48 {
    margin: -12rem;
  }
  .xl\:-m-4px {
    margin: -4px;
  }
  .xl\:-m-5 {
    margin: -1.25rem;
  }
  .xl\:-m-5\.5 {
    margin: -1.375rem;
  }
  .xl\:-m-52 {
    margin: -13rem;
  }
  .xl\:-m-56 {
    margin: -14rem;
  }
  .xl\:-m-6 {
    margin: -1.5rem;
  }
  .xl\:-m-60 {
    margin: -15rem;
  }
  .xl\:-m-64 {
    margin: -16rem;
  }
  .xl\:-m-7 {
    margin: -1.75rem;
  }
  .xl\:-m-72 {
    margin: -18rem;
  }
  .xl\:-m-8 {
    margin: -2rem;
  }
  .xl\:-m-80 {
    margin: -20rem;
  }
  .xl\:-m-9 {
    margin: -2.25rem;
  }
  .xl\:-m-96 {
    margin: -24rem;
  }
  .xl\:-m-px {
    margin: -1px;
  }
  .xl\:m-0 {
    margin: 0px;
  }
  .xl\:m-0\.5 {
    margin: 0.125rem;
  }
  .xl\:m-1 {
    margin: 0.25rem;
  }
  .xl\:m-1\.5 {
    margin: 0.375rem;
  }
  .xl\:m-1\/2 {
    margin: 50%;
  }
  .xl\:m-10 {
    margin: 2.5rem;
  }
  .xl\:m-11 {
    margin: 2.75rem;
  }
  .xl\:m-12 {
    margin: 3rem;
  }
  .xl\:m-14 {
    margin: 3.5rem;
  }
  .xl\:m-16 {
    margin: 4rem;
  }
  .xl\:m-2 {
    margin: 0.5rem;
  }
  .xl\:m-2\.5 {
    margin: 0.625rem;
  }
  .xl\:m-20 {
    margin: 5rem;
  }
  .xl\:m-24 {
    margin: 6rem;
  }
  .xl\:m-28 {
    margin: 7rem;
  }
  .xl\:m-2px {
    margin: 2px;
  }
  .xl\:m-3 {
    margin: 0.75rem;
  }
  .xl\:m-3\.5 {
    margin: 0.875rem;
  }
  .xl\:m-32 {
    margin: 8rem;
  }
  .xl\:m-36 {
    margin: 9rem;
  }
  .xl\:m-3px {
    margin: 3px;
  }
  .xl\:m-4 {
    margin: 1rem;
  }
  .xl\:m-4\.5 {
    margin: 1.125rem;
  }
  .xl\:m-40 {
    margin: 10rem;
  }
  .xl\:m-44 {
    margin: 11rem;
  }
  .xl\:m-48 {
    margin: 12rem;
  }
  .xl\:m-4px {
    margin: 4px;
  }
  .xl\:m-5 {
    margin: 1.25rem;
  }
  .xl\:m-5\.5 {
    margin: 1.375rem;
  }
  .xl\:m-52 {
    margin: 13rem;
  }
  .xl\:m-56 {
    margin: 14rem;
  }
  .xl\:m-6 {
    margin: 1.5rem;
  }
  .xl\:m-60 {
    margin: 15rem;
  }
  .xl\:m-64 {
    margin: 16rem;
  }
  .xl\:m-7 {
    margin: 1.75rem;
  }
  .xl\:m-72 {
    margin: 18rem;
  }
  .xl\:m-8 {
    margin: 2rem;
  }
  .xl\:m-80 {
    margin: 20rem;
  }
  .xl\:m-9 {
    margin: 2.25rem;
  }
  .xl\:m-96 {
    margin: 24rem;
  }
  .xl\:m-auto {
    margin: auto;
  }
  .xl\:m-px {
    margin: 1px;
  }
  .xl\:-mx-0 {
    margin-left: -0px;
    margin-right: -0px;
  }
  .xl\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }
  .xl\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .xl\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }
  .xl\:-mx-1\/2 {
    margin-left: -50%;
    margin-right: -50%;
  }
  .xl\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .xl\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }
  .xl\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .xl\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }
  .xl\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .xl\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .xl\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .xl\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }
  .xl\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }
  .xl\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }
  .xl\:-mx-2px {
    margin-left: -2px;
    margin-right: -2px;
  }
  .xl\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .xl\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }
  .xl\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }
  .xl\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }
  .xl\:-mx-3px {
    margin-left: -3px;
    margin-right: -3px;
  }
  .xl\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .xl\:-mx-4\.5 {
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }
  .xl\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }
  .xl\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }
  .xl\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }
  .xl\:-mx-4px {
    margin-left: -4px;
    margin-right: -4px;
  }
  .xl\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .xl\:-mx-5\.5 {
    margin-left: -1.375rem;
    margin-right: -1.375rem;
  }
  .xl\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }
  .xl\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }
  .xl\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .xl\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }
  .xl\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }
  .xl\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }
  .xl\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }
  .xl\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .xl\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }
  .xl\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }
  .xl\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }
  .xl\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }
  .xl\:-my-0 {
    margin-top: -0px;
    margin-bottom: -0px;
  }
  .xl\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }
  .xl\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }
  .xl\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }
  .xl\:-my-1\/2 {
    margin-top: -50%;
    margin-bottom: -50%;
  }
  .xl\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }
  .xl\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }
  .xl\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }
  .xl\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }
  .xl\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }
  .xl\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
  .xl\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
  .xl\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }
  .xl\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }
  .xl\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }
  .xl\:-my-2px {
    margin-top: -2px;
    margin-bottom: -2px;
  }
  .xl\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }
  .xl\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }
  .xl\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }
  .xl\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }
  .xl\:-my-3px {
    margin-top: -3px;
    margin-bottom: -3px;
  }
  .xl\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
  .xl\:-my-4\.5 {
    margin-top: -1.125rem;
    margin-bottom: -1.125rem;
  }
  .xl\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }
  .xl\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }
  .xl\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }
  .xl\:-my-4px {
    margin-top: -4px;
    margin-bottom: -4px;
  }
  .xl\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
  .xl\:-my-5\.5 {
    margin-top: -1.375rem;
    margin-bottom: -1.375rem;
  }
  .xl\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }
  .xl\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }
  .xl\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
  .xl\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }
  .xl\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }
  .xl\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }
  .xl\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }
  .xl\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
  .xl\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }
  .xl\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }
  .xl\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }
  .xl\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }
  .xl\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .xl\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }
  .xl\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .xl\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .xl\:mx-1\/2 {
    margin-left: 50%;
    margin-right: 50%;
  }
  .xl\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .xl\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }
  .xl\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .xl\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
  .xl\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .xl\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .xl\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .xl\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .xl\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .xl\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
  .xl\:mx-2px {
    margin-left: 2px;
    margin-right: 2px;
  }
  .xl\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .xl\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }
  .xl\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .xl\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }
  .xl\:mx-3px {
    margin-left: 3px;
    margin-right: 3px;
  }
  .xl\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .xl\:mx-4\.5 {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }
  .xl\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .xl\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }
  .xl\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }
  .xl\:mx-4px {
    margin-left: 4px;
    margin-right: 4px;
  }
  .xl\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .xl\:mx-5\.5 {
    margin-left: 1.375rem;
    margin-right: 1.375rem;
  }
  .xl\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }
  .xl\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }
  .xl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .xl\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }
  .xl\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }
  .xl\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }
  .xl\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }
  .xl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .xl\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }
  .xl\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }
  .xl\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }
  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .xl\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }
  .xl\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .xl\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }
  .xl\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .xl\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }
  .xl\:my-1\/2 {
    margin-top: 50%;
    margin-bottom: 50%;
  }
  .xl\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .xl\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }
  .xl\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .xl\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .xl\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .xl\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .xl\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .xl\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .xl\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .xl\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .xl\:my-2px {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .xl\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .xl\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
  .xl\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .xl\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }
  .xl\:my-3px {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .xl\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .xl\:my-4\.5 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }
  .xl\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .xl\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }
  .xl\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
  .xl\:my-4px {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .xl\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .xl\:my-5\.5 {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }
  .xl\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }
  .xl\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }
  .xl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .xl\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }
  .xl\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
  .xl\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .xl\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }
  .xl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .xl\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }
  .xl\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
  .xl\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }
  .xl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .xl\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .xl\:-mb-0 {
    margin-bottom: -0px;
  }
  .xl\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }
  .xl\:-mb-1 {
    margin-bottom: -0.25rem;
  }
  .xl\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }
  .xl\:-mb-1\/2 {
    margin-bottom: -50%;
  }
  .xl\:-mb-10 {
    margin-bottom: -2.5rem;
  }
  .xl\:-mb-11 {
    margin-bottom: -2.75rem;
  }
  .xl\:-mb-12 {
    margin-bottom: -3rem;
  }
  .xl\:-mb-14 {
    margin-bottom: -3.5rem;
  }
  .xl\:-mb-16 {
    margin-bottom: -4rem;
  }
  .xl\:-mb-2 {
    margin-bottom: -0.5rem;
  }
  .xl\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }
  .xl\:-mb-20 {
    margin-bottom: -5rem;
  }
  .xl\:-mb-24 {
    margin-bottom: -6rem;
  }
  .xl\:-mb-28 {
    margin-bottom: -7rem;
  }
  .xl\:-mb-2px {
    margin-bottom: -2px;
  }
  .xl\:-mb-3 {
    margin-bottom: -0.75rem;
  }
  .xl\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }
  .xl\:-mb-32 {
    margin-bottom: -8rem;
  }
  .xl\:-mb-36 {
    margin-bottom: -9rem;
  }
  .xl\:-mb-3px {
    margin-bottom: -3px;
  }
  .xl\:-mb-4 {
    margin-bottom: -1rem;
  }
  .xl\:-mb-4\.5 {
    margin-bottom: -1.125rem;
  }
  .xl\:-mb-40 {
    margin-bottom: -10rem;
  }
  .xl\:-mb-44 {
    margin-bottom: -11rem;
  }
  .xl\:-mb-48 {
    margin-bottom: -12rem;
  }
  .xl\:-mb-4px {
    margin-bottom: -4px;
  }
  .xl\:-mb-5 {
    margin-bottom: -1.25rem;
  }
  .xl\:-mb-5\.5 {
    margin-bottom: -1.375rem;
  }
  .xl\:-mb-52 {
    margin-bottom: -13rem;
  }
  .xl\:-mb-56 {
    margin-bottom: -14rem;
  }
  .xl\:-mb-6 {
    margin-bottom: -1.5rem;
  }
  .xl\:-mb-60 {
    margin-bottom: -15rem;
  }
  .xl\:-mb-64 {
    margin-bottom: -16rem;
  }
  .xl\:-mb-7 {
    margin-bottom: -1.75rem;
  }
  .xl\:-mb-72 {
    margin-bottom: -18rem;
  }
  .xl\:-mb-8 {
    margin-bottom: -2rem;
  }
  .xl\:-mb-80 {
    margin-bottom: -20rem;
  }
  .xl\:-mb-9 {
    margin-bottom: -2.25rem;
  }
  .xl\:-mb-96 {
    margin-bottom: -24rem;
  }
  .xl\:-mb-px {
    margin-bottom: -1px;
  }
  .xl\:-me-0 {
    margin-inline-end: -0px;
  }
  .xl\:-me-0\.5 {
    margin-inline-end: -0.125rem;
  }
  .xl\:-me-1 {
    margin-inline-end: -0.25rem;
  }
  .xl\:-me-1\.5 {
    margin-inline-end: -0.375rem;
  }
  .xl\:-me-1\/2 {
    margin-inline-end: -50%;
  }
  .xl\:-me-10 {
    margin-inline-end: -2.5rem;
  }
  .xl\:-me-11 {
    margin-inline-end: -2.75rem;
  }
  .xl\:-me-12 {
    margin-inline-end: -3rem;
  }
  .xl\:-me-14 {
    margin-inline-end: -3.5rem;
  }
  .xl\:-me-16 {
    margin-inline-end: -4rem;
  }
  .xl\:-me-2 {
    margin-inline-end: -0.5rem;
  }
  .xl\:-me-2\.5 {
    margin-inline-end: -0.625rem;
  }
  .xl\:-me-20 {
    margin-inline-end: -5rem;
  }
  .xl\:-me-24 {
    margin-inline-end: -6rem;
  }
  .xl\:-me-28 {
    margin-inline-end: -7rem;
  }
  .xl\:-me-2px {
    margin-inline-end: -2px;
  }
  .xl\:-me-3 {
    margin-inline-end: -0.75rem;
  }
  .xl\:-me-3\.5 {
    margin-inline-end: -0.875rem;
  }
  .xl\:-me-32 {
    margin-inline-end: -8rem;
  }
  .xl\:-me-36 {
    margin-inline-end: -9rem;
  }
  .xl\:-me-3px {
    margin-inline-end: -3px;
  }
  .xl\:-me-4 {
    margin-inline-end: -1rem;
  }
  .xl\:-me-4\.5 {
    margin-inline-end: -1.125rem;
  }
  .xl\:-me-40 {
    margin-inline-end: -10rem;
  }
  .xl\:-me-44 {
    margin-inline-end: -11rem;
  }
  .xl\:-me-48 {
    margin-inline-end: -12rem;
  }
  .xl\:-me-4px {
    margin-inline-end: -4px;
  }
  .xl\:-me-5 {
    margin-inline-end: -1.25rem;
  }
  .xl\:-me-5\.5 {
    margin-inline-end: -1.375rem;
  }
  .xl\:-me-52 {
    margin-inline-end: -13rem;
  }
  .xl\:-me-56 {
    margin-inline-end: -14rem;
  }
  .xl\:-me-6 {
    margin-inline-end: -1.5rem;
  }
  .xl\:-me-60 {
    margin-inline-end: -15rem;
  }
  .xl\:-me-64 {
    margin-inline-end: -16rem;
  }
  .xl\:-me-7 {
    margin-inline-end: -1.75rem;
  }
  .xl\:-me-72 {
    margin-inline-end: -18rem;
  }
  .xl\:-me-8 {
    margin-inline-end: -2rem;
  }
  .xl\:-me-80 {
    margin-inline-end: -20rem;
  }
  .xl\:-me-9 {
    margin-inline-end: -2.25rem;
  }
  .xl\:-me-96 {
    margin-inline-end: -24rem;
  }
  .xl\:-me-px {
    margin-inline-end: -1px;
  }
  .xl\:-ml-0 {
    margin-left: -0px;
  }
  .xl\:-ml-0\.5 {
    margin-left: -0.125rem;
  }
  .xl\:-ml-1 {
    margin-left: -0.25rem;
  }
  .xl\:-ml-1\.5 {
    margin-left: -0.375rem;
  }
  .xl\:-ml-1\/2 {
    margin-left: -50%;
  }
  .xl\:-ml-10 {
    margin-left: -2.5rem;
  }
  .xl\:-ml-11 {
    margin-left: -2.75rem;
  }
  .xl\:-ml-12 {
    margin-left: -3rem;
  }
  .xl\:-ml-14 {
    margin-left: -3.5rem;
  }
  .xl\:-ml-16 {
    margin-left: -4rem;
  }
  .xl\:-ml-2 {
    margin-left: -0.5rem;
  }
  .xl\:-ml-2\.5 {
    margin-left: -0.625rem;
  }
  .xl\:-ml-20 {
    margin-left: -5rem;
  }
  .xl\:-ml-24 {
    margin-left: -6rem;
  }
  .xl\:-ml-28 {
    margin-left: -7rem;
  }
  .xl\:-ml-2px {
    margin-left: -2px;
  }
  .xl\:-ml-3 {
    margin-left: -0.75rem;
  }
  .xl\:-ml-3\.5 {
    margin-left: -0.875rem;
  }
  .xl\:-ml-32 {
    margin-left: -8rem;
  }
  .xl\:-ml-36 {
    margin-left: -9rem;
  }
  .xl\:-ml-3px {
    margin-left: -3px;
  }
  .xl\:-ml-4 {
    margin-left: -1rem;
  }
  .xl\:-ml-4\.5 {
    margin-left: -1.125rem;
  }
  .xl\:-ml-40 {
    margin-left: -10rem;
  }
  .xl\:-ml-44 {
    margin-left: -11rem;
  }
  .xl\:-ml-48 {
    margin-left: -12rem;
  }
  .xl\:-ml-4px {
    margin-left: -4px;
  }
  .xl\:-ml-5 {
    margin-left: -1.25rem;
  }
  .xl\:-ml-5\.5 {
    margin-left: -1.375rem;
  }
  .xl\:-ml-52 {
    margin-left: -13rem;
  }
  .xl\:-ml-56 {
    margin-left: -14rem;
  }
  .xl\:-ml-6 {
    margin-left: -1.5rem;
  }
  .xl\:-ml-60 {
    margin-left: -15rem;
  }
  .xl\:-ml-64 {
    margin-left: -16rem;
  }
  .xl\:-ml-7 {
    margin-left: -1.75rem;
  }
  .xl\:-ml-72 {
    margin-left: -18rem;
  }
  .xl\:-ml-8 {
    margin-left: -2rem;
  }
  .xl\:-ml-80 {
    margin-left: -20rem;
  }
  .xl\:-ml-9 {
    margin-left: -2.25rem;
  }
  .xl\:-ml-96 {
    margin-left: -24rem;
  }
  .xl\:-ml-px {
    margin-left: -1px;
  }
  .xl\:-mr-0 {
    margin-right: -0px;
  }
  .xl\:-mr-0\.5 {
    margin-right: -0.125rem;
  }
  .xl\:-mr-1 {
    margin-right: -0.25rem;
  }
  .xl\:-mr-1\.5 {
    margin-right: -0.375rem;
  }
  .xl\:-mr-1\/2 {
    margin-right: -50%;
  }
  .xl\:-mr-10 {
    margin-right: -2.5rem;
  }
  .xl\:-mr-11 {
    margin-right: -2.75rem;
  }
  .xl\:-mr-12 {
    margin-right: -3rem;
  }
  .xl\:-mr-14 {
    margin-right: -3.5rem;
  }
  .xl\:-mr-16 {
    margin-right: -4rem;
  }
  .xl\:-mr-2 {
    margin-right: -0.5rem;
  }
  .xl\:-mr-2\.5 {
    margin-right: -0.625rem;
  }
  .xl\:-mr-20 {
    margin-right: -5rem;
  }
  .xl\:-mr-24 {
    margin-right: -6rem;
  }
  .xl\:-mr-28 {
    margin-right: -7rem;
  }
  .xl\:-mr-2px {
    margin-right: -2px;
  }
  .xl\:-mr-3 {
    margin-right: -0.75rem;
  }
  .xl\:-mr-3\.5 {
    margin-right: -0.875rem;
  }
  .xl\:-mr-32 {
    margin-right: -8rem;
  }
  .xl\:-mr-36 {
    margin-right: -9rem;
  }
  .xl\:-mr-3px {
    margin-right: -3px;
  }
  .xl\:-mr-4 {
    margin-right: -1rem;
  }
  .xl\:-mr-4\.5 {
    margin-right: -1.125rem;
  }
  .xl\:-mr-40 {
    margin-right: -10rem;
  }
  .xl\:-mr-44 {
    margin-right: -11rem;
  }
  .xl\:-mr-48 {
    margin-right: -12rem;
  }
  .xl\:-mr-4px {
    margin-right: -4px;
  }
  .xl\:-mr-5 {
    margin-right: -1.25rem;
  }
  .xl\:-mr-5\.5 {
    margin-right: -1.375rem;
  }
  .xl\:-mr-52 {
    margin-right: -13rem;
  }
  .xl\:-mr-56 {
    margin-right: -14rem;
  }
  .xl\:-mr-6 {
    margin-right: -1.5rem;
  }
  .xl\:-mr-60 {
    margin-right: -15rem;
  }
  .xl\:-mr-64 {
    margin-right: -16rem;
  }
  .xl\:-mr-7 {
    margin-right: -1.75rem;
  }
  .xl\:-mr-72 {
    margin-right: -18rem;
  }
  .xl\:-mr-8 {
    margin-right: -2rem;
  }
  .xl\:-mr-80 {
    margin-right: -20rem;
  }
  .xl\:-mr-9 {
    margin-right: -2.25rem;
  }
  .xl\:-mr-96 {
    margin-right: -24rem;
  }
  .xl\:-mr-px {
    margin-right: -1px;
  }
  .xl\:-ms-0 {
    margin-inline-start: -0px;
  }
  .xl\:-ms-0\.5 {
    margin-inline-start: -0.125rem;
  }
  .xl\:-ms-1 {
    margin-inline-start: -0.25rem;
  }
  .xl\:-ms-1\.5 {
    margin-inline-start: -0.375rem;
  }
  .xl\:-ms-1\/2 {
    margin-inline-start: -50%;
  }
  .xl\:-ms-10 {
    margin-inline-start: -2.5rem;
  }
  .xl\:-ms-11 {
    margin-inline-start: -2.75rem;
  }
  .xl\:-ms-12 {
    margin-inline-start: -3rem;
  }
  .xl\:-ms-14 {
    margin-inline-start: -3.5rem;
  }
  .xl\:-ms-16 {
    margin-inline-start: -4rem;
  }
  .xl\:-ms-2 {
    margin-inline-start: -0.5rem;
  }
  .xl\:-ms-2\.5 {
    margin-inline-start: -0.625rem;
  }
  .xl\:-ms-20 {
    margin-inline-start: -5rem;
  }
  .xl\:-ms-24 {
    margin-inline-start: -6rem;
  }
  .xl\:-ms-28 {
    margin-inline-start: -7rem;
  }
  .xl\:-ms-2px {
    margin-inline-start: -2px;
  }
  .xl\:-ms-3 {
    margin-inline-start: -0.75rem;
  }
  .xl\:-ms-3\.5 {
    margin-inline-start: -0.875rem;
  }
  .xl\:-ms-32 {
    margin-inline-start: -8rem;
  }
  .xl\:-ms-36 {
    margin-inline-start: -9rem;
  }
  .xl\:-ms-3px {
    margin-inline-start: -3px;
  }
  .xl\:-ms-4 {
    margin-inline-start: -1rem;
  }
  .xl\:-ms-4\.5 {
    margin-inline-start: -1.125rem;
  }
  .xl\:-ms-40 {
    margin-inline-start: -10rem;
  }
  .xl\:-ms-44 {
    margin-inline-start: -11rem;
  }
  .xl\:-ms-48 {
    margin-inline-start: -12rem;
  }
  .xl\:-ms-4px {
    margin-inline-start: -4px;
  }
  .xl\:-ms-5 {
    margin-inline-start: -1.25rem;
  }
  .xl\:-ms-5\.5 {
    margin-inline-start: -1.375rem;
  }
  .xl\:-ms-52 {
    margin-inline-start: -13rem;
  }
  .xl\:-ms-56 {
    margin-inline-start: -14rem;
  }
  .xl\:-ms-6 {
    margin-inline-start: -1.5rem;
  }
  .xl\:-ms-60 {
    margin-inline-start: -15rem;
  }
  .xl\:-ms-64 {
    margin-inline-start: -16rem;
  }
  .xl\:-ms-7 {
    margin-inline-start: -1.75rem;
  }
  .xl\:-ms-72 {
    margin-inline-start: -18rem;
  }
  .xl\:-ms-8 {
    margin-inline-start: -2rem;
  }
  .xl\:-ms-80 {
    margin-inline-start: -20rem;
  }
  .xl\:-ms-9 {
    margin-inline-start: -2.25rem;
  }
  .xl\:-ms-96 {
    margin-inline-start: -24rem;
  }
  .xl\:-ms-px {
    margin-inline-start: -1px;
  }
  .xl\:-mt-0 {
    margin-top: -0px;
  }
  .xl\:-mt-0\.5 {
    margin-top: -0.125rem;
  }
  .xl\:-mt-1 {
    margin-top: -0.25rem;
  }
  .xl\:-mt-1\.5 {
    margin-top: -0.375rem;
  }
  .xl\:-mt-1\/2 {
    margin-top: -50%;
  }
  .xl\:-mt-10 {
    margin-top: -2.5rem;
  }
  .xl\:-mt-11 {
    margin-top: -2.75rem;
  }
  .xl\:-mt-12 {
    margin-top: -3rem;
  }
  .xl\:-mt-14 {
    margin-top: -3.5rem;
  }
  .xl\:-mt-16 {
    margin-top: -4rem;
  }
  .xl\:-mt-2 {
    margin-top: -0.5rem;
  }
  .xl\:-mt-2\.5 {
    margin-top: -0.625rem;
  }
  .xl\:-mt-20 {
    margin-top: -5rem;
  }
  .xl\:-mt-24 {
    margin-top: -6rem;
  }
  .xl\:-mt-28 {
    margin-top: -7rem;
  }
  .xl\:-mt-2px {
    margin-top: -2px;
  }
  .xl\:-mt-3 {
    margin-top: -0.75rem;
  }
  .xl\:-mt-3\.5 {
    margin-top: -0.875rem;
  }
  .xl\:-mt-32 {
    margin-top: -8rem;
  }
  .xl\:-mt-36 {
    margin-top: -9rem;
  }
  .xl\:-mt-3px {
    margin-top: -3px;
  }
  .xl\:-mt-4 {
    margin-top: -1rem;
  }
  .xl\:-mt-4\.5 {
    margin-top: -1.125rem;
  }
  .xl\:-mt-40 {
    margin-top: -10rem;
  }
  .xl\:-mt-44 {
    margin-top: -11rem;
  }
  .xl\:-mt-48 {
    margin-top: -12rem;
  }
  .xl\:-mt-4px {
    margin-top: -4px;
  }
  .xl\:-mt-5 {
    margin-top: -1.25rem;
  }
  .xl\:-mt-5\.5 {
    margin-top: -1.375rem;
  }
  .xl\:-mt-52 {
    margin-top: -13rem;
  }
  .xl\:-mt-56 {
    margin-top: -14rem;
  }
  .xl\:-mt-6 {
    margin-top: -1.5rem;
  }
  .xl\:-mt-60 {
    margin-top: -15rem;
  }
  .xl\:-mt-64 {
    margin-top: -16rem;
  }
  .xl\:-mt-7 {
    margin-top: -1.75rem;
  }
  .xl\:-mt-72 {
    margin-top: -18rem;
  }
  .xl\:-mt-8 {
    margin-top: -2rem;
  }
  .xl\:-mt-80 {
    margin-top: -20rem;
  }
  .xl\:-mt-9 {
    margin-top: -2.25rem;
  }
  .xl\:-mt-96 {
    margin-top: -24rem;
  }
  .xl\:-mt-px {
    margin-top: -1px;
  }
  .xl\:mb-0 {
    margin-bottom: 0px;
  }
  .xl\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }
  .xl\:mb-1 {
    margin-bottom: 0.25rem;
  }
  .xl\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }
  .xl\:mb-1\/2 {
    margin-bottom: 50%;
  }
  .xl\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .xl\:mb-11 {
    margin-bottom: 2.75rem;
  }
  .xl\:mb-12 {
    margin-bottom: 3rem;
  }
  .xl\:mb-14 {
    margin-bottom: 3.5rem;
  }
  .xl\:mb-16 {
    margin-bottom: 4rem;
  }
  .xl\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .xl\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }
  .xl\:mb-20 {
    margin-bottom: 5rem;
  }
  .xl\:mb-24 {
    margin-bottom: 6rem;
  }
  .xl\:mb-28 {
    margin-bottom: 7rem;
  }
  .xl\:mb-2px {
    margin-bottom: 2px;
  }
  .xl\:mb-3 {
    margin-bottom: 0.75rem;
  }
  .xl\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }
  .xl\:mb-32 {
    margin-bottom: 8rem;
  }
  .xl\:mb-36 {
    margin-bottom: 9rem;
  }
  .xl\:mb-3px {
    margin-bottom: 3px;
  }
  .xl\:mb-4 {
    margin-bottom: 1rem;
  }
  .xl\:mb-4\.5 {
    margin-bottom: 1.125rem;
  }
  .xl\:mb-40 {
    margin-bottom: 10rem;
  }
  .xl\:mb-44 {
    margin-bottom: 11rem;
  }
  .xl\:mb-48 {
    margin-bottom: 12rem;
  }
  .xl\:mb-4px {
    margin-bottom: 4px;
  }
  .xl\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .xl\:mb-5\.5 {
    margin-bottom: 1.375rem;
  }
  .xl\:mb-52 {
    margin-bottom: 13rem;
  }
  .xl\:mb-56 {
    margin-bottom: 14rem;
  }
  .xl\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .xl\:mb-60 {
    margin-bottom: 15rem;
  }
  .xl\:mb-64 {
    margin-bottom: 16rem;
  }
  .xl\:mb-7 {
    margin-bottom: 1.75rem;
  }
  .xl\:mb-72 {
    margin-bottom: 18rem;
  }
  .xl\:mb-8 {
    margin-bottom: 2rem;
  }
  .xl\:mb-80 {
    margin-bottom: 20rem;
  }
  .xl\:mb-9 {
    margin-bottom: 2.25rem;
  }
  .xl\:mb-96 {
    margin-bottom: 24rem;
  }
  .xl\:mb-auto {
    margin-bottom: auto;
  }
  .xl\:mb-px {
    margin-bottom: 1px;
  }
  .xl\:me-0 {
    margin-inline-end: 0px;
  }
  .xl\:me-0\.5 {
    margin-inline-end: 0.125rem;
  }
  .xl\:me-1 {
    margin-inline-end: 0.25rem;
  }
  .xl\:me-1\.5 {
    margin-inline-end: 0.375rem;
  }
  .xl\:me-1\/2 {
    margin-inline-end: 50%;
  }
  .xl\:me-10 {
    margin-inline-end: 2.5rem;
  }
  .xl\:me-11 {
    margin-inline-end: 2.75rem;
  }
  .xl\:me-12 {
    margin-inline-end: 3rem;
  }
  .xl\:me-14 {
    margin-inline-end: 3.5rem;
  }
  .xl\:me-16 {
    margin-inline-end: 4rem;
  }
  .xl\:me-2 {
    margin-inline-end: 0.5rem;
  }
  .xl\:me-2\.5 {
    margin-inline-end: 0.625rem;
  }
  .xl\:me-20 {
    margin-inline-end: 5rem;
  }
  .xl\:me-24 {
    margin-inline-end: 6rem;
  }
  .xl\:me-28 {
    margin-inline-end: 7rem;
  }
  .xl\:me-2px {
    margin-inline-end: 2px;
  }
  .xl\:me-3 {
    margin-inline-end: 0.75rem;
  }
  .xl\:me-3\.5 {
    margin-inline-end: 0.875rem;
  }
  .xl\:me-32 {
    margin-inline-end: 8rem;
  }
  .xl\:me-36 {
    margin-inline-end: 9rem;
  }
  .xl\:me-3px {
    margin-inline-end: 3px;
  }
  .xl\:me-4 {
    margin-inline-end: 1rem;
  }
  .xl\:me-4\.5 {
    margin-inline-end: 1.125rem;
  }
  .xl\:me-40 {
    margin-inline-end: 10rem;
  }
  .xl\:me-44 {
    margin-inline-end: 11rem;
  }
  .xl\:me-48 {
    margin-inline-end: 12rem;
  }
  .xl\:me-4px {
    margin-inline-end: 4px;
  }
  .xl\:me-5 {
    margin-inline-end: 1.25rem;
  }
  .xl\:me-5\.5 {
    margin-inline-end: 1.375rem;
  }
  .xl\:me-52 {
    margin-inline-end: 13rem;
  }
  .xl\:me-56 {
    margin-inline-end: 14rem;
  }
  .xl\:me-6 {
    margin-inline-end: 1.5rem;
  }
  .xl\:me-60 {
    margin-inline-end: 15rem;
  }
  .xl\:me-64 {
    margin-inline-end: 16rem;
  }
  .xl\:me-7 {
    margin-inline-end: 1.75rem;
  }
  .xl\:me-72 {
    margin-inline-end: 18rem;
  }
  .xl\:me-8 {
    margin-inline-end: 2rem;
  }
  .xl\:me-80 {
    margin-inline-end: 20rem;
  }
  .xl\:me-9 {
    margin-inline-end: 2.25rem;
  }
  .xl\:me-96 {
    margin-inline-end: 24rem;
  }
  .xl\:me-auto {
    margin-inline-end: auto;
  }
  .xl\:me-px {
    margin-inline-end: 1px;
  }
  .xl\:ml-0 {
    margin-left: 0px;
  }
  .xl\:ml-0\.5 {
    margin-left: 0.125rem;
  }
  .xl\:ml-1 {
    margin-left: 0.25rem;
  }
  .xl\:ml-1\.5 {
    margin-left: 0.375rem;
  }
  .xl\:ml-1\/2 {
    margin-left: 50%;
  }
  .xl\:ml-10 {
    margin-left: 2.5rem;
  }
  .xl\:ml-11 {
    margin-left: 2.75rem;
  }
  .xl\:ml-12 {
    margin-left: 3rem;
  }
  .xl\:ml-14 {
    margin-left: 3.5rem;
  }
  .xl\:ml-16 {
    margin-left: 4rem;
  }
  .xl\:ml-2 {
    margin-left: 0.5rem;
  }
  .xl\:ml-2\.5 {
    margin-left: 0.625rem;
  }
  .xl\:ml-20 {
    margin-left: 5rem;
  }
  .xl\:ml-24 {
    margin-left: 6rem;
  }
  .xl\:ml-28 {
    margin-left: 7rem;
  }
  .xl\:ml-2px {
    margin-left: 2px;
  }
  .xl\:ml-3 {
    margin-left: 0.75rem;
  }
  .xl\:ml-3\.5 {
    margin-left: 0.875rem;
  }
  .xl\:ml-32 {
    margin-left: 8rem;
  }
  .xl\:ml-36 {
    margin-left: 9rem;
  }
  .xl\:ml-3px {
    margin-left: 3px;
  }
  .xl\:ml-4 {
    margin-left: 1rem;
  }
  .xl\:ml-4\.5 {
    margin-left: 1.125rem;
  }
  .xl\:ml-40 {
    margin-left: 10rem;
  }
  .xl\:ml-44 {
    margin-left: 11rem;
  }
  .xl\:ml-48 {
    margin-left: 12rem;
  }
  .xl\:ml-4px {
    margin-left: 4px;
  }
  .xl\:ml-5 {
    margin-left: 1.25rem;
  }
  .xl\:ml-5\.5 {
    margin-left: 1.375rem;
  }
  .xl\:ml-52 {
    margin-left: 13rem;
  }
  .xl\:ml-56 {
    margin-left: 14rem;
  }
  .xl\:ml-6 {
    margin-left: 1.5rem;
  }
  .xl\:ml-60 {
    margin-left: 15rem;
  }
  .xl\:ml-64 {
    margin-left: 16rem;
  }
  .xl\:ml-7 {
    margin-left: 1.75rem;
  }
  .xl\:ml-72 {
    margin-left: 18rem;
  }
  .xl\:ml-8 {
    margin-left: 2rem;
  }
  .xl\:ml-80 {
    margin-left: 20rem;
  }
  .xl\:ml-9 {
    margin-left: 2.25rem;
  }
  .xl\:ml-96 {
    margin-left: 24rem;
  }
  .xl\:ml-auto {
    margin-left: auto;
  }
  .xl\:ml-px {
    margin-left: 1px;
  }
  .xl\:mr-0 {
    margin-right: 0px;
  }
  .xl\:mr-0\.5 {
    margin-right: 0.125rem;
  }
  .xl\:mr-1 {
    margin-right: 0.25rem;
  }
  .xl\:mr-1\.5 {
    margin-right: 0.375rem;
  }
  .xl\:mr-1\/2 {
    margin-right: 50%;
  }
  .xl\:mr-10 {
    margin-right: 2.5rem;
  }
  .xl\:mr-11 {
    margin-right: 2.75rem;
  }
  .xl\:mr-12 {
    margin-right: 3rem;
  }
  .xl\:mr-14 {
    margin-right: 3.5rem;
  }
  .xl\:mr-16 {
    margin-right: 4rem;
  }
  .xl\:mr-2 {
    margin-right: 0.5rem;
  }
  .xl\:mr-2\.5 {
    margin-right: 0.625rem;
  }
  .xl\:mr-20 {
    margin-right: 5rem;
  }
  .xl\:mr-24 {
    margin-right: 6rem;
  }
  .xl\:mr-28 {
    margin-right: 7rem;
  }
  .xl\:mr-2px {
    margin-right: 2px;
  }
  .xl\:mr-3 {
    margin-right: 0.75rem;
  }
  .xl\:mr-3\.5 {
    margin-right: 0.875rem;
  }
  .xl\:mr-32 {
    margin-right: 8rem;
  }
  .xl\:mr-36 {
    margin-right: 9rem;
  }
  .xl\:mr-3px {
    margin-right: 3px;
  }
  .xl\:mr-4 {
    margin-right: 1rem;
  }
  .xl\:mr-4\.5 {
    margin-right: 1.125rem;
  }
  .xl\:mr-40 {
    margin-right: 10rem;
  }
  .xl\:mr-44 {
    margin-right: 11rem;
  }
  .xl\:mr-48 {
    margin-right: 12rem;
  }
  .xl\:mr-4px {
    margin-right: 4px;
  }
  .xl\:mr-5 {
    margin-right: 1.25rem;
  }
  .xl\:mr-5\.5 {
    margin-right: 1.375rem;
  }
  .xl\:mr-52 {
    margin-right: 13rem;
  }
  .xl\:mr-56 {
    margin-right: 14rem;
  }
  .xl\:mr-6 {
    margin-right: 1.5rem;
  }
  .xl\:mr-60 {
    margin-right: 15rem;
  }
  .xl\:mr-64 {
    margin-right: 16rem;
  }
  .xl\:mr-7 {
    margin-right: 1.75rem;
  }
  .xl\:mr-72 {
    margin-right: 18rem;
  }
  .xl\:mr-8 {
    margin-right: 2rem;
  }
  .xl\:mr-80 {
    margin-right: 20rem;
  }
  .xl\:mr-9 {
    margin-right: 2.25rem;
  }
  .xl\:mr-96 {
    margin-right: 24rem;
  }
  .xl\:mr-auto {
    margin-right: auto;
  }
  .xl\:mr-px {
    margin-right: 1px;
  }
  .xl\:ms-0 {
    margin-inline-start: 0px;
  }
  .xl\:ms-0\.5 {
    margin-inline-start: 0.125rem;
  }
  .xl\:ms-1 {
    margin-inline-start: 0.25rem;
  }
  .xl\:ms-1\.5 {
    margin-inline-start: 0.375rem;
  }
  .xl\:ms-1\/2 {
    margin-inline-start: 50%;
  }
  .xl\:ms-10 {
    margin-inline-start: 2.5rem;
  }
  .xl\:ms-11 {
    margin-inline-start: 2.75rem;
  }
  .xl\:ms-12 {
    margin-inline-start: 3rem;
  }
  .xl\:ms-14 {
    margin-inline-start: 3.5rem;
  }
  .xl\:ms-16 {
    margin-inline-start: 4rem;
  }
  .xl\:ms-2 {
    margin-inline-start: 0.5rem;
  }
  .xl\:ms-2\.5 {
    margin-inline-start: 0.625rem;
  }
  .xl\:ms-20 {
    margin-inline-start: 5rem;
  }
  .xl\:ms-24 {
    margin-inline-start: 6rem;
  }
  .xl\:ms-28 {
    margin-inline-start: 7rem;
  }
  .xl\:ms-2px {
    margin-inline-start: 2px;
  }
  .xl\:ms-3 {
    margin-inline-start: 0.75rem;
  }
  .xl\:ms-3\.5 {
    margin-inline-start: 0.875rem;
  }
  .xl\:ms-32 {
    margin-inline-start: 8rem;
  }
  .xl\:ms-36 {
    margin-inline-start: 9rem;
  }
  .xl\:ms-3px {
    margin-inline-start: 3px;
  }
  .xl\:ms-4 {
    margin-inline-start: 1rem;
  }
  .xl\:ms-4\.5 {
    margin-inline-start: 1.125rem;
  }
  .xl\:ms-40 {
    margin-inline-start: 10rem;
  }
  .xl\:ms-44 {
    margin-inline-start: 11rem;
  }
  .xl\:ms-48 {
    margin-inline-start: 12rem;
  }
  .xl\:ms-4px {
    margin-inline-start: 4px;
  }
  .xl\:ms-5 {
    margin-inline-start: 1.25rem;
  }
  .xl\:ms-5\.5 {
    margin-inline-start: 1.375rem;
  }
  .xl\:ms-52 {
    margin-inline-start: 13rem;
  }
  .xl\:ms-56 {
    margin-inline-start: 14rem;
  }
  .xl\:ms-6 {
    margin-inline-start: 1.5rem;
  }
  .xl\:ms-60 {
    margin-inline-start: 15rem;
  }
  .xl\:ms-64 {
    margin-inline-start: 16rem;
  }
  .xl\:ms-7 {
    margin-inline-start: 1.75rem;
  }
  .xl\:ms-72 {
    margin-inline-start: 18rem;
  }
  .xl\:ms-8 {
    margin-inline-start: 2rem;
  }
  .xl\:ms-80 {
    margin-inline-start: 20rem;
  }
  .xl\:ms-9 {
    margin-inline-start: 2.25rem;
  }
  .xl\:ms-96 {
    margin-inline-start: 24rem;
  }
  .xl\:ms-auto {
    margin-inline-start: auto;
  }
  .xl\:ms-px {
    margin-inline-start: 1px;
  }
  .xl\:mt-0 {
    margin-top: 0px;
  }
  .xl\:mt-0\.5 {
    margin-top: 0.125rem;
  }
  .xl\:mt-1 {
    margin-top: 0.25rem;
  }
  .xl\:mt-1\.5 {
    margin-top: 0.375rem;
  }
  .xl\:mt-1\/2 {
    margin-top: 50%;
  }
  .xl\:mt-10 {
    margin-top: 2.5rem;
  }
  .xl\:mt-11 {
    margin-top: 2.75rem;
  }
  .xl\:mt-12 {
    margin-top: 3rem;
  }
  .xl\:mt-14 {
    margin-top: 3.5rem;
  }
  .xl\:mt-16 {
    margin-top: 4rem;
  }
  .xl\:mt-2 {
    margin-top: 0.5rem;
  }
  .xl\:mt-2\.5 {
    margin-top: 0.625rem;
  }
  .xl\:mt-20 {
    margin-top: 5rem;
  }
  .xl\:mt-24 {
    margin-top: 6rem;
  }
  .xl\:mt-28 {
    margin-top: 7rem;
  }
  .xl\:mt-2px {
    margin-top: 2px;
  }
  .xl\:mt-3 {
    margin-top: 0.75rem;
  }
  .xl\:mt-3\.5 {
    margin-top: 0.875rem;
  }
  .xl\:mt-32 {
    margin-top: 8rem;
  }
  .xl\:mt-36 {
    margin-top: 9rem;
  }
  .xl\:mt-3px {
    margin-top: 3px;
  }
  .xl\:mt-4 {
    margin-top: 1rem;
  }
  .xl\:mt-4\.5 {
    margin-top: 1.125rem;
  }
  .xl\:mt-40 {
    margin-top: 10rem;
  }
  .xl\:mt-44 {
    margin-top: 11rem;
  }
  .xl\:mt-48 {
    margin-top: 12rem;
  }
  .xl\:mt-4px {
    margin-top: 4px;
  }
  .xl\:mt-5 {
    margin-top: 1.25rem;
  }
  .xl\:mt-5\.5 {
    margin-top: 1.375rem;
  }
  .xl\:mt-52 {
    margin-top: 13rem;
  }
  .xl\:mt-56 {
    margin-top: 14rem;
  }
  .xl\:mt-6 {
    margin-top: 1.5rem;
  }
  .xl\:mt-60 {
    margin-top: 15rem;
  }
  .xl\:mt-64 {
    margin-top: 16rem;
  }
  .xl\:mt-7 {
    margin-top: 1.75rem;
  }
  .xl\:mt-72 {
    margin-top: 18rem;
  }
  .xl\:mt-8 {
    margin-top: 2rem;
  }
  .xl\:mt-80 {
    margin-top: 20rem;
  }
  .xl\:mt-9 {
    margin-top: 2.25rem;
  }
  .xl\:mt-96 {
    margin-top: 24rem;
  }
  .xl\:mt-auto {
    margin-top: auto;
  }
  .xl\:mt-px {
    margin-top: 1px;
  }
  .xl\:p-0 {
    padding: 0px;
  }
  .xl\:p-0\.5 {
    padding: 0.125rem;
  }
  .xl\:p-1 {
    padding: 0.25rem;
  }
  .xl\:p-1\.5 {
    padding: 0.375rem;
  }
  .xl\:p-10 {
    padding: 2.5rem;
  }
  .xl\:p-11 {
    padding: 2.75rem;
  }
  .xl\:p-12 {
    padding: 3rem;
  }
  .xl\:p-14 {
    padding: 3.5rem;
  }
  .xl\:p-16 {
    padding: 4rem;
  }
  .xl\:p-2 {
    padding: 0.5rem;
  }
  .xl\:p-2\.5 {
    padding: 0.625rem;
  }
  .xl\:p-20 {
    padding: 5rem;
  }
  .xl\:p-24 {
    padding: 6rem;
  }
  .xl\:p-28 {
    padding: 7rem;
  }
  .xl\:p-2px {
    padding: 2px;
  }
  .xl\:p-3 {
    padding: 0.75rem;
  }
  .xl\:p-3\.5 {
    padding: 0.875rem;
  }
  .xl\:p-32 {
    padding: 8rem;
  }
  .xl\:p-36 {
    padding: 9rem;
  }
  .xl\:p-3px {
    padding: 3px;
  }
  .xl\:p-4 {
    padding: 1rem;
  }
  .xl\:p-4\.5 {
    padding: 1.125rem;
  }
  .xl\:p-40 {
    padding: 10rem;
  }
  .xl\:p-44 {
    padding: 11rem;
  }
  .xl\:p-48 {
    padding: 12rem;
  }
  .xl\:p-4px {
    padding: 4px;
  }
  .xl\:p-5 {
    padding: 1.25rem;
  }
  .xl\:p-5\.5 {
    padding: 1.375rem;
  }
  .xl\:p-52 {
    padding: 13rem;
  }
  .xl\:p-56 {
    padding: 14rem;
  }
  .xl\:p-6 {
    padding: 1.5rem;
  }
  .xl\:p-60 {
    padding: 15rem;
  }
  .xl\:p-64 {
    padding: 16rem;
  }
  .xl\:p-7 {
    padding: 1.75rem;
  }
  .xl\:p-72 {
    padding: 18rem;
  }
  .xl\:p-8 {
    padding: 2rem;
  }
  .xl\:p-80 {
    padding: 20rem;
  }
  .xl\:p-9 {
    padding: 2.25rem;
  }
  .xl\:p-96 {
    padding: 24rem;
  }
  .xl\:p-px {
    padding: 1px;
  }
  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .xl\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
  .xl\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .xl\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .xl\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .xl\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .xl\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .xl\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .xl\:px-2px {
    padding-left: 2px;
    padding-right: 2px;
  }
  .xl\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .xl\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
  .xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .xl\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }
  .xl\:px-3px {
    padding-left: 3px;
    padding-right: 3px;
  }
  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .xl\:px-4\.5 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .xl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .xl\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }
  .xl\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }
  .xl\:px-4px {
    padding-left: 4px;
    padding-right: 4px;
  }
  .xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .xl\:px-5\.5 {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }
  .xl\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }
  .xl\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }
  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .xl\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }
  .xl\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  .xl\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .xl\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }
  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .xl\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }
  .xl\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .xl\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }
  .xl\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }
  .xl\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .xl\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }
  .xl\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .xl\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  .xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .xl\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
  .xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .xl\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .xl\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .xl\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .xl\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .xl\:py-2px {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .xl\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .xl\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .xl\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .xl\:py-3px {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .xl\:py-4\.5 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
  .xl\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .xl\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }
  .xl\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .xl\:py-4px {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .xl\:py-5\.5 {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }
  .xl\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }
  .xl\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
  .xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .xl\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
  .xl\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  .xl\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .xl\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
  .xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .xl\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }
  .xl\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .xl\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }
  .xl\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .xl\:pb-0 {
    padding-bottom: 0px;
  }
  .xl\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }
  .xl\:pb-1 {
    padding-bottom: 0.25rem;
  }
  .xl\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }
  .xl\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .xl\:pb-11 {
    padding-bottom: 2.75rem;
  }
  .xl\:pb-12 {
    padding-bottom: 3rem;
  }
  .xl\:pb-14 {
    padding-bottom: 3.5rem;
  }
  .xl\:pb-16 {
    padding-bottom: 4rem;
  }
  .xl\:pb-2 {
    padding-bottom: 0.5rem;
  }
  .xl\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }
  .xl\:pb-20 {
    padding-bottom: 5rem;
  }
  .xl\:pb-24 {
    padding-bottom: 6rem;
  }
  .xl\:pb-28 {
    padding-bottom: 7rem;
  }
  .xl\:pb-2px {
    padding-bottom: 2px;
  }
  .xl\:pb-3 {
    padding-bottom: 0.75rem;
  }
  .xl\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }
  .xl\:pb-32 {
    padding-bottom: 8rem;
  }
  .xl\:pb-36 {
    padding-bottom: 9rem;
  }
  .xl\:pb-3px {
    padding-bottom: 3px;
  }
  .xl\:pb-4 {
    padding-bottom: 1rem;
  }
  .xl\:pb-4\.5 {
    padding-bottom: 1.125rem;
  }
  .xl\:pb-40 {
    padding-bottom: 10rem;
  }
  .xl\:pb-44 {
    padding-bottom: 11rem;
  }
  .xl\:pb-48 {
    padding-bottom: 12rem;
  }
  .xl\:pb-4px {
    padding-bottom: 4px;
  }
  .xl\:pb-5 {
    padding-bottom: 1.25rem;
  }
  .xl\:pb-5\.5 {
    padding-bottom: 1.375rem;
  }
  .xl\:pb-52 {
    padding-bottom: 13rem;
  }
  .xl\:pb-56 {
    padding-bottom: 14rem;
  }
  .xl\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .xl\:pb-60 {
    padding-bottom: 15rem;
  }
  .xl\:pb-64 {
    padding-bottom: 16rem;
  }
  .xl\:pb-7 {
    padding-bottom: 1.75rem;
  }
  .xl\:pb-72 {
    padding-bottom: 18rem;
  }
  .xl\:pb-8 {
    padding-bottom: 2rem;
  }
  .xl\:pb-80 {
    padding-bottom: 20rem;
  }
  .xl\:pb-9 {
    padding-bottom: 2.25rem;
  }
  .xl\:pb-96 {
    padding-bottom: 24rem;
  }
  .xl\:pb-px {
    padding-bottom: 1px;
  }
  .xl\:pe-0 {
    padding-inline-end: 0px;
  }
  .xl\:pe-0\.5 {
    padding-inline-end: 0.125rem;
  }
  .xl\:pe-1 {
    padding-inline-end: 0.25rem;
  }
  .xl\:pe-1\.5 {
    padding-inline-end: 0.375rem;
  }
  .xl\:pe-10 {
    padding-inline-end: 2.5rem;
  }
  .xl\:pe-11 {
    padding-inline-end: 2.75rem;
  }
  .xl\:pe-12 {
    padding-inline-end: 3rem;
  }
  .xl\:pe-14 {
    padding-inline-end: 3.5rem;
  }
  .xl\:pe-16 {
    padding-inline-end: 4rem;
  }
  .xl\:pe-2 {
    padding-inline-end: 0.5rem;
  }
  .xl\:pe-2\.5 {
    padding-inline-end: 0.625rem;
  }
  .xl\:pe-20 {
    padding-inline-end: 5rem;
  }
  .xl\:pe-24 {
    padding-inline-end: 6rem;
  }
  .xl\:pe-28 {
    padding-inline-end: 7rem;
  }
  .xl\:pe-2px {
    padding-inline-end: 2px;
  }
  .xl\:pe-3 {
    padding-inline-end: 0.75rem;
  }
  .xl\:pe-3\.5 {
    padding-inline-end: 0.875rem;
  }
  .xl\:pe-32 {
    padding-inline-end: 8rem;
  }
  .xl\:pe-36 {
    padding-inline-end: 9rem;
  }
  .xl\:pe-3px {
    padding-inline-end: 3px;
  }
  .xl\:pe-4 {
    padding-inline-end: 1rem;
  }
  .xl\:pe-4\.5 {
    padding-inline-end: 1.125rem;
  }
  .xl\:pe-40 {
    padding-inline-end: 10rem;
  }
  .xl\:pe-44 {
    padding-inline-end: 11rem;
  }
  .xl\:pe-48 {
    padding-inline-end: 12rem;
  }
  .xl\:pe-4px {
    padding-inline-end: 4px;
  }
  .xl\:pe-5 {
    padding-inline-end: 1.25rem;
  }
  .xl\:pe-5\.5 {
    padding-inline-end: 1.375rem;
  }
  .xl\:pe-52 {
    padding-inline-end: 13rem;
  }
  .xl\:pe-56 {
    padding-inline-end: 14rem;
  }
  .xl\:pe-6 {
    padding-inline-end: 1.5rem;
  }
  .xl\:pe-60 {
    padding-inline-end: 15rem;
  }
  .xl\:pe-64 {
    padding-inline-end: 16rem;
  }
  .xl\:pe-7 {
    padding-inline-end: 1.75rem;
  }
  .xl\:pe-72 {
    padding-inline-end: 18rem;
  }
  .xl\:pe-8 {
    padding-inline-end: 2rem;
  }
  .xl\:pe-80 {
    padding-inline-end: 20rem;
  }
  .xl\:pe-9 {
    padding-inline-end: 2.25rem;
  }
  .xl\:pe-96 {
    padding-inline-end: 24rem;
  }
  .xl\:pe-px {
    padding-inline-end: 1px;
  }
  .xl\:pl-0 {
    padding-left: 0px;
  }
  .xl\:pl-0\.5 {
    padding-left: 0.125rem;
  }
  .xl\:pl-1 {
    padding-left: 0.25rem;
  }
  .xl\:pl-1\.5 {
    padding-left: 0.375rem;
  }
  .xl\:pl-10 {
    padding-left: 2.5rem;
  }
  .xl\:pl-11 {
    padding-left: 2.75rem;
  }
  .xl\:pl-12 {
    padding-left: 3rem;
  }
  .xl\:pl-14 {
    padding-left: 3.5rem;
  }
  .xl\:pl-16 {
    padding-left: 4rem;
  }
  .xl\:pl-2 {
    padding-left: 0.5rem;
  }
  .xl\:pl-2\.5 {
    padding-left: 0.625rem;
  }
  .xl\:pl-20 {
    padding-left: 5rem;
  }
  .xl\:pl-24 {
    padding-left: 6rem;
  }
  .xl\:pl-28 {
    padding-left: 7rem;
  }
  .xl\:pl-2px {
    padding-left: 2px;
  }
  .xl\:pl-3 {
    padding-left: 0.75rem;
  }
  .xl\:pl-3\.5 {
    padding-left: 0.875rem;
  }
  .xl\:pl-32 {
    padding-left: 8rem;
  }
  .xl\:pl-36 {
    padding-left: 9rem;
  }
  .xl\:pl-3px {
    padding-left: 3px;
  }
  .xl\:pl-4 {
    padding-left: 1rem;
  }
  .xl\:pl-4\.5 {
    padding-left: 1.125rem;
  }
  .xl\:pl-40 {
    padding-left: 10rem;
  }
  .xl\:pl-44 {
    padding-left: 11rem;
  }
  .xl\:pl-48 {
    padding-left: 12rem;
  }
  .xl\:pl-4px {
    padding-left: 4px;
  }
  .xl\:pl-5 {
    padding-left: 1.25rem;
  }
  .xl\:pl-5\.5 {
    padding-left: 1.375rem;
  }
  .xl\:pl-52 {
    padding-left: 13rem;
  }
  .xl\:pl-56 {
    padding-left: 14rem;
  }
  .xl\:pl-6 {
    padding-left: 1.5rem;
  }
  .xl\:pl-60 {
    padding-left: 15rem;
  }
  .xl\:pl-64 {
    padding-left: 16rem;
  }
  .xl\:pl-7 {
    padding-left: 1.75rem;
  }
  .xl\:pl-72 {
    padding-left: 18rem;
  }
  .xl\:pl-8 {
    padding-left: 2rem;
  }
  .xl\:pl-80 {
    padding-left: 20rem;
  }
  .xl\:pl-9 {
    padding-left: 2.25rem;
  }
  .xl\:pl-96 {
    padding-left: 24rem;
  }
  .xl\:pl-px {
    padding-left: 1px;
  }
  .xl\:pr-0 {
    padding-right: 0px;
  }
  .xl\:pr-0\.5 {
    padding-right: 0.125rem;
  }
  .xl\:pr-1 {
    padding-right: 0.25rem;
  }
  .xl\:pr-1\.5 {
    padding-right: 0.375rem;
  }
  .xl\:pr-10 {
    padding-right: 2.5rem;
  }
  .xl\:pr-11 {
    padding-right: 2.75rem;
  }
  .xl\:pr-12 {
    padding-right: 3rem;
  }
  .xl\:pr-14 {
    padding-right: 3.5rem;
  }
  .xl\:pr-16 {
    padding-right: 4rem;
  }
  .xl\:pr-2 {
    padding-right: 0.5rem;
  }
  .xl\:pr-2\.5 {
    padding-right: 0.625rem;
  }
  .xl\:pr-20 {
    padding-right: 5rem;
  }
  .xl\:pr-24 {
    padding-right: 6rem;
  }
  .xl\:pr-28 {
    padding-right: 7rem;
  }
  .xl\:pr-2px {
    padding-right: 2px;
  }
  .xl\:pr-3 {
    padding-right: 0.75rem;
  }
  .xl\:pr-3\.5 {
    padding-right: 0.875rem;
  }
  .xl\:pr-32 {
    padding-right: 8rem;
  }
  .xl\:pr-36 {
    padding-right: 9rem;
  }
  .xl\:pr-3px {
    padding-right: 3px;
  }
  .xl\:pr-4 {
    padding-right: 1rem;
  }
  .xl\:pr-4\.5 {
    padding-right: 1.125rem;
  }
  .xl\:pr-40 {
    padding-right: 10rem;
  }
  .xl\:pr-44 {
    padding-right: 11rem;
  }
  .xl\:pr-48 {
    padding-right: 12rem;
  }
  .xl\:pr-4px {
    padding-right: 4px;
  }
  .xl\:pr-5 {
    padding-right: 1.25rem;
  }
  .xl\:pr-5\.5 {
    padding-right: 1.375rem;
  }
  .xl\:pr-52 {
    padding-right: 13rem;
  }
  .xl\:pr-56 {
    padding-right: 14rem;
  }
  .xl\:pr-6 {
    padding-right: 1.5rem;
  }
  .xl\:pr-60 {
    padding-right: 15rem;
  }
  .xl\:pr-64 {
    padding-right: 16rem;
  }
  .xl\:pr-7 {
    padding-right: 1.75rem;
  }
  .xl\:pr-72 {
    padding-right: 18rem;
  }
  .xl\:pr-8 {
    padding-right: 2rem;
  }
  .xl\:pr-80 {
    padding-right: 20rem;
  }
  .xl\:pr-9 {
    padding-right: 2.25rem;
  }
  .xl\:pr-96 {
    padding-right: 24rem;
  }
  .xl\:pr-px {
    padding-right: 1px;
  }
  .xl\:ps-0 {
    padding-inline-start: 0px;
  }
  .xl\:ps-0\.5 {
    padding-inline-start: 0.125rem;
  }
  .xl\:ps-1 {
    padding-inline-start: 0.25rem;
  }
  .xl\:ps-1\.5 {
    padding-inline-start: 0.375rem;
  }
  .xl\:ps-10 {
    padding-inline-start: 2.5rem;
  }
  .xl\:ps-11 {
    padding-inline-start: 2.75rem;
  }
  .xl\:ps-12 {
    padding-inline-start: 3rem;
  }
  .xl\:ps-14 {
    padding-inline-start: 3.5rem;
  }
  .xl\:ps-16 {
    padding-inline-start: 4rem;
  }
  .xl\:ps-2 {
    padding-inline-start: 0.5rem;
  }
  .xl\:ps-2\.5 {
    padding-inline-start: 0.625rem;
  }
  .xl\:ps-20 {
    padding-inline-start: 5rem;
  }
  .xl\:ps-24 {
    padding-inline-start: 6rem;
  }
  .xl\:ps-28 {
    padding-inline-start: 7rem;
  }
  .xl\:ps-2px {
    padding-inline-start: 2px;
  }
  .xl\:ps-3 {
    padding-inline-start: 0.75rem;
  }
  .xl\:ps-3\.5 {
    padding-inline-start: 0.875rem;
  }
  .xl\:ps-32 {
    padding-inline-start: 8rem;
  }
  .xl\:ps-36 {
    padding-inline-start: 9rem;
  }
  .xl\:ps-3px {
    padding-inline-start: 3px;
  }
  .xl\:ps-4 {
    padding-inline-start: 1rem;
  }
  .xl\:ps-4\.5 {
    padding-inline-start: 1.125rem;
  }
  .xl\:ps-40 {
    padding-inline-start: 10rem;
  }
  .xl\:ps-44 {
    padding-inline-start: 11rem;
  }
  .xl\:ps-48 {
    padding-inline-start: 12rem;
  }
  .xl\:ps-4px {
    padding-inline-start: 4px;
  }
  .xl\:ps-5 {
    padding-inline-start: 1.25rem;
  }
  .xl\:ps-5\.5 {
    padding-inline-start: 1.375rem;
  }
  .xl\:ps-52 {
    padding-inline-start: 13rem;
  }
  .xl\:ps-56 {
    padding-inline-start: 14rem;
  }
  .xl\:ps-6 {
    padding-inline-start: 1.5rem;
  }
  .xl\:ps-60 {
    padding-inline-start: 15rem;
  }
  .xl\:ps-64 {
    padding-inline-start: 16rem;
  }
  .xl\:ps-7 {
    padding-inline-start: 1.75rem;
  }
  .xl\:ps-72 {
    padding-inline-start: 18rem;
  }
  .xl\:ps-8 {
    padding-inline-start: 2rem;
  }
  .xl\:ps-80 {
    padding-inline-start: 20rem;
  }
  .xl\:ps-9 {
    padding-inline-start: 2.25rem;
  }
  .xl\:ps-96 {
    padding-inline-start: 24rem;
  }
  .xl\:ps-px {
    padding-inline-start: 1px;
  }
  .xl\:pt-0 {
    padding-top: 0px;
  }
  .xl\:pt-0\.5 {
    padding-top: 0.125rem;
  }
  .xl\:pt-1 {
    padding-top: 0.25rem;
  }
  .xl\:pt-1\.5 {
    padding-top: 0.375rem;
  }
  .xl\:pt-10 {
    padding-top: 2.5rem;
  }
  .xl\:pt-11 {
    padding-top: 2.75rem;
  }
  .xl\:pt-12 {
    padding-top: 3rem;
  }
  .xl\:pt-14 {
    padding-top: 3.5rem;
  }
  .xl\:pt-16 {
    padding-top: 4rem;
  }
  .xl\:pt-2 {
    padding-top: 0.5rem;
  }
  .xl\:pt-2\.5 {
    padding-top: 0.625rem;
  }
  .xl\:pt-20 {
    padding-top: 5rem;
  }
  .xl\:pt-24 {
    padding-top: 6rem;
  }
  .xl\:pt-28 {
    padding-top: 7rem;
  }
  .xl\:pt-2px {
    padding-top: 2px;
  }
  .xl\:pt-3 {
    padding-top: 0.75rem;
  }
  .xl\:pt-3\.5 {
    padding-top: 0.875rem;
  }
  .xl\:pt-32 {
    padding-top: 8rem;
  }
  .xl\:pt-36 {
    padding-top: 9rem;
  }
  .xl\:pt-3px {
    padding-top: 3px;
  }
  .xl\:pt-4 {
    padding-top: 1rem;
  }
  .xl\:pt-4\.5 {
    padding-top: 1.125rem;
  }
  .xl\:pt-40 {
    padding-top: 10rem;
  }
  .xl\:pt-44 {
    padding-top: 11rem;
  }
  .xl\:pt-48 {
    padding-top: 12rem;
  }
  .xl\:pt-4px {
    padding-top: 4px;
  }
  .xl\:pt-5 {
    padding-top: 1.25rem;
  }
  .xl\:pt-5\.5 {
    padding-top: 1.375rem;
  }
  .xl\:pt-52 {
    padding-top: 13rem;
  }
  .xl\:pt-56 {
    padding-top: 14rem;
  }
  .xl\:pt-6 {
    padding-top: 1.5rem;
  }
  .xl\:pt-60 {
    padding-top: 15rem;
  }
  .xl\:pt-64 {
    padding-top: 16rem;
  }
  .xl\:pt-7 {
    padding-top: 1.75rem;
  }
  .xl\:pt-72 {
    padding-top: 18rem;
  }
  .xl\:pt-8 {
    padding-top: 2rem;
  }
  .xl\:pt-80 {
    padding-top: 20rem;
  }
  .xl\:pt-9 {
    padding-top: 2.25rem;
  }
  .xl\:pt-96 {
    padding-top: 24rem;
  }
  .xl\:pt-px {
    padding-top: 1px;
  }
  .xl\:text-sm {
    font-size: 0.875rem;
  }
}
@media (min-width: 1536px) {
  .\32xl\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .\32xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .\32xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .\32xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .\32xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  .\32xl\:col-start-2 {
    grid-column-start: 2;
  }
  .\32xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .\32xl\:pl-0 {
    padding-left: 0px;
  }
  .\32xl\:pr-10 {
    padding-right: 2.5rem;
  }
}