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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

:root {}

.white {
  --colors-base: 255 255 255;
  --colors-fg: 0 0 0;
  --colors-quote: 0 0 0;
  --colors-head: 0 0 0;
  --colors-label: 77 77 77;
  --colors-highlight: 0 112 167;
  --colors-caption: 77 77 77;
  --colors-separator: 191 219 233;
  --colors-focus: 0 0 0;
  --colors-link: 0 0 0;
  --colors-link-hover: 0 112 167;
  --colors-link-icon: 0 0 0;
  --colors-link-icon-hover: 0 112 167;
  --colors-link-underline: 0 0 0;
  --colors-link-underline-hover: 0 112 167;
  --colors-button-bg: 233 181 61;
  --colors-button-bg-hover: 0 112 167;
  --colors-button-border: 233 181 61;
  --colors-button-border-hover: 0 112 167;
  --colors-button-fg: 0 0 0;
  --colors-button-fg-hover: 255 255 255;
  --colors-button-icon: 0 0 0;
  --colors-button-icon-hover: 255 255 255;
  --colors-button-open-bg: 0 0 0;
  --colors-button-open-bg-hover: 0 0 0;
  --colors-button-open-border: 0 0 0;
  --colors-button-open-border-hover: 0 0 0;
  --colors-button-open-fg: 0 0 0;
  --colors-button-open-fg-hover: 255 255 255;
  --colors-button-open-icon: 0 0 0;
  --colors-button-open-icon-hover: 255 255 255;
  --colors-button-tertiary-bg: 0 112 167;
  --colors-button-tertiary-bg-hover: 255 255 255;
  --colors-button-tertiary-border: 0 112 167;
  --colors-button-tertiary-border-hover: 255 255 255;
  --colors-button-tertiary-fg: 255 255 255;
  --colors-button-tertiary-fg-hover: 0 112 167;
  --colors-button-tertiary-icon: 255 255 255;
  --colors-button-tertiary-icon-hover: 0 112 167;
  --colors-form-input-bg: 255 255 255;
  --colors-form-input-border: 179 179 179;
  --colors-form-input-border-focus: 0 0 0;
  --colors-form-input-border-error: 204 51 51;
  --colors-form-input-fg: 0 0 0;
  --colors-form-input-placeholder: 0 0 0;
  --colors-form-input-placeholder-focus: 128 128 128;
  --colors-form-input-highlight: 0 0 0;
  --colors-form-input-highlight-focus: 128 128 128;
  --colors-form-select-bg: 255 255 255;
  --colors-form-select-border: 179 179 179;
  --colors-form-select-border-focus: 0 0 0;
  --colors-form-select-border-error: 204 51 51;
  --colors-form-select-fg: 0 0 0;
  --colors-form-select-placeholder: 0 0 0;
  --colors-form-select-placeholder-focus: 128 128 128;
  --colors-form-select-highlight: 0 0 0;
  --colors-form-select-highlight-focus: 128 128 128;
  --colors-form-option-fg: 0 0 0;
  --colors-form-option-fg-hover: 0 112 167;
  --colors-form-checkbox-bg: 255 255 255;
  --colors-form-checkbox-bg-checked: 0 112 167;
  --colors-form-checkbox-border: 179 179 179;
  --colors-form-checkbox-border-checked: 0 112 167;
  --colors-form-checkbox-fg: 0 112 167;
  --colors-form-radio-bg: 255 255 255;
  --colors-form-radio-bg-checked: 0 112 167;
  --colors-form-radio-border: 179 179 179;
  --colors-form-radio-border-checked: 0 112 167;
  --colors-form-radio-fg: 0 112 167;
  --colors-form-file-button-bg: 244 241 233;
  --colors-form-file-button-bg-hover: 0 0 0;
  --colors-form-file-button-border: 244 241 233;
  --colors-form-file-button-border-hover: 0 0 0;
  --colors-form-file-button-fg: 0 0 0;
  --colors-form-file-button-fg-hover: 255 255 255;
  --colors-form-file-button-icon: 0 0 0;
  --colors-form-file-button-icon-hover: 255 255 255;
  --colors-form-error: 204 51 51;
  --colors-slider-button-bg: 255 255 255;
  --colors-slider-button-bg-hover: 0 0 0;
  --colors-slider-button-border: 255 255 255;
  --colors-slider-button-border-hover: 0 0 0;
  --colors-slider-button-fg: 0 0 0;
  --colors-slider-button-fg-hover: 255 255 255;
  --colors-slider-button-icon: 0 0 0;
  --colors-slider-button-icon-hover: 255 255 255;
  --colors-tab-line: 255 255 255;
  --colors-tab-line-active: 0 0 0;
  --colors-tag-bg: 255 255 255;
  --colors-tag-bg-hover: 0 0 0;
  --colors-tag-border: 0 0 0;
  --colors-tag-border-hover: 0 0 0;
  --colors-tag-fg: 0 0 0;
  --colors-tag-fg-hover: 255 255 255;
  --colors-tag-icon: 0 0 0;
  --colors-tag-icon-hover: 255 255 255;
  --colors-elements-accordion: 255 255 255;
  --colors-elements-tooltip: lightGray;
}

.white-accordion {
  --colors-base: 255 255 255;
  --colors-fg: 0 0 0;
  --colors-quote: 0 0 0;
  --colors-head: 0 0 0;
  --colors-label: 77 77 77;
  --colors-highlight: 0 112 167;
  --colors-caption: 77 77 77;
  --colors-separator: 191 219 233;
  --colors-focus: 0 0 0;
  --colors-link: 0 0 0;
  --colors-link-hover: 0 112 167;
  --colors-link-icon: 0 0 0;
  --colors-link-icon-hover: 0 112 167;
  --colors-link-underline: 0 0 0;
  --colors-link-underline-hover: 0 112 167;
  --colors-button-bg: 233 181 61;
  --colors-button-bg-hover: 0 112 167;
  --colors-button-border: 233 181 61;
  --colors-button-border-hover: 0 112 167;
  --colors-button-fg: 0 0 0;
  --colors-button-fg-hover: 255 255 255;
  --colors-button-icon: 0 0 0;
  --colors-button-icon-hover: 255 255 255;
  --colors-button-open-bg: 0 0 0;
  --colors-button-open-bg-hover: 0 0 0;
  --colors-button-open-border: 0 0 0;
  --colors-button-open-border-hover: 0 0 0;
  --colors-button-open-fg: 0 0 0;
  --colors-button-open-fg-hover: 255 255 255;
  --colors-button-open-icon: 0 0 0;
  --colors-button-open-icon-hover: 255 255 255;
  --colors-button-tertiary-bg: 0 112 167;
  --colors-button-tertiary-bg-hover: 255 255 255;
  --colors-button-tertiary-border: 0 112 167;
  --colors-button-tertiary-border-hover: 255 255 255;
  --colors-button-tertiary-fg: 255 255 255;
  --colors-button-tertiary-fg-hover: 0 112 167;
  --colors-button-tertiary-icon: 255 255 255;
  --colors-button-tertiary-icon-hover: 0 112 167;
  --colors-form-input-bg: 255 255 255;
  --colors-form-input-border: 179 179 179;
  --colors-form-input-border-focus: 0 0 0;
  --colors-form-input-border-error: 204 51 51;
  --colors-form-input-fg: 0 0 0;
  --colors-form-input-placeholder: 0 0 0;
  --colors-form-input-placeholder-focus: 128 128 128;
  --colors-form-input-highlight: 0 0 0;
  --colors-form-input-highlight-focus: 128 128 128;
  --colors-form-select-bg: 255 255 255;
  --colors-form-select-border: 179 179 179;
  --colors-form-select-border-focus: 0 0 0;
  --colors-form-select-border-error: 204 51 51;
  --colors-form-select-fg: 0 0 0;
  --colors-form-select-placeholder: 0 0 0;
  --colors-form-select-placeholder-focus: 128 128 128;
  --colors-form-select-highlight: 0 0 0;
  --colors-form-select-highlight-focus: 128 128 128;
  --colors-form-option-fg: 0 0 0;
  --colors-form-option-fg-hover: 0 112 167;
  --colors-form-checkbox-bg: 255 255 255;
  --colors-form-checkbox-bg-checked: 0 112 167;
  --colors-form-checkbox-border: 179 179 179;
  --colors-form-checkbox-border-checked: 0 112 167;
  --colors-form-checkbox-fg: 0 112 167;
  --colors-form-radio-bg: 255 255 255;
  --colors-form-radio-bg-checked: 0 112 167;
  --colors-form-radio-border: 179 179 179;
  --colors-form-radio-border-checked: 0 112 167;
  --colors-form-radio-fg: 0 112 167;
  --colors-form-file-button-bg: 244 241 233;
  --colors-form-file-button-bg-hover: 0 0 0;
  --colors-form-file-button-border: 244 241 233;
  --colors-form-file-button-border-hover: 0 0 0;
  --colors-form-file-button-fg: 0 0 0;
  --colors-form-file-button-fg-hover: 255 255 255;
  --colors-form-file-button-icon: 0 0 0;
  --colors-form-file-button-icon-hover: 255 255 255;
  --colors-form-error: 204 51 51;
  --colors-slider-button-bg: 255 255 255;
  --colors-slider-button-bg-hover: 0 0 0;
  --colors-slider-button-border: 255 255 255;
  --colors-slider-button-border-hover: 0 0 0;
  --colors-slider-button-fg: 0 0 0;
  --colors-slider-button-fg-hover: 255 255 255;
  --colors-slider-button-icon: 0 0 0;
  --colors-slider-button-icon-hover: 255 255 255;
  --colors-tab-line: 255 255 255;
  --colors-tab-line-active: 0 0 0;
  --colors-tag-bg: 255 255 255;
  --colors-tag-bg-hover: 0 0 0;
  --colors-tag-border: 0 0 0;
  --colors-tag-border-hover: 0 0 0;
  --colors-tag-fg: 0 0 0;
  --colors-tag-fg-hover: 255 255 255;
  --colors-tag-icon: 0 0 0;
  --colors-tag-icon-hover: 255 255 255;
  --colors-elements-accordion: 255 255 255;
  --colors-elements-tooltip: lightGray;
}

.white-tooltip {
  --colors-base: 244 241 233;
  --colors-fg: 0 0 0;
  --colors-quote: 0 0 0;
  --colors-head: 0 0 0;
  --colors-label: 73 72 70;
  --colors-highlight: 0 112 167;
  --colors-caption: 73 72 70;
  --colors-separator: 191 219 233;
  --colors-focus: 0 0 0;
  --colors-link: 0 0 0;
  --colors-link-hover: 0 112 167;
  --colors-link-icon: 0 0 0;
  --colors-link-icon-hover: 0 112 167;
  --colors-link-underline: 0 0 0;
  --colors-link-underline-hover: 0 112 167;
  --colors-button-bg: 233 181 61;
  --colors-button-bg-hover: 0 112 167;
  --colors-button-border: 233 181 61;
  --colors-button-border-hover: 0 112 167;
  --colors-button-fg: 0 0 0;
  --colors-button-fg-hover: 255 255 255;
  --colors-button-icon: 0 0 0;
  --colors-button-icon-hover: 255 255 255;
  --colors-button-open-bg: 0 0 0;
  --colors-button-open-bg-hover: 0 0 0;
  --colors-button-open-border: 0 0 0;
  --colors-button-open-border-hover: 0 0 0;
  --colors-button-open-fg: 0 0 0;
  --colors-button-open-fg-hover: 244 241 233;
  --colors-button-open-icon: 0 0 0;
  --colors-button-open-icon-hover: 244 241 233;
  --colors-button-tertiary-bg: 0 112 167;
  --colors-button-tertiary-bg-hover: 255 255 255;
  --colors-button-tertiary-border: 0 112 167;
  --colors-button-tertiary-border-hover: 255 255 255;
  --colors-button-tertiary-fg: 255 255 255;
  --colors-button-tertiary-fg-hover: 0 112 167;
  --colors-button-tertiary-icon: 255 255 255;
  --colors-button-tertiary-icon-hover: 0 112 167;
  --colors-form-input-bg: 255 255 255;
  --colors-form-input-border: 179 179 179;
  --colors-form-input-border-focus: 0 0 0;
  --colors-form-input-border-error: 204 51 51;
  --colors-form-input-fg: 0 0 0;
  --colors-form-input-placeholder: 0 0 0;
  --colors-form-input-placeholder-focus: 128 128 128;
  --colors-form-input-highlight: 0 0 0;
  --colors-form-input-highlight-focus: 128 128 128;
  --colors-form-select-bg: 255 255 255;
  --colors-form-select-border: 179 179 179;
  --colors-form-select-border-focus: 0 0 0;
  --colors-form-select-border-error: 204 51 51;
  --colors-form-select-fg: 0 0 0;
  --colors-form-select-placeholder: 0 0 0;
  --colors-form-select-placeholder-focus: 128 128 128;
  --colors-form-select-highlight: 0 0 0;
  --colors-form-select-highlight-focus: 128 128 128;
  --colors-form-option-fg: 0 0 0;
  --colors-form-option-fg-hover: 0 112 167;
  --colors-form-checkbox-bg: 255 255 255;
  --colors-form-checkbox-bg-checked: 0 112 167;
  --colors-form-checkbox-border: 179 179 179;
  --colors-form-checkbox-border-checked: 0 112 167;
  --colors-form-checkbox-fg: 0 112 167;
  --colors-form-radio-bg: 255 255 255;
  --colors-form-radio-bg-checked: 0 112 167;
  --colors-form-radio-border: 179 179 179;
  --colors-form-radio-border-checked: 0 112 167;
  --colors-form-radio-fg: 0 112 167;
  --colors-form-file-button-bg: 244 241 233;
  --colors-form-file-button-bg-hover: 0 0 0;
  --colors-form-file-button-border: 244 241 233;
  --colors-form-file-button-border-hover: 0 0 0;
  --colors-form-file-button-fg: 0 0 0;
  --colors-form-file-button-fg-hover: 255 255 255;
  --colors-form-file-button-icon: 0 0 0;
  --colors-form-file-button-icon-hover: 255 255 255;
  --colors-form-error: 204 51 51;
  --colors-slider-button-bg: 244 241 233;
  --colors-slider-button-bg-hover: 0 0 0;
  --colors-slider-button-border: 244 241 233;
  --colors-slider-button-border-hover: 0 0 0;
  --colors-slider-button-fg: 0 0 0;
  --colors-slider-button-fg-hover: 244 241 233;
  --colors-slider-button-icon: 0 0 0;
  --colors-slider-button-icon-hover: 244 241 233;
  --colors-tab-line: 244 241 233;
  --colors-tab-line-active: 0 0 0;
  --colors-tag-bg: 244 241 233;
  --colors-tag-bg-hover: 0 0 0;
  --colors-tag-border: 0 0 0;
  --colors-tag-border-hover: 0 0 0;
  --colors-tag-fg: 0 0 0;
  --colors-tag-fg-hover: 244 241 233;
  --colors-tag-icon: 0 0 0;
  --colors-tag-icon-hover: 244 241 233;
  --colors-elements-accordion: 255 255 255;
  --colors-elements-tooltip: 255 255 255;
}

.lightGray {
  --colors-base: 244 241 233;
  --colors-fg: 0 0 0;
  --colors-quote: 0 0 0;
  --colors-head: 0 0 0;
  --colors-label: 73 72 70;
  --colors-highlight: 0 112 167;
  --colors-caption: 73 72 70;
  --colors-separator: 191 219 233;
  --colors-focus: 0 0 0;
  --colors-link: 0 0 0;
  --colors-link-hover: 0 112 167;
  --colors-link-icon: 0 0 0;
  --colors-link-icon-hover: 0 112 167;
  --colors-link-underline: 0 0 0;
  --colors-link-underline-hover: 0 112 167;
  --colors-button-bg: 233 181 61;
  --colors-button-bg-hover: 0 112 167;
  --colors-button-border: 233 181 61;
  --colors-button-border-hover: 0 112 167;
  --colors-button-fg: 0 0 0;
  --colors-button-fg-hover: 255 255 255;
  --colors-button-icon: 0 0 0;
  --colors-button-icon-hover: 255 255 255;
  --colors-button-open-bg: 0 0 0;
  --colors-button-open-bg-hover: 0 0 0;
  --colors-button-open-border: 0 0 0;
  --colors-button-open-border-hover: 0 0 0;
  --colors-button-open-fg: 0 0 0;
  --colors-button-open-fg-hover: 244 241 233;
  --colors-button-open-icon: 0 0 0;
  --colors-button-open-icon-hover: 244 241 233;
  --colors-button-tertiary-bg: 0 112 167;
  --colors-button-tertiary-bg-hover: 255 255 255;
  --colors-button-tertiary-border: 0 112 167;
  --colors-button-tertiary-border-hover: 255 255 255;
  --colors-button-tertiary-fg: 255 255 255;
  --colors-button-tertiary-fg-hover: 0 112 167;
  --colors-button-tertiary-icon: 255 255 255;
  --colors-button-tertiary-icon-hover: 0 112 167;
  --colors-form-input-bg: 255 255 255;
  --colors-form-input-border: 179 179 179;
  --colors-form-input-border-focus: 0 0 0;
  --colors-form-input-border-error: 204 51 51;
  --colors-form-input-fg: 0 0 0;
  --colors-form-input-placeholder: 0 0 0;
  --colors-form-input-placeholder-focus: 128 128 128;
  --colors-form-input-highlight: 0 0 0;
  --colors-form-input-highlight-focus: 128 128 128;
  --colors-form-select-bg: 255 255 255;
  --colors-form-select-border: 179 179 179;
  --colors-form-select-border-focus: 0 0 0;
  --colors-form-select-border-error: 204 51 51;
  --colors-form-select-fg: 0 0 0;
  --colors-form-select-placeholder: 0 0 0;
  --colors-form-select-placeholder-focus: 128 128 128;
  --colors-form-select-highlight: 0 0 0;
  --colors-form-select-highlight-focus: 128 128 128;
  --colors-form-option-fg: 0 0 0;
  --colors-form-option-fg-hover: 0 112 167;
  --colors-form-checkbox-bg: 255 255 255;
  --colors-form-checkbox-bg-checked: 0 112 167;
  --colors-form-checkbox-border: 179 179 179;
  --colors-form-checkbox-border-checked: 0 112 167;
  --colors-form-checkbox-fg: 0 112 167;
  --colors-form-radio-bg: 255 255 255;
  --colors-form-radio-bg-checked: 0 112 167;
  --colors-form-radio-border: 179 179 179;
  --colors-form-radio-border-checked: 0 112 167;
  --colors-form-radio-fg: 0 112 167;
  --colors-form-file-button-bg: 244 241 233;
  --colors-form-file-button-bg-hover: 0 0 0;
  --colors-form-file-button-border: 244 241 233;
  --colors-form-file-button-border-hover: 0 0 0;
  --colors-form-file-button-fg: 0 0 0;
  --colors-form-file-button-fg-hover: 255 255 255;
  --colors-form-file-button-icon: 0 0 0;
  --colors-form-file-button-icon-hover: 255 255 255;
  --colors-form-error: 204 51 51;
  --colors-slider-button-bg: 244 241 233;
  --colors-slider-button-bg-hover: 0 0 0;
  --colors-slider-button-border: 244 241 233;
  --colors-slider-button-border-hover: 0 0 0;
  --colors-slider-button-fg: 0 0 0;
  --colors-slider-button-fg-hover: 244 241 233;
  --colors-slider-button-icon: 0 0 0;
  --colors-slider-button-icon-hover: 244 241 233;
  --colors-tab-line: 244 241 233;
  --colors-tab-line-active: 0 0 0;
  --colors-tag-bg: 244 241 233;
  --colors-tag-bg-hover: 0 0 0;
  --colors-tag-border: 0 0 0;
  --colors-tag-border-hover: 0 0 0;
  --colors-tag-fg: 0 0 0;
  --colors-tag-fg-hover: 244 241 233;
  --colors-tag-icon: 0 0 0;
  --colors-tag-icon-hover: 244 241 233;
  --colors-elements-accordion: 255 255 255;
  --colors-elements-tooltip: 255 255 255;
}

.lightGray-accordion {
  --colors-base: 255 255 255;
  --colors-fg: 0 0 0;
  --colors-quote: 0 0 0;
  --colors-head: 0 0 0;
  --colors-label: 77 77 77;
  --colors-highlight: 0 112 167;
  --colors-caption: 77 77 77;
  --colors-separator: 191 219 233;
  --colors-focus: 0 0 0;
  --colors-link: 0 0 0;
  --colors-link-hover: 0 112 167;
  --colors-link-icon: 0 0 0;
  --colors-link-icon-hover: 0 112 167;
  --colors-link-underline: 0 0 0;
  --colors-link-underline-hover: 0 112 167;
  --colors-button-bg: 233 181 61;
  --colors-button-bg-hover: 0 112 167;
  --colors-button-border: 233 181 61;
  --colors-button-border-hover: 0 112 167;
  --colors-button-fg: 0 0 0;
  --colors-button-fg-hover: 255 255 255;
  --colors-button-icon: 0 0 0;
  --colors-button-icon-hover: 255 255 255;
  --colors-button-open-bg: 0 0 0;
  --colors-button-open-bg-hover: 0 0 0;
  --colors-button-open-border: 0 0 0;
  --colors-button-open-border-hover: 0 0 0;
  --colors-button-open-fg: 0 0 0;
  --colors-button-open-fg-hover: 255 255 255;
  --colors-button-open-icon: 0 0 0;
  --colors-button-open-icon-hover: 255 255 255;
  --colors-button-tertiary-bg: 0 112 167;
  --colors-button-tertiary-bg-hover: 255 255 255;
  --colors-button-tertiary-border: 0 112 167;
  --colors-button-tertiary-border-hover: 255 255 255;
  --colors-button-tertiary-fg: 255 255 255;
  --colors-button-tertiary-fg-hover: 0 112 167;
  --colors-button-tertiary-icon: 255 255 255;
  --colors-button-tertiary-icon-hover: 0 112 167;
  --colors-form-input-bg: 255 255 255;
  --colors-form-input-border: 179 179 179;
  --colors-form-input-border-focus: 0 0 0;
  --colors-form-input-border-error: 204 51 51;
  --colors-form-input-fg: 0 0 0;
  --colors-form-input-placeholder: 0 0 0;
  --colors-form-input-placeholder-focus: 128 128 128;
  --colors-form-input-highlight: 0 0 0;
  --colors-form-input-highlight-focus: 128 128 128;
  --colors-form-select-bg: 255 255 255;
  --colors-form-select-border: 179 179 179;
  --colors-form-select-border-focus: 0 0 0;
  --colors-form-select-border-error: 204 51 51;
  --colors-form-select-fg: 0 0 0;
  --colors-form-select-placeholder: 0 0 0;
  --colors-form-select-placeholder-focus: 128 128 128;
  --colors-form-select-highlight: 0 0 0;
  --colors-form-select-highlight-focus: 128 128 128;
  --colors-form-option-fg: 0 0 0;
  --colors-form-option-fg-hover: 0 112 167;
  --colors-form-checkbox-bg: 255 255 255;
  --colors-form-checkbox-bg-checked: 0 112 167;
  --colors-form-checkbox-border: 179 179 179;
  --colors-form-checkbox-border-checked: 0 112 167;
  --colors-form-checkbox-fg: 0 112 167;
  --colors-form-radio-bg: 255 255 255;
  --colors-form-radio-bg-checked: 0 112 167;
  --colors-form-radio-border: 179 179 179;
  --colors-form-radio-border-checked: 0 112 167;
  --colors-form-radio-fg: 0 112 167;
  --colors-form-file-button-bg: 244 241 233;
  --colors-form-file-button-bg-hover: 0 0 0;
  --colors-form-file-button-border: 244 241 233;
  --colors-form-file-button-border-hover: 0 0 0;
  --colors-form-file-button-fg: 0 0 0;
  --colors-form-file-button-fg-hover: 255 255 255;
  --colors-form-file-button-icon: 0 0 0;
  --colors-form-file-button-icon-hover: 255 255 255;
  --colors-form-error: 204 51 51;
  --colors-slider-button-bg: 255 255 255;
  --colors-slider-button-bg-hover: 0 0 0;
  --colors-slider-button-border: 255 255 255;
  --colors-slider-button-border-hover: 0 0 0;
  --colors-slider-button-fg: 0 0 0;
  --colors-slider-button-fg-hover: 255 255 255;
  --colors-slider-button-icon: 0 0 0;
  --colors-slider-button-icon-hover: 255 255 255;
  --colors-tab-line: 255 255 255;
  --colors-tab-line-active: 0 0 0;
  --colors-tag-bg: 255 255 255;
  --colors-tag-bg-hover: 0 0 0;
  --colors-tag-border: 0 0 0;
  --colors-tag-border-hover: 0 0 0;
  --colors-tag-fg: 0 0 0;
  --colors-tag-fg-hover: 255 255 255;
  --colors-tag-icon: 0 0 0;
  --colors-tag-icon-hover: 255 255 255;
  --colors-elements-accordion: 255 255 255;
  --colors-elements-tooltip: lightGray;
}

.lightGray-tooltip {
  --colors-base: 255 255 255;
  --colors-fg: 0 0 0;
  --colors-quote: 0 0 0;
  --colors-head: 0 0 0;
  --colors-label: 77 77 77;
  --colors-highlight: 0 112 167;
  --colors-caption: 77 77 77;
  --colors-separator: 191 219 233;
  --colors-focus: 0 0 0;
  --colors-link: 0 0 0;
  --colors-link-hover: 0 112 167;
  --colors-link-icon: 0 0 0;
  --colors-link-icon-hover: 0 112 167;
  --colors-link-underline: 0 0 0;
  --colors-link-underline-hover: 0 112 167;
  --colors-button-bg: 233 181 61;
  --colors-button-bg-hover: 0 112 167;
  --colors-button-border: 233 181 61;
  --colors-button-border-hover: 0 112 167;
  --colors-button-fg: 0 0 0;
  --colors-button-fg-hover: 255 255 255;
  --colors-button-icon: 0 0 0;
  --colors-button-icon-hover: 255 255 255;
  --colors-button-open-bg: 0 0 0;
  --colors-button-open-bg-hover: 0 0 0;
  --colors-button-open-border: 0 0 0;
  --colors-button-open-border-hover: 0 0 0;
  --colors-button-open-fg: 0 0 0;
  --colors-button-open-fg-hover: 255 255 255;
  --colors-button-open-icon: 0 0 0;
  --colors-button-open-icon-hover: 255 255 255;
  --colors-button-tertiary-bg: 0 112 167;
  --colors-button-tertiary-bg-hover: 255 255 255;
  --colors-button-tertiary-border: 0 112 167;
  --colors-button-tertiary-border-hover: 255 255 255;
  --colors-button-tertiary-fg: 255 255 255;
  --colors-button-tertiary-fg-hover: 0 112 167;
  --colors-button-tertiary-icon: 255 255 255;
  --colors-button-tertiary-icon-hover: 0 112 167;
  --colors-form-input-bg: 255 255 255;
  --colors-form-input-border: 179 179 179;
  --colors-form-input-border-focus: 0 0 0;
  --colors-form-input-border-error: 204 51 51;
  --colors-form-input-fg: 0 0 0;
  --colors-form-input-placeholder: 0 0 0;
  --colors-form-input-placeholder-focus: 128 128 128;
  --colors-form-input-highlight: 0 0 0;
  --colors-form-input-highlight-focus: 128 128 128;
  --colors-form-select-bg: 255 255 255;
  --colors-form-select-border: 179 179 179;
  --colors-form-select-border-focus: 0 0 0;
  --colors-form-select-border-error: 204 51 51;
  --colors-form-select-fg: 0 0 0;
  --colors-form-select-placeholder: 0 0 0;
  --colors-form-select-placeholder-focus: 128 128 128;
  --colors-form-select-highlight: 0 0 0;
  --colors-form-select-highlight-focus: 128 128 128;
  --colors-form-option-fg: 0 0 0;
  --colors-form-option-fg-hover: 0 112 167;
  --colors-form-checkbox-bg: 255 255 255;
  --colors-form-checkbox-bg-checked: 0 112 167;
  --colors-form-checkbox-border: 179 179 179;
  --colors-form-checkbox-border-checked: 0 112 167;
  --colors-form-checkbox-fg: 0 112 167;
  --colors-form-radio-bg: 255 255 255;
  --colors-form-radio-bg-checked: 0 112 167;
  --colors-form-radio-border: 179 179 179;
  --colors-form-radio-border-checked: 0 112 167;
  --colors-form-radio-fg: 0 112 167;
  --colors-form-file-button-bg: 244 241 233;
  --colors-form-file-button-bg-hover: 0 0 0;
  --colors-form-file-button-border: 244 241 233;
  --colors-form-file-button-border-hover: 0 0 0;
  --colors-form-file-button-fg: 0 0 0;
  --colors-form-file-button-fg-hover: 255 255 255;
  --colors-form-file-button-icon: 0 0 0;
  --colors-form-file-button-icon-hover: 255 255 255;
  --colors-form-error: 204 51 51;
  --colors-slider-button-bg: 255 255 255;
  --colors-slider-button-bg-hover: 0 0 0;
  --colors-slider-button-border: 255 255 255;
  --colors-slider-button-border-hover: 0 0 0;
  --colors-slider-button-fg: 0 0 0;
  --colors-slider-button-fg-hover: 255 255 255;
  --colors-slider-button-icon: 0 0 0;
  --colors-slider-button-icon-hover: 255 255 255;
  --colors-tab-line: 255 255 255;
  --colors-tab-line-active: 0 0 0;
  --colors-tag-bg: 255 255 255;
  --colors-tag-bg-hover: 0 0 0;
  --colors-tag-border: 0 0 0;
  --colors-tag-border-hover: 0 0 0;
  --colors-tag-fg: 0 0 0;
  --colors-tag-fg-hover: 255 255 255;
  --colors-tag-icon: 0 0 0;
  --colors-tag-icon-hover: 255 255 255;
  --colors-elements-accordion: 255 255 255;
  --colors-elements-tooltip: lightGray;
}

.black {
  --colors-base: 0 0 0;
  --colors-fg: 255 255 255;
  --colors-quote: 255 255 255;
  --colors-head: 255 255 255;
  --colors-label: 179 179 179;
  --colors-highlight: 0 112 167;
  --colors-caption: 179 179 179;
  --colors-separator: 51 51 51;
  --colors-focus: 255 255 255;
  --colors-link: 255 255 255;
  --colors-link-hover: 0 112 167;
  --colors-link-icon: 255 255 255;
  --colors-link-icon-hover: 0 112 167;
  --colors-link-underline: 255 255 255;
  --colors-link-underline-hover: 0 112 167;
  --colors-button-bg: 255 255 255;
  --colors-button-bg-hover: 0 0 0;
  --colors-button-border: 255 255 255;
  --colors-button-border-hover: 255 255 255;
  --colors-button-fg: 0 0 0;
  --colors-button-fg-hover: 255 255 255;
  --colors-button-icon: 0 0 0;
  --colors-button-icon-hover: 255 255 255;
  --colors-button-open-bg: 0 0 0;
  --colors-button-open-bg-hover: 255 255 255;
  --colors-button-open-border: 255 255 255;
  --colors-button-open-border-hover: 255 255 255;
  --colors-button-open-fg: 255 255 255;
  --colors-button-open-fg-hover: 0 0 0;
  --colors-button-open-icon: 255 255 255;
  --colors-button-open-icon-hover: 0 0 0;
  --colors-button-tertiary-bg: 0 112 167;
  --colors-button-tertiary-bg-hover: 255 255 255;
  --colors-button-tertiary-border: 0 112 167;
  --colors-button-tertiary-border-hover: 255 255 255;
  --colors-button-tertiary-fg: 255 255 255;
  --colors-button-tertiary-fg-hover: 0 112 167;
  --colors-button-tertiary-icon: 255 255 255;
  --colors-button-tertiary-icon-hover: 0 112 167;
  --colors-form-input-bg: 255 255 255;
  --colors-form-input-border: 179 179 179;
  --colors-form-input-border-focus: 0 0 0;
  --colors-form-input-border-error: 204 51 51;
  --colors-form-input-fg: 0 0 0;
  --colors-form-input-placeholder: 0 0 0;
  --colors-form-input-placeholder-focus: 128 128 128;
  --colors-form-input-highlight: 0 0 0;
  --colors-form-input-highlight-focus: 128 128 128;
  --colors-form-select-bg: 255 255 255;
  --colors-form-select-border: 179 179 179;
  --colors-form-select-border-focus: 0 0 0;
  --colors-form-select-border-error: 204 51 51;
  --colors-form-select-fg: 0 0 0;
  --colors-form-select-placeholder: 0 0 0;
  --colors-form-select-placeholder-focus: 128 128 128;
  --colors-form-select-highlight: 0 0 0;
  --colors-form-select-highlight-focus: 128 128 128;
  --colors-form-option-fg: 0 0 0;
  --colors-form-option-fg-hover: 0 112 167;
  --colors-form-checkbox-bg: 255 255 255;
  --colors-form-checkbox-bg-checked: 0 112 167;
  --colors-form-checkbox-border: 179 179 179;
  --colors-form-checkbox-border-checked: 0 112 167;
  --colors-form-checkbox-fg: 0 112 167;
  --colors-form-radio-bg: 255 255 255;
  --colors-form-radio-bg-checked: 0 112 167;
  --colors-form-radio-border: 179 179 179;
  --colors-form-radio-border-checked: 0 112 167;
  --colors-form-radio-fg: 0 112 167;
  --colors-form-file-button-bg: 244 241 233;
  --colors-form-file-button-bg-hover: 0 0 0;
  --colors-form-file-button-border: 244 241 233;
  --colors-form-file-button-border-hover: 0 0 0;
  --colors-form-file-button-fg: 0 0 0;
  --colors-form-file-button-fg-hover: 255 255 255;
  --colors-form-file-button-icon: 0 0 0;
  --colors-form-file-button-icon-hover: 255 255 255;
  --colors-form-error: 204 51 51;
  --colors-slider-button-bg: 0 0 0;
  --colors-slider-button-bg-hover: 255 255 255;
  --colors-slider-button-border: 0 0 0;
  --colors-slider-button-border-hover: 255 255 255;
  --colors-slider-button-fg: 255 255 255;
  --colors-slider-button-fg-hover: 0 0 0;
  --colors-slider-button-icon: 255 255 255;
  --colors-slider-button-icon-hover: 0 0 0;
  --colors-tab-line: 0 0 0;
  --colors-tab-line-active: 255 255 255;
  --colors-tag-bg: 20 20 20;
  --colors-tag-bg-hover: 255 255 255;
  --colors-tag-border: 20 20 20;
  --colors-tag-border-hover: 255 255 255;
  --colors-tag-fg: 255 255 255;
  --colors-tag-fg-hover: 0 0 0;
  --colors-tag-icon: 255 255 255;
  --colors-tag-icon-hover: 0 0 0;
  --colors-elements-accordion: 255 255 255;
  --colors-elements-tooltip: 255 255 255;
}

.black-accordion {
  --colors-base: 255 255 255;
  --colors-fg: 0 0 0;
  --colors-quote: 0 0 0;
  --colors-head: 0 0 0;
  --colors-label: 77 77 77;
  --colors-highlight: 0 112 167;
  --colors-caption: 77 77 77;
  --colors-separator: 191 219 233;
  --colors-focus: 0 0 0;
  --colors-link: 0 0 0;
  --colors-link-hover: 0 112 167;
  --colors-link-icon: 0 0 0;
  --colors-link-icon-hover: 0 112 167;
  --colors-link-underline: 0 0 0;
  --colors-link-underline-hover: 0 112 167;
  --colors-button-bg: 233 181 61;
  --colors-button-bg-hover: 0 112 167;
  --colors-button-border: 233 181 61;
  --colors-button-border-hover: 0 112 167;
  --colors-button-fg: 0 0 0;
  --colors-button-fg-hover: 255 255 255;
  --colors-button-icon: 0 0 0;
  --colors-button-icon-hover: 255 255 255;
  --colors-button-open-bg: 0 0 0;
  --colors-button-open-bg-hover: 0 0 0;
  --colors-button-open-border: 0 0 0;
  --colors-button-open-border-hover: 0 0 0;
  --colors-button-open-fg: 0 0 0;
  --colors-button-open-fg-hover: 255 255 255;
  --colors-button-open-icon: 0 0 0;
  --colors-button-open-icon-hover: 255 255 255;
  --colors-button-tertiary-bg: 0 112 167;
  --colors-button-tertiary-bg-hover: 255 255 255;
  --colors-button-tertiary-border: 0 112 167;
  --colors-button-tertiary-border-hover: 255 255 255;
  --colors-button-tertiary-fg: 255 255 255;
  --colors-button-tertiary-fg-hover: 0 112 167;
  --colors-button-tertiary-icon: 255 255 255;
  --colors-button-tertiary-icon-hover: 0 112 167;
  --colors-form-input-bg: 255 255 255;
  --colors-form-input-border: 179 179 179;
  --colors-form-input-border-focus: 0 0 0;
  --colors-form-input-border-error: 204 51 51;
  --colors-form-input-fg: 0 0 0;
  --colors-form-input-placeholder: 0 0 0;
  --colors-form-input-placeholder-focus: 128 128 128;
  --colors-form-input-highlight: 0 0 0;
  --colors-form-input-highlight-focus: 128 128 128;
  --colors-form-select-bg: 255 255 255;
  --colors-form-select-border: 179 179 179;
  --colors-form-select-border-focus: 0 0 0;
  --colors-form-select-border-error: 204 51 51;
  --colors-form-select-fg: 0 0 0;
  --colors-form-select-placeholder: 0 0 0;
  --colors-form-select-placeholder-focus: 128 128 128;
  --colors-form-select-highlight: 0 0 0;
  --colors-form-select-highlight-focus: 128 128 128;
  --colors-form-option-fg: 0 0 0;
  --colors-form-option-fg-hover: 0 112 167;
  --colors-form-checkbox-bg: 255 255 255;
  --colors-form-checkbox-bg-checked: 0 112 167;
  --colors-form-checkbox-border: 179 179 179;
  --colors-form-checkbox-border-checked: 0 112 167;
  --colors-form-checkbox-fg: 0 112 167;
  --colors-form-radio-bg: 255 255 255;
  --colors-form-radio-bg-checked: 0 112 167;
  --colors-form-radio-border: 179 179 179;
  --colors-form-radio-border-checked: 0 112 167;
  --colors-form-radio-fg: 0 112 167;
  --colors-form-file-button-bg: 244 241 233;
  --colors-form-file-button-bg-hover: 0 0 0;
  --colors-form-file-button-border: 244 241 233;
  --colors-form-file-button-border-hover: 0 0 0;
  --colors-form-file-button-fg: 0 0 0;
  --colors-form-file-button-fg-hover: 255 255 255;
  --colors-form-file-button-icon: 0 0 0;
  --colors-form-file-button-icon-hover: 255 255 255;
  --colors-form-error: 204 51 51;
  --colors-slider-button-bg: 255 255 255;
  --colors-slider-button-bg-hover: 0 0 0;
  --colors-slider-button-border: 255 255 255;
  --colors-slider-button-border-hover: 0 0 0;
  --colors-slider-button-fg: 0 0 0;
  --colors-slider-button-fg-hover: 255 255 255;
  --colors-slider-button-icon: 0 0 0;
  --colors-slider-button-icon-hover: 255 255 255;
  --colors-tab-line: 255 255 255;
  --colors-tab-line-active: 0 0 0;
  --colors-tag-bg: 255 255 255;
  --colors-tag-bg-hover: 0 0 0;
  --colors-tag-border: 0 0 0;
  --colors-tag-border-hover: 0 0 0;
  --colors-tag-fg: 0 0 0;
  --colors-tag-fg-hover: 255 255 255;
  --colors-tag-icon: 0 0 0;
  --colors-tag-icon-hover: 255 255 255;
  --colors-elements-accordion: 255 255 255;
  --colors-elements-tooltip: lightGray;
}

.black-tooltip {
  --colors-base: 255 255 255;
  --colors-fg: 0 0 0;
  --colors-quote: 0 0 0;
  --colors-head: 0 0 0;
  --colors-label: 77 77 77;
  --colors-highlight: 0 112 167;
  --colors-caption: 77 77 77;
  --colors-separator: 191 219 233;
  --colors-focus: 0 0 0;
  --colors-link: 0 0 0;
  --colors-link-hover: 0 112 167;
  --colors-link-icon: 0 0 0;
  --colors-link-icon-hover: 0 112 167;
  --colors-link-underline: 0 0 0;
  --colors-link-underline-hover: 0 112 167;
  --colors-button-bg: 233 181 61;
  --colors-button-bg-hover: 0 112 167;
  --colors-button-border: 233 181 61;
  --colors-button-border-hover: 0 112 167;
  --colors-button-fg: 0 0 0;
  --colors-button-fg-hover: 255 255 255;
  --colors-button-icon: 0 0 0;
  --colors-button-icon-hover: 255 255 255;
  --colors-button-open-bg: 0 0 0;
  --colors-button-open-bg-hover: 0 0 0;
  --colors-button-open-border: 0 0 0;
  --colors-button-open-border-hover: 0 0 0;
  --colors-button-open-fg: 0 0 0;
  --colors-button-open-fg-hover: 255 255 255;
  --colors-button-open-icon: 0 0 0;
  --colors-button-open-icon-hover: 255 255 255;
  --colors-button-tertiary-bg: 0 112 167;
  --colors-button-tertiary-bg-hover: 255 255 255;
  --colors-button-tertiary-border: 0 112 167;
  --colors-button-tertiary-border-hover: 255 255 255;
  --colors-button-tertiary-fg: 255 255 255;
  --colors-button-tertiary-fg-hover: 0 112 167;
  --colors-button-tertiary-icon: 255 255 255;
  --colors-button-tertiary-icon-hover: 0 112 167;
  --colors-form-input-bg: 255 255 255;
  --colors-form-input-border: 179 179 179;
  --colors-form-input-border-focus: 0 0 0;
  --colors-form-input-border-error: 204 51 51;
  --colors-form-input-fg: 0 0 0;
  --colors-form-input-placeholder: 0 0 0;
  --colors-form-input-placeholder-focus: 128 128 128;
  --colors-form-input-highlight: 0 0 0;
  --colors-form-input-highlight-focus: 128 128 128;
  --colors-form-select-bg: 255 255 255;
  --colors-form-select-border: 179 179 179;
  --colors-form-select-border-focus: 0 0 0;
  --colors-form-select-border-error: 204 51 51;
  --colors-form-select-fg: 0 0 0;
  --colors-form-select-placeholder: 0 0 0;
  --colors-form-select-placeholder-focus: 128 128 128;
  --colors-form-select-highlight: 0 0 0;
  --colors-form-select-highlight-focus: 128 128 128;
  --colors-form-option-fg: 0 0 0;
  --colors-form-option-fg-hover: 0 112 167;
  --colors-form-checkbox-bg: 255 255 255;
  --colors-form-checkbox-bg-checked: 0 112 167;
  --colors-form-checkbox-border: 179 179 179;
  --colors-form-checkbox-border-checked: 0 112 167;
  --colors-form-checkbox-fg: 0 112 167;
  --colors-form-radio-bg: 255 255 255;
  --colors-form-radio-bg-checked: 0 112 167;
  --colors-form-radio-border: 179 179 179;
  --colors-form-radio-border-checked: 0 112 167;
  --colors-form-radio-fg: 0 112 167;
  --colors-form-file-button-bg: 244 241 233;
  --colors-form-file-button-bg-hover: 0 0 0;
  --colors-form-file-button-border: 244 241 233;
  --colors-form-file-button-border-hover: 0 0 0;
  --colors-form-file-button-fg: 0 0 0;
  --colors-form-file-button-fg-hover: 255 255 255;
  --colors-form-file-button-icon: 0 0 0;
  --colors-form-file-button-icon-hover: 255 255 255;
  --colors-form-error: 204 51 51;
  --colors-slider-button-bg: 255 255 255;
  --colors-slider-button-bg-hover: 0 0 0;
  --colors-slider-button-border: 255 255 255;
  --colors-slider-button-border-hover: 0 0 0;
  --colors-slider-button-fg: 0 0 0;
  --colors-slider-button-fg-hover: 255 255 255;
  --colors-slider-button-icon: 0 0 0;
  --colors-slider-button-icon-hover: 255 255 255;
  --colors-tab-line: 255 255 255;
  --colors-tab-line-active: 0 0 0;
  --colors-tag-bg: 255 255 255;
  --colors-tag-bg-hover: 0 0 0;
  --colors-tag-border: 0 0 0;
  --colors-tag-border-hover: 0 0 0;
  --colors-tag-fg: 0 0 0;
  --colors-tag-fg-hover: 255 255 255;
  --colors-tag-icon: 0 0 0;
  --colors-tag-icon-hover: 255 255 255;
  --colors-elements-accordion: 255 255 255;
  --colors-elements-tooltip: lightGray;
}

.lightBlue {
  --colors-base: 191 219 233;
  --colors-fg: 0 0 0;
  --colors-quote: 0 0 0;
  --colors-head: 0 0 0;
  --colors-label: 57 66 70;
  --colors-highlight: 0 112 167;
  --colors-caption: 57 66 70;
  --colors-separator: 153 175 186;
  --colors-focus: 0 0 0;
  --colors-link: 0 0 0;
  --colors-link-hover: 0 112 167;
  --colors-link-icon: 0 0 0;
  --colors-link-icon-hover: 0 112 167;
  --colors-link-underline: 0 0 0;
  --colors-link-underline-hover: 0 112 167;
  --colors-button-bg: 233 181 61;
  --colors-button-bg-hover: 0 112 167;
  --colors-button-border: 233 181 61;
  --colors-button-border-hover: 0 112 167;
  --colors-button-fg: 0 0 0;
  --colors-button-fg-hover: 255 255 255;
  --colors-button-icon: 0 0 0;
  --colors-button-icon-hover: 255 255 255;
  --colors-button-open-bg: 0 0 0;
  --colors-button-open-bg-hover: 0 0 0;
  --colors-button-open-border: 0 0 0;
  --colors-button-open-border-hover: 0 0 0;
  --colors-button-open-fg: 0 0 0;
  --colors-button-open-fg-hover: 191 219 233;
  --colors-button-open-icon: 0 0 0;
  --colors-button-open-icon-hover: 191 219 233;
  --colors-button-tertiary-bg: 0 112 167;
  --colors-button-tertiary-bg-hover: 255 255 255;
  --colors-button-tertiary-border: 0 112 167;
  --colors-button-tertiary-border-hover: 255 255 255;
  --colors-button-tertiary-fg: 255 255 255;
  --colors-button-tertiary-fg-hover: 0 112 167;
  --colors-button-tertiary-icon: 255 255 255;
  --colors-button-tertiary-icon-hover: 0 112 167;
  --colors-form-input-bg: 255 255 255;
  --colors-form-input-border: 179 179 179;
  --colors-form-input-border-focus: 0 0 0;
  --colors-form-input-border-error: 204 51 51;
  --colors-form-input-fg: 0 0 0;
  --colors-form-input-placeholder: 0 0 0;
  --colors-form-input-placeholder-focus: 128 128 128;
  --colors-form-input-highlight: 0 0 0;
  --colors-form-input-highlight-focus: 128 128 128;
  --colors-form-select-bg: 255 255 255;
  --colors-form-select-border: 179 179 179;
  --colors-form-select-border-focus: 0 0 0;
  --colors-form-select-border-error: 204 51 51;
  --colors-form-select-fg: 0 0 0;
  --colors-form-select-placeholder: 0 0 0;
  --colors-form-select-placeholder-focus: 128 128 128;
  --colors-form-select-highlight: 0 0 0;
  --colors-form-select-highlight-focus: 128 128 128;
  --colors-form-option-fg: 0 0 0;
  --colors-form-option-fg-hover: 0 112 167;
  --colors-form-checkbox-bg: 255 255 255;
  --colors-form-checkbox-bg-checked: 0 112 167;
  --colors-form-checkbox-border: 179 179 179;
  --colors-form-checkbox-border-checked: 0 112 167;
  --colors-form-checkbox-fg: 0 112 167;
  --colors-form-radio-bg: 255 255 255;
  --colors-form-radio-bg-checked: 0 112 167;
  --colors-form-radio-border: 179 179 179;
  --colors-form-radio-border-checked: 0 112 167;
  --colors-form-radio-fg: 0 112 167;
  --colors-form-file-button-bg: 244 241 233;
  --colors-form-file-button-bg-hover: 0 0 0;
  --colors-form-file-button-border: 244 241 233;
  --colors-form-file-button-border-hover: 0 0 0;
  --colors-form-file-button-fg: 0 0 0;
  --colors-form-file-button-fg-hover: 255 255 255;
  --colors-form-file-button-icon: 0 0 0;
  --colors-form-file-button-icon-hover: 255 255 255;
  --colors-form-error: 204 51 51;
  --colors-slider-button-bg: 191 219 233;
  --colors-slider-button-bg-hover: 0 0 0;
  --colors-slider-button-border: 191 219 233;
  --colors-slider-button-border-hover: 0 0 0;
  --colors-slider-button-fg: 0 0 0;
  --colors-slider-button-fg-hover: 191 219 233;
  --colors-slider-button-icon: 0 0 0;
  --colors-slider-button-icon-hover: 191 219 233;
  --colors-tab-line: 191 219 233;
  --colors-tab-line-active: 0 0 0;
  --colors-tag-bg: 191 219 233;
  --colors-tag-bg-hover: 0 0 0;
  --colors-tag-border: 0 0 0;
  --colors-tag-border-hover: 0 0 0;
  --colors-tag-fg: 0 0 0;
  --colors-tag-fg-hover: 191 219 233;
  --colors-tag-icon: 0 0 0;
  --colors-tag-icon-hover: 191 219 233;
  --colors-elements-accordion: 255 255 255;
  --colors-elements-tooltip: 255 255 255;
  --colors-accordion-bg: 255 255 255;
  --colors-accordion-border: 191 219 233;
  --colors-accordion-fg: 0 112 167;
}

.lightBlue-accordion {
  --colors-base: 255 255 255;
  --colors-fg: 0 0 0;
  --colors-quote: 0 0 0;
  --colors-head: 0 0 0;
  --colors-label: 77 77 77;
  --colors-highlight: 0 112 167;
  --colors-caption: 77 77 77;
  --colors-separator: 191 219 233;
  --colors-focus: 0 0 0;
  --colors-link: 0 0 0;
  --colors-link-hover: 0 112 167;
  --colors-link-icon: 0 0 0;
  --colors-link-icon-hover: 0 112 167;
  --colors-link-underline: 0 0 0;
  --colors-link-underline-hover: 0 112 167;
  --colors-button-bg: 233 181 61;
  --colors-button-bg-hover: 0 112 167;
  --colors-button-border: 233 181 61;
  --colors-button-border-hover: 0 112 167;
  --colors-button-fg: 0 0 0;
  --colors-button-fg-hover: 255 255 255;
  --colors-button-icon: 0 0 0;
  --colors-button-icon-hover: 255 255 255;
  --colors-button-open-bg: 0 0 0;
  --colors-button-open-bg-hover: 0 0 0;
  --colors-button-open-border: 0 0 0;
  --colors-button-open-border-hover: 0 0 0;
  --colors-button-open-fg: 0 0 0;
  --colors-button-open-fg-hover: 255 255 255;
  --colors-button-open-icon: 0 0 0;
  --colors-button-open-icon-hover: 255 255 255;
  --colors-button-tertiary-bg: 0 112 167;
  --colors-button-tertiary-bg-hover: 255 255 255;
  --colors-button-tertiary-border: 0 112 167;
  --colors-button-tertiary-border-hover: 255 255 255;
  --colors-button-tertiary-fg: 255 255 255;
  --colors-button-tertiary-fg-hover: 0 112 167;
  --colors-button-tertiary-icon: 255 255 255;
  --colors-button-tertiary-icon-hover: 0 112 167;
  --colors-form-input-bg: 255 255 255;
  --colors-form-input-border: 179 179 179;
  --colors-form-input-border-focus: 0 0 0;
  --colors-form-input-border-error: 204 51 51;
  --colors-form-input-fg: 0 0 0;
  --colors-form-input-placeholder: 0 0 0;
  --colors-form-input-placeholder-focus: 128 128 128;
  --colors-form-input-highlight: 0 0 0;
  --colors-form-input-highlight-focus: 128 128 128;
  --colors-form-select-bg: 255 255 255;
  --colors-form-select-border: 179 179 179;
  --colors-form-select-border-focus: 0 0 0;
  --colors-form-select-border-error: 204 51 51;
  --colors-form-select-fg: 0 0 0;
  --colors-form-select-placeholder: 0 0 0;
  --colors-form-select-placeholder-focus: 128 128 128;
  --colors-form-select-highlight: 0 0 0;
  --colors-form-select-highlight-focus: 128 128 128;
  --colors-form-option-fg: 0 0 0;
  --colors-form-option-fg-hover: 0 112 167;
  --colors-form-checkbox-bg: 255 255 255;
  --colors-form-checkbox-bg-checked: 0 112 167;
  --colors-form-checkbox-border: 179 179 179;
  --colors-form-checkbox-border-checked: 0 112 167;
  --colors-form-checkbox-fg: 0 112 167;
  --colors-form-radio-bg: 255 255 255;
  --colors-form-radio-bg-checked: 0 112 167;
  --colors-form-radio-border: 179 179 179;
  --colors-form-radio-border-checked: 0 112 167;
  --colors-form-radio-fg: 0 112 167;
  --colors-form-file-button-bg: 244 241 233;
  --colors-form-file-button-bg-hover: 0 0 0;
  --colors-form-file-button-border: 244 241 233;
  --colors-form-file-button-border-hover: 0 0 0;
  --colors-form-file-button-fg: 0 0 0;
  --colors-form-file-button-fg-hover: 255 255 255;
  --colors-form-file-button-icon: 0 0 0;
  --colors-form-file-button-icon-hover: 255 255 255;
  --colors-form-error: 204 51 51;
  --colors-slider-button-bg: 255 255 255;
  --colors-slider-button-bg-hover: 0 0 0;
  --colors-slider-button-border: 255 255 255;
  --colors-slider-button-border-hover: 0 0 0;
  --colors-slider-button-fg: 0 0 0;
  --colors-slider-button-fg-hover: 255 255 255;
  --colors-slider-button-icon: 0 0 0;
  --colors-slider-button-icon-hover: 255 255 255;
  --colors-tab-line: 255 255 255;
  --colors-tab-line-active: 0 0 0;
  --colors-tag-bg: 255 255 255;
  --colors-tag-bg-hover: 0 0 0;
  --colors-tag-border: 0 0 0;
  --colors-tag-border-hover: 0 0 0;
  --colors-tag-fg: 0 0 0;
  --colors-tag-fg-hover: 255 255 255;
  --colors-tag-icon: 0 0 0;
  --colors-tag-icon-hover: 255 255 255;
  --colors-elements-accordion: 255 255 255;
  --colors-elements-tooltip: lightGray;
}

.lightBlue-tooltip {
  --colors-base: 255 255 255;
  --colors-fg: 0 0 0;
  --colors-quote: 0 0 0;
  --colors-head: 0 0 0;
  --colors-label: 77 77 77;
  --colors-highlight: 0 112 167;
  --colors-caption: 77 77 77;
  --colors-separator: 191 219 233;
  --colors-focus: 0 0 0;
  --colors-link: 0 0 0;
  --colors-link-hover: 0 112 167;
  --colors-link-icon: 0 0 0;
  --colors-link-icon-hover: 0 112 167;
  --colors-link-underline: 0 0 0;
  --colors-link-underline-hover: 0 112 167;
  --colors-button-bg: 233 181 61;
  --colors-button-bg-hover: 0 112 167;
  --colors-button-border: 233 181 61;
  --colors-button-border-hover: 0 112 167;
  --colors-button-fg: 0 0 0;
  --colors-button-fg-hover: 255 255 255;
  --colors-button-icon: 0 0 0;
  --colors-button-icon-hover: 255 255 255;
  --colors-button-open-bg: 0 0 0;
  --colors-button-open-bg-hover: 0 0 0;
  --colors-button-open-border: 0 0 0;
  --colors-button-open-border-hover: 0 0 0;
  --colors-button-open-fg: 0 0 0;
  --colors-button-open-fg-hover: 255 255 255;
  --colors-button-open-icon: 0 0 0;
  --colors-button-open-icon-hover: 255 255 255;
  --colors-button-tertiary-bg: 0 112 167;
  --colors-button-tertiary-bg-hover: 255 255 255;
  --colors-button-tertiary-border: 0 112 167;
  --colors-button-tertiary-border-hover: 255 255 255;
  --colors-button-tertiary-fg: 255 255 255;
  --colors-button-tertiary-fg-hover: 0 112 167;
  --colors-button-tertiary-icon: 255 255 255;
  --colors-button-tertiary-icon-hover: 0 112 167;
  --colors-form-input-bg: 255 255 255;
  --colors-form-input-border: 179 179 179;
  --colors-form-input-border-focus: 0 0 0;
  --colors-form-input-border-error: 204 51 51;
  --colors-form-input-fg: 0 0 0;
  --colors-form-input-placeholder: 0 0 0;
  --colors-form-input-placeholder-focus: 128 128 128;
  --colors-form-input-highlight: 0 0 0;
  --colors-form-input-highlight-focus: 128 128 128;
  --colors-form-select-bg: 255 255 255;
  --colors-form-select-border: 179 179 179;
  --colors-form-select-border-focus: 0 0 0;
  --colors-form-select-border-error: 204 51 51;
  --colors-form-select-fg: 0 0 0;
  --colors-form-select-placeholder: 0 0 0;
  --colors-form-select-placeholder-focus: 128 128 128;
  --colors-form-select-highlight: 0 0 0;
  --colors-form-select-highlight-focus: 128 128 128;
  --colors-form-option-fg: 0 0 0;
  --colors-form-option-fg-hover: 0 112 167;
  --colors-form-checkbox-bg: 255 255 255;
  --colors-form-checkbox-bg-checked: 0 112 167;
  --colors-form-checkbox-border: 179 179 179;
  --colors-form-checkbox-border-checked: 0 112 167;
  --colors-form-checkbox-fg: 0 112 167;
  --colors-form-radio-bg: 255 255 255;
  --colors-form-radio-bg-checked: 0 112 167;
  --colors-form-radio-border: 179 179 179;
  --colors-form-radio-border-checked: 0 112 167;
  --colors-form-radio-fg: 0 112 167;
  --colors-form-file-button-bg: 244 241 233;
  --colors-form-file-button-bg-hover: 0 0 0;
  --colors-form-file-button-border: 244 241 233;
  --colors-form-file-button-border-hover: 0 0 0;
  --colors-form-file-button-fg: 0 0 0;
  --colors-form-file-button-fg-hover: 255 255 255;
  --colors-form-file-button-icon: 0 0 0;
  --colors-form-file-button-icon-hover: 255 255 255;
  --colors-form-error: 204 51 51;
  --colors-slider-button-bg: 255 255 255;
  --colors-slider-button-bg-hover: 0 0 0;
  --colors-slider-button-border: 255 255 255;
  --colors-slider-button-border-hover: 0 0 0;
  --colors-slider-button-fg: 0 0 0;
  --colors-slider-button-fg-hover: 255 255 255;
  --colors-slider-button-icon: 0 0 0;
  --colors-slider-button-icon-hover: 255 255 255;
  --colors-tab-line: 255 255 255;
  --colors-tab-line-active: 0 0 0;
  --colors-tag-bg: 255 255 255;
  --colors-tag-bg-hover: 0 0 0;
  --colors-tag-border: 0 0 0;
  --colors-tag-border-hover: 0 0 0;
  --colors-tag-fg: 0 0 0;
  --colors-tag-fg-hover: 255 255 255;
  --colors-tag-icon: 0 0 0;
  --colors-tag-icon-hover: 255 255 255;
  --colors-elements-accordion: 255 255 255;
  --colors-elements-tooltip: lightGray;
}

.blue {
  --colors-base: 0 112 167;
  --colors-fg: 255 255 255;
  --colors-quote: 255 255 255;
  --colors-head: 255 255 255;
  --colors-label: 179 212 229;
  --colors-highlight: 255 255 255;
  --colors-caption: 179 212 229;
  --colors-separator: 51 141 185;
  --colors-focus: 255 255 255;
  --colors-link: 255 255 255;
  --colors-link-hover: 230 241 246;
  --colors-link-icon: 255 255 255;
  --colors-link-icon-hover: 230 241 246;
  --colors-link-underline: 255 255 255;
  --colors-link-underline-hover: 230 241 246;
  --colors-button-bg: 255 255 255;
  --colors-button-bg-hover: 0 112 167;
  --colors-button-border: 255 255 255;
  --colors-button-border-hover: 255 255 255;
  --colors-button-fg: 0 112 167;
  --colors-button-fg-hover: 255 255 255;
  --colors-button-icon: 0 112 167;
  --colors-button-icon-hover: 255 255 255;
  --colors-button-open-bg: 0 0 0;
  --colors-button-open-bg-hover: 255 255 255;
  --colors-button-open-border: 255 255 255;
  --colors-button-open-border-hover: 255 255 255;
  --colors-button-open-fg: 255 255 255;
  --colors-button-open-fg-hover: 0 112 167;
  --colors-button-open-icon: 255 255 255;
  --colors-button-open-icon-hover: 0 112 167;
  --colors-button-tertiary-bg: 233 181 61;
  --colors-button-tertiary-bg-hover: 0 0 0;
  --colors-button-tertiary-border: 233 181 61;
  --colors-button-tertiary-border-hover: 0 0 0;
  --colors-button-tertiary-fg: 0 0 0;
  --colors-button-tertiary-fg-hover: 233 181 61;
  --colors-button-tertiary-icon: 0 0 0;
  --colors-button-tertiary-icon-hover: 233 181 61;
  --colors-form-input-bg: 255 255 255;
  --colors-form-input-border: 179 179 179;
  --colors-form-input-border-focus: 0 0 0;
  --colors-form-input-border-error: 204 51 51;
  --colors-form-input-fg: 0 0 0;
  --colors-form-input-placeholder: 0 0 0;
  --colors-form-input-placeholder-focus: 128 128 128;
  --colors-form-input-highlight: 0 0 0;
  --colors-form-input-highlight-focus: 128 128 128;
  --colors-form-select-bg: 255 255 255;
  --colors-form-select-border: 179 179 179;
  --colors-form-select-border-focus: 0 0 0;
  --colors-form-select-border-error: 204 51 51;
  --colors-form-select-fg: 0 0 0;
  --colors-form-select-placeholder: 0 0 0;
  --colors-form-select-placeholder-focus: 128 128 128;
  --colors-form-select-highlight: 0 0 0;
  --colors-form-select-highlight-focus: 128 128 128;
  --colors-form-option-fg: 0 0 0;
  --colors-form-option-fg-hover: 0 112 167;
  --colors-form-checkbox-bg: 255 255 255;
  --colors-form-checkbox-bg-checked: 0 112 167;
  --colors-form-checkbox-border: 179 179 179;
  --colors-form-checkbox-border-checked: 0 112 167;
  --colors-form-checkbox-fg: 0 112 167;
  --colors-form-radio-bg: 255 255 255;
  --colors-form-radio-bg-checked: 0 112 167;
  --colors-form-radio-border: 179 179 179;
  --colors-form-radio-border-checked: 0 112 167;
  --colors-form-radio-fg: 0 112 167;
  --colors-form-file-button-bg: 244 241 233;
  --colors-form-file-button-bg-hover: 0 0 0;
  --colors-form-file-button-border: 244 241 233;
  --colors-form-file-button-border-hover: 0 0 0;
  --colors-form-file-button-fg: 0 0 0;
  --colors-form-file-button-fg-hover: 255 255 255;
  --colors-form-file-button-icon: 0 0 0;
  --colors-form-file-button-icon-hover: 255 255 255;
  --colors-form-error: 204 51 51;
  --colors-slider-button-bg: 0 112 167;
  --colors-slider-button-bg-hover: 255 255 255;
  --colors-slider-button-border: 0 112 167;
  --colors-slider-button-border-hover: 255 255 255;
  --colors-slider-button-fg: 255 255 255;
  --colors-slider-button-fg-hover: 0 112 167;
  --colors-slider-button-icon: 255 255 255;
  --colors-slider-button-icon-hover: 0 112 167;
  --colors-tab-line: 0 112 167;
  --colors-tab-line-active: 255 255 255;
  --colors-tag-bg: 0 112 167;
  --colors-tag-bg-hover: 255 255 255;
  --colors-tag-border: 255 255 255;
  --colors-tag-border-hover: 255 255 255;
  --colors-tag-fg: 255 255 255;
  --colors-tag-fg-hover: 0 112 167;
  --colors-tag-icon: 255 255 255;
  --colors-tag-icon-hover: 0 112 167;
  --colors-elements-accordion: 255 255 255;
  --colors-elements-tooltip: 255 255 255;
}

.blue-accordion {
  --colors-base: 255 255 255;
  --colors-fg: 0 0 0;
  --colors-quote: 0 0 0;
  --colors-head: 0 0 0;
  --colors-label: 77 77 77;
  --colors-highlight: 0 112 167;
  --colors-caption: 77 77 77;
  --colors-separator: 191 219 233;
  --colors-focus: 0 0 0;
  --colors-link: 0 0 0;
  --colors-link-hover: 0 112 167;
  --colors-link-icon: 0 0 0;
  --colors-link-icon-hover: 0 112 167;
  --colors-link-underline: 0 0 0;
  --colors-link-underline-hover: 0 112 167;
  --colors-button-bg: 233 181 61;
  --colors-button-bg-hover: 0 112 167;
  --colors-button-border: 233 181 61;
  --colors-button-border-hover: 0 112 167;
  --colors-button-fg: 0 0 0;
  --colors-button-fg-hover: 255 255 255;
  --colors-button-icon: 0 0 0;
  --colors-button-icon-hover: 255 255 255;
  --colors-button-open-bg: 0 0 0;
  --colors-button-open-bg-hover: 0 0 0;
  --colors-button-open-border: 0 0 0;
  --colors-button-open-border-hover: 0 0 0;
  --colors-button-open-fg: 0 0 0;
  --colors-button-open-fg-hover: 255 255 255;
  --colors-button-open-icon: 0 0 0;
  --colors-button-open-icon-hover: 255 255 255;
  --colors-button-tertiary-bg: 0 112 167;
  --colors-button-tertiary-bg-hover: 255 255 255;
  --colors-button-tertiary-border: 0 112 167;
  --colors-button-tertiary-border-hover: 255 255 255;
  --colors-button-tertiary-fg: 255 255 255;
  --colors-button-tertiary-fg-hover: 0 112 167;
  --colors-button-tertiary-icon: 255 255 255;
  --colors-button-tertiary-icon-hover: 0 112 167;
  --colors-form-input-bg: 255 255 255;
  --colors-form-input-border: 179 179 179;
  --colors-form-input-border-focus: 0 0 0;
  --colors-form-input-border-error: 204 51 51;
  --colors-form-input-fg: 0 0 0;
  --colors-form-input-placeholder: 0 0 0;
  --colors-form-input-placeholder-focus: 128 128 128;
  --colors-form-input-highlight: 0 0 0;
  --colors-form-input-highlight-focus: 128 128 128;
  --colors-form-select-bg: 255 255 255;
  --colors-form-select-border: 179 179 179;
  --colors-form-select-border-focus: 0 0 0;
  --colors-form-select-border-error: 204 51 51;
  --colors-form-select-fg: 0 0 0;
  --colors-form-select-placeholder: 0 0 0;
  --colors-form-select-placeholder-focus: 128 128 128;
  --colors-form-select-highlight: 0 0 0;
  --colors-form-select-highlight-focus: 128 128 128;
  --colors-form-option-fg: 0 0 0;
  --colors-form-option-fg-hover: 0 112 167;
  --colors-form-checkbox-bg: 255 255 255;
  --colors-form-checkbox-bg-checked: 0 112 167;
  --colors-form-checkbox-border: 179 179 179;
  --colors-form-checkbox-border-checked: 0 112 167;
  --colors-form-checkbox-fg: 0 112 167;
  --colors-form-radio-bg: 255 255 255;
  --colors-form-radio-bg-checked: 0 112 167;
  --colors-form-radio-border: 179 179 179;
  --colors-form-radio-border-checked: 0 112 167;
  --colors-form-radio-fg: 0 112 167;
  --colors-form-file-button-bg: 244 241 233;
  --colors-form-file-button-bg-hover: 0 0 0;
  --colors-form-file-button-border: 244 241 233;
  --colors-form-file-button-border-hover: 0 0 0;
  --colors-form-file-button-fg: 0 0 0;
  --colors-form-file-button-fg-hover: 255 255 255;
  --colors-form-file-button-icon: 0 0 0;
  --colors-form-file-button-icon-hover: 255 255 255;
  --colors-form-error: 204 51 51;
  --colors-slider-button-bg: 255 255 255;
  --colors-slider-button-bg-hover: 0 0 0;
  --colors-slider-button-border: 255 255 255;
  --colors-slider-button-border-hover: 0 0 0;
  --colors-slider-button-fg: 0 0 0;
  --colors-slider-button-fg-hover: 255 255 255;
  --colors-slider-button-icon: 0 0 0;
  --colors-slider-button-icon-hover: 255 255 255;
  --colors-tab-line: 255 255 255;
  --colors-tab-line-active: 0 0 0;
  --colors-tag-bg: 255 255 255;
  --colors-tag-bg-hover: 0 0 0;
  --colors-tag-border: 0 0 0;
  --colors-tag-border-hover: 0 0 0;
  --colors-tag-fg: 0 0 0;
  --colors-tag-fg-hover: 255 255 255;
  --colors-tag-icon: 0 0 0;
  --colors-tag-icon-hover: 255 255 255;
  --colors-elements-accordion: 255 255 255;
  --colors-elements-tooltip: lightGray;
}

.blue-tooltip {
  --colors-base: 255 255 255;
  --colors-fg: 0 0 0;
  --colors-quote: 0 0 0;
  --colors-head: 0 0 0;
  --colors-label: 77 77 77;
  --colors-highlight: 0 112 167;
  --colors-caption: 77 77 77;
  --colors-separator: 191 219 233;
  --colors-focus: 0 0 0;
  --colors-link: 0 0 0;
  --colors-link-hover: 0 112 167;
  --colors-link-icon: 0 0 0;
  --colors-link-icon-hover: 0 112 167;
  --colors-link-underline: 0 0 0;
  --colors-link-underline-hover: 0 112 167;
  --colors-button-bg: 233 181 61;
  --colors-button-bg-hover: 0 112 167;
  --colors-button-border: 233 181 61;
  --colors-button-border-hover: 0 112 167;
  --colors-button-fg: 0 0 0;
  --colors-button-fg-hover: 255 255 255;
  --colors-button-icon: 0 0 0;
  --colors-button-icon-hover: 255 255 255;
  --colors-button-open-bg: 0 0 0;
  --colors-button-open-bg-hover: 0 0 0;
  --colors-button-open-border: 0 0 0;
  --colors-button-open-border-hover: 0 0 0;
  --colors-button-open-fg: 0 0 0;
  --colors-button-open-fg-hover: 255 255 255;
  --colors-button-open-icon: 0 0 0;
  --colors-button-open-icon-hover: 255 255 255;
  --colors-button-tertiary-bg: 0 112 167;
  --colors-button-tertiary-bg-hover: 255 255 255;
  --colors-button-tertiary-border: 0 112 167;
  --colors-button-tertiary-border-hover: 255 255 255;
  --colors-button-tertiary-fg: 255 255 255;
  --colors-button-tertiary-fg-hover: 0 112 167;
  --colors-button-tertiary-icon: 255 255 255;
  --colors-button-tertiary-icon-hover: 0 112 167;
  --colors-form-input-bg: 255 255 255;
  --colors-form-input-border: 179 179 179;
  --colors-form-input-border-focus: 0 0 0;
  --colors-form-input-border-error: 204 51 51;
  --colors-form-input-fg: 0 0 0;
  --colors-form-input-placeholder: 0 0 0;
  --colors-form-input-placeholder-focus: 128 128 128;
  --colors-form-input-highlight: 0 0 0;
  --colors-form-input-highlight-focus: 128 128 128;
  --colors-form-select-bg: 255 255 255;
  --colors-form-select-border: 179 179 179;
  --colors-form-select-border-focus: 0 0 0;
  --colors-form-select-border-error: 204 51 51;
  --colors-form-select-fg: 0 0 0;
  --colors-form-select-placeholder: 0 0 0;
  --colors-form-select-placeholder-focus: 128 128 128;
  --colors-form-select-highlight: 0 0 0;
  --colors-form-select-highlight-focus: 128 128 128;
  --colors-form-option-fg: 0 0 0;
  --colors-form-option-fg-hover: 0 112 167;
  --colors-form-checkbox-bg: 255 255 255;
  --colors-form-checkbox-bg-checked: 0 112 167;
  --colors-form-checkbox-border: 179 179 179;
  --colors-form-checkbox-border-checked: 0 112 167;
  --colors-form-checkbox-fg: 0 112 167;
  --colors-form-radio-bg: 255 255 255;
  --colors-form-radio-bg-checked: 0 112 167;
  --colors-form-radio-border: 179 179 179;
  --colors-form-radio-border-checked: 0 112 167;
  --colors-form-radio-fg: 0 112 167;
  --colors-form-file-button-bg: 244 241 233;
  --colors-form-file-button-bg-hover: 0 0 0;
  --colors-form-file-button-border: 244 241 233;
  --colors-form-file-button-border-hover: 0 0 0;
  --colors-form-file-button-fg: 0 0 0;
  --colors-form-file-button-fg-hover: 255 255 255;
  --colors-form-file-button-icon: 0 0 0;
  --colors-form-file-button-icon-hover: 255 255 255;
  --colors-form-error: 204 51 51;
  --colors-slider-button-bg: 255 255 255;
  --colors-slider-button-bg-hover: 0 0 0;
  --colors-slider-button-border: 255 255 255;
  --colors-slider-button-border-hover: 0 0 0;
  --colors-slider-button-fg: 0 0 0;
  --colors-slider-button-fg-hover: 255 255 255;
  --colors-slider-button-icon: 0 0 0;
  --colors-slider-button-icon-hover: 255 255 255;
  --colors-tab-line: 255 255 255;
  --colors-tab-line-active: 0 0 0;
  --colors-tag-bg: 255 255 255;
  --colors-tag-bg-hover: 0 0 0;
  --colors-tag-border: 0 0 0;
  --colors-tag-border-hover: 0 0 0;
  --colors-tag-fg: 0 0 0;
  --colors-tag-fg-hover: 255 255 255;
  --colors-tag-icon: 0 0 0;
  --colors-tag-icon-hover: 255 255 255;
  --colors-elements-accordion: 255 255 255;
  --colors-elements-tooltip: lightGray;
}

.yellow {
  --colors-base: 233 181 61;
  --colors-fg: 0 0 0;
  --colors-quote: 0 0 0;
  --colors-head: 0 0 0;
  --colors-label: 70 54 18;
  --colors-highlight: 0 112 167;
  --colors-caption: 70 54 18;
  --colors-separator: 186 145 49;
  --colors-focus: 0 0 0;
  --colors-link: 0 0 0;
  --colors-link-hover: 0 112 167;
  --colors-link-icon: 0 0 0;
  --colors-link-icon-hover: 0 112 167;
  --colors-link-underline: 0 0 0;
  --colors-link-underline-hover: 0 112 167;
  --colors-button-bg: 0 0 0;
  --colors-button-bg-hover: 233 181 61;
  --colors-button-border: 0 0 0;
  --colors-button-border-hover: 0 0 0;
  --colors-button-fg: 233 181 61;
  --colors-button-fg-hover: 0 0 0;
  --colors-button-icon: 233 181 61;
  --colors-button-icon-hover: 0 0 0;
  --colors-button-open-bg: 0 0 0;
  --colors-button-open-bg-hover: 0 0 0;
  --colors-button-open-border: 0 0 0;
  --colors-button-open-border-hover: 0 0 0;
  --colors-button-open-fg: 0 0 0;
  --colors-button-open-fg-hover: 233 181 61;
  --colors-button-open-icon: 0 0 0;
  --colors-button-open-icon-hover: 233 181 61;
  --colors-button-tertiary-bg: 0 112 167;
  --colors-button-tertiary-bg-hover: 255 255 255;
  --colors-button-tertiary-border: 0 112 167;
  --colors-button-tertiary-border-hover: 255 255 255;
  --colors-button-tertiary-fg: 255 255 255;
  --colors-button-tertiary-fg-hover: 0 112 167;
  --colors-button-tertiary-icon: 255 255 255;
  --colors-button-tertiary-icon-hover: 0 112 167;
  --colors-form-input-bg: 255 255 255;
  --colors-form-input-border: 179 179 179;
  --colors-form-input-border-focus: 0 0 0;
  --colors-form-input-border-error: 204 51 51;
  --colors-form-input-fg: 0 0 0;
  --colors-form-input-placeholder: 0 0 0;
  --colors-form-input-placeholder-focus: 128 128 128;
  --colors-form-input-highlight: 0 0 0;
  --colors-form-input-highlight-focus: 128 128 128;
  --colors-form-select-bg: 255 255 255;
  --colors-form-select-border: 179 179 179;
  --colors-form-select-border-focus: 0 0 0;
  --colors-form-select-border-error: 204 51 51;
  --colors-form-select-fg: 0 0 0;
  --colors-form-select-placeholder: 0 0 0;
  --colors-form-select-placeholder-focus: 128 128 128;
  --colors-form-select-highlight: 0 0 0;
  --colors-form-select-highlight-focus: 128 128 128;
  --colors-form-option-fg: 0 0 0;
  --colors-form-option-fg-hover: 0 112 167;
  --colors-form-checkbox-bg: 255 255 255;
  --colors-form-checkbox-bg-checked: 0 112 167;
  --colors-form-checkbox-border: 179 179 179;
  --colors-form-checkbox-border-checked: 0 112 167;
  --colors-form-checkbox-fg: 0 112 167;
  --colors-form-radio-bg: 255 255 255;
  --colors-form-radio-bg-checked: 0 112 167;
  --colors-form-radio-border: 179 179 179;
  --colors-form-radio-border-checked: 0 112 167;
  --colors-form-radio-fg: 0 112 167;
  --colors-form-file-button-bg: 244 241 233;
  --colors-form-file-button-bg-hover: 0 0 0;
  --colors-form-file-button-border: 244 241 233;
  --colors-form-file-button-border-hover: 0 0 0;
  --colors-form-file-button-fg: 0 0 0;
  --colors-form-file-button-fg-hover: 255 255 255;
  --colors-form-file-button-icon: 0 0 0;
  --colors-form-file-button-icon-hover: 255 255 255;
  --colors-form-error: 204 51 51;
  --colors-slider-button-bg: 233 181 61;
  --colors-slider-button-bg-hover: 0 0 0;
  --colors-slider-button-border: 233 181 61;
  --colors-slider-button-border-hover: 0 0 0;
  --colors-slider-button-fg: 0 0 0;
  --colors-slider-button-fg-hover: 233 181 61;
  --colors-slider-button-icon: 0 0 0;
  --colors-slider-button-icon-hover: 233 181 61;
  --colors-tab-line: 233 181 61;
  --colors-tab-line-active: 0 0 0;
  --colors-tag-bg: 214 167 56;
  --colors-tag-bg-hover: 0 0 0;
  --colors-tag-border: 214 167 56;
  --colors-tag-border-hover: 0 0 0;
  --colors-tag-fg: 0 0 0;
  --colors-tag-fg-hover: 233 181 61;
  --colors-tag-icon: 0 0 0;
  --colors-tag-icon-hover: 233 181 61;
  --colors-elements-accordion: 255 255 255;
  --colors-elements-tooltip: 255 255 255;
}

.yellow-accordion {
  --colors-base: 255 255 255;
  --colors-fg: 0 0 0;
  --colors-quote: 0 0 0;
  --colors-head: 0 0 0;
  --colors-label: 77 77 77;
  --colors-highlight: 0 112 167;
  --colors-caption: 77 77 77;
  --colors-separator: 191 219 233;
  --colors-focus: 0 0 0;
  --colors-link: 0 0 0;
  --colors-link-hover: 0 112 167;
  --colors-link-icon: 0 0 0;
  --colors-link-icon-hover: 0 112 167;
  --colors-link-underline: 0 0 0;
  --colors-link-underline-hover: 0 112 167;
  --colors-button-bg: 233 181 61;
  --colors-button-bg-hover: 0 112 167;
  --colors-button-border: 233 181 61;
  --colors-button-border-hover: 0 112 167;
  --colors-button-fg: 0 0 0;
  --colors-button-fg-hover: 255 255 255;
  --colors-button-icon: 0 0 0;
  --colors-button-icon-hover: 255 255 255;
  --colors-button-open-bg: 0 0 0;
  --colors-button-open-bg-hover: 0 0 0;
  --colors-button-open-border: 0 0 0;
  --colors-button-open-border-hover: 0 0 0;
  --colors-button-open-fg: 0 0 0;
  --colors-button-open-fg-hover: 255 255 255;
  --colors-button-open-icon: 0 0 0;
  --colors-button-open-icon-hover: 255 255 255;
  --colors-button-tertiary-bg: 0 112 167;
  --colors-button-tertiary-bg-hover: 255 255 255;
  --colors-button-tertiary-border: 0 112 167;
  --colors-button-tertiary-border-hover: 255 255 255;
  --colors-button-tertiary-fg: 255 255 255;
  --colors-button-tertiary-fg-hover: 0 112 167;
  --colors-button-tertiary-icon: 255 255 255;
  --colors-button-tertiary-icon-hover: 0 112 167;
  --colors-form-input-bg: 255 255 255;
  --colors-form-input-border: 179 179 179;
  --colors-form-input-border-focus: 0 0 0;
  --colors-form-input-border-error: 204 51 51;
  --colors-form-input-fg: 0 0 0;
  --colors-form-input-placeholder: 0 0 0;
  --colors-form-input-placeholder-focus: 128 128 128;
  --colors-form-input-highlight: 0 0 0;
  --colors-form-input-highlight-focus: 128 128 128;
  --colors-form-select-bg: 255 255 255;
  --colors-form-select-border: 179 179 179;
  --colors-form-select-border-focus: 0 0 0;
  --colors-form-select-border-error: 204 51 51;
  --colors-form-select-fg: 0 0 0;
  --colors-form-select-placeholder: 0 0 0;
  --colors-form-select-placeholder-focus: 128 128 128;
  --colors-form-select-highlight: 0 0 0;
  --colors-form-select-highlight-focus: 128 128 128;
  --colors-form-option-fg: 0 0 0;
  --colors-form-option-fg-hover: 0 112 167;
  --colors-form-checkbox-bg: 255 255 255;
  --colors-form-checkbox-bg-checked: 0 112 167;
  --colors-form-checkbox-border: 179 179 179;
  --colors-form-checkbox-border-checked: 0 112 167;
  --colors-form-checkbox-fg: 0 112 167;
  --colors-form-radio-bg: 255 255 255;
  --colors-form-radio-bg-checked: 0 112 167;
  --colors-form-radio-border: 179 179 179;
  --colors-form-radio-border-checked: 0 112 167;
  --colors-form-radio-fg: 0 112 167;
  --colors-form-file-button-bg: 244 241 233;
  --colors-form-file-button-bg-hover: 0 0 0;
  --colors-form-file-button-border: 244 241 233;
  --colors-form-file-button-border-hover: 0 0 0;
  --colors-form-file-button-fg: 0 0 0;
  --colors-form-file-button-fg-hover: 255 255 255;
  --colors-form-file-button-icon: 0 0 0;
  --colors-form-file-button-icon-hover: 255 255 255;
  --colors-form-error: 204 51 51;
  --colors-slider-button-bg: 255 255 255;
  --colors-slider-button-bg-hover: 0 0 0;
  --colors-slider-button-border: 255 255 255;
  --colors-slider-button-border-hover: 0 0 0;
  --colors-slider-button-fg: 0 0 0;
  --colors-slider-button-fg-hover: 255 255 255;
  --colors-slider-button-icon: 0 0 0;
  --colors-slider-button-icon-hover: 255 255 255;
  --colors-tab-line: 255 255 255;
  --colors-tab-line-active: 0 0 0;
  --colors-tag-bg: 255 255 255;
  --colors-tag-bg-hover: 0 0 0;
  --colors-tag-border: 0 0 0;
  --colors-tag-border-hover: 0 0 0;
  --colors-tag-fg: 0 0 0;
  --colors-tag-fg-hover: 255 255 255;
  --colors-tag-icon: 0 0 0;
  --colors-tag-icon-hover: 255 255 255;
  --colors-elements-accordion: 255 255 255;
  --colors-elements-tooltip: lightGray;
}

.yellow-tooltip {
  --colors-base: 255 255 255;
  --colors-fg: 0 0 0;
  --colors-quote: 0 0 0;
  --colors-head: 0 0 0;
  --colors-label: 77 77 77;
  --colors-highlight: 0 112 167;
  --colors-caption: 77 77 77;
  --colors-separator: 191 219 233;
  --colors-focus: 0 0 0;
  --colors-link: 0 0 0;
  --colors-link-hover: 0 112 167;
  --colors-link-icon: 0 0 0;
  --colors-link-icon-hover: 0 112 167;
  --colors-link-underline: 0 0 0;
  --colors-link-underline-hover: 0 112 167;
  --colors-button-bg: 233 181 61;
  --colors-button-bg-hover: 0 112 167;
  --colors-button-border: 233 181 61;
  --colors-button-border-hover: 0 112 167;
  --colors-button-fg: 0 0 0;
  --colors-button-fg-hover: 255 255 255;
  --colors-button-icon: 0 0 0;
  --colors-button-icon-hover: 255 255 255;
  --colors-button-open-bg: 0 0 0;
  --colors-button-open-bg-hover: 0 0 0;
  --colors-button-open-border: 0 0 0;
  --colors-button-open-border-hover: 0 0 0;
  --colors-button-open-fg: 0 0 0;
  --colors-button-open-fg-hover: 255 255 255;
  --colors-button-open-icon: 0 0 0;
  --colors-button-open-icon-hover: 255 255 255;
  --colors-button-tertiary-bg: 0 112 167;
  --colors-button-tertiary-bg-hover: 255 255 255;
  --colors-button-tertiary-border: 0 112 167;
  --colors-button-tertiary-border-hover: 255 255 255;
  --colors-button-tertiary-fg: 255 255 255;
  --colors-button-tertiary-fg-hover: 0 112 167;
  --colors-button-tertiary-icon: 255 255 255;
  --colors-button-tertiary-icon-hover: 0 112 167;
  --colors-form-input-bg: 255 255 255;
  --colors-form-input-border: 179 179 179;
  --colors-form-input-border-focus: 0 0 0;
  --colors-form-input-border-error: 204 51 51;
  --colors-form-input-fg: 0 0 0;
  --colors-form-input-placeholder: 0 0 0;
  --colors-form-input-placeholder-focus: 128 128 128;
  --colors-form-input-highlight: 0 0 0;
  --colors-form-input-highlight-focus: 128 128 128;
  --colors-form-select-bg: 255 255 255;
  --colors-form-select-border: 179 179 179;
  --colors-form-select-border-focus: 0 0 0;
  --colors-form-select-border-error: 204 51 51;
  --colors-form-select-fg: 0 0 0;
  --colors-form-select-placeholder: 0 0 0;
  --colors-form-select-placeholder-focus: 128 128 128;
  --colors-form-select-highlight: 0 0 0;
  --colors-form-select-highlight-focus: 128 128 128;
  --colors-form-option-fg: 0 0 0;
  --colors-form-option-fg-hover: 0 112 167;
  --colors-form-checkbox-bg: 255 255 255;
  --colors-form-checkbox-bg-checked: 0 112 167;
  --colors-form-checkbox-border: 179 179 179;
  --colors-form-checkbox-border-checked: 0 112 167;
  --colors-form-checkbox-fg: 0 112 167;
  --colors-form-radio-bg: 255 255 255;
  --colors-form-radio-bg-checked: 0 112 167;
  --colors-form-radio-border: 179 179 179;
  --colors-form-radio-border-checked: 0 112 167;
  --colors-form-radio-fg: 0 112 167;
  --colors-form-file-button-bg: 244 241 233;
  --colors-form-file-button-bg-hover: 0 0 0;
  --colors-form-file-button-border: 244 241 233;
  --colors-form-file-button-border-hover: 0 0 0;
  --colors-form-file-button-fg: 0 0 0;
  --colors-form-file-button-fg-hover: 255 255 255;
  --colors-form-file-button-icon: 0 0 0;
  --colors-form-file-button-icon-hover: 255 255 255;
  --colors-form-error: 204 51 51;
  --colors-slider-button-bg: 255 255 255;
  --colors-slider-button-bg-hover: 0 0 0;
  --colors-slider-button-border: 255 255 255;
  --colors-slider-button-border-hover: 0 0 0;
  --colors-slider-button-fg: 0 0 0;
  --colors-slider-button-fg-hover: 255 255 255;
  --colors-slider-button-icon: 0 0 0;
  --colors-slider-button-icon-hover: 255 255 255;
  --colors-tab-line: 255 255 255;
  --colors-tab-line-active: 0 0 0;
  --colors-tag-bg: 255 255 255;
  --colors-tag-bg-hover: 0 0 0;
  --colors-tag-border: 0 0 0;
  --colors-tag-border-hover: 0 0 0;
  --colors-tag-fg: 0 0 0;
  --colors-tag-fg-hover: 255 255 255;
  --colors-tag-icon: 0 0 0;
  --colors-tag-icon-hover: 255 255 255;
  --colors-elements-accordion: 255 255 255;
  --colors-elements-tooltip: lightGray;
}
  html {
  scroll-padding: clamp(2.25rem, 3.3333333333333335vw, 4rem);
  scroll-behavior: smooth;
  font-family: var(--wp--preset--font-family--brockmann, sans-serif);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

  mark {
    background-color: transparent;
  }

  strong {
    font-weight: 700;
  }

  [data-type="core/block"],
  [data-type="core/post-content"] {
  margin-top: 0 !important;
}

  [data-type="core/post-content"] > p {
  margin-top: 0;
  padding-left: clamp(1.5rem, 2.2222222222222223vw, 2.666666666666667rem);
  padding-right: clamp(1.5rem, 2.2222222222222223vw, 2.666666666666667rem);
  font-family: var(--wp--preset--font-family--brockmann, sans-serif);
  font-size: clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.357), 1.125rem);
}

  @media (min-width: 37.5em) {

  [data-type="core/post-content"] > p {
    padding-left: clamp(4.5rem, 6.666666666666667vw, 8rem);
    padding-right: clamp(4.5rem, 6.666666666666667vw, 8rem);
  }
}

  [data-type="core/post-content"] > p:not(:last-child) {
  margin-bottom: clamp(1.6875rem, 2.5vw, 3rem);
}

  [data-type="core/post-content"] > p:first-child {
  padding-top: clamp(4.5rem, 6.666666666666667vw, 8rem);
}

  [data-type="core/post-content"] > p:last-child {
  padding-bottom: clamp(4.5rem, 6.666666666666667vw, 8rem);
}
.container {
  width: 100%;
}
@media (min-width: 0em) {

  .container {
    max-width: 0em;
  }
}
@media (min-width: 20em) {

  .container {
    max-width: 20em;
  }
}
@media (min-width: 37.5em) {

  .container {
    max-width: 37.5em;
  }
}
@media (min-width: 56.25em) {

  .container {
    max-width: 56.25em;
  }
}
@media (min-width: 75em) {

  .container {
    max-width: 75em;
  }
}
@media (min-width: 93.75em) {

  .container {
    max-width: 93.75em;
  }
}
@media (min-width: 120em) {

  .container {
    max-width: 120em;
  }
}
.editor-visual-editor__post-title-wrapper {
  margin-left: clamp(1.125rem, 1.6666666666666667vw, 2rem) !important;
  margin-right: clamp(1.125rem, 1.6666666666666667vw, 2rem) !important;
  margin-top: clamp(2.25rem, 3.3333333333333335vw, 4rem) !important;
  margin-bottom: clamp(2.25rem, 3.3333333333333335vw, 4rem) !important;
}
.editor-post-title {
  text-align: center;
  font-family: var(--wp--preset--font-family--brockmann, sans-serif);
  font-size: clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.357), 1.125rem);
}
.wp-block-post-content,
  .wp-block-template-part {
  margin: 0 !important;
}
.mpQuestionTable {
  position: relative;
  padding-bottom: clamp(1.6875rem, 2.5vw, 3rem);
}
.mpFormLabel {
  position: relative;
  margin-bottom: clamp(0.1875rem, 0.2777777777777778vw, 0.33333333333333337rem);
}
.descriptionLabel {
  cursor: text;
  font-family: var(--wp--preset--font-family--brockmann, sans-serif);
  font-size: clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.357), 1.125rem);
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(var(--colors-fg) / var(--tw-text-opacity, 1));
}
.mpFormField {
  position: relative;
  width: 100%;
}
.mpFormField textarea {
  width: 100%;
  border-radius: clamp(0.1875rem, 0.2777777777777778vw, 0.33333333333333337rem);
  border-width: 0.0625rem;
  --tw-border-opacity: 1;
  border-color: rgb(var(--colors-form-input-border) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--colors-form-input-bg) / var(--tw-bg-opacity, 1));
  padding-left: clamp(1.125rem, 1.6666666666666667vw, 2rem);
  padding-right: clamp(1.125rem, 1.6666666666666667vw, 2rem);
  padding-top: clamp(0.75rem, 1.1111111111111112vw, 1.3333333333333335rem);
  padding-bottom: clamp(0.75rem, 1.1111111111111112vw, 1.3333333333333335rem);
  font-family: var(--wp--preset--font-family--brockmann, sans-serif);
  font-size: clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.357), 1.125rem);
  --tw-text-opacity: 1;
  color: rgb(var(--colors-form-input-fg) / var(--tw-text-opacity, 1));
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  outline-style: solid;
  outline-width: 0.1250rem;
  outline-offset: clamp(0.1875rem, 0.2777777777777778vw, 0.33333333333333337rem);
  outline-color: rgb(var(--colors-focus) / 0);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.mpFormField textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(var(--colors-form-input-border-focus) / var(--tw-border-opacity, 1));
  outline-color: rgb(var(--colors-focus) / 0);
}
.mpFormField textarea:focus-visible {
  outline-color: rgb(var(--colors-focus) / 1);
}
.mpFormField input[type="text"] {
  width: 100%;
  border-radius: clamp(0.1875rem, 0.2777777777777778vw, 0.33333333333333337rem);
  border-width: 0.0625rem;
  --tw-border-opacity: 1;
  border-color: rgb(var(--colors-form-input-border) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--colors-form-input-bg) / var(--tw-bg-opacity, 1));
  padding-left: clamp(1.125rem, 1.6666666666666667vw, 2rem);
  padding-right: clamp(1.125rem, 1.6666666666666667vw, 2rem);
  padding-top: clamp(0.75rem, 1.1111111111111112vw, 1.3333333333333335rem);
  padding-bottom: clamp(0.75rem, 1.1111111111111112vw, 1.3333333333333335rem);
  font-family: var(--wp--preset--font-family--brockmann, sans-serif);
  font-size: clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.357), 1.125rem);
  --tw-text-opacity: 1;
  color: rgb(var(--colors-form-input-fg) / var(--tw-text-opacity, 1));
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  outline-style: solid;
  outline-width: 0.1250rem;
  outline-offset: clamp(0.1875rem, 0.2777777777777778vw, 0.33333333333333337rem);
  outline-color: rgb(var(--colors-focus) / 0);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.mpFormField input[type="text"]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(var(--colors-form-input-border-focus) / var(--tw-border-opacity, 1));
  outline-color: rgb(var(--colors-focus) / 0);
}
.mpFormField input[type="text"]:focus-visible {
  outline-color: rgb(var(--colors-focus) / 1);
}
.mpFormField select {
  min-height: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: clamp(0.1875rem, 0.2777777777777778vw, 0.33333333333333337rem);
  border-width: 0.0625rem !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(var(--colors-form-select-border) / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--colors-form-select-bg) / var(--tw-bg-opacity, 1));
  padding-left: clamp(1.125rem, 1.6666666666666667vw, 2rem);
  padding-right: clamp(1.125rem, 1.6666666666666667vw, 2rem);
  padding-top: clamp(0.75rem, 1.1111111111111112vw, 1.3333333333333335rem);
  padding-bottom: clamp(0.75rem, 1.1111111111111112vw, 1.3333333333333335rem);
  font-family: var(--wp--preset--font-family--brockmann, sans-serif);
  font-size: clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.357), 1.125rem);
  --tw-text-opacity: 1;
  color: rgb(var(--colors-form-select-fg) / var(--tw-text-opacity, 1));
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  outline-style: solid;
  outline-width: 0.1250rem;
  outline-offset: clamp(0.1875rem, 0.2777777777777778vw, 0.33333333333333337rem);
  outline-color: rgb(var(--colors-focus) / 0);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.mpFormField select:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(var(--colors-form-select-border-focus) / var(--tw-border-opacity, 1)) !important;
  --tw-text-opacity: 1;
  color: rgb(var(--colors-fg) / var(--tw-text-opacity, 1));
  outline-color: rgb(var(--colors-focus) / 0);
}
.mpFormField select:focus-visible {
  outline-color: rgb(var(--colors-focus) / 1);
}
.mpQuestionTable.error input[type="text"] {
  --tw-border-opacity: 1;
  border-color: rgb(var(--colors-form-input-border-error) / var(--tw-border-opacity, 1));
}
.mpFormField .sublabel {
  position: absolute;
  bottom: 100%;
  right: 0;
  margin-bottom: clamp(0.1875rem, 0.2777777777777778vw, 0.33333333333333337rem);
  padding-bottom: clamp(0.1875rem, 0.2777777777777778vw, 0.33333333333333337rem);
  font-family: var(--wp--preset--font-family--brockmann, sans-serif);
  font-size: clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0), 0.875rem);
  --tw-text-opacity: 1;
  color: rgb(var(--colors-label) / var(--tw-text-opacity, 1));
  opacity: 0.7;
}
.mpErrorSummary {
  margin-bottom: clamp(1.6875rem, 2.5vw, 3rem);
  font-family: var(--wp--preset--font-family--brockmann, sans-serif);
  font-size: clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.357), 1.125rem);
  --tw-text-opacity: 1;
  color: rgb(var(--colors-fg) / var(--tw-text-opacity, 1));
}
.mpFormField ul {
  margin-top: calc(clamp(0.1875rem, 0.2777777777777778vw, 0.33333333333333337rem) * -1);
  list-style-type: none;
}
.mpFormField li {
  margin-bottom: clamp(0.1875rem, 0.2777777777777778vw, 0.33333333333333337rem);
}
.mpFormField li:last-child {
  margin-bottom: 0;
}
.mpErrorRow {
  position: absolute;
  bottom: clamp(0.375rem, 0.5555555555555556vw, 0.6666666666666667rem);
  left: 0;
}
.mpErrorRow .error {
  font-family: var(--wp--preset--font-family--brockmann, sans-serif);
  font-size: clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0), 0.875rem);
  --tw-text-opacity: 1;
  color: rgb(var(--colors-form-error) / var(--tw-text-opacity, 1));
}
.mpMultipleInput {
  display: none !important;
}
.mpMultipleLabel {
  position: relative;
  cursor: pointer;
  padding-top: clamp(0.1875rem, 0.2777777777777778vw, 0.33333333333333337rem);
  padding-bottom: clamp(0.1875rem, 0.2777777777777778vw, 0.33333333333333337rem);
  padding-left: clamp(1.6875rem, 2.5vw, 3rem);
  font-family: var(--wp--preset--font-family--brockmann, sans-serif);
  font-size: clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.357), 1.125rem);
  --tw-text-opacity: 1;
  color: rgb(var(--colors-form-input-fg) / var(--tw-text-opacity, 1));
}
.mpMultipleLabel::before {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  height: clamp(1.125rem, 1.6666666666666667vw, 2rem);
  width: clamp(1.125rem, 1.6666666666666667vw, 2rem);
  --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-width: 0.0625rem;
  --tw-border-opacity: 1;
  border-color: rgb(var(--colors-form-checkbox-border) / var(--tw-border-opacity, 1));
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(var(--colors-form-checkbox-bg) / var(--tw-bg-opacity, 1));
}
.mpMultipleInput[type="checkbox"] + .mpMultipleLabel::before {
  content: var(--tw-content);
  border-radius: clamp(0.1875rem, 0.2777777777777778vw, 0.33333333333333337rem);
}
.mpMultipleInput[type="checkbox"] + .mpMultipleLabel::after {
  position: absolute;
  left: clamp(0.5625rem, 0.8333333333333334vw, 1rem);
  top: clamp(0.75rem, 1.1111111111111112vw, 1.3333333333333335rem);
  display: block;
  height: clamp(0.5625rem, 0.8333333333333334vw, 1rem);
  width: clamp(0.375rem, 0.5555555555555556vw, 0.6666666666666667rem);
  --tw-translate-x: -50%;
  --tw-translate-y: -75%;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-bottom-width: clamp(0.140625rem, 0.20833333333333334vw, 0.25rem);
  border-left-width: 0;
  border-right-width: clamp(0.140625rem, 0.20833333333333334vw, 0.25rem);
  border-top-width: 0;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(var(--colors-form-checkbox-fg) / var(--tw-border-opacity, 1));
  content: var(--tw-content);
  opacity: 0;
}
.mpMultipleInput[type="radio"] + .mpMultipleLabel::before {
  content: var(--tw-content);
  border-radius: 9999px;
}
.mpMultipleInput[type="radio"] + .mpMultipleLabel::after {
  position: absolute;
  left: clamp(0.375rem, 0.5555555555555556vw, 0.6666666666666667rem);
  top: 50%;
  display: block;
  height: clamp(0.375rem, 0.5555555555555556vw, 0.6666666666666667rem);
  width: clamp(0.375rem, 0.5555555555555556vw, 0.6666666666666667rem);
  --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(var(--colors-form-radio-fg) / var(--tw-bg-opacity, 1));
  content: var(--tw-content);
  opacity: 0;
}
.mpMultipleInput:checked + .mpMultipleLabel::before {
  --tw-border-opacity: 1;
  border-color: rgb(var(--colors-form-checkbox-border-checked) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--colors-form-checkbox-bg-checked) / var(--tw-bg-opacity, 1));
  content: var(--tw-content);
  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;
}
.mpMultipleInput:checked + .mpMultipleLabel::after {
  opacity: 1;
  content: var(--tw-content);
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.mpOtherCustomInput {
  margin-top: clamp(0.375rem, 0.5555555555555556vw, 0.6666666666666667rem);
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.mpOtherCustomInput[disabled] {
  opacity: 0.3;
}
.mpFormText {
  font-family: var(--wp--preset--font-family--brockmann, sans-serif);
  font-size: clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.357), 1.125rem);
  --tw-text-opacity: 1;
  color: rgb(var(--colors-fg) / var(--tw-text-opacity, 1));
}
.mpFormText h2,
  .mpFormText h3,
  .mpFormText h4,
  .mpFormText h5,
  .mpFormText h6 {
  margin-bottom: clamp(0.5625rem, 0.8333333333333334vw, 1rem);
  margin-top: clamp(1.125rem, 1.6666666666666667vw, 2rem);
  font-family: var(--wp--preset--font-family--brockmann, sans-serif);
  --tw-text-opacity: 1;
  color: rgb(var(--colors-head) / var(--tw-text-opacity, 1));
}
.mpFormText h2:first-child,
  .mpFormText h3:first-child,
  .mpFormText h4:first-child,
  .mpFormText h5:first-child,
  .mpFormText h6:first-child {
  margin-top: 0;
}
.mpFormText h2 {
  font-size: clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.357), 1.125rem);
}
.mpFormText h3 {
  font-size: clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.179), 1rem);
}
.mpFormText h4 {
  font-size: clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0), 0.875rem);
}
.mpSpacerCell hr {
  margin: 0;
  display: block;
  height: 0.0625rem;
  border-width: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--colors-separator) / var(--tw-bg-opacity, 1));
  padding: 0;
}
.mpDateField {
  width: auto !important;
}
.mpDD {
  margin-right: clamp(0.375rem, 0.5555555555555556vw, 0.6666666666666667rem);
}
.mpMM {
  margin-left: clamp(0.375rem, 0.5555555555555556vw, 0.6666666666666667rem);
  margin-right: clamp(0.375rem, 0.5555555555555556vw, 0.6666666666666667rem);
}
.mpYYYY {
  margin-left: clamp(0.375rem, 0.5555555555555556vw, 0.6666666666666667rem);
}
.ui-datepicker-trigger {
  display: none;
}
.submitCell {
  padding-top: clamp(1.125rem, 1.6666666666666667vw, 2rem);
}
.submitButton {
  max-width: 100%;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 0.1250rem;
  --tw-border-opacity: 1;
  border-color: rgb(var(--colors-button-tertiary-border) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--colors-button-tertiary-bg) / var(--tw-bg-opacity, 1)) !important;
  padding-left: clamp(1.3125rem, 1.9444444444444444vw, 2.3333333333333335rem);
  padding-right: clamp(1.3125rem, 1.9444444444444444vw, 2.3333333333333335rem);
  padding-top: clamp(0.5625rem, 0.8333333333333334vw, 1rem);
  padding-bottom: clamp(0.5625rem, 0.8333333333333334vw, 1rem);
  font-family: var(--wp--preset--font-family--brockmann, sans-serif);
  font-size: clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.357), 1.125rem);
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(var(--colors-button-tertiary-fg) / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  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);
}
.submitButton:hover {
  --tw-border-opacity: 1;
  border-color: rgb(var(--colors-button-tertiary-border-hover) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--colors-button-tertiary-bg-hover) / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1;
  color: rgb(var(--colors-button-tertiary-fg-hover) / var(--tw-text-opacity, 1));
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.\!absolute {
  position: absolute !important;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0;
}
.inset-y-0 {
  top: 0;
  bottom: 0;
}
.bottom-0 {
  bottom: 0;
}
.bottom-1 {
  bottom: clamp(0.1875rem, 0.2777777777777778vw, 0.33333333333333337rem);
}
.bottom-12 {
  bottom: clamp(2.25rem, 3.3333333333333335vw, 4rem);
}
.bottom-5 {
  bottom: clamp(0.9375rem, 1.3888888888888888vw, 1.6666666666666665rem);
}
.bottom-\[-1px\] {
  bottom: -1px;
}
.left-0 {
  left: 0;
}
.left-1\/2 {
  left: 50%;
}
.left-6 {
  left: clamp(1.125rem, 1.6666666666666667vw, 2rem);
}
.left-7 {
  left: clamp(1.3125rem, 1.9444444444444444vw, 2.3333333333333335rem);
}
.left-\[100vw\] {
  left: 100vw;
}
.right-0 {
  right: 0;
}
.right-3 {
  right: clamp(0.5625rem, 0.8333333333333334vw, 1rem);
}
.right-5 {
  right: clamp(0.9375rem, 1.3888888888888888vw, 1.6666666666666665rem);
}
.right-6 {
  right: clamp(1.125rem, 1.6666666666666667vw, 2rem);
}
.top-0 {
  top: 0;
}
.top-1\/2 {
  top: 50%;
}
.top-3 {
  top: clamp(0.5625rem, 0.8333333333333334vw, 1rem);
}
.top-5 {
  top: clamp(0.9375rem, 1.3888888888888888vw, 1.6666666666666665rem);
}
.top-6 {
  top: clamp(1.125rem, 1.6666666666666667vw, 2rem);
}
.top-\[-1px\] {
  top: -1px;
}
.top-\[6\.875rem\] {
  top: 6.875rem;
}
.top-full {
  top: 100%;
}
.\!-z-0 {
  z-index: 0 !important;
}
.\!-z-10 {
  z-index: -10 !important;
}
.\!-z-20 {
  z-index: -20 !important;
}
.\!-z-30 {
  z-index: -30 !important;
}
.\!-z-40 {
  z-index: -40 !important;
}
.\!-z-50 {
  z-index: -50 !important;
}
.\!z-0 {
  z-index: 0 !important;
}
.\!z-10 {
  z-index: 10 !important;
}
.\!z-20 {
  z-index: 20 !important;
}
.\!z-30 {
  z-index: 30 !important;
}
.\!z-40 {
  z-index: 40 !important;
}
.\!z-50 {
  z-index: 50 !important;
}
.-z-0 {
  z-index: 0;
}
.-z-10 {
  z-index: -10;
}
.-z-20 {
  z-index: -20;
}
.-z-30 {
  z-index: -30;
}
.-z-40 {
  z-index: -40;
}
.-z-50 {
  z-index: -50;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.\!-order-1 {
  order: -1 !important;
}
.\!-order-10 {
  order: -10 !important;
}
.\!-order-11 {
  order: -11 !important;
}
.\!-order-12 {
  order: -12 !important;
}
.\!-order-2 {
  order: -2 !important;
}
.\!-order-3 {
  order: -3 !important;
}
.\!-order-4 {
  order: -4 !important;
}
.\!-order-5 {
  order: -5 !important;
}
.\!-order-6 {
  order: -6 !important;
}
.\!-order-7 {
  order: -7 !important;
}
.\!-order-8 {
  order: -8 !important;
}
.\!-order-9 {
  order: -9 !important;
}
.\!-order-none {
  order: 0 !important;
}
.\!order-1 {
  order: 1 !important;
}
.\!order-10 {
  order: 10 !important;
}
.\!order-11 {
  order: 11 !important;
}
.\!order-12 {
  order: 12 !important;
}
.\!order-2 {
  order: 2 !important;
}
.\!order-3 {
  order: 3 !important;
}
.\!order-4 {
  order: 4 !important;
}
.\!order-5 {
  order: 5 !important;
}
.\!order-6 {
  order: 6 !important;
}
.\!order-7 {
  order: 7 !important;
}
.\!order-8 {
  order: 8 !important;
}
.\!order-9 {
  order: 9 !important;
}
.\!order-none {
  order: 0 !important;
}
.-order-1 {
  order: -1;
}
.-order-10 {
  order: -10;
}
.-order-11 {
  order: -11;
}
.-order-12 {
  order: -12;
}
.-order-2 {
  order: -2;
}
.-order-3 {
  order: -3;
}
.-order-4 {
  order: -4;
}
.-order-5 {
  order: -5;
}
.-order-6 {
  order: -6;
}
.-order-7 {
  order: -7;
}
.-order-8 {
  order: -8;
}
.-order-9 {
  order: -9;
}
.-order-none {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-none {
  order: 0;
}
.\!row-auto {
  grid-row: auto !important;
}
.row-auto {
  grid-row: auto;
}
.\!m-0 {
  margin: 0 !important;
}
.m-0 {
  margin: 0;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.\!-mb-1\.5 {
  margin-bottom: calc(clamp(0.28125rem, 0.4166666666666667vw, 0.5rem) * -1) !important;
}
.\!-mb-12 {
  margin-bottom: calc(clamp(2.25rem, 3.3333333333333335vw, 4rem) * -1) !important;
}
.\!-mb-24 {
  margin-bottom: calc(clamp(4.5rem, 6.666666666666667vw, 8rem) * -1) !important;
}
.\!-mb-3 {
  margin-bottom: calc(clamp(0.5625rem, 0.8333333333333334vw, 1rem) * -1) !important;
}
.\!-mb-3\.5 {
  margin-bottom: calc(clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem) * -1) !important;
}
.\!-mb-30 {
  margin-bottom: calc(clamp(5.625rem, 8.333333333333332vw, 10rem) * -1) !important;
}
.\!-mb-31 {
  margin-bottom: calc(clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem) * -1) !important;
}
.\!-mb-32 {
  margin-bottom: calc(clamp(6rem, 8.88888888888889vw, 10.666666666666668rem) * -1) !important;
}
.\!-mb-33 {
  margin-bottom: calc(clamp(6.1875rem, 9.166666666666666vw, 11rem) * -1) !important;
}
.\!-mb-34 {
  margin-bottom: calc(clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem) * -1) !important;
}
.\!-mb-35 {
  margin-bottom: calc(clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem) * -1) !important;
}
.\!-mb-36 {
  margin-bottom: calc(clamp(6.75rem, 10vw, 12rem) * -1) !important;
}
.\!-mb-37 {
  margin-bottom: calc(clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem) * -1) !important;
}
.\!-mb-38 {
  margin-bottom: calc(clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem) * -1) !important;
}
.\!-mb-39 {
  margin-bottom: calc(clamp(7.3125rem, 10.833333333333334vw, 13rem) * -1) !important;
}
.\!-mb-6 {
  margin-bottom: calc(clamp(1.125rem, 1.6666666666666667vw, 2rem) * -1) !important;
}
.\!-mb-9 {
  margin-bottom: calc(clamp(1.6875rem, 2.5vw, 3rem) * -1) !important;
}
.\!-mb-96 {
  margin-bottom: calc(clamp(18rem, 26.666666666666668vw, 32rem) * -1) !important;
}
.\!-ml-1\.5 {
  margin-left: calc(clamp(0.28125rem, 0.4166666666666667vw, 0.5rem) * -1) !important;
}
.\!-ml-12 {
  margin-left: calc(clamp(2.25rem, 3.3333333333333335vw, 4rem) * -1) !important;
}
.\!-ml-24 {
  margin-left: calc(clamp(4.5rem, 6.666666666666667vw, 8rem) * -1) !important;
}
.\!-ml-3 {
  margin-left: calc(clamp(0.5625rem, 0.8333333333333334vw, 1rem) * -1) !important;
}
.\!-ml-3\.5 {
  margin-left: calc(clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem) * -1) !important;
}
.\!-ml-30 {
  margin-left: calc(clamp(5.625rem, 8.333333333333332vw, 10rem) * -1) !important;
}
.\!-ml-31 {
  margin-left: calc(clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem) * -1) !important;
}
.\!-ml-32 {
  margin-left: calc(clamp(6rem, 8.88888888888889vw, 10.666666666666668rem) * -1) !important;
}
.\!-ml-33 {
  margin-left: calc(clamp(6.1875rem, 9.166666666666666vw, 11rem) * -1) !important;
}
.\!-ml-34 {
  margin-left: calc(clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem) * -1) !important;
}
.\!-ml-35 {
  margin-left: calc(clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem) * -1) !important;
}
.\!-ml-36 {
  margin-left: calc(clamp(6.75rem, 10vw, 12rem) * -1) !important;
}
.\!-ml-37 {
  margin-left: calc(clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem) * -1) !important;
}
.\!-ml-38 {
  margin-left: calc(clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem) * -1) !important;
}
.\!-ml-39 {
  margin-left: calc(clamp(7.3125rem, 10.833333333333334vw, 13rem) * -1) !important;
}
.\!-ml-6 {
  margin-left: calc(clamp(1.125rem, 1.6666666666666667vw, 2rem) * -1) !important;
}
.\!-ml-9 {
  margin-left: calc(clamp(1.6875rem, 2.5vw, 3rem) * -1) !important;
}
.\!-ml-96 {
  margin-left: calc(clamp(18rem, 26.666666666666668vw, 32rem) * -1) !important;
}
.\!mb-0 {
  margin-bottom: 0 !important;
}
.\!mb-1\.5 {
  margin-bottom: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem) !important;
}
.\!mb-12 {
  margin-bottom: clamp(2.25rem, 3.3333333333333335vw, 4rem) !important;
}
.\!mb-24 {
  margin-bottom: clamp(4.5rem, 6.666666666666667vw, 8rem) !important;
}
.\!mb-3 {
  margin-bottom: clamp(0.5625rem, 0.8333333333333334vw, 1rem) !important;
}
.\!mb-3\.5 {
  margin-bottom: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem) !important;
}
.\!mb-30 {
  margin-bottom: clamp(5.625rem, 8.333333333333332vw, 10rem) !important;
}
.\!mb-31 {
  margin-bottom: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem) !important;
}
.\!mb-32 {
  margin-bottom: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem) !important;
}
.\!mb-33 {
  margin-bottom: clamp(6.1875rem, 9.166666666666666vw, 11rem) !important;
}
.\!mb-34 {
  margin-bottom: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem) !important;
}
.\!mb-35 {
  margin-bottom: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem) !important;
}
.\!mb-36 {
  margin-bottom: clamp(6.75rem, 10vw, 12rem) !important;
}
.\!mb-37 {
  margin-bottom: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem) !important;
}
.\!mb-38 {
  margin-bottom: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem) !important;
}
.\!mb-39 {
  margin-bottom: clamp(7.3125rem, 10.833333333333334vw, 13rem) !important;
}
.\!mb-6 {
  margin-bottom: clamp(1.125rem, 1.6666666666666667vw, 2rem) !important;
}
.\!mb-9 {
  margin-bottom: clamp(1.6875rem, 2.5vw, 3rem) !important;
}
.\!mb-96 {
  margin-bottom: clamp(18rem, 26.666666666666668vw, 32rem) !important;
}
.\!mt-0 {
  margin-top: 0 !important;
}
.-mb-1\.5 {
  margin-bottom: calc(clamp(0.28125rem, 0.4166666666666667vw, 0.5rem) * -1);
}
.-mb-12 {
  margin-bottom: calc(clamp(2.25rem, 3.3333333333333335vw, 4rem) * -1);
}
.-mb-24 {
  margin-bottom: calc(clamp(4.5rem, 6.666666666666667vw, 8rem) * -1);
}
.-mb-3 {
  margin-bottom: calc(clamp(0.5625rem, 0.8333333333333334vw, 1rem) * -1);
}
.-mb-3\.5 {
  margin-bottom: calc(clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem) * -1);
}
.-mb-30 {
  margin-bottom: calc(clamp(5.625rem, 8.333333333333332vw, 10rem) * -1);
}
.-mb-31 {
  margin-bottom: calc(clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem) * -1);
}
.-mb-32 {
  margin-bottom: calc(clamp(6rem, 8.88888888888889vw, 10.666666666666668rem) * -1);
}
.-mb-33 {
  margin-bottom: calc(clamp(6.1875rem, 9.166666666666666vw, 11rem) * -1);
}
.-mb-34 {
  margin-bottom: calc(clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem) * -1);
}
.-mb-35 {
  margin-bottom: calc(clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem) * -1);
}
.-mb-36 {
  margin-bottom: calc(clamp(6.75rem, 10vw, 12rem) * -1);
}
.-mb-37 {
  margin-bottom: calc(clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem) * -1);
}
.-mb-38 {
  margin-bottom: calc(clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem) * -1);
}
.-mb-39 {
  margin-bottom: calc(clamp(7.3125rem, 10.833333333333334vw, 13rem) * -1);
}
.-mb-6 {
  margin-bottom: calc(clamp(1.125rem, 1.6666666666666667vw, 2rem) * -1);
}
.-mb-9 {
  margin-bottom: calc(clamp(1.6875rem, 2.5vw, 3rem) * -1);
}
.-mb-96 {
  margin-bottom: calc(clamp(18rem, 26.666666666666668vw, 32rem) * -1);
}
.-ml-1\.5 {
  margin-left: calc(clamp(0.28125rem, 0.4166666666666667vw, 0.5rem) * -1);
}
.-ml-12 {
  margin-left: calc(clamp(2.25rem, 3.3333333333333335vw, 4rem) * -1);
}
.-ml-24 {
  margin-left: calc(clamp(4.5rem, 6.666666666666667vw, 8rem) * -1);
}
.-ml-3 {
  margin-left: calc(clamp(0.5625rem, 0.8333333333333334vw, 1rem) * -1);
}
.-ml-3\.5 {
  margin-left: calc(clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem) * -1);
}
.-ml-30 {
  margin-left: calc(clamp(5.625rem, 8.333333333333332vw, 10rem) * -1);
}
.-ml-31 {
  margin-left: calc(clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem) * -1);
}
.-ml-32 {
  margin-left: calc(clamp(6rem, 8.88888888888889vw, 10.666666666666668rem) * -1);
}
.-ml-33 {
  margin-left: calc(clamp(6.1875rem, 9.166666666666666vw, 11rem) * -1);
}
.-ml-34 {
  margin-left: calc(clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem) * -1);
}
.-ml-35 {
  margin-left: calc(clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem) * -1);
}
.-ml-36 {
  margin-left: calc(clamp(6.75rem, 10vw, 12rem) * -1);
}
.-ml-37 {
  margin-left: calc(clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem) * -1);
}
.-ml-38 {
  margin-left: calc(clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem) * -1);
}
.-ml-39 {
  margin-left: calc(clamp(7.3125rem, 10.833333333333334vw, 13rem) * -1);
}
.-ml-6 {
  margin-left: calc(clamp(1.125rem, 1.6666666666666667vw, 2rem) * -1);
}
.-ml-9 {
  margin-left: calc(clamp(1.6875rem, 2.5vw, 3rem) * -1);
}
.-ml-96 {
  margin-left: calc(clamp(18rem, 26.666666666666668vw, 32rem) * -1);
}
.mb-0 {
  margin-bottom: 0;
}
.mb-1\.5 {
  margin-bottom: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem);
}
.mb-12 {
  margin-bottom: clamp(2.25rem, 3.3333333333333335vw, 4rem);
}
.mb-24 {
  margin-bottom: clamp(4.5rem, 6.666666666666667vw, 8rem);
}
.mb-3 {
  margin-bottom: clamp(0.5625rem, 0.8333333333333334vw, 1rem);
}
.mb-3\.5 {
  margin-bottom: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem);
}
.mb-30 {
  margin-bottom: clamp(5.625rem, 8.333333333333332vw, 10rem);
}
.mb-31 {
  margin-bottom: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem);
}
.mb-32 {
  margin-bottom: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem);
}
.mb-33 {
  margin-bottom: clamp(6.1875rem, 9.166666666666666vw, 11rem);
}
.mb-34 {
  margin-bottom: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem);
}
.mb-35 {
  margin-bottom: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem);
}
.mb-36 {
  margin-bottom: clamp(6.75rem, 10vw, 12rem);
}
.mb-37 {
  margin-bottom: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem);
}
.mb-38 {
  margin-bottom: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem);
}
.mb-39 {
  margin-bottom: clamp(7.3125rem, 10.833333333333334vw, 13rem);
}
.mb-4 {
  margin-bottom: clamp(0.75rem, 1.1111111111111112vw, 1.3333333333333335rem);
}
.mb-6 {
  margin-bottom: clamp(1.125rem, 1.6666666666666667vw, 2rem);
}
.mb-9 {
  margin-bottom: clamp(1.6875rem, 2.5vw, 3rem);
}
.mb-96 {
  margin-bottom: clamp(18rem, 26.666666666666668vw, 32rem);
}
.ml-0\.25 {
  margin-left: 0.0625rem;
}
.ml-2 {
  margin-left: clamp(0.375rem, 0.5555555555555556vw, 0.6666666666666667rem);
}
.ml-auto {
  margin-left: auto;
}
.mr-0\.25 {
  margin-right: 0.0625rem;
}
.mt-0 {
  margin-top: 0;
}
.mt-12 {
  margin-top: clamp(2.25rem, 3.3333333333333335vw, 4rem);
}
.mt-2 {
  margin-top: clamp(0.375rem, 0.5555555555555556vw, 0.6666666666666667rem);
}
.mt-3 {
  margin-top: clamp(0.5625rem, 0.8333333333333334vw, 1rem);
}
.mt-4 {
  margin-top: clamp(0.75rem, 1.1111111111111112vw, 1.3333333333333335rem);
}
.\!block {
  display: block !important;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.inline-table {
  display: inline-table;
}
.grid {
  display: grid;
}
.inline-grid {
  display: inline-grid;
}
.list-item {
  display: list-item;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.aspect-\[3\/1\] {
  aspect-ratio: 3/1;
}
.aspect-\[3\/4\] {
  aspect-ratio: 3/4;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.aspect-auto {
  aspect-ratio: auto;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.\!h-full {
  height: 100% !important;
}
.h-0 {
  height: 0;
}
.h-0\.25 {
  height: 0.0625rem;
}
.h-10 {
  height: clamp(1.875rem, 2.7777777777777777vw, 3.333333333333333rem);
}
.h-12 {
  height: clamp(2.25rem, 3.3333333333333335vw, 4rem);
}
.h-16 {
  height: clamp(3rem, 4.444444444444445vw, 5.333333333333334rem);
}
.h-3 {
  height: clamp(0.5625rem, 0.8333333333333334vw, 1rem);
}
.h-4 {
  height: clamp(0.75rem, 1.1111111111111112vw, 1.3333333333333335rem);
}
.h-5 {
  height: clamp(0.9375rem, 1.3888888888888888vw, 1.6666666666666665rem);
}
.h-6 {
  height: clamp(1.125rem, 1.6666666666666667vw, 2rem);
}
.h-\[1em\] {
  height: 1em;
}
.h-auto {
  height: auto;
}
.h-dvh {
  height: 100dvh;
}
.h-full {
  height: 100%;
}
.max-h-0 {
  max-height: 0;
}
.max-h-full {
  max-height: 100%;
}
.max-h-screen {
  max-height: 100vh;
}
.min-h-48 {
  min-height: clamp(9rem, 13.333333333333334vw, 16rem);
}
.\!w-1\/12 {
  width: 8.333333% !important;
}
.\!w-10\/12 {
  width: 83.333333% !important;
}
.\!w-11\/12 {
  width: 91.666667% !important;
}
.\!w-2\/12 {
  width: 16.666667% !important;
}
.\!w-3\/12 {
  width: 25% !important;
}
.\!w-4\/12 {
  width: 33.333333% !important;
}
.\!w-5\/12 {
  width: 41.666667% !important;
}
.\!w-6\/12 {
  width: 50% !important;
}
.\!w-7\/12 {
  width: 58.333333% !important;
}
.\!w-8\/12 {
  width: 66.666667% !important;
}
.\!w-9\/12 {
  width: 75% !important;
}
.\!w-auto {
  width: auto !important;
}
.\!w-full {
  width: 100% !important;
}
.w-1\/12 {
  width: 8.333333%;
}
.w-1\/2 {
  width: 50%;
}
.w-10 {
  width: clamp(1.875rem, 2.7777777777777777vw, 3.333333333333333rem);
}
.w-10\/12 {
  width: 83.333333%;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-12 {
  width: clamp(2.25rem, 3.3333333333333335vw, 4rem);
}
.w-16 {
  width: clamp(3rem, 4.444444444444445vw, 5.333333333333334rem);
}
.w-2\/12 {
  width: 16.666667%;
}
.w-3 {
  width: clamp(0.5625rem, 0.8333333333333334vw, 1rem);
}
.w-3\/12 {
  width: 25%;
}
.w-4 {
  width: clamp(0.75rem, 1.1111111111111112vw, 1.3333333333333335rem);
}
.w-4\/12 {
  width: 33.333333%;
}
.w-5 {
  width: clamp(0.9375rem, 1.3888888888888888vw, 1.6666666666666665rem);
}
.w-5\/12 {
  width: 41.666667%;
}
.w-6 {
  width: clamp(1.125rem, 1.6666666666666667vw, 2rem);
}
.w-6\/12 {
  width: 50%;
}
.w-7\/12 {
  width: 58.333333%;
}
.w-8\/12 {
  width: 66.666667%;
}
.w-9\/12 {
  width: 75%;
}
.w-\[0\.3em\] {
  width: 0.3em;
}
.w-\[1em\] {
  width: 1em;
}
.w-\[calc\(100vw_\+_2px\)\] {
  width: calc(100vw + 2px);
}
.w-\[var\(--radix-popper-anchor-width\)\] {
  width: var(--radix-popper-anchor-width);
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.\!min-w-full {
  min-width: 100% !important;
}
.min-w-\[0\] {
  min-width: 0;
}
.min-w-full {
  min-width: 100%;
}
.\!max-w-\[calc\(100\%_-_3rem\)\] {
  max-width: calc(100% - 3rem) !important;
}
.\!max-w-full {
  max-width: 100% !important;
}
.max-w-full {
  max-width: 100%;
}
.max-w-screen-xxl {
  max-width: 120em;
}
.\!flex-1 {
  flex: 1 1 0% !important;
}
.\!flex-auto {
  flex: 1 1 auto !important;
}
.\!flex-initial {
  flex: 0 1 auto !important;
}
.\!flex-none {
  flex: none !important;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-initial {
  flex: 0 1 auto;
}
.flex-none {
  flex: none;
}
.\!flex-shrink {
  flex-shrink: 1 !important;
}
.\!flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.\!flex-grow {
  flex-grow: 1 !important;
}
.\!flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow {
  flex-grow: 1;
}
.flex-grow-0 {
  flex-grow: 0;
}
.grow {
  flex-grow: 1;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0 {
  --tw-translate-x: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-1\/2 {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0 {
  --tw-translate-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-1\/2 {
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.\!-rotate-135 {
  --tw-rotate: -135deg !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.\!-rotate-180 {
  --tw-rotate: -180deg !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.\!-rotate-45 {
  --tw-rotate: -45deg !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.\!-rotate-90 {
  --tw-rotate: -90deg !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.\!rotate-135 {
  --tw-rotate: 135deg !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.\!rotate-180 {
  --tw-rotate: 180deg !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.\!rotate-45 {
  --tw-rotate: 45deg !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.\!rotate-90 {
  --tw-rotate: 90deg !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.-rotate-135 {
  --tw-rotate: -135deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-180 {
  --tw-rotate: -180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-45 {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-135 {
  --tw-rotate: 135deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes fade-in {

  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.animate-fade-in {
  animation: fade-in 0.3s ease-in-out;
}
@keyframes fade-out {

  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
.animate-fade-out {
  animation: fade-out 0.2s ease-in-out;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.\!cursor-context-menu {
  cursor: context-menu !important;
}
.\!cursor-zoom-in {
  cursor: zoom-in !important;
}
.cursor-context-menu {
  cursor: context-menu;
}
.cursor-grab {
  cursor: grab;
}
.cursor-grabbing {
  cursor: grabbing;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-text {
  cursor: text;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.\!-scroll-mb-1\.5 {
  scroll-margin-bottom: calc(clamp(0.28125rem, 0.4166666666666667vw, 0.5rem) * -1) !important;
}
.\!-scroll-mb-12 {
  scroll-margin-bottom: calc(clamp(2.25rem, 3.3333333333333335vw, 4rem) * -1) !important;
}
.\!-scroll-mb-24 {
  scroll-margin-bottom: calc(clamp(4.5rem, 6.666666666666667vw, 8rem) * -1) !important;
}
.\!-scroll-mb-3 {
  scroll-margin-bottom: calc(clamp(0.5625rem, 0.8333333333333334vw, 1rem) * -1) !important;
}
.\!-scroll-mb-3\.5 {
  scroll-margin-bottom: calc(clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem) * -1) !important;
}
.\!-scroll-mb-30 {
  scroll-margin-bottom: calc(clamp(5.625rem, 8.333333333333332vw, 10rem) * -1) !important;
}
.\!-scroll-mb-31 {
  scroll-margin-bottom: calc(clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem) * -1) !important;
}
.\!-scroll-mb-32 {
  scroll-margin-bottom: calc(clamp(6rem, 8.88888888888889vw, 10.666666666666668rem) * -1) !important;
}
.\!-scroll-mb-33 {
  scroll-margin-bottom: calc(clamp(6.1875rem, 9.166666666666666vw, 11rem) * -1) !important;
}
.\!-scroll-mb-34 {
  scroll-margin-bottom: calc(clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem) * -1) !important;
}
.\!-scroll-mb-35 {
  scroll-margin-bottom: calc(clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem) * -1) !important;
}
.\!-scroll-mb-36 {
  scroll-margin-bottom: calc(clamp(6.75rem, 10vw, 12rem) * -1) !important;
}
.\!-scroll-mb-37 {
  scroll-margin-bottom: calc(clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem) * -1) !important;
}
.\!-scroll-mb-38 {
  scroll-margin-bottom: calc(clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem) * -1) !important;
}
.\!-scroll-mb-39 {
  scroll-margin-bottom: calc(clamp(7.3125rem, 10.833333333333334vw, 13rem) * -1) !important;
}
.\!-scroll-mb-6 {
  scroll-margin-bottom: calc(clamp(1.125rem, 1.6666666666666667vw, 2rem) * -1) !important;
}
.\!-scroll-mb-9 {
  scroll-margin-bottom: calc(clamp(1.6875rem, 2.5vw, 3rem) * -1) !important;
}
.\!-scroll-mb-96 {
  scroll-margin-bottom: calc(clamp(18rem, 26.666666666666668vw, 32rem) * -1) !important;
}
.\!-scroll-ml-1\.5 {
  scroll-margin-left: calc(clamp(0.28125rem, 0.4166666666666667vw, 0.5rem) * -1) !important;
}
.\!-scroll-ml-12 {
  scroll-margin-left: calc(clamp(2.25rem, 3.3333333333333335vw, 4rem) * -1) !important;
}
.\!-scroll-ml-24 {
  scroll-margin-left: calc(clamp(4.5rem, 6.666666666666667vw, 8rem) * -1) !important;
}
.\!-scroll-ml-3 {
  scroll-margin-left: calc(clamp(0.5625rem, 0.8333333333333334vw, 1rem) * -1) !important;
}
.\!-scroll-ml-3\.5 {
  scroll-margin-left: calc(clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem) * -1) !important;
}
.\!-scroll-ml-30 {
  scroll-margin-left: calc(clamp(5.625rem, 8.333333333333332vw, 10rem) * -1) !important;
}
.\!-scroll-ml-31 {
  scroll-margin-left: calc(clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem) * -1) !important;
}
.\!-scroll-ml-32 {
  scroll-margin-left: calc(clamp(6rem, 8.88888888888889vw, 10.666666666666668rem) * -1) !important;
}
.\!-scroll-ml-33 {
  scroll-margin-left: calc(clamp(6.1875rem, 9.166666666666666vw, 11rem) * -1) !important;
}
.\!-scroll-ml-34 {
  scroll-margin-left: calc(clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem) * -1) !important;
}
.\!-scroll-ml-35 {
  scroll-margin-left: calc(clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem) * -1) !important;
}
.\!-scroll-ml-36 {
  scroll-margin-left: calc(clamp(6.75rem, 10vw, 12rem) * -1) !important;
}
.\!-scroll-ml-37 {
  scroll-margin-left: calc(clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem) * -1) !important;
}
.\!-scroll-ml-38 {
  scroll-margin-left: calc(clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem) * -1) !important;
}
.\!-scroll-ml-39 {
  scroll-margin-left: calc(clamp(7.3125rem, 10.833333333333334vw, 13rem) * -1) !important;
}
.\!-scroll-ml-6 {
  scroll-margin-left: calc(clamp(1.125rem, 1.6666666666666667vw, 2rem) * -1) !important;
}
.\!-scroll-ml-9 {
  scroll-margin-left: calc(clamp(1.6875rem, 2.5vw, 3rem) * -1) !important;
}
.\!-scroll-ml-96 {
  scroll-margin-left: calc(clamp(18rem, 26.666666666666668vw, 32rem) * -1) !important;
}
.\!scroll-mb-1\.5 {
  scroll-margin-bottom: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem) !important;
}
.\!scroll-mb-12 {
  scroll-margin-bottom: clamp(2.25rem, 3.3333333333333335vw, 4rem) !important;
}
.\!scroll-mb-24 {
  scroll-margin-bottom: clamp(4.5rem, 6.666666666666667vw, 8rem) !important;
}
.\!scroll-mb-3 {
  scroll-margin-bottom: clamp(0.5625rem, 0.8333333333333334vw, 1rem) !important;
}
.\!scroll-mb-3\.5 {
  scroll-margin-bottom: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem) !important;
}
.\!scroll-mb-30 {
  scroll-margin-bottom: clamp(5.625rem, 8.333333333333332vw, 10rem) !important;
}
.\!scroll-mb-31 {
  scroll-margin-bottom: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem) !important;
}
.\!scroll-mb-32 {
  scroll-margin-bottom: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem) !important;
}
.\!scroll-mb-33 {
  scroll-margin-bottom: clamp(6.1875rem, 9.166666666666666vw, 11rem) !important;
}
.\!scroll-mb-34 {
  scroll-margin-bottom: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem) !important;
}
.\!scroll-mb-35 {
  scroll-margin-bottom: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem) !important;
}
.\!scroll-mb-36 {
  scroll-margin-bottom: clamp(6.75rem, 10vw, 12rem) !important;
}
.\!scroll-mb-37 {
  scroll-margin-bottom: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem) !important;
}
.\!scroll-mb-38 {
  scroll-margin-bottom: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem) !important;
}
.\!scroll-mb-39 {
  scroll-margin-bottom: clamp(7.3125rem, 10.833333333333334vw, 13rem) !important;
}
.\!scroll-mb-6 {
  scroll-margin-bottom: clamp(1.125rem, 1.6666666666666667vw, 2rem) !important;
}
.\!scroll-mb-9 {
  scroll-margin-bottom: clamp(1.6875rem, 2.5vw, 3rem) !important;
}
.\!scroll-mb-96 {
  scroll-margin-bottom: clamp(18rem, 26.666666666666668vw, 32rem) !important;
}
.\!scroll-ml-1\.5 {
  scroll-margin-left: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem) !important;
}
.\!scroll-ml-12 {
  scroll-margin-left: clamp(2.25rem, 3.3333333333333335vw, 4rem) !important;
}
.\!scroll-ml-24 {
  scroll-margin-left: clamp(4.5rem, 6.666666666666667vw, 8rem) !important;
}
.\!scroll-ml-3 {
  scroll-margin-left: clamp(0.5625rem, 0.8333333333333334vw, 1rem) !important;
}
.\!scroll-ml-3\.5 {
  scroll-margin-left: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem) !important;
}
.\!scroll-ml-30 {
  scroll-margin-left: clamp(5.625rem, 8.333333333333332vw, 10rem) !important;
}
.\!scroll-ml-31 {
  scroll-margin-left: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem) !important;
}
.\!scroll-ml-32 {
  scroll-margin-left: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem) !important;
}
.\!scroll-ml-33 {
  scroll-margin-left: clamp(6.1875rem, 9.166666666666666vw, 11rem) !important;
}
.\!scroll-ml-34 {
  scroll-margin-left: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem) !important;
}
.\!scroll-ml-35 {
  scroll-margin-left: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem) !important;
}
.\!scroll-ml-36 {
  scroll-margin-left: clamp(6.75rem, 10vw, 12rem) !important;
}
.\!scroll-ml-37 {
  scroll-margin-left: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem) !important;
}
.\!scroll-ml-38 {
  scroll-margin-left: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem) !important;
}
.\!scroll-ml-39 {
  scroll-margin-left: clamp(7.3125rem, 10.833333333333334vw, 13rem) !important;
}
.\!scroll-ml-6 {
  scroll-margin-left: clamp(1.125rem, 1.6666666666666667vw, 2rem) !important;
}
.\!scroll-ml-9 {
  scroll-margin-left: clamp(1.6875rem, 2.5vw, 3rem) !important;
}
.\!scroll-ml-96 {
  scroll-margin-left: clamp(18rem, 26.666666666666668vw, 32rem) !important;
}
.-scroll-mb-1\.5 {
  scroll-margin-bottom: calc(clamp(0.28125rem, 0.4166666666666667vw, 0.5rem) * -1);
}
.-scroll-mb-12 {
  scroll-margin-bottom: calc(clamp(2.25rem, 3.3333333333333335vw, 4rem) * -1);
}
.-scroll-mb-24 {
  scroll-margin-bottom: calc(clamp(4.5rem, 6.666666666666667vw, 8rem) * -1);
}
.-scroll-mb-3 {
  scroll-margin-bottom: calc(clamp(0.5625rem, 0.8333333333333334vw, 1rem) * -1);
}
.-scroll-mb-3\.5 {
  scroll-margin-bottom: calc(clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem) * -1);
}
.-scroll-mb-30 {
  scroll-margin-bottom: calc(clamp(5.625rem, 8.333333333333332vw, 10rem) * -1);
}
.-scroll-mb-31 {
  scroll-margin-bottom: calc(clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem) * -1);
}
.-scroll-mb-32 {
  scroll-margin-bottom: calc(clamp(6rem, 8.88888888888889vw, 10.666666666666668rem) * -1);
}
.-scroll-mb-33 {
  scroll-margin-bottom: calc(clamp(6.1875rem, 9.166666666666666vw, 11rem) * -1);
}
.-scroll-mb-34 {
  scroll-margin-bottom: calc(clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem) * -1);
}
.-scroll-mb-35 {
  scroll-margin-bottom: calc(clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem) * -1);
}
.-scroll-mb-36 {
  scroll-margin-bottom: calc(clamp(6.75rem, 10vw, 12rem) * -1);
}
.-scroll-mb-37 {
  scroll-margin-bottom: calc(clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem) * -1);
}
.-scroll-mb-38 {
  scroll-margin-bottom: calc(clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem) * -1);
}
.-scroll-mb-39 {
  scroll-margin-bottom: calc(clamp(7.3125rem, 10.833333333333334vw, 13rem) * -1);
}
.-scroll-mb-6 {
  scroll-margin-bottom: calc(clamp(1.125rem, 1.6666666666666667vw, 2rem) * -1);
}
.-scroll-mb-9 {
  scroll-margin-bottom: calc(clamp(1.6875rem, 2.5vw, 3rem) * -1);
}
.-scroll-mb-96 {
  scroll-margin-bottom: calc(clamp(18rem, 26.666666666666668vw, 32rem) * -1);
}
.-scroll-ml-1\.5 {
  scroll-margin-left: calc(clamp(0.28125rem, 0.4166666666666667vw, 0.5rem) * -1);
}
.-scroll-ml-12 {
  scroll-margin-left: calc(clamp(2.25rem, 3.3333333333333335vw, 4rem) * -1);
}
.-scroll-ml-24 {
  scroll-margin-left: calc(clamp(4.5rem, 6.666666666666667vw, 8rem) * -1);
}
.-scroll-ml-3 {
  scroll-margin-left: calc(clamp(0.5625rem, 0.8333333333333334vw, 1rem) * -1);
}
.-scroll-ml-3\.5 {
  scroll-margin-left: calc(clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem) * -1);
}
.-scroll-ml-30 {
  scroll-margin-left: calc(clamp(5.625rem, 8.333333333333332vw, 10rem) * -1);
}
.-scroll-ml-31 {
  scroll-margin-left: calc(clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem) * -1);
}
.-scroll-ml-32 {
  scroll-margin-left: calc(clamp(6rem, 8.88888888888889vw, 10.666666666666668rem) * -1);
}
.-scroll-ml-33 {
  scroll-margin-left: calc(clamp(6.1875rem, 9.166666666666666vw, 11rem) * -1);
}
.-scroll-ml-34 {
  scroll-margin-left: calc(clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem) * -1);
}
.-scroll-ml-35 {
  scroll-margin-left: calc(clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem) * -1);
}
.-scroll-ml-36 {
  scroll-margin-left: calc(clamp(6.75rem, 10vw, 12rem) * -1);
}
.-scroll-ml-37 {
  scroll-margin-left: calc(clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem) * -1);
}
.-scroll-ml-38 {
  scroll-margin-left: calc(clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem) * -1);
}
.-scroll-ml-39 {
  scroll-margin-left: calc(clamp(7.3125rem, 10.833333333333334vw, 13rem) * -1);
}
.-scroll-ml-6 {
  scroll-margin-left: calc(clamp(1.125rem, 1.6666666666666667vw, 2rem) * -1);
}
.-scroll-ml-9 {
  scroll-margin-left: calc(clamp(1.6875rem, 2.5vw, 3rem) * -1);
}
.-scroll-ml-96 {
  scroll-margin-left: calc(clamp(18rem, 26.666666666666668vw, 32rem) * -1);
}
.scroll-mb-1\.5 {
  scroll-margin-bottom: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem);
}
.scroll-mb-12 {
  scroll-margin-bottom: clamp(2.25rem, 3.3333333333333335vw, 4rem);
}
.scroll-mb-24 {
  scroll-margin-bottom: clamp(4.5rem, 6.666666666666667vw, 8rem);
}
.scroll-mb-3 {
  scroll-margin-bottom: clamp(0.5625rem, 0.8333333333333334vw, 1rem);
}
.scroll-mb-3\.5 {
  scroll-margin-bottom: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem);
}
.scroll-mb-30 {
  scroll-margin-bottom: clamp(5.625rem, 8.333333333333332vw, 10rem);
}
.scroll-mb-31 {
  scroll-margin-bottom: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem);
}
.scroll-mb-32 {
  scroll-margin-bottom: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem);
}
.scroll-mb-33 {
  scroll-margin-bottom: clamp(6.1875rem, 9.166666666666666vw, 11rem);
}
.scroll-mb-34 {
  scroll-margin-bottom: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem);
}
.scroll-mb-35 {
  scroll-margin-bottom: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem);
}
.scroll-mb-36 {
  scroll-margin-bottom: clamp(6.75rem, 10vw, 12rem);
}
.scroll-mb-37 {
  scroll-margin-bottom: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem);
}
.scroll-mb-38 {
  scroll-margin-bottom: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem);
}
.scroll-mb-39 {
  scroll-margin-bottom: clamp(7.3125rem, 10.833333333333334vw, 13rem);
}
.scroll-mb-6 {
  scroll-margin-bottom: clamp(1.125rem, 1.6666666666666667vw, 2rem);
}
.scroll-mb-9 {
  scroll-margin-bottom: clamp(1.6875rem, 2.5vw, 3rem);
}
.scroll-mb-96 {
  scroll-margin-bottom: clamp(18rem, 26.666666666666668vw, 32rem);
}
.scroll-ml-1\.5 {
  scroll-margin-left: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem);
}
.scroll-ml-12 {
  scroll-margin-left: clamp(2.25rem, 3.3333333333333335vw, 4rem);
}
.scroll-ml-24 {
  scroll-margin-left: clamp(4.5rem, 6.666666666666667vw, 8rem);
}
.scroll-ml-3 {
  scroll-margin-left: clamp(0.5625rem, 0.8333333333333334vw, 1rem);
}
.scroll-ml-3\.5 {
  scroll-margin-left: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem);
}
.scroll-ml-30 {
  scroll-margin-left: clamp(5.625rem, 8.333333333333332vw, 10rem);
}
.scroll-ml-31 {
  scroll-margin-left: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem);
}
.scroll-ml-32 {
  scroll-margin-left: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem);
}
.scroll-ml-33 {
  scroll-margin-left: clamp(6.1875rem, 9.166666666666666vw, 11rem);
}
.scroll-ml-34 {
  scroll-margin-left: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem);
}
.scroll-ml-35 {
  scroll-margin-left: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem);
}
.scroll-ml-36 {
  scroll-margin-left: clamp(6.75rem, 10vw, 12rem);
}
.scroll-ml-37 {
  scroll-margin-left: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem);
}
.scroll-ml-38 {
  scroll-margin-left: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem);
}
.scroll-ml-39 {
  scroll-margin-left: clamp(7.3125rem, 10.833333333333334vw, 13rem);
}
.scroll-ml-6 {
  scroll-margin-left: clamp(1.125rem, 1.6666666666666667vw, 2rem);
}
.scroll-ml-9 {
  scroll-margin-left: clamp(1.6875rem, 2.5vw, 3rem);
}
.scroll-ml-96 {
  scroll-margin-left: clamp(18rem, 26.666666666666668vw, 32rem);
}
.scroll-p-12 {
  scroll-padding: clamp(2.25rem, 3.3333333333333335vw, 4rem);
}
.\!scroll-px-1\.5 {
  scroll-padding-left: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem) !important;
  scroll-padding-right: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem) !important;
}
.\!scroll-px-12 {
  scroll-padding-left: clamp(2.25rem, 3.3333333333333335vw, 4rem) !important;
  scroll-padding-right: clamp(2.25rem, 3.3333333333333335vw, 4rem) !important;
}
.\!scroll-px-24 {
  scroll-padding-left: clamp(4.5rem, 6.666666666666667vw, 8rem) !important;
  scroll-padding-right: clamp(4.5rem, 6.666666666666667vw, 8rem) !important;
}
.\!scroll-px-3 {
  scroll-padding-left: clamp(0.5625rem, 0.8333333333333334vw, 1rem) !important;
  scroll-padding-right: clamp(0.5625rem, 0.8333333333333334vw, 1rem) !important;
}
.\!scroll-px-3\.5 {
  scroll-padding-left: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem) !important;
  scroll-padding-right: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem) !important;
}
.\!scroll-px-30 {
  scroll-padding-left: clamp(5.625rem, 8.333333333333332vw, 10rem) !important;
  scroll-padding-right: clamp(5.625rem, 8.333333333333332vw, 10rem) !important;
}
.\!scroll-px-31 {
  scroll-padding-left: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem) !important;
  scroll-padding-right: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem) !important;
}
.\!scroll-px-32 {
  scroll-padding-left: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem) !important;
  scroll-padding-right: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem) !important;
}
.\!scroll-px-33 {
  scroll-padding-left: clamp(6.1875rem, 9.166666666666666vw, 11rem) !important;
  scroll-padding-right: clamp(6.1875rem, 9.166666666666666vw, 11rem) !important;
}
.\!scroll-px-34 {
  scroll-padding-left: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem) !important;
  scroll-padding-right: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem) !important;
}
.\!scroll-px-35 {
  scroll-padding-left: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem) !important;
  scroll-padding-right: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem) !important;
}
.\!scroll-px-36 {
  scroll-padding-left: clamp(6.75rem, 10vw, 12rem) !important;
  scroll-padding-right: clamp(6.75rem, 10vw, 12rem) !important;
}
.\!scroll-px-37 {
  scroll-padding-left: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem) !important;
  scroll-padding-right: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem) !important;
}
.\!scroll-px-38 {
  scroll-padding-left: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem) !important;
  scroll-padding-right: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem) !important;
}
.\!scroll-px-39 {
  scroll-padding-left: clamp(7.3125rem, 10.833333333333334vw, 13rem) !important;
  scroll-padding-right: clamp(7.3125rem, 10.833333333333334vw, 13rem) !important;
}
.\!scroll-px-6 {
  scroll-padding-left: clamp(1.125rem, 1.6666666666666667vw, 2rem) !important;
  scroll-padding-right: clamp(1.125rem, 1.6666666666666667vw, 2rem) !important;
}
.\!scroll-px-9 {
  scroll-padding-left: clamp(1.6875rem, 2.5vw, 3rem) !important;
  scroll-padding-right: clamp(1.6875rem, 2.5vw, 3rem) !important;
}
.\!scroll-px-96 {
  scroll-padding-left: clamp(18rem, 26.666666666666668vw, 32rem) !important;
  scroll-padding-right: clamp(18rem, 26.666666666666668vw, 32rem) !important;
}
.\!scroll-py-1\.5 {
  scroll-padding-top: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem) !important;
  scroll-padding-bottom: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem) !important;
}
.\!scroll-py-12 {
  scroll-padding-top: clamp(2.25rem, 3.3333333333333335vw, 4rem) !important;
  scroll-padding-bottom: clamp(2.25rem, 3.3333333333333335vw, 4rem) !important;
}
.\!scroll-py-24 {
  scroll-padding-top: clamp(4.5rem, 6.666666666666667vw, 8rem) !important;
  scroll-padding-bottom: clamp(4.5rem, 6.666666666666667vw, 8rem) !important;
}
.\!scroll-py-3 {
  scroll-padding-top: clamp(0.5625rem, 0.8333333333333334vw, 1rem) !important;
  scroll-padding-bottom: clamp(0.5625rem, 0.8333333333333334vw, 1rem) !important;
}
.\!scroll-py-3\.5 {
  scroll-padding-top: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem) !important;
  scroll-padding-bottom: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem) !important;
}
.\!scroll-py-30 {
  scroll-padding-top: clamp(5.625rem, 8.333333333333332vw, 10rem) !important;
  scroll-padding-bottom: clamp(5.625rem, 8.333333333333332vw, 10rem) !important;
}
.\!scroll-py-31 {
  scroll-padding-top: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem) !important;
  scroll-padding-bottom: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem) !important;
}
.\!scroll-py-32 {
  scroll-padding-top: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem) !important;
  scroll-padding-bottom: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem) !important;
}
.\!scroll-py-33 {
  scroll-padding-top: clamp(6.1875rem, 9.166666666666666vw, 11rem) !important;
  scroll-padding-bottom: clamp(6.1875rem, 9.166666666666666vw, 11rem) !important;
}
.\!scroll-py-34 {
  scroll-padding-top: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem) !important;
  scroll-padding-bottom: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem) !important;
}
.\!scroll-py-35 {
  scroll-padding-top: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem) !important;
  scroll-padding-bottom: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem) !important;
}
.\!scroll-py-36 {
  scroll-padding-top: clamp(6.75rem, 10vw, 12rem) !important;
  scroll-padding-bottom: clamp(6.75rem, 10vw, 12rem) !important;
}
.\!scroll-py-37 {
  scroll-padding-top: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem) !important;
  scroll-padding-bottom: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem) !important;
}
.\!scroll-py-38 {
  scroll-padding-top: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem) !important;
  scroll-padding-bottom: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem) !important;
}
.\!scroll-py-39 {
  scroll-padding-top: clamp(7.3125rem, 10.833333333333334vw, 13rem) !important;
  scroll-padding-bottom: clamp(7.3125rem, 10.833333333333334vw, 13rem) !important;
}
.\!scroll-py-6 {
  scroll-padding-top: clamp(1.125rem, 1.6666666666666667vw, 2rem) !important;
  scroll-padding-bottom: clamp(1.125rem, 1.6666666666666667vw, 2rem) !important;
}
.\!scroll-py-9 {
  scroll-padding-top: clamp(1.6875rem, 2.5vw, 3rem) !important;
  scroll-padding-bottom: clamp(1.6875rem, 2.5vw, 3rem) !important;
}
.\!scroll-py-96 {
  scroll-padding-top: clamp(18rem, 26.666666666666668vw, 32rem) !important;
  scroll-padding-bottom: clamp(18rem, 26.666666666666668vw, 32rem) !important;
}
.scroll-px-1\.5 {
  scroll-padding-left: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem);
  scroll-padding-right: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem);
}
.scroll-px-12 {
  scroll-padding-left: clamp(2.25rem, 3.3333333333333335vw, 4rem);
  scroll-padding-right: clamp(2.25rem, 3.3333333333333335vw, 4rem);
}
.scroll-px-24 {
  scroll-padding-left: clamp(4.5rem, 6.666666666666667vw, 8rem);
  scroll-padding-right: clamp(4.5rem, 6.666666666666667vw, 8rem);
}
.scroll-px-3 {
  scroll-padding-left: clamp(0.5625rem, 0.8333333333333334vw, 1rem);
  scroll-padding-right: clamp(0.5625rem, 0.8333333333333334vw, 1rem);
}
.scroll-px-3\.5 {
  scroll-padding-left: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem);
  scroll-padding-right: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem);
}
.scroll-px-30 {
  scroll-padding-left: clamp(5.625rem, 8.333333333333332vw, 10rem);
  scroll-padding-right: clamp(5.625rem, 8.333333333333332vw, 10rem);
}
.scroll-px-31 {
  scroll-padding-left: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem);
  scroll-padding-right: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem);
}
.scroll-px-32 {
  scroll-padding-left: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem);
  scroll-padding-right: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem);
}
.scroll-px-33 {
  scroll-padding-left: clamp(6.1875rem, 9.166666666666666vw, 11rem);
  scroll-padding-right: clamp(6.1875rem, 9.166666666666666vw, 11rem);
}
.scroll-px-34 {
  scroll-padding-left: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem);
  scroll-padding-right: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem);
}
.scroll-px-35 {
  scroll-padding-left: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem);
  scroll-padding-right: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem);
}
.scroll-px-36 {
  scroll-padding-left: clamp(6.75rem, 10vw, 12rem);
  scroll-padding-right: clamp(6.75rem, 10vw, 12rem);
}
.scroll-px-37 {
  scroll-padding-left: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem);
  scroll-padding-right: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem);
}
.scroll-px-38 {
  scroll-padding-left: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem);
  scroll-padding-right: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem);
}
.scroll-px-39 {
  scroll-padding-left: clamp(7.3125rem, 10.833333333333334vw, 13rem);
  scroll-padding-right: clamp(7.3125rem, 10.833333333333334vw, 13rem);
}
.scroll-px-6 {
  scroll-padding-left: clamp(1.125rem, 1.6666666666666667vw, 2rem);
  scroll-padding-right: clamp(1.125rem, 1.6666666666666667vw, 2rem);
}
.scroll-px-9 {
  scroll-padding-left: clamp(1.6875rem, 2.5vw, 3rem);
  scroll-padding-right: clamp(1.6875rem, 2.5vw, 3rem);
}
.scroll-px-96 {
  scroll-padding-left: clamp(18rem, 26.666666666666668vw, 32rem);
  scroll-padding-right: clamp(18rem, 26.666666666666668vw, 32rem);
}
.scroll-py-1\.5 {
  scroll-padding-top: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem);
  scroll-padding-bottom: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem);
}
.scroll-py-12 {
  scroll-padding-top: clamp(2.25rem, 3.3333333333333335vw, 4rem);
  scroll-padding-bottom: clamp(2.25rem, 3.3333333333333335vw, 4rem);
}
.scroll-py-24 {
  scroll-padding-top: clamp(4.5rem, 6.666666666666667vw, 8rem);
  scroll-padding-bottom: clamp(4.5rem, 6.666666666666667vw, 8rem);
}
.scroll-py-3 {
  scroll-padding-top: clamp(0.5625rem, 0.8333333333333334vw, 1rem);
  scroll-padding-bottom: clamp(0.5625rem, 0.8333333333333334vw, 1rem);
}
.scroll-py-3\.5 {
  scroll-padding-top: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem);
  scroll-padding-bottom: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem);
}
.scroll-py-30 {
  scroll-padding-top: clamp(5.625rem, 8.333333333333332vw, 10rem);
  scroll-padding-bottom: clamp(5.625rem, 8.333333333333332vw, 10rem);
}
.scroll-py-31 {
  scroll-padding-top: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem);
  scroll-padding-bottom: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem);
}
.scroll-py-32 {
  scroll-padding-top: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem);
  scroll-padding-bottom: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem);
}
.scroll-py-33 {
  scroll-padding-top: clamp(6.1875rem, 9.166666666666666vw, 11rem);
  scroll-padding-bottom: clamp(6.1875rem, 9.166666666666666vw, 11rem);
}
.scroll-py-34 {
  scroll-padding-top: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem);
  scroll-padding-bottom: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem);
}
.scroll-py-35 {
  scroll-padding-top: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem);
  scroll-padding-bottom: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem);
}
.scroll-py-36 {
  scroll-padding-top: clamp(6.75rem, 10vw, 12rem);
  scroll-padding-bottom: clamp(6.75rem, 10vw, 12rem);
}
.scroll-py-37 {
  scroll-padding-top: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem);
  scroll-padding-bottom: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem);
}
.scroll-py-38 {
  scroll-padding-top: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem);
  scroll-padding-bottom: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem);
}
.scroll-py-39 {
  scroll-padding-top: clamp(7.3125rem, 10.833333333333334vw, 13rem);
  scroll-padding-bottom: clamp(7.3125rem, 10.833333333333334vw, 13rem);
}
.scroll-py-6 {
  scroll-padding-top: clamp(1.125rem, 1.6666666666666667vw, 2rem);
  scroll-padding-bottom: clamp(1.125rem, 1.6666666666666667vw, 2rem);
}
.scroll-py-9 {
  scroll-padding-top: clamp(1.6875rem, 2.5vw, 3rem);
  scroll-padding-bottom: clamp(1.6875rem, 2.5vw, 3rem);
}
.scroll-py-96 {
  scroll-padding-top: clamp(18rem, 26.666666666666668vw, 32rem);
  scroll-padding-bottom: clamp(18rem, 26.666666666666668vw, 32rem);
}
.\!scroll-pb-1\.5 {
  scroll-padding-bottom: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem) !important;
}
.\!scroll-pb-12 {
  scroll-padding-bottom: clamp(2.25rem, 3.3333333333333335vw, 4rem) !important;
}
.\!scroll-pb-24 {
  scroll-padding-bottom: clamp(4.5rem, 6.666666666666667vw, 8rem) !important;
}
.\!scroll-pb-3 {
  scroll-padding-bottom: clamp(0.5625rem, 0.8333333333333334vw, 1rem) !important;
}
.\!scroll-pb-3\.5 {
  scroll-padding-bottom: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem) !important;
}
.\!scroll-pb-30 {
  scroll-padding-bottom: clamp(5.625rem, 8.333333333333332vw, 10rem) !important;
}
.\!scroll-pb-31 {
  scroll-padding-bottom: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem) !important;
}
.\!scroll-pb-32 {
  scroll-padding-bottom: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem) !important;
}
.\!scroll-pb-33 {
  scroll-padding-bottom: clamp(6.1875rem, 9.166666666666666vw, 11rem) !important;
}
.\!scroll-pb-34 {
  scroll-padding-bottom: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem) !important;
}
.\!scroll-pb-35 {
  scroll-padding-bottom: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem) !important;
}
.\!scroll-pb-36 {
  scroll-padding-bottom: clamp(6.75rem, 10vw, 12rem) !important;
}
.\!scroll-pb-37 {
  scroll-padding-bottom: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem) !important;
}
.\!scroll-pb-38 {
  scroll-padding-bottom: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem) !important;
}
.\!scroll-pb-39 {
  scroll-padding-bottom: clamp(7.3125rem, 10.833333333333334vw, 13rem) !important;
}
.\!scroll-pb-6 {
  scroll-padding-bottom: clamp(1.125rem, 1.6666666666666667vw, 2rem) !important;
}
.\!scroll-pb-9 {
  scroll-padding-bottom: clamp(1.6875rem, 2.5vw, 3rem) !important;
}
.\!scroll-pb-96 {
  scroll-padding-bottom: clamp(18rem, 26.666666666666668vw, 32rem) !important;
}
.\!scroll-pl-1\.5 {
  scroll-padding-left: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem) !important;
}
.\!scroll-pl-12 {
  scroll-padding-left: clamp(2.25rem, 3.3333333333333335vw, 4rem) !important;
}
.\!scroll-pl-24 {
  scroll-padding-left: clamp(4.5rem, 6.666666666666667vw, 8rem) !important;
}
.\!scroll-pl-3 {
  scroll-padding-left: clamp(0.5625rem, 0.8333333333333334vw, 1rem) !important;
}
.\!scroll-pl-3\.5 {
  scroll-padding-left: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem) !important;
}
.\!scroll-pl-30 {
  scroll-padding-left: clamp(5.625rem, 8.333333333333332vw, 10rem) !important;
}
.\!scroll-pl-31 {
  scroll-padding-left: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem) !important;
}
.\!scroll-pl-32 {
  scroll-padding-left: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem) !important;
}
.\!scroll-pl-33 {
  scroll-padding-left: clamp(6.1875rem, 9.166666666666666vw, 11rem) !important;
}
.\!scroll-pl-34 {
  scroll-padding-left: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem) !important;
}
.\!scroll-pl-35 {
  scroll-padding-left: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem) !important;
}
.\!scroll-pl-36 {
  scroll-padding-left: clamp(6.75rem, 10vw, 12rem) !important;
}
.\!scroll-pl-37 {
  scroll-padding-left: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem) !important;
}
.\!scroll-pl-38 {
  scroll-padding-left: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem) !important;
}
.\!scroll-pl-39 {
  scroll-padding-left: clamp(7.3125rem, 10.833333333333334vw, 13rem) !important;
}
.\!scroll-pl-6 {
  scroll-padding-left: clamp(1.125rem, 1.6666666666666667vw, 2rem) !important;
}
.\!scroll-pl-9 {
  scroll-padding-left: clamp(1.6875rem, 2.5vw, 3rem) !important;
}
.\!scroll-pl-96 {
  scroll-padding-left: clamp(18rem, 26.666666666666668vw, 32rem) !important;
}
.\!scroll-pr-1\.5 {
  scroll-padding-right: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem) !important;
}
.\!scroll-pr-12 {
  scroll-padding-right: clamp(2.25rem, 3.3333333333333335vw, 4rem) !important;
}
.\!scroll-pr-24 {
  scroll-padding-right: clamp(4.5rem, 6.666666666666667vw, 8rem) !important;
}
.\!scroll-pr-3 {
  scroll-padding-right: clamp(0.5625rem, 0.8333333333333334vw, 1rem) !important;
}
.\!scroll-pr-3\.5 {
  scroll-padding-right: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem) !important;
}
.\!scroll-pr-30 {
  scroll-padding-right: clamp(5.625rem, 8.333333333333332vw, 10rem) !important;
}
.\!scroll-pr-31 {
  scroll-padding-right: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem) !important;
}
.\!scroll-pr-32 {
  scroll-padding-right: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem) !important;
}
.\!scroll-pr-33 {
  scroll-padding-right: clamp(6.1875rem, 9.166666666666666vw, 11rem) !important;
}
.\!scroll-pr-34 {
  scroll-padding-right: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem) !important;
}
.\!scroll-pr-35 {
  scroll-padding-right: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem) !important;
}
.\!scroll-pr-36 {
  scroll-padding-right: clamp(6.75rem, 10vw, 12rem) !important;
}
.\!scroll-pr-37 {
  scroll-padding-right: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem) !important;
}
.\!scroll-pr-38 {
  scroll-padding-right: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem) !important;
}
.\!scroll-pr-39 {
  scroll-padding-right: clamp(7.3125rem, 10.833333333333334vw, 13rem) !important;
}
.\!scroll-pr-6 {
  scroll-padding-right: clamp(1.125rem, 1.6666666666666667vw, 2rem) !important;
}
.\!scroll-pr-9 {
  scroll-padding-right: clamp(1.6875rem, 2.5vw, 3rem) !important;
}
.\!scroll-pr-96 {
  scroll-padding-right: clamp(18rem, 26.666666666666668vw, 32rem) !important;
}
.\!scroll-pt-1\.5 {
  scroll-padding-top: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem) !important;
}
.\!scroll-pt-12 {
  scroll-padding-top: clamp(2.25rem, 3.3333333333333335vw, 4rem) !important;
}
.\!scroll-pt-24 {
  scroll-padding-top: clamp(4.5rem, 6.666666666666667vw, 8rem) !important;
}
.\!scroll-pt-3 {
  scroll-padding-top: clamp(0.5625rem, 0.8333333333333334vw, 1rem) !important;
}
.\!scroll-pt-3\.5 {
  scroll-padding-top: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem) !important;
}
.\!scroll-pt-30 {
  scroll-padding-top: clamp(5.625rem, 8.333333333333332vw, 10rem) !important;
}
.\!scroll-pt-31 {
  scroll-padding-top: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem) !important;
}
.\!scroll-pt-32 {
  scroll-padding-top: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem) !important;
}
.\!scroll-pt-33 {
  scroll-padding-top: clamp(6.1875rem, 9.166666666666666vw, 11rem) !important;
}
.\!scroll-pt-34 {
  scroll-padding-top: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem) !important;
}
.\!scroll-pt-35 {
  scroll-padding-top: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem) !important;
}
.\!scroll-pt-36 {
  scroll-padding-top: clamp(6.75rem, 10vw, 12rem) !important;
}
.\!scroll-pt-37 {
  scroll-padding-top: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem) !important;
}
.\!scroll-pt-38 {
  scroll-padding-top: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem) !important;
}
.\!scroll-pt-39 {
  scroll-padding-top: clamp(7.3125rem, 10.833333333333334vw, 13rem) !important;
}
.\!scroll-pt-6 {
  scroll-padding-top: clamp(1.125rem, 1.6666666666666667vw, 2rem) !important;
}
.\!scroll-pt-9 {
  scroll-padding-top: clamp(1.6875rem, 2.5vw, 3rem) !important;
}
.\!scroll-pt-96 {
  scroll-padding-top: clamp(18rem, 26.666666666666668vw, 32rem) !important;
}
.scroll-pb-1\.5 {
  scroll-padding-bottom: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem);
}
.scroll-pb-12 {
  scroll-padding-bottom: clamp(2.25rem, 3.3333333333333335vw, 4rem);
}
.scroll-pb-24 {
  scroll-padding-bottom: clamp(4.5rem, 6.666666666666667vw, 8rem);
}
.scroll-pb-3 {
  scroll-padding-bottom: clamp(0.5625rem, 0.8333333333333334vw, 1rem);
}
.scroll-pb-3\.5 {
  scroll-padding-bottom: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem);
}
.scroll-pb-30 {
  scroll-padding-bottom: clamp(5.625rem, 8.333333333333332vw, 10rem);
}
.scroll-pb-31 {
  scroll-padding-bottom: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem);
}
.scroll-pb-32 {
  scroll-padding-bottom: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem);
}
.scroll-pb-33 {
  scroll-padding-bottom: clamp(6.1875rem, 9.166666666666666vw, 11rem);
}
.scroll-pb-34 {
  scroll-padding-bottom: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem);
}
.scroll-pb-35 {
  scroll-padding-bottom: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem);
}
.scroll-pb-36 {
  scroll-padding-bottom: clamp(6.75rem, 10vw, 12rem);
}
.scroll-pb-37 {
  scroll-padding-bottom: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem);
}
.scroll-pb-38 {
  scroll-padding-bottom: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem);
}
.scroll-pb-39 {
  scroll-padding-bottom: clamp(7.3125rem, 10.833333333333334vw, 13rem);
}
.scroll-pb-6 {
  scroll-padding-bottom: clamp(1.125rem, 1.6666666666666667vw, 2rem);
}
.scroll-pb-9 {
  scroll-padding-bottom: clamp(1.6875rem, 2.5vw, 3rem);
}
.scroll-pb-96 {
  scroll-padding-bottom: clamp(18rem, 26.666666666666668vw, 32rem);
}
.scroll-pl-1\.5 {
  scroll-padding-left: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem);
}
.scroll-pl-12 {
  scroll-padding-left: clamp(2.25rem, 3.3333333333333335vw, 4rem);
}
.scroll-pl-24 {
  scroll-padding-left: clamp(4.5rem, 6.666666666666667vw, 8rem);
}
.scroll-pl-3 {
  scroll-padding-left: clamp(0.5625rem, 0.8333333333333334vw, 1rem);
}
.scroll-pl-3\.5 {
  scroll-padding-left: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem);
}
.scroll-pl-30 {
  scroll-padding-left: clamp(5.625rem, 8.333333333333332vw, 10rem);
}
.scroll-pl-31 {
  scroll-padding-left: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem);
}
.scroll-pl-32 {
  scroll-padding-left: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem);
}
.scroll-pl-33 {
  scroll-padding-left: clamp(6.1875rem, 9.166666666666666vw, 11rem);
}
.scroll-pl-34 {
  scroll-padding-left: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem);
}
.scroll-pl-35 {
  scroll-padding-left: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem);
}
.scroll-pl-36 {
  scroll-padding-left: clamp(6.75rem, 10vw, 12rem);
}
.scroll-pl-37 {
  scroll-padding-left: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem);
}
.scroll-pl-38 {
  scroll-padding-left: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem);
}
.scroll-pl-39 {
  scroll-padding-left: clamp(7.3125rem, 10.833333333333334vw, 13rem);
}
.scroll-pl-6 {
  scroll-padding-left: clamp(1.125rem, 1.6666666666666667vw, 2rem);
}
.scroll-pl-9 {
  scroll-padding-left: clamp(1.6875rem, 2.5vw, 3rem);
}
.scroll-pl-96 {
  scroll-padding-left: clamp(18rem, 26.666666666666668vw, 32rem);
}
.scroll-pr-1\.5 {
  scroll-padding-right: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem);
}
.scroll-pr-12 {
  scroll-padding-right: clamp(2.25rem, 3.3333333333333335vw, 4rem);
}
.scroll-pr-24 {
  scroll-padding-right: clamp(4.5rem, 6.666666666666667vw, 8rem);
}
.scroll-pr-3 {
  scroll-padding-right: clamp(0.5625rem, 0.8333333333333334vw, 1rem);
}
.scroll-pr-3\.5 {
  scroll-padding-right: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem);
}
.scroll-pr-30 {
  scroll-padding-right: clamp(5.625rem, 8.333333333333332vw, 10rem);
}
.scroll-pr-31 {
  scroll-padding-right: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem);
}
.scroll-pr-32 {
  scroll-padding-right: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem);
}
.scroll-pr-33 {
  scroll-padding-right: clamp(6.1875rem, 9.166666666666666vw, 11rem);
}
.scroll-pr-34 {
  scroll-padding-right: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem);
}
.scroll-pr-35 {
  scroll-padding-right: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem);
}
.scroll-pr-36 {
  scroll-padding-right: clamp(6.75rem, 10vw, 12rem);
}
.scroll-pr-37 {
  scroll-padding-right: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem);
}
.scroll-pr-38 {
  scroll-padding-right: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem);
}
.scroll-pr-39 {
  scroll-padding-right: clamp(7.3125rem, 10.833333333333334vw, 13rem);
}
.scroll-pr-6 {
  scroll-padding-right: clamp(1.125rem, 1.6666666666666667vw, 2rem);
}
.scroll-pr-9 {
  scroll-padding-right: clamp(1.6875rem, 2.5vw, 3rem);
}
.scroll-pr-96 {
  scroll-padding-right: clamp(18rem, 26.666666666666668vw, 32rem);
}
.scroll-pt-1\.5 {
  scroll-padding-top: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem);
}
.scroll-pt-12 {
  scroll-padding-top: clamp(2.25rem, 3.3333333333333335vw, 4rem);
}
.scroll-pt-24 {
  scroll-padding-top: clamp(4.5rem, 6.666666666666667vw, 8rem);
}
.scroll-pt-3 {
  scroll-padding-top: clamp(0.5625rem, 0.8333333333333334vw, 1rem);
}
.scroll-pt-3\.5 {
  scroll-padding-top: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem);
}
.scroll-pt-30 {
  scroll-padding-top: clamp(5.625rem, 8.333333333333332vw, 10rem);
}
.scroll-pt-31 {
  scroll-padding-top: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem);
}
.scroll-pt-32 {
  scroll-padding-top: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem);
}
.scroll-pt-33 {
  scroll-padding-top: clamp(6.1875rem, 9.166666666666666vw, 11rem);
}
.scroll-pt-34 {
  scroll-padding-top: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem);
}
.scroll-pt-35 {
  scroll-padding-top: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem);
}
.scroll-pt-36 {
  scroll-padding-top: clamp(6.75rem, 10vw, 12rem);
}
.scroll-pt-37 {
  scroll-padding-top: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem);
}
.scroll-pt-38 {
  scroll-padding-top: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem);
}
.scroll-pt-39 {
  scroll-padding-top: clamp(7.3125rem, 10.833333333333334vw, 13rem);
}
.scroll-pt-6 {
  scroll-padding-top: clamp(1.125rem, 1.6666666666666667vw, 2rem);
}
.scroll-pt-9 {
  scroll-padding-top: clamp(1.6875rem, 2.5vw, 3rem);
}
.scroll-pt-96 {
  scroll-padding-top: clamp(18rem, 26.666666666666668vw, 32rem);
}
.list-none {
  list-style-type: none;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.place-items-start {
  place-items: start;
}
.place-items-end {
  place-items: end;
}
.\!place-items-center {
  place-items: center !important;
}
.place-items-center {
  place-items: center;
}
.place-items-baseline {
  place-items: baseline;
}
.place-items-stretch {
  place-items: stretch;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.justify-stretch {
  justify-content: stretch;
}
.justify-items-start {
  justify-items: start;
}
.justify-items-end {
  justify-items: end;
}
.justify-items-center {
  justify-items: center;
}
.justify-items-stretch {
  justify-items: stretch;
}
.\!gap-x-1\.5 {
  -moz-column-gap: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem) !important;
       column-gap: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem) !important;
}
.\!gap-x-12 {
  -moz-column-gap: clamp(2.25rem, 3.3333333333333335vw, 4rem) !important;
       column-gap: clamp(2.25rem, 3.3333333333333335vw, 4rem) !important;
}
.\!gap-x-24 {
  -moz-column-gap: clamp(4.5rem, 6.666666666666667vw, 8rem) !important;
       column-gap: clamp(4.5rem, 6.666666666666667vw, 8rem) !important;
}
.\!gap-x-3 {
  -moz-column-gap: clamp(0.5625rem, 0.8333333333333334vw, 1rem) !important;
       column-gap: clamp(0.5625rem, 0.8333333333333334vw, 1rem) !important;
}
.\!gap-x-3\.5 {
  -moz-column-gap: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem) !important;
       column-gap: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem) !important;
}
.\!gap-x-30 {
  -moz-column-gap: clamp(5.625rem, 8.333333333333332vw, 10rem) !important;
       column-gap: clamp(5.625rem, 8.333333333333332vw, 10rem) !important;
}
.\!gap-x-31 {
  -moz-column-gap: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem) !important;
       column-gap: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem) !important;
}
.\!gap-x-32 {
  -moz-column-gap: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem) !important;
       column-gap: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem) !important;
}
.\!gap-x-33 {
  -moz-column-gap: clamp(6.1875rem, 9.166666666666666vw, 11rem) !important;
       column-gap: clamp(6.1875rem, 9.166666666666666vw, 11rem) !important;
}
.\!gap-x-34 {
  -moz-column-gap: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem) !important;
       column-gap: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem) !important;
}
.\!gap-x-35 {
  -moz-column-gap: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem) !important;
       column-gap: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem) !important;
}
.\!gap-x-36 {
  -moz-column-gap: clamp(6.75rem, 10vw, 12rem) !important;
       column-gap: clamp(6.75rem, 10vw, 12rem) !important;
}
.\!gap-x-37 {
  -moz-column-gap: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem) !important;
       column-gap: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem) !important;
}
.\!gap-x-38 {
  -moz-column-gap: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem) !important;
       column-gap: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem) !important;
}
.\!gap-x-39 {
  -moz-column-gap: clamp(7.3125rem, 10.833333333333334vw, 13rem) !important;
       column-gap: clamp(7.3125rem, 10.833333333333334vw, 13rem) !important;
}
.\!gap-x-6 {
  -moz-column-gap: clamp(1.125rem, 1.6666666666666667vw, 2rem) !important;
       column-gap: clamp(1.125rem, 1.6666666666666667vw, 2rem) !important;
}
.\!gap-x-9 {
  -moz-column-gap: clamp(1.6875rem, 2.5vw, 3rem) !important;
       column-gap: clamp(1.6875rem, 2.5vw, 3rem) !important;
}
.\!gap-x-96 {
  -moz-column-gap: clamp(18rem, 26.666666666666668vw, 32rem) !important;
       column-gap: clamp(18rem, 26.666666666666668vw, 32rem) !important;
}
.\!gap-y-1\.5 {
  row-gap: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem) !important;
}
.\!gap-y-12 {
  row-gap: clamp(2.25rem, 3.3333333333333335vw, 4rem) !important;
}
.\!gap-y-24 {
  row-gap: clamp(4.5rem, 6.666666666666667vw, 8rem) !important;
}
.\!gap-y-3 {
  row-gap: clamp(0.5625rem, 0.8333333333333334vw, 1rem) !important;
}
.\!gap-y-3\.5 {
  row-gap: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem) !important;
}
.\!gap-y-30 {
  row-gap: clamp(5.625rem, 8.333333333333332vw, 10rem) !important;
}
.\!gap-y-31 {
  row-gap: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem) !important;
}
.\!gap-y-32 {
  row-gap: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem) !important;
}
.\!gap-y-33 {
  row-gap: clamp(6.1875rem, 9.166666666666666vw, 11rem) !important;
}
.\!gap-y-34 {
  row-gap: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem) !important;
}
.\!gap-y-35 {
  row-gap: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem) !important;
}
.\!gap-y-36 {
  row-gap: clamp(6.75rem, 10vw, 12rem) !important;
}
.\!gap-y-37 {
  row-gap: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem) !important;
}
.\!gap-y-38 {
  row-gap: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem) !important;
}
.\!gap-y-39 {
  row-gap: clamp(7.3125rem, 10.833333333333334vw, 13rem) !important;
}
.\!gap-y-6 {
  row-gap: clamp(1.125rem, 1.6666666666666667vw, 2rem) !important;
}
.\!gap-y-9 {
  row-gap: clamp(1.6875rem, 2.5vw, 3rem) !important;
}
.\!gap-y-96 {
  row-gap: clamp(18rem, 26.666666666666668vw, 32rem) !important;
}
.gap-x-1 {
  -moz-column-gap: clamp(0.1875rem, 0.2777777777777778vw, 0.33333333333333337rem);
       column-gap: clamp(0.1875rem, 0.2777777777777778vw, 0.33333333333333337rem);
}
.gap-x-1\.5 {
  -moz-column-gap: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem);
       column-gap: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem);
}
.gap-x-12 {
  -moz-column-gap: clamp(2.25rem, 3.3333333333333335vw, 4rem);
       column-gap: clamp(2.25rem, 3.3333333333333335vw, 4rem);
}
.gap-x-2 {
  -moz-column-gap: clamp(0.375rem, 0.5555555555555556vw, 0.6666666666666667rem);
       column-gap: clamp(0.375rem, 0.5555555555555556vw, 0.6666666666666667rem);
}
.gap-x-24 {
  -moz-column-gap: clamp(4.5rem, 6.666666666666667vw, 8rem);
       column-gap: clamp(4.5rem, 6.666666666666667vw, 8rem);
}
.gap-x-3 {
  -moz-column-gap: clamp(0.5625rem, 0.8333333333333334vw, 1rem);
       column-gap: clamp(0.5625rem, 0.8333333333333334vw, 1rem);
}
.gap-x-3\.5 {
  -moz-column-gap: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem);
       column-gap: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem);
}
.gap-x-30 {
  -moz-column-gap: clamp(5.625rem, 8.333333333333332vw, 10rem);
       column-gap: clamp(5.625rem, 8.333333333333332vw, 10rem);
}
.gap-x-31 {
  -moz-column-gap: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem);
       column-gap: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem);
}
.gap-x-32 {
  -moz-column-gap: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem);
       column-gap: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem);
}
.gap-x-33 {
  -moz-column-gap: clamp(6.1875rem, 9.166666666666666vw, 11rem);
       column-gap: clamp(6.1875rem, 9.166666666666666vw, 11rem);
}
.gap-x-34 {
  -moz-column-gap: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem);
       column-gap: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem);
}
.gap-x-35 {
  -moz-column-gap: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem);
       column-gap: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem);
}
.gap-x-36 {
  -moz-column-gap: clamp(6.75rem, 10vw, 12rem);
       column-gap: clamp(6.75rem, 10vw, 12rem);
}
.gap-x-37 {
  -moz-column-gap: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem);
       column-gap: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem);
}
.gap-x-38 {
  -moz-column-gap: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem);
       column-gap: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem);
}
.gap-x-39 {
  -moz-column-gap: clamp(7.3125rem, 10.833333333333334vw, 13rem);
       column-gap: clamp(7.3125rem, 10.833333333333334vw, 13rem);
}
.gap-x-6 {
  -moz-column-gap: clamp(1.125rem, 1.6666666666666667vw, 2rem);
       column-gap: clamp(1.125rem, 1.6666666666666667vw, 2rem);
}
.gap-x-7 {
  -moz-column-gap: clamp(1.3125rem, 1.9444444444444444vw, 2.3333333333333335rem);
       column-gap: clamp(1.3125rem, 1.9444444444444444vw, 2.3333333333333335rem);
}
.gap-x-9 {
  -moz-column-gap: clamp(1.6875rem, 2.5vw, 3rem);
       column-gap: clamp(1.6875rem, 2.5vw, 3rem);
}
.gap-x-96 {
  -moz-column-gap: clamp(18rem, 26.666666666666668vw, 32rem);
       column-gap: clamp(18rem, 26.666666666666668vw, 32rem);
}
.gap-y-1 {
  row-gap: clamp(0.1875rem, 0.2777777777777778vw, 0.33333333333333337rem);
}
.gap-y-1\.5 {
  row-gap: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem);
}
.gap-y-12 {
  row-gap: clamp(2.25rem, 3.3333333333333335vw, 4rem);
}
.gap-y-2 {
  row-gap: clamp(0.375rem, 0.5555555555555556vw, 0.6666666666666667rem);
}
.gap-y-24 {
  row-gap: clamp(4.5rem, 6.666666666666667vw, 8rem);
}
.gap-y-3 {
  row-gap: clamp(0.5625rem, 0.8333333333333334vw, 1rem);
}
.gap-y-3\.5 {
  row-gap: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem);
}
.gap-y-30 {
  row-gap: clamp(5.625rem, 8.333333333333332vw, 10rem);
}
.gap-y-31 {
  row-gap: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem);
}
.gap-y-32 {
  row-gap: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem);
}
.gap-y-33 {
  row-gap: clamp(6.1875rem, 9.166666666666666vw, 11rem);
}
.gap-y-34 {
  row-gap: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem);
}
.gap-y-35 {
  row-gap: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem);
}
.gap-y-36 {
  row-gap: clamp(6.75rem, 10vw, 12rem);
}
.gap-y-37 {
  row-gap: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem);
}
.gap-y-38 {
  row-gap: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem);
}
.gap-y-39 {
  row-gap: clamp(7.3125rem, 10.833333333333334vw, 13rem);
}
.gap-y-6 {
  row-gap: clamp(1.125rem, 1.6666666666666667vw, 2rem);
}
.gap-y-9 {
  row-gap: clamp(1.6875rem, 2.5vw, 3rem);
}
.gap-y-96 {
  row-gap: clamp(18rem, 26.666666666666668vw, 32rem);
}
.\!divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0 !important;
}
.\!divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.1 !important;
}
.\!divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
}
.\!divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.2 !important;
}
.\!divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.3 !important;
}
.\!divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.4 !important;
}
.\!divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.5 !important;
}
.\!divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.6 !important;
}
.\!divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.7 !important;
}
.\!divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.8 !important;
}
.\!divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.9 !important;
}
.divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0;
}
.divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.1;
}
.divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
}
.divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.2;
}
.divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.3;
}
.divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.4;
}
.divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.5;
}
.divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.6;
}
.divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.7;
}
.divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.8;
}
.divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.9;
}
.place-self-start {
  place-self: start;
}
.place-self-end {
  place-self: end;
}
.place-self-center {
  place-self: center;
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.self-stretch {
  align-self: stretch;
}
.justify-self-start {
  justify-self: start;
}
.justify-self-end {
  justify-self: end;
}
.justify-self-center {
  justify-self: center;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-x-clip {
  overflow-x: clip;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.\!rounded-0 {
  border-radius: 0 !important;
}
.\!rounded-0\.25 {
  border-radius: 0.0625rem !important;
}
.\!rounded-0\.5 {
  border-radius: 0.1250rem !important;
}
.\!rounded-0\.75 {
  border-radius: clamp(0.140625rem, 0.20833333333333334vw, 0.25rem) !important;
}
.\!rounded-1 {
  border-radius: clamp(0.1875rem, 0.2777777777777778vw, 0.33333333333333337rem) !important;
}
.\!rounded-1\.5 {
  border-radius: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem) !important;
}
.\!rounded-10 {
  border-radius: clamp(1.875rem, 2.7777777777777777vw, 3.333333333333333rem) !important;
}
.\!rounded-11 {
  border-radius: clamp(2.0625rem, 3.0555555555555554vw, 3.6666666666666665rem) !important;
}
.\!rounded-12 {
  border-radius: clamp(2.25rem, 3.3333333333333335vw, 4rem) !important;
}
.\!rounded-13 {
  border-radius: clamp(2.4374999999999996rem, 3.6111111111111107vw, 4.333333333333333rem) !important;
}
.\!rounded-14 {
  border-radius: clamp(2.625rem, 3.888888888888889vw, 4.666666666666667rem) !important;
}
.\!rounded-15 {
  border-radius: clamp(2.8125rem, 4.166666666666666vw, 5rem) !important;
}
.\!rounded-16 {
  border-radius: clamp(3rem, 4.444444444444445vw, 5.333333333333334rem) !important;
}
.\!rounded-17 {
  border-radius: clamp(3.1875rem, 4.722222222222222vw, 5.666666666666666rem) !important;
}
.\!rounded-18 {
  border-radius: clamp(3.375rem, 5vw, 6rem) !important;
}
.\!rounded-19 {
  border-radius: clamp(3.5625rem, 5.277777777777778vw, 6.333333333333333rem) !important;
}
.\!rounded-2 {
  border-radius: clamp(0.375rem, 0.5555555555555556vw, 0.6666666666666667rem) !important;
}
.\!rounded-20 {
  border-radius: clamp(3.75rem, 5.555555555555555vw, 6.666666666666666rem) !important;
}
.\!rounded-21 {
  border-radius: clamp(3.9375rem, 5.833333333333333vw, 7rem) !important;
}
.\!rounded-22 {
  border-radius: clamp(4.125rem, 6.111111111111111vw, 7.333333333333333rem) !important;
}
.\!rounded-23 {
  border-radius: clamp(4.3125rem, 6.388888888888888vw, 7.666666666666666rem) !important;
}
.\!rounded-24 {
  border-radius: clamp(4.5rem, 6.666666666666667vw, 8rem) !important;
}
.\!rounded-25 {
  border-radius: clamp(4.6875rem, 6.944444444444445vw, 8.333333333333334rem) !important;
}
.\!rounded-26 {
  border-radius: clamp(4.874999999999999rem, 7.222222222222221vw, 8.666666666666666rem) !important;
}
.\!rounded-27 {
  border-radius: clamp(5.0625rem, 7.5vw, 9rem) !important;
}
.\!rounded-28 {
  border-radius: clamp(5.25rem, 7.777777777777778vw, 9.333333333333334rem) !important;
}
.\!rounded-29 {
  border-radius: clamp(5.4375rem, 8.055555555555555vw, 9.666666666666668rem) !important;
}
.\!rounded-2xl {
  border-radius: 1rem !important;
}
.\!rounded-3 {
  border-radius: clamp(0.5625rem, 0.8333333333333334vw, 1rem) !important;
}
.\!rounded-3\.5 {
  border-radius: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem) !important;
}
.\!rounded-30 {
  border-radius: clamp(5.625rem, 8.333333333333332vw, 10rem) !important;
}
.\!rounded-31 {
  border-radius: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem) !important;
}
.\!rounded-32 {
  border-radius: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem) !important;
}
.\!rounded-33 {
  border-radius: clamp(6.1875rem, 9.166666666666666vw, 11rem) !important;
}
.\!rounded-34 {
  border-radius: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem) !important;
}
.\!rounded-35 {
  border-radius: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem) !important;
}
.\!rounded-36 {
  border-radius: clamp(6.75rem, 10vw, 12rem) !important;
}
.\!rounded-37 {
  border-radius: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem) !important;
}
.\!rounded-38 {
  border-radius: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem) !important;
}
.\!rounded-39 {
  border-radius: clamp(7.3125rem, 10.833333333333334vw, 13rem) !important;
}
.\!rounded-3xl {
  border-radius: 1.5rem !important;
}
.\!rounded-4 {
  border-radius: clamp(0.75rem, 1.1111111111111112vw, 1.3333333333333335rem) !important;
}
.\!rounded-40 {
  border-radius: clamp(7.5rem, 11.11111111111111vw, 13.333333333333332rem) !important;
}
.\!rounded-41 {
  border-radius: clamp(7.6875rem, 11.38888888888889vw, 13.666666666666666rem) !important;
}
.\!rounded-42 {
  border-radius: clamp(7.875rem, 11.666666666666666vw, 14rem) !important;
}
.\!rounded-43 {
  border-radius: clamp(8.0625rem, 11.944444444444445vw, 14.333333333333334rem) !important;
}
.\!rounded-44 {
  border-radius: clamp(8.25rem, 12.222222222222221vw, 14.666666666666666rem) !important;
}
.\!rounded-45 {
  border-radius: clamp(8.4375rem, 12.5vw, 15rem) !important;
}
.\!rounded-46 {
  border-radius: clamp(8.625rem, 12.777777777777777vw, 15.333333333333332rem) !important;
}
.\!rounded-47 {
  border-radius: clamp(8.8125rem, 13.055555555555557vw, 15.666666666666668rem) !important;
}
.\!rounded-48 {
  border-radius: clamp(9rem, 13.333333333333334vw, 16rem) !important;
}
.\!rounded-49 {
  border-radius: clamp(9.1875rem, 13.61111111111111vw, 16.333333333333332rem) !important;
}
.\!rounded-5 {
  border-radius: clamp(0.9375rem, 1.3888888888888888vw, 1.6666666666666665rem) !important;
}
.\!rounded-50 {
  border-radius: clamp(9.375rem, 13.88888888888889vw, 16.666666666666668rem) !important;
}
.\!rounded-6 {
  border-radius: clamp(1.125rem, 1.6666666666666667vw, 2rem) !important;
}
.\!rounded-7 {
  border-radius: clamp(1.3125rem, 1.9444444444444444vw, 2.3333333333333335rem) !important;
}
.\!rounded-8 {
  border-radius: clamp(1.5rem, 2.2222222222222223vw, 2.666666666666667rem) !important;
}
.\!rounded-9 {
  border-radius: clamp(1.6875rem, 2.5vw, 3rem) !important;
}
.\!rounded-96 {
  border-radius: clamp(18rem, 26.666666666666668vw, 32rem) !important;
}
.rounded-0 {
  border-radius: 0;
}
.rounded-0\.25 {
  border-radius: 0.0625rem;
}
.rounded-0\.5 {
  border-radius: 0.1250rem;
}
.rounded-0\.75 {
  border-radius: clamp(0.140625rem, 0.20833333333333334vw, 0.25rem);
}
.rounded-1 {
  border-radius: clamp(0.1875rem, 0.2777777777777778vw, 0.33333333333333337rem);
}
.rounded-1\.5 {
  border-radius: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem);
}
.rounded-10 {
  border-radius: clamp(1.875rem, 2.7777777777777777vw, 3.333333333333333rem);
}
.rounded-11 {
  border-radius: clamp(2.0625rem, 3.0555555555555554vw, 3.6666666666666665rem);
}
.rounded-12 {
  border-radius: clamp(2.25rem, 3.3333333333333335vw, 4rem);
}
.rounded-13 {
  border-radius: clamp(2.4374999999999996rem, 3.6111111111111107vw, 4.333333333333333rem);
}
.rounded-14 {
  border-radius: clamp(2.625rem, 3.888888888888889vw, 4.666666666666667rem);
}
.rounded-15 {
  border-radius: clamp(2.8125rem, 4.166666666666666vw, 5rem);
}
.rounded-16 {
  border-radius: clamp(3rem, 4.444444444444445vw, 5.333333333333334rem);
}
.rounded-17 {
  border-radius: clamp(3.1875rem, 4.722222222222222vw, 5.666666666666666rem);
}
.rounded-18 {
  border-radius: clamp(3.375rem, 5vw, 6rem);
}
.rounded-19 {
  border-radius: clamp(3.5625rem, 5.277777777777778vw, 6.333333333333333rem);
}
.rounded-2 {
  border-radius: clamp(0.375rem, 0.5555555555555556vw, 0.6666666666666667rem);
}
.rounded-20 {
  border-radius: clamp(3.75rem, 5.555555555555555vw, 6.666666666666666rem);
}
.rounded-21 {
  border-radius: clamp(3.9375rem, 5.833333333333333vw, 7rem);
}
.rounded-22 {
  border-radius: clamp(4.125rem, 6.111111111111111vw, 7.333333333333333rem);
}
.rounded-23 {
  border-radius: clamp(4.3125rem, 6.388888888888888vw, 7.666666666666666rem);
}
.rounded-24 {
  border-radius: clamp(4.5rem, 6.666666666666667vw, 8rem);
}
.rounded-25 {
  border-radius: clamp(4.6875rem, 6.944444444444445vw, 8.333333333333334rem);
}
.rounded-26 {
  border-radius: clamp(4.874999999999999rem, 7.222222222222221vw, 8.666666666666666rem);
}
.rounded-27 {
  border-radius: clamp(5.0625rem, 7.5vw, 9rem);
}
.rounded-28 {
  border-radius: clamp(5.25rem, 7.777777777777778vw, 9.333333333333334rem);
}
.rounded-29 {
  border-radius: clamp(5.4375rem, 8.055555555555555vw, 9.666666666666668rem);
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3 {
  border-radius: clamp(0.5625rem, 0.8333333333333334vw, 1rem);
}
.rounded-3\.5 {
  border-radius: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem);
}
.rounded-30 {
  border-radius: clamp(5.625rem, 8.333333333333332vw, 10rem);
}
.rounded-31 {
  border-radius: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem);
}
.rounded-32 {
  border-radius: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem);
}
.rounded-33 {
  border-radius: clamp(6.1875rem, 9.166666666666666vw, 11rem);
}
.rounded-34 {
  border-radius: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem);
}
.rounded-35 {
  border-radius: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem);
}
.rounded-36 {
  border-radius: clamp(6.75rem, 10vw, 12rem);
}
.rounded-37 {
  border-radius: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem);
}
.rounded-38 {
  border-radius: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem);
}
.rounded-39 {
  border-radius: clamp(7.3125rem, 10.833333333333334vw, 13rem);
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-4 {
  border-radius: clamp(0.75rem, 1.1111111111111112vw, 1.3333333333333335rem);
}
.rounded-40 {
  border-radius: clamp(7.5rem, 11.11111111111111vw, 13.333333333333332rem);
}
.rounded-41 {
  border-radius: clamp(7.6875rem, 11.38888888888889vw, 13.666666666666666rem);
}
.rounded-42 {
  border-radius: clamp(7.875rem, 11.666666666666666vw, 14rem);
}
.rounded-43 {
  border-radius: clamp(8.0625rem, 11.944444444444445vw, 14.333333333333334rem);
}
.rounded-44 {
  border-radius: clamp(8.25rem, 12.222222222222221vw, 14.666666666666666rem);
}
.rounded-45 {
  border-radius: clamp(8.4375rem, 12.5vw, 15rem);
}
.rounded-46 {
  border-radius: clamp(8.625rem, 12.777777777777777vw, 15.333333333333332rem);
}
.rounded-47 {
  border-radius: clamp(8.8125rem, 13.055555555555557vw, 15.666666666666668rem);
}
.rounded-48 {
  border-radius: clamp(9rem, 13.333333333333334vw, 16rem);
}
.rounded-49 {
  border-radius: clamp(9.1875rem, 13.61111111111111vw, 16.333333333333332rem);
}
.rounded-5 {
  border-radius: clamp(0.9375rem, 1.3888888888888888vw, 1.6666666666666665rem);
}
.rounded-50 {
  border-radius: clamp(9.375rem, 13.88888888888889vw, 16.666666666666668rem);
}
.rounded-6 {
  border-radius: clamp(1.125rem, 1.6666666666666667vw, 2rem);
}
.rounded-7 {
  border-radius: clamp(1.3125rem, 1.9444444444444444vw, 2.3333333333333335rem);
}
.rounded-8 {
  border-radius: clamp(1.5rem, 2.2222222222222223vw, 2.666666666666667rem);
}
.rounded-9 {
  border-radius: clamp(1.6875rem, 2.5vw, 3rem);
}
.rounded-96 {
  border-radius: clamp(18rem, 26.666666666666668vw, 32rem);
}
.rounded-accordion {
  border-radius: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem);
}
.rounded-btn {
  border-radius: 9999px;
}
.rounded-checkbox {
  border-radius: clamp(0.1875rem, 0.2777777777777778vw, 0.33333333333333337rem);
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-input {
  border-radius: clamp(0.1875rem, 0.2777777777777778vw, 0.33333333333333337rem);
}
.rounded-sliderBtn {
  border-radius: 9999px;
}
.rounded-tag {
  border-radius: 9999px;
}
.rounded-theme {
  border-radius: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem);
}
.\!border-0 {
  border-width: 0 !important;
}
.\!border-0\.25 {
  border-width: 0.0625rem !important;
}
.\!border-0\.5 {
  border-width: 0.1250rem !important;
}
.\!border-0\.75 {
  border-width: clamp(0.140625rem, 0.20833333333333334vw, 0.25rem) !important;
}
.\!border-1 {
  border-width: clamp(0.1875rem, 0.2777777777777778vw, 0.33333333333333337rem) !important;
}
.\!border-1\.5 {
  border-width: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem) !important;
}
.\!border-10 {
  border-width: clamp(1.875rem, 2.7777777777777777vw, 3.333333333333333rem) !important;
}
.\!border-11 {
  border-width: clamp(2.0625rem, 3.0555555555555554vw, 3.6666666666666665rem) !important;
}
.\!border-12 {
  border-width: clamp(2.25rem, 3.3333333333333335vw, 4rem) !important;
}
.\!border-13 {
  border-width: clamp(2.4374999999999996rem, 3.6111111111111107vw, 4.333333333333333rem) !important;
}
.\!border-14 {
  border-width: clamp(2.625rem, 3.888888888888889vw, 4.666666666666667rem) !important;
}
.\!border-15 {
  border-width: clamp(2.8125rem, 4.166666666666666vw, 5rem) !important;
}
.\!border-16 {
  border-width: clamp(3rem, 4.444444444444445vw, 5.333333333333334rem) !important;
}
.\!border-17 {
  border-width: clamp(3.1875rem, 4.722222222222222vw, 5.666666666666666rem) !important;
}
.\!border-18 {
  border-width: clamp(3.375rem, 5vw, 6rem) !important;
}
.\!border-19 {
  border-width: clamp(3.5625rem, 5.277777777777778vw, 6.333333333333333rem) !important;
}
.\!border-2 {
  border-width: clamp(0.375rem, 0.5555555555555556vw, 0.6666666666666667rem) !important;
}
.\!border-20 {
  border-width: clamp(3.75rem, 5.555555555555555vw, 6.666666666666666rem) !important;
}
.\!border-21 {
  border-width: clamp(3.9375rem, 5.833333333333333vw, 7rem) !important;
}
.\!border-22 {
  border-width: clamp(4.125rem, 6.111111111111111vw, 7.333333333333333rem) !important;
}
.\!border-23 {
  border-width: clamp(4.3125rem, 6.388888888888888vw, 7.666666666666666rem) !important;
}
.\!border-24 {
  border-width: clamp(4.5rem, 6.666666666666667vw, 8rem) !important;
}
.\!border-25 {
  border-width: clamp(4.6875rem, 6.944444444444445vw, 8.333333333333334rem) !important;
}
.\!border-26 {
  border-width: clamp(4.874999999999999rem, 7.222222222222221vw, 8.666666666666666rem) !important;
}
.\!border-27 {
  border-width: clamp(5.0625rem, 7.5vw, 9rem) !important;
}
.\!border-28 {
  border-width: clamp(5.25rem, 7.777777777777778vw, 9.333333333333334rem) !important;
}
.\!border-29 {
  border-width: clamp(5.4375rem, 8.055555555555555vw, 9.666666666666668rem) !important;
}
.\!border-3 {
  border-width: clamp(0.5625rem, 0.8333333333333334vw, 1rem) !important;
}
.\!border-3\.5 {
  border-width: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem) !important;
}
.\!border-30 {
  border-width: clamp(5.625rem, 8.333333333333332vw, 10rem) !important;
}
.\!border-31 {
  border-width: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem) !important;
}
.\!border-32 {
  border-width: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem) !important;
}
.\!border-33 {
  border-width: clamp(6.1875rem, 9.166666666666666vw, 11rem) !important;
}
.\!border-34 {
  border-width: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem) !important;
}
.\!border-35 {
  border-width: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem) !important;
}
.\!border-36 {
  border-width: clamp(6.75rem, 10vw, 12rem) !important;
}
.\!border-37 {
  border-width: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem) !important;
}
.\!border-38 {
  border-width: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem) !important;
}
.\!border-39 {
  border-width: clamp(7.3125rem, 10.833333333333334vw, 13rem) !important;
}
.\!border-4 {
  border-width: clamp(0.75rem, 1.1111111111111112vw, 1.3333333333333335rem) !important;
}
.\!border-40 {
  border-width: clamp(7.5rem, 11.11111111111111vw, 13.333333333333332rem) !important;
}
.\!border-41 {
  border-width: clamp(7.6875rem, 11.38888888888889vw, 13.666666666666666rem) !important;
}
.\!border-42 {
  border-width: clamp(7.875rem, 11.666666666666666vw, 14rem) !important;
}
.\!border-43 {
  border-width: clamp(8.0625rem, 11.944444444444445vw, 14.333333333333334rem) !important;
}
.\!border-44 {
  border-width: clamp(8.25rem, 12.222222222222221vw, 14.666666666666666rem) !important;
}
.\!border-45 {
  border-width: clamp(8.4375rem, 12.5vw, 15rem) !important;
}
.\!border-46 {
  border-width: clamp(8.625rem, 12.777777777777777vw, 15.333333333333332rem) !important;
}
.\!border-47 {
  border-width: clamp(8.8125rem, 13.055555555555557vw, 15.666666666666668rem) !important;
}
.\!border-48 {
  border-width: clamp(9rem, 13.333333333333334vw, 16rem) !important;
}
.\!border-49 {
  border-width: clamp(9.1875rem, 13.61111111111111vw, 16.333333333333332rem) !important;
}
.\!border-5 {
  border-width: clamp(0.9375rem, 1.3888888888888888vw, 1.6666666666666665rem) !important;
}
.\!border-50 {
  border-width: clamp(9.375rem, 13.88888888888889vw, 16.666666666666668rem) !important;
}
.\!border-6 {
  border-width: clamp(1.125rem, 1.6666666666666667vw, 2rem) !important;
}
.\!border-7 {
  border-width: clamp(1.3125rem, 1.9444444444444444vw, 2.3333333333333335rem) !important;
}
.\!border-8 {
  border-width: clamp(1.5rem, 2.2222222222222223vw, 2.666666666666667rem) !important;
}
.\!border-9 {
  border-width: clamp(1.6875rem, 2.5vw, 3rem) !important;
}
.\!border-96 {
  border-width: clamp(18rem, 26.666666666666668vw, 32rem) !important;
}
.border-0 {
  border-width: 0;
}
.border-0\.25 {
  border-width: 0.0625rem;
}
.border-0\.5 {
  border-width: 0.1250rem;
}
.border-0\.75 {
  border-width: clamp(0.140625rem, 0.20833333333333334vw, 0.25rem);
}
.border-1 {
  border-width: clamp(0.1875rem, 0.2777777777777778vw, 0.33333333333333337rem);
}
.border-1\.5 {
  border-width: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem);
}
.border-10 {
  border-width: clamp(1.875rem, 2.7777777777777777vw, 3.333333333333333rem);
}
.border-11 {
  border-width: clamp(2.0625rem, 3.0555555555555554vw, 3.6666666666666665rem);
}
.border-12 {
  border-width: clamp(2.25rem, 3.3333333333333335vw, 4rem);
}
.border-13 {
  border-width: clamp(2.4374999999999996rem, 3.6111111111111107vw, 4.333333333333333rem);
}
.border-14 {
  border-width: clamp(2.625rem, 3.888888888888889vw, 4.666666666666667rem);
}
.border-15 {
  border-width: clamp(2.8125rem, 4.166666666666666vw, 5rem);
}
.border-16 {
  border-width: clamp(3rem, 4.444444444444445vw, 5.333333333333334rem);
}
.border-17 {
  border-width: clamp(3.1875rem, 4.722222222222222vw, 5.666666666666666rem);
}
.border-18 {
  border-width: clamp(3.375rem, 5vw, 6rem);
}
.border-19 {
  border-width: clamp(3.5625rem, 5.277777777777778vw, 6.333333333333333rem);
}
.border-2 {
  border-width: clamp(0.375rem, 0.5555555555555556vw, 0.6666666666666667rem);
}
.border-20 {
  border-width: clamp(3.75rem, 5.555555555555555vw, 6.666666666666666rem);
}
.border-21 {
  border-width: clamp(3.9375rem, 5.833333333333333vw, 7rem);
}
.border-22 {
  border-width: clamp(4.125rem, 6.111111111111111vw, 7.333333333333333rem);
}
.border-23 {
  border-width: clamp(4.3125rem, 6.388888888888888vw, 7.666666666666666rem);
}
.border-24 {
  border-width: clamp(4.5rem, 6.666666666666667vw, 8rem);
}
.border-25 {
  border-width: clamp(4.6875rem, 6.944444444444445vw, 8.333333333333334rem);
}
.border-26 {
  border-width: clamp(4.874999999999999rem, 7.222222222222221vw, 8.666666666666666rem);
}
.border-27 {
  border-width: clamp(5.0625rem, 7.5vw, 9rem);
}
.border-28 {
  border-width: clamp(5.25rem, 7.777777777777778vw, 9.333333333333334rem);
}
.border-29 {
  border-width: clamp(5.4375rem, 8.055555555555555vw, 9.666666666666668rem);
}
.border-3 {
  border-width: clamp(0.5625rem, 0.8333333333333334vw, 1rem);
}
.border-3\.5 {
  border-width: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem);
}
.border-30 {
  border-width: clamp(5.625rem, 8.333333333333332vw, 10rem);
}
.border-31 {
  border-width: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem);
}
.border-32 {
  border-width: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem);
}
.border-33 {
  border-width: clamp(6.1875rem, 9.166666666666666vw, 11rem);
}
.border-34 {
  border-width: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem);
}
.border-35 {
  border-width: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem);
}
.border-36 {
  border-width: clamp(6.75rem, 10vw, 12rem);
}
.border-37 {
  border-width: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem);
}
.border-38 {
  border-width: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem);
}
.border-39 {
  border-width: clamp(7.3125rem, 10.833333333333334vw, 13rem);
}
.border-4 {
  border-width: clamp(0.75rem, 1.1111111111111112vw, 1.3333333333333335rem);
}
.border-40 {
  border-width: clamp(7.5rem, 11.11111111111111vw, 13.333333333333332rem);
}
.border-41 {
  border-width: clamp(7.6875rem, 11.38888888888889vw, 13.666666666666666rem);
}
.border-42 {
  border-width: clamp(7.875rem, 11.666666666666666vw, 14rem);
}
.border-43 {
  border-width: clamp(8.0625rem, 11.944444444444445vw, 14.333333333333334rem);
}
.border-44 {
  border-width: clamp(8.25rem, 12.222222222222221vw, 14.666666666666666rem);
}
.border-45 {
  border-width: clamp(8.4375rem, 12.5vw, 15rem);
}
.border-46 {
  border-width: clamp(8.625rem, 12.777777777777777vw, 15.333333333333332rem);
}
.border-47 {
  border-width: clamp(8.8125rem, 13.055555555555557vw, 15.666666666666668rem);
}
.border-48 {
  border-width: clamp(9rem, 13.333333333333334vw, 16rem);
}
.border-49 {
  border-width: clamp(9.1875rem, 13.61111111111111vw, 16.333333333333332rem);
}
.border-5 {
  border-width: clamp(0.9375rem, 1.3888888888888888vw, 1.6666666666666665rem);
}
.border-50 {
  border-width: clamp(9.375rem, 13.88888888888889vw, 16.666666666666668rem);
}
.border-6 {
  border-width: clamp(1.125rem, 1.6666666666666667vw, 2rem);
}
.border-7 {
  border-width: clamp(1.3125rem, 1.9444444444444444vw, 2.3333333333333335rem);
}
.border-8 {
  border-width: clamp(1.5rem, 2.2222222222222223vw, 2.666666666666667rem);
}
.border-9 {
  border-width: clamp(1.6875rem, 2.5vw, 3rem);
}
.border-96 {
  border-width: clamp(18rem, 26.666666666666668vw, 32rem);
}
.border-btn-bw {
  border-width: 0.1250rem;
}
.border-tag-bw {
  border-width: 0.0625rem;
}
.border-b-0\.25 {
  border-bottom-width: 0.0625rem;
}
.border-b-0\.5 {
  border-bottom-width: 0.1250rem;
}
.border-b-accordion-bw-b {
  border-bottom-width: 0.0625rem;
}
.border-l-accordion-bw-x {
  border-left-width: 0.0625rem;
}
.border-r-accordion-bw-x {
  border-right-width: 0.0625rem;
}
.border-t-accordion-bw-t {
  border-top-width: 0.0625rem;
}
.border-hidden {
  border-style: hidden;
}
.border-none {
  border-style: none;
}
.\!border-form-input-border {
  --tw-border-opacity: 1 !important;
  border-color: rgb(var(--colors-form-input-border) / var(--tw-border-opacity, 1)) !important;
}
.\!border-form-select-border-error {
  --tw-border-opacity: 1 !important;
  border-color: rgb(var(--colors-form-select-border-error) / var(--tw-border-opacity, 1)) !important;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-blue {
  --tw-border-opacity: 1;
  border-color: rgb(0 112 167 / var(--tw-border-opacity, 1));
}
.border-button-border {
  --tw-border-opacity: 1;
  border-color: rgb(var(--colors-button-border) / var(--tw-border-opacity, 1));
}
.border-button-open-border {
  --tw-border-opacity: 1;
  border-color: rgb(var(--colors-button-open-border) / var(--tw-border-opacity, 1));
}
.border-button-tertiary-border {
  --tw-border-opacity: 1;
  border-color: rgb(var(--colors-button-tertiary-border) / var(--tw-border-opacity, 1));
}
.border-fg {
  --tw-border-opacity: 1;
  border-color: rgb(var(--colors-fg) / var(--tw-border-opacity, 1));
}
.border-form-checkbox-border {
  --tw-border-opacity: 1;
  border-color: rgb(var(--colors-form-checkbox-border) / var(--tw-border-opacity, 1));
}
.border-form-input-border {
  --tw-border-opacity: 1;
  border-color: rgb(var(--colors-form-input-border) / var(--tw-border-opacity, 1));
}
.border-form-input-border-error {
  --tw-border-opacity: 1;
  border-color: rgb(var(--colors-form-input-border-error) / var(--tw-border-opacity, 1));
}
.border-form-radio-border {
  --tw-border-opacity: 1;
  border-color: rgb(var(--colors-form-radio-border) / var(--tw-border-opacity, 1));
}
.border-form-select-border {
  --tw-border-opacity: 1;
  border-color: rgb(var(--colors-form-select-border) / var(--tw-border-opacity, 1));
}
.border-lightBlue {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 233 / var(--tw-border-opacity, 1));
}
.border-lightGray {
  --tw-border-opacity: 1;
  border-color: rgb(244 241 233 / var(--tw-border-opacity, 1));
}
.border-link-underline {
  --tw-border-opacity: 1;
  border-color: rgb(var(--colors-link-underline) / var(--tw-border-opacity, 1));
}
.border-separator {
  --tw-border-opacity: 1;
  border-color: rgb(var(--colors-separator) / var(--tw-border-opacity, 1));
}
.border-slider-button-border {
  --tw-border-opacity: 1;
  border-color: rgb(var(--colors-slider-button-border) / var(--tw-border-opacity, 1));
}
.border-tag-border {
  --tw-border-opacity: 1;
  border-color: rgb(var(--colors-tag-border) / var(--tw-border-opacity, 1));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-yellow {
  --tw-border-opacity: 1;
  border-color: rgb(233 181 61 / var(--tw-border-opacity, 1));
}
.border-b-separator {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(var(--colors-separator) / var(--tw-border-opacity, 1));
}
.\!border-opacity-0 {
  --tw-border-opacity: 0 !important;
}
.\!border-opacity-10 {
  --tw-border-opacity: 0.1 !important;
}
.\!border-opacity-100 {
  --tw-border-opacity: 1 !important;
}
.\!border-opacity-20 {
  --tw-border-opacity: 0.2 !important;
}
.\!border-opacity-30 {
  --tw-border-opacity: 0.3 !important;
}
.\!border-opacity-40 {
  --tw-border-opacity: 0.4 !important;
}
.\!border-opacity-50 {
  --tw-border-opacity: 0.5 !important;
}
.\!border-opacity-60 {
  --tw-border-opacity: 0.6 !important;
}
.\!border-opacity-70 {
  --tw-border-opacity: 0.7 !important;
}
.\!border-opacity-80 {
  --tw-border-opacity: 0.8 !important;
}
.\!border-opacity-90 {
  --tw-border-opacity: 0.9 !important;
}
.border-opacity-0 {
  --tw-border-opacity: 0;
}
.border-opacity-10 {
  --tw-border-opacity: 0.1;
}
.border-opacity-100 {
  --tw-border-opacity: 1;
}
.border-opacity-20 {
  --tw-border-opacity: 0.2;
}
.border-opacity-30 {
  --tw-border-opacity: 0.3;
}
.border-opacity-40 {
  --tw-border-opacity: 0.4;
}
.border-opacity-50 {
  --tw-border-opacity: 0.5;
}
.border-opacity-60 {
  --tw-border-opacity: 0.6;
}
.border-opacity-70 {
  --tw-border-opacity: 0.7;
}
.border-opacity-80 {
  --tw-border-opacity: 0.8;
}
.border-opacity-90 {
  --tw-border-opacity: 0.9;
}
.\!bg-button-bg {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--colors-button-bg) / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-button-open-bg {
  background-color: rgb(var(--colors-button-open-bg) / 0) !important;
}
.\!bg-button-tertiary-bg {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--colors-button-tertiary-bg) / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-form-input-bg {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--colors-form-input-bg) / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-transparent {
  background-color: transparent !important;
}
.bg-\[\#000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-\[\#eee\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
}
.bg-base {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--colors-base) / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 112 167 / var(--tw-bg-opacity, 1));
}
.bg-button-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--colors-button-bg) / var(--tw-bg-opacity, 1));
}
.bg-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--colors-fg) / var(--tw-bg-opacity, 1));
}
.bg-form-checkbox-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--colors-form-checkbox-bg) / var(--tw-bg-opacity, 1));
}
.bg-form-checkbox-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--colors-form-checkbox-fg) / var(--tw-bg-opacity, 1));
}
.bg-form-file-button-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--colors-form-file-button-bg) / var(--tw-bg-opacity, 1));
}
.bg-form-input-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--colors-form-input-bg) / var(--tw-bg-opacity, 1));
}
.bg-form-radio-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--colors-form-radio-bg) / var(--tw-bg-opacity, 1));
}
.bg-form-radio-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--colors-form-radio-fg) / var(--tw-bg-opacity, 1));
}
.bg-form-select-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--colors-form-select-bg) / var(--tw-bg-opacity, 1));
}
.bg-highlight\/30 {
  background-color: rgb(var(--colors-highlight) / 0.3);
}
.bg-lightBlue {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 233 / var(--tw-bg-opacity, 1));
}
.bg-lightGray {
  --tw-bg-opacity: 1;
  background-color: rgb(244 241 233 / var(--tw-bg-opacity, 1));
}
.bg-separator {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--colors-separator) / var(--tw-bg-opacity, 1));
}
.bg-slider-button-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--colors-slider-button-bg) / var(--tw-bg-opacity, 1));
}
.bg-slider-button-bg-hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--colors-slider-button-bg-hover) / var(--tw-bg-opacity, 1));
}
.bg-tab-line-active {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--colors-tab-line-active) / var(--tw-bg-opacity, 1));
}
.bg-tag-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--colors-tag-bg) / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(233 181 61 / var(--tw-bg-opacity, 1));
}
.\!bg-opacity-0 {
  --tw-bg-opacity: 0 !important;
}
.\!bg-opacity-10 {
  --tw-bg-opacity: 0.1 !important;
}
.\!bg-opacity-100 {
  --tw-bg-opacity: 1 !important;
}
.\!bg-opacity-20 {
  --tw-bg-opacity: 0.2 !important;
}
.\!bg-opacity-30 {
  --tw-bg-opacity: 0.3 !important;
}
.\!bg-opacity-40 {
  --tw-bg-opacity: 0.4 !important;
}
.\!bg-opacity-50 {
  --tw-bg-opacity: 0.5 !important;
}
.\!bg-opacity-60 {
  --tw-bg-opacity: 0.6 !important;
}
.\!bg-opacity-70 {
  --tw-bg-opacity: 0.7 !important;
}
.\!bg-opacity-80 {
  --tw-bg-opacity: 0.8 !important;
}
.\!bg-opacity-90 {
  --tw-bg-opacity: 0.9 !important;
}
.bg-opacity-0 {
  --tw-bg-opacity: 0;
}
.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}
.bg-opacity-100 {
  --tw-bg-opacity: 1;
}
.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}
.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}
.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}
.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-80 {
  --tw-bg-opacity: 0.8;
}
.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}
.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));
}
.from-black {
  --tw-gradient-from: #000000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fg {
  --tw-gradient-from: rgb(var(--colors-fg) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--colors-fg) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-fg {
  --tw-gradient-to: rgb(var(--colors-fg) / 1) var(--tw-gradient-to-position);
}
.bg-\[length\:0\%_0\.125rem\] {
  background-size: 0% 0.125rem;
}
.bg-left-bottom {
  background-position: left bottom;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-fg {
  fill: rgb(var(--colors-fg) / 1);
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0 {
  padding: 0;
}
.p-6 {
  padding: clamp(1.125rem, 1.6666666666666667vw, 2rem);
}
.\!px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.\!px-1\.5 {
  padding-left: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem) !important;
  padding-right: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem) !important;
}
.\!px-12 {
  padding-left: clamp(2.25rem, 3.3333333333333335vw, 4rem) !important;
  padding-right: clamp(2.25rem, 3.3333333333333335vw, 4rem) !important;
}
.\!px-24 {
  padding-left: clamp(4.5rem, 6.666666666666667vw, 8rem) !important;
  padding-right: clamp(4.5rem, 6.666666666666667vw, 8rem) !important;
}
.\!px-3 {
  padding-left: clamp(0.5625rem, 0.8333333333333334vw, 1rem) !important;
  padding-right: clamp(0.5625rem, 0.8333333333333334vw, 1rem) !important;
}
.\!px-3\.5 {
  padding-left: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem) !important;
  padding-right: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem) !important;
}
.\!px-30 {
  padding-left: clamp(5.625rem, 8.333333333333332vw, 10rem) !important;
  padding-right: clamp(5.625rem, 8.333333333333332vw, 10rem) !important;
}
.\!px-31 {
  padding-left: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem) !important;
  padding-right: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem) !important;
}
.\!px-32 {
  padding-left: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem) !important;
  padding-right: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem) !important;
}
.\!px-33 {
  padding-left: clamp(6.1875rem, 9.166666666666666vw, 11rem) !important;
  padding-right: clamp(6.1875rem, 9.166666666666666vw, 11rem) !important;
}
.\!px-34 {
  padding-left: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem) !important;
  padding-right: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem) !important;
}
.\!px-35 {
  padding-left: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem) !important;
  padding-right: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem) !important;
}
.\!px-36 {
  padding-left: clamp(6.75rem, 10vw, 12rem) !important;
  padding-right: clamp(6.75rem, 10vw, 12rem) !important;
}
.\!px-37 {
  padding-left: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem) !important;
  padding-right: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem) !important;
}
.\!px-38 {
  padding-left: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem) !important;
  padding-right: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem) !important;
}
.\!px-39 {
  padding-left: clamp(7.3125rem, 10.833333333333334vw, 13rem) !important;
  padding-right: clamp(7.3125rem, 10.833333333333334vw, 13rem) !important;
}
.\!px-6 {
  padding-left: clamp(1.125rem, 1.6666666666666667vw, 2rem) !important;
  padding-right: clamp(1.125rem, 1.6666666666666667vw, 2rem) !important;
}
.\!px-9 {
  padding-left: clamp(1.6875rem, 2.5vw, 3rem) !important;
  padding-right: clamp(1.6875rem, 2.5vw, 3rem) !important;
}
.\!px-96 {
  padding-left: clamp(18rem, 26.666666666666668vw, 32rem) !important;
  padding-right: clamp(18rem, 26.666666666666668vw, 32rem) !important;
}
.\!py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.\!py-1\.5 {
  padding-top: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem) !important;
  padding-bottom: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem) !important;
}
.\!py-12 {
  padding-top: clamp(2.25rem, 3.3333333333333335vw, 4rem) !important;
  padding-bottom: clamp(2.25rem, 3.3333333333333335vw, 4rem) !important;
}
.\!py-24 {
  padding-top: clamp(4.5rem, 6.666666666666667vw, 8rem) !important;
  padding-bottom: clamp(4.5rem, 6.666666666666667vw, 8rem) !important;
}
.\!py-3 {
  padding-top: clamp(0.5625rem, 0.8333333333333334vw, 1rem) !important;
  padding-bottom: clamp(0.5625rem, 0.8333333333333334vw, 1rem) !important;
}
.\!py-3\.5 {
  padding-top: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem) !important;
  padding-bottom: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem) !important;
}
.\!py-30 {
  padding-top: clamp(5.625rem, 8.333333333333332vw, 10rem) !important;
  padding-bottom: clamp(5.625rem, 8.333333333333332vw, 10rem) !important;
}
.\!py-31 {
  padding-top: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem) !important;
  padding-bottom: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem) !important;
}
.\!py-32 {
  padding-top: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem) !important;
  padding-bottom: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem) !important;
}
.\!py-33 {
  padding-top: clamp(6.1875rem, 9.166666666666666vw, 11rem) !important;
  padding-bottom: clamp(6.1875rem, 9.166666666666666vw, 11rem) !important;
}
.\!py-34 {
  padding-top: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem) !important;
  padding-bottom: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem) !important;
}
.\!py-35 {
  padding-top: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem) !important;
  padding-bottom: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem) !important;
}
.\!py-36 {
  padding-top: clamp(6.75rem, 10vw, 12rem) !important;
  padding-bottom: clamp(6.75rem, 10vw, 12rem) !important;
}
.\!py-37 {
  padding-top: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem) !important;
  padding-bottom: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem) !important;
}
.\!py-38 {
  padding-top: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem) !important;
  padding-bottom: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem) !important;
}
.\!py-39 {
  padding-top: clamp(7.3125rem, 10.833333333333334vw, 13rem) !important;
  padding-bottom: clamp(7.3125rem, 10.833333333333334vw, 13rem) !important;
}
.\!py-5 {
  padding-top: clamp(0.9375rem, 1.3888888888888888vw, 1.6666666666666665rem) !important;
  padding-bottom: clamp(0.9375rem, 1.3888888888888888vw, 1.6666666666666665rem) !important;
}
.\!py-6 {
  padding-top: clamp(1.125rem, 1.6666666666666667vw, 2rem) !important;
  padding-bottom: clamp(1.125rem, 1.6666666666666667vw, 2rem) !important;
}
.\!py-9 {
  padding-top: clamp(1.6875rem, 2.5vw, 3rem) !important;
  padding-bottom: clamp(1.6875rem, 2.5vw, 3rem) !important;
}
.\!py-96 {
  padding-top: clamp(18rem, 26.666666666666668vw, 32rem) !important;
  padding-bottom: clamp(18rem, 26.666666666666668vw, 32rem) !important;
}
.px-1\.5 {
  padding-left: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem);
  padding-right: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem);
}
.px-12 {
  padding-left: clamp(2.25rem, 3.3333333333333335vw, 4rem);
  padding-right: clamp(2.25rem, 3.3333333333333335vw, 4rem);
}
.px-2 {
  padding-left: clamp(0.375rem, 0.5555555555555556vw, 0.6666666666666667rem);
  padding-right: clamp(0.375rem, 0.5555555555555556vw, 0.6666666666666667rem);
}
.px-24 {
  padding-left: clamp(4.5rem, 6.666666666666667vw, 8rem);
  padding-right: clamp(4.5rem, 6.666666666666667vw, 8rem);
}
.px-3 {
  padding-left: clamp(0.5625rem, 0.8333333333333334vw, 1rem);
  padding-right: clamp(0.5625rem, 0.8333333333333334vw, 1rem);
}
.px-3\.5 {
  padding-left: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem);
  padding-right: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem);
}
.px-30 {
  padding-left: clamp(5.625rem, 8.333333333333332vw, 10rem);
  padding-right: clamp(5.625rem, 8.333333333333332vw, 10rem);
}
.px-31 {
  padding-left: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem);
  padding-right: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem);
}
.px-32 {
  padding-left: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem);
  padding-right: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem);
}
.px-33 {
  padding-left: clamp(6.1875rem, 9.166666666666666vw, 11rem);
  padding-right: clamp(6.1875rem, 9.166666666666666vw, 11rem);
}
.px-34 {
  padding-left: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem);
  padding-right: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem);
}
.px-35 {
  padding-left: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem);
  padding-right: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem);
}
.px-36 {
  padding-left: clamp(6.75rem, 10vw, 12rem);
  padding-right: clamp(6.75rem, 10vw, 12rem);
}
.px-37 {
  padding-left: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem);
  padding-right: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem);
}
.px-38 {
  padding-left: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem);
  padding-right: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem);
}
.px-39 {
  padding-left: clamp(7.3125rem, 10.833333333333334vw, 13rem);
  padding-right: clamp(7.3125rem, 10.833333333333334vw, 13rem);
}
.px-4 {
  padding-left: clamp(0.75rem, 1.1111111111111112vw, 1.3333333333333335rem);
  padding-right: clamp(0.75rem, 1.1111111111111112vw, 1.3333333333333335rem);
}
.px-5 {
  padding-left: clamp(0.9375rem, 1.3888888888888888vw, 1.6666666666666665rem);
  padding-right: clamp(0.9375rem, 1.3888888888888888vw, 1.6666666666666665rem);
}
.px-6 {
  padding-left: clamp(1.125rem, 1.6666666666666667vw, 2rem);
  padding-right: clamp(1.125rem, 1.6666666666666667vw, 2rem);
}
.px-8 {
  padding-left: clamp(1.5rem, 2.2222222222222223vw, 2.666666666666667rem);
  padding-right: clamp(1.5rem, 2.2222222222222223vw, 2.666666666666667rem);
}
.px-9 {
  padding-left: clamp(1.6875rem, 2.5vw, 3rem);
  padding-right: clamp(1.6875rem, 2.5vw, 3rem);
}
.px-96 {
  padding-left: clamp(18rem, 26.666666666666668vw, 32rem);
  padding-right: clamp(18rem, 26.666666666666668vw, 32rem);
}
.px-\[0\.8em\] {
  padding-left: 0.8em;
  padding-right: 0.8em;
}
.px-accordion-x {
  padding-left: clamp(1.125rem, 1.6666666666666667vw, 2rem);
  padding-right: clamp(1.125rem, 1.6666666666666667vw, 2rem);
}
.px-btn-x {
  padding-left: clamp(1.3125rem, 1.9444444444444444vw, 2.3333333333333335rem);
  padding-right: clamp(1.3125rem, 1.9444444444444444vw, 2.3333333333333335rem);
}
.px-btnSlider-x {
  padding-left: clamp(0.5625rem, 0.8333333333333334vw, 1rem);
  padding-right: clamp(0.5625rem, 0.8333333333333334vw, 1rem);
}
.px-link-x {
  padding-left: 0;
  padding-right: 0;
}
.py-1 {
  padding-top: clamp(0.1875rem, 0.2777777777777778vw, 0.33333333333333337rem);
  padding-bottom: clamp(0.1875rem, 0.2777777777777778vw, 0.33333333333333337rem);
}
.py-1\.5 {
  padding-top: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem);
  padding-bottom: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem);
}
.py-12 {
  padding-top: clamp(2.25rem, 3.3333333333333335vw, 4rem);
  padding-bottom: clamp(2.25rem, 3.3333333333333335vw, 4rem);
}
.py-2 {
  padding-top: clamp(0.375rem, 0.5555555555555556vw, 0.6666666666666667rem);
  padding-bottom: clamp(0.375rem, 0.5555555555555556vw, 0.6666666666666667rem);
}
.py-24 {
  padding-top: clamp(4.5rem, 6.666666666666667vw, 8rem);
  padding-bottom: clamp(4.5rem, 6.666666666666667vw, 8rem);
}
.py-3 {
  padding-top: clamp(0.5625rem, 0.8333333333333334vw, 1rem);
  padding-bottom: clamp(0.5625rem, 0.8333333333333334vw, 1rem);
}
.py-3\.5 {
  padding-top: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem);
  padding-bottom: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem);
}
.py-30 {
  padding-top: clamp(5.625rem, 8.333333333333332vw, 10rem);
  padding-bottom: clamp(5.625rem, 8.333333333333332vw, 10rem);
}
.py-31 {
  padding-top: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem);
  padding-bottom: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem);
}
.py-32 {
  padding-top: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem);
  padding-bottom: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem);
}
.py-33 {
  padding-top: clamp(6.1875rem, 9.166666666666666vw, 11rem);
  padding-bottom: clamp(6.1875rem, 9.166666666666666vw, 11rem);
}
.py-34 {
  padding-top: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem);
  padding-bottom: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem);
}
.py-35 {
  padding-top: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem);
  padding-bottom: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem);
}
.py-36 {
  padding-top: clamp(6.75rem, 10vw, 12rem);
  padding-bottom: clamp(6.75rem, 10vw, 12rem);
}
.py-37 {
  padding-top: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem);
  padding-bottom: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem);
}
.py-38 {
  padding-top: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem);
  padding-bottom: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem);
}
.py-39 {
  padding-top: clamp(7.3125rem, 10.833333333333334vw, 13rem);
  padding-bottom: clamp(7.3125rem, 10.833333333333334vw, 13rem);
}
.py-6 {
  padding-top: clamp(1.125rem, 1.6666666666666667vw, 2rem);
  padding-bottom: clamp(1.125rem, 1.6666666666666667vw, 2rem);
}
.py-9 {
  padding-top: clamp(1.6875rem, 2.5vw, 3rem);
  padding-bottom: clamp(1.6875rem, 2.5vw, 3rem);
}
.py-96 {
  padding-top: clamp(18rem, 26.666666666666668vw, 32rem);
  padding-bottom: clamp(18rem, 26.666666666666668vw, 32rem);
}
.py-\[0\.2em\] {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
.py-btn-y {
  padding-top: clamp(0.5625rem, 0.8333333333333334vw, 1rem);
  padding-bottom: clamp(0.5625rem, 0.8333333333333334vw, 1rem);
}
.py-btnSlider-y {
  padding-top: clamp(0.5625rem, 0.8333333333333334vw, 1rem);
  padding-bottom: clamp(0.5625rem, 0.8333333333333334vw, 1rem);
}
.py-link-y {
  padding-top: 0;
  padding-bottom: 0;
}
.\!pb-1\.5 {
  padding-bottom: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem) !important;
}
.\!pb-12 {
  padding-bottom: clamp(2.25rem, 3.3333333333333335vw, 4rem) !important;
}
.\!pb-24 {
  padding-bottom: clamp(4.5rem, 6.666666666666667vw, 8rem) !important;
}
.\!pb-3 {
  padding-bottom: clamp(0.5625rem, 0.8333333333333334vw, 1rem) !important;
}
.\!pb-3\.5 {
  padding-bottom: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem) !important;
}
.\!pb-30 {
  padding-bottom: clamp(5.625rem, 8.333333333333332vw, 10rem) !important;
}
.\!pb-31 {
  padding-bottom: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem) !important;
}
.\!pb-32 {
  padding-bottom: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem) !important;
}
.\!pb-33 {
  padding-bottom: clamp(6.1875rem, 9.166666666666666vw, 11rem) !important;
}
.\!pb-34 {
  padding-bottom: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem) !important;
}
.\!pb-35 {
  padding-bottom: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem) !important;
}
.\!pb-36 {
  padding-bottom: clamp(6.75rem, 10vw, 12rem) !important;
}
.\!pb-37 {
  padding-bottom: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem) !important;
}
.\!pb-38 {
  padding-bottom: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem) !important;
}
.\!pb-39 {
  padding-bottom: clamp(7.3125rem, 10.833333333333334vw, 13rem) !important;
}
.\!pb-6 {
  padding-bottom: clamp(1.125rem, 1.6666666666666667vw, 2rem) !important;
}
.\!pb-9 {
  padding-bottom: clamp(1.6875rem, 2.5vw, 3rem) !important;
}
.\!pb-96 {
  padding-bottom: clamp(18rem, 26.666666666666668vw, 32rem) !important;
}
.\!pl-1\.5 {
  padding-left: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem) !important;
}
.\!pl-12 {
  padding-left: clamp(2.25rem, 3.3333333333333335vw, 4rem) !important;
}
.\!pl-24 {
  padding-left: clamp(4.5rem, 6.666666666666667vw, 8rem) !important;
}
.\!pl-3 {
  padding-left: clamp(0.5625rem, 0.8333333333333334vw, 1rem) !important;
}
.\!pl-3\.5 {
  padding-left: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem) !important;
}
.\!pl-30 {
  padding-left: clamp(5.625rem, 8.333333333333332vw, 10rem) !important;
}
.\!pl-31 {
  padding-left: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem) !important;
}
.\!pl-32 {
  padding-left: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem) !important;
}
.\!pl-33 {
  padding-left: clamp(6.1875rem, 9.166666666666666vw, 11rem) !important;
}
.\!pl-34 {
  padding-left: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem) !important;
}
.\!pl-35 {
  padding-left: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem) !important;
}
.\!pl-36 {
  padding-left: clamp(6.75rem, 10vw, 12rem) !important;
}
.\!pl-37 {
  padding-left: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem) !important;
}
.\!pl-38 {
  padding-left: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem) !important;
}
.\!pl-39 {
  padding-left: clamp(7.3125rem, 10.833333333333334vw, 13rem) !important;
}
.\!pl-6 {
  padding-left: clamp(1.125rem, 1.6666666666666667vw, 2rem) !important;
}
.\!pl-7 {
  padding-left: clamp(1.3125rem, 1.9444444444444444vw, 2.3333333333333335rem) !important;
}
.\!pl-9 {
  padding-left: clamp(1.6875rem, 2.5vw, 3rem) !important;
}
.\!pl-96 {
  padding-left: clamp(18rem, 26.666666666666668vw, 32rem) !important;
}
.\!pr-1\.5 {
  padding-right: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem) !important;
}
.\!pr-12 {
  padding-right: clamp(2.25rem, 3.3333333333333335vw, 4rem) !important;
}
.\!pr-24 {
  padding-right: clamp(4.5rem, 6.666666666666667vw, 8rem) !important;
}
.\!pr-3 {
  padding-right: clamp(0.5625rem, 0.8333333333333334vw, 1rem) !important;
}
.\!pr-3\.5 {
  padding-right: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem) !important;
}
.\!pr-30 {
  padding-right: clamp(5.625rem, 8.333333333333332vw, 10rem) !important;
}
.\!pr-31 {
  padding-right: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem) !important;
}
.\!pr-32 {
  padding-right: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem) !important;
}
.\!pr-33 {
  padding-right: clamp(6.1875rem, 9.166666666666666vw, 11rem) !important;
}
.\!pr-34 {
  padding-right: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem) !important;
}
.\!pr-35 {
  padding-right: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem) !important;
}
.\!pr-36 {
  padding-right: clamp(6.75rem, 10vw, 12rem) !important;
}
.\!pr-37 {
  padding-right: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem) !important;
}
.\!pr-38 {
  padding-right: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem) !important;
}
.\!pr-39 {
  padding-right: clamp(7.3125rem, 10.833333333333334vw, 13rem) !important;
}
.\!pr-6 {
  padding-right: clamp(1.125rem, 1.6666666666666667vw, 2rem) !important;
}
.\!pr-9 {
  padding-right: clamp(1.6875rem, 2.5vw, 3rem) !important;
}
.\!pr-96 {
  padding-right: clamp(18rem, 26.666666666666668vw, 32rem) !important;
}
.\!pt-1\.5 {
  padding-top: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem) !important;
}
.\!pt-12 {
  padding-top: clamp(2.25rem, 3.3333333333333335vw, 4rem) !important;
}
.\!pt-24 {
  padding-top: clamp(4.5rem, 6.666666666666667vw, 8rem) !important;
}
.\!pt-3 {
  padding-top: clamp(0.5625rem, 0.8333333333333334vw, 1rem) !important;
}
.\!pt-3\.5 {
  padding-top: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem) !important;
}
.\!pt-30 {
  padding-top: clamp(5.625rem, 8.333333333333332vw, 10rem) !important;
}
.\!pt-31 {
  padding-top: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem) !important;
}
.\!pt-32 {
  padding-top: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem) !important;
}
.\!pt-33 {
  padding-top: clamp(6.1875rem, 9.166666666666666vw, 11rem) !important;
}
.\!pt-34 {
  padding-top: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem) !important;
}
.\!pt-35 {
  padding-top: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem) !important;
}
.\!pt-36 {
  padding-top: clamp(6.75rem, 10vw, 12rem) !important;
}
.\!pt-37 {
  padding-top: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem) !important;
}
.\!pt-38 {
  padding-top: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem) !important;
}
.\!pt-39 {
  padding-top: clamp(7.3125rem, 10.833333333333334vw, 13rem) !important;
}
.\!pt-6 {
  padding-top: clamp(1.125rem, 1.6666666666666667vw, 2rem) !important;
}
.\!pt-9 {
  padding-top: clamp(1.6875rem, 2.5vw, 3rem) !important;
}
.\!pt-96 {
  padding-top: clamp(18rem, 26.666666666666668vw, 32rem) !important;
}
.pb-1\.5 {
  padding-bottom: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem);
}
.pb-12 {
  padding-bottom: clamp(2.25rem, 3.3333333333333335vw, 4rem);
}
.pb-2 {
  padding-bottom: clamp(0.375rem, 0.5555555555555556vw, 0.6666666666666667rem);
}
.pb-24 {
  padding-bottom: clamp(4.5rem, 6.666666666666667vw, 8rem);
}
.pb-3 {
  padding-bottom: clamp(0.5625rem, 0.8333333333333334vw, 1rem);
}
.pb-3\.5 {
  padding-bottom: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem);
}
.pb-30 {
  padding-bottom: clamp(5.625rem, 8.333333333333332vw, 10rem);
}
.pb-31 {
  padding-bottom: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem);
}
.pb-32 {
  padding-bottom: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem);
}
.pb-33 {
  padding-bottom: clamp(6.1875rem, 9.166666666666666vw, 11rem);
}
.pb-34 {
  padding-bottom: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem);
}
.pb-35 {
  padding-bottom: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem);
}
.pb-36 {
  padding-bottom: clamp(6.75rem, 10vw, 12rem);
}
.pb-37 {
  padding-bottom: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem);
}
.pb-38 {
  padding-bottom: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem);
}
.pb-39 {
  padding-bottom: clamp(7.3125rem, 10.833333333333334vw, 13rem);
}
.pb-5 {
  padding-bottom: clamp(0.9375rem, 1.3888888888888888vw, 1.6666666666666665rem);
}
.pb-6 {
  padding-bottom: clamp(1.125rem, 1.6666666666666667vw, 2rem);
}
.pb-9 {
  padding-bottom: clamp(1.6875rem, 2.5vw, 3rem);
}
.pb-96 {
  padding-bottom: clamp(18rem, 26.666666666666668vw, 32rem);
}
.pb-accordion-b {
  padding-bottom: clamp(1.125rem, 1.6666666666666667vw, 2rem);
}
.pl-0 {
  padding-left: 0;
}
.pl-1\.5 {
  padding-left: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem);
}
.pl-12 {
  padding-left: clamp(2.25rem, 3.3333333333333335vw, 4rem);
}
.pl-24 {
  padding-left: clamp(4.5rem, 6.666666666666667vw, 8rem);
}
.pl-3 {
  padding-left: clamp(0.5625rem, 0.8333333333333334vw, 1rem);
}
.pl-3\.5 {
  padding-left: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem);
}
.pl-30 {
  padding-left: clamp(5.625rem, 8.333333333333332vw, 10rem);
}
.pl-31 {
  padding-left: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem);
}
.pl-32 {
  padding-left: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem);
}
.pl-33 {
  padding-left: clamp(6.1875rem, 9.166666666666666vw, 11rem);
}
.pl-34 {
  padding-left: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem);
}
.pl-35 {
  padding-left: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem);
}
.pl-36 {
  padding-left: clamp(6.75rem, 10vw, 12rem);
}
.pl-37 {
  padding-left: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem);
}
.pl-38 {
  padding-left: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem);
}
.pl-39 {
  padding-left: clamp(7.3125rem, 10.833333333333334vw, 13rem);
}
.pl-6 {
  padding-left: clamp(1.125rem, 1.6666666666666667vw, 2rem);
}
.pl-8 {
  padding-left: clamp(1.5rem, 2.2222222222222223vw, 2.666666666666667rem);
}
.pl-9 {
  padding-left: clamp(1.6875rem, 2.5vw, 3rem);
}
.pl-96 {
  padding-left: clamp(18rem, 26.666666666666668vw, 32rem);
}
.pl-\[0\.75em\] {
  padding-left: 0.75em;
}
.pl-\[1\.35em\] {
  padding-left: 1.35em;
}
.pl-\[1\.5em\] {
  padding-left: 1.5em;
}
.pl-\[1\.7em\] {
  padding-left: 1.7em;
}
.pr-1\.5 {
  padding-right: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem);
}
.pr-12 {
  padding-right: clamp(2.25rem, 3.3333333333333335vw, 4rem);
}
.pr-20 {
  padding-right: clamp(3.75rem, 5.555555555555555vw, 6.666666666666666rem);
}
.pr-24 {
  padding-right: clamp(4.5rem, 6.666666666666667vw, 8rem);
}
.pr-3 {
  padding-right: clamp(0.5625rem, 0.8333333333333334vw, 1rem);
}
.pr-3\.5 {
  padding-right: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem);
}
.pr-30 {
  padding-right: clamp(5.625rem, 8.333333333333332vw, 10rem);
}
.pr-31 {
  padding-right: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem);
}
.pr-32 {
  padding-right: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem);
}
.pr-33 {
  padding-right: clamp(6.1875rem, 9.166666666666666vw, 11rem);
}
.pr-34 {
  padding-right: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem);
}
.pr-35 {
  padding-right: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem);
}
.pr-36 {
  padding-right: clamp(6.75rem, 10vw, 12rem);
}
.pr-37 {
  padding-right: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem);
}
.pr-38 {
  padding-right: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem);
}
.pr-39 {
  padding-right: clamp(7.3125rem, 10.833333333333334vw, 13rem);
}
.pr-5 {
  padding-right: clamp(0.9375rem, 1.3888888888888888vw, 1.6666666666666665rem);
}
.pr-6 {
  padding-right: clamp(1.125rem, 1.6666666666666667vw, 2rem);
}
.pr-8 {
  padding-right: clamp(1.5rem, 2.2222222222222223vw, 2.666666666666667rem);
}
.pr-9 {
  padding-right: clamp(1.6875rem, 2.5vw, 3rem);
}
.pr-96 {
  padding-right: clamp(18rem, 26.666666666666668vw, 32rem);
}
.pt-1\.5 {
  padding-top: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem);
}
.pt-12 {
  padding-top: clamp(2.25rem, 3.3333333333333335vw, 4rem);
}
.pt-24 {
  padding-top: clamp(4.5rem, 6.666666666666667vw, 8rem);
}
.pt-3 {
  padding-top: clamp(0.5625rem, 0.8333333333333334vw, 1rem);
}
.pt-3\.5 {
  padding-top: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem);
}
.pt-30 {
  padding-top: clamp(5.625rem, 8.333333333333332vw, 10rem);
}
.pt-31 {
  padding-top: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem);
}
.pt-32 {
  padding-top: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem);
}
.pt-33 {
  padding-top: clamp(6.1875rem, 9.166666666666666vw, 11rem);
}
.pt-34 {
  padding-top: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem);
}
.pt-35 {
  padding-top: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem);
}
.pt-36 {
  padding-top: clamp(6.75rem, 10vw, 12rem);
}
.pt-37 {
  padding-top: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem);
}
.pt-38 {
  padding-top: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem);
}
.pt-39 {
  padding-top: clamp(7.3125rem, 10.833333333333334vw, 13rem);
}
.pt-6 {
  padding-top: clamp(1.125rem, 1.6666666666666667vw, 2rem);
}
.pt-9 {
  padding-top: clamp(1.6875rem, 2.5vw, 3rem);
}
.pt-96 {
  padding-top: clamp(18rem, 26.666666666666668vw, 32rem);
}
.pt-accordion-t {
  padding-top: clamp(1.125rem, 1.6666666666666667vw, 2rem);
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-start {
  text-align: start;
}
.align-middle {
  vertical-align: middle;
}
.\!font-body {
  font-family: var(--wp--preset--font-family--brockmann, sans-serif) !important;
}
.\!font-heading {
  font-family: var(--wp--preset--font-family--brockmann, sans-serif) !important;
}
.font-body {
  font-family: var(--wp--preset--font-family--brockmann, sans-serif);
}
.font-heading {
  font-family: var(--wp--preset--font-family--brockmann, sans-serif);
}
.\!text-l {
  font-size: clamp(0.984rem, 0.984rem + ((1vw - 0.2rem) * 0.737), 1.5rem) !important;
}
.\!text-m {
  font-size: clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.357), 1.125rem) !important;
}
.\!text-s {
  font-size: clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.179), 1rem) !important;
}
.\!text-xl {
  font-size: clamp(1.25rem, 1.25rem + ((1vw - 0.2rem) * 1.071), 2rem) !important;
}
.\!text-xs {
  font-size: clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0), 0.875rem) !important;
}
.\!text-xxl {
  font-size: clamp(1.502rem, 1.502rem + ((1vw - 0.2rem) * 1.426), 2.5rem) !important;
}
.\!text-xxxl {
  font-size: clamp(1.743rem, 1.743rem + ((1vw - 0.2rem) * 1.796), 3rem) !important;
}
.\!text-xxxxl {
  font-size: clamp(1.976rem, 1.976rem + ((1vw - 0.2rem) * 2.177), 3.5rem) !important;
}
.text-\[0\.75em\] {
  font-size: 0.75em;
}
.text-\[1em\] {
  font-size: 1em;
}
.text-l {
  font-size: clamp(0.984rem, 0.984rem + ((1vw - 0.2rem) * 0.737), 1.5rem);
}
.text-m {
  font-size: clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.357), 1.125rem);
}
.text-s {
  font-size: clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.179), 1rem);
}
.text-xl {
  font-size: clamp(1.25rem, 1.25rem + ((1vw - 0.2rem) * 1.071), 2rem);
}
.text-xs {
  font-size: clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0), 0.875rem);
}
.text-xxl {
  font-size: clamp(1.502rem, 1.502rem + ((1vw - 0.2rem) * 1.426), 2.5rem);
}
.text-xxxl {
  font-size: clamp(1.743rem, 1.743rem + ((1vw - 0.2rem) * 1.796), 3rem);
}
.text-xxxxl {
  font-size: clamp(1.976rem, 1.976rem + ((1vw - 0.2rem) * 2.177), 3.5rem);
}
.font-accordion {
  font-weight: 700;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-button {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-extralight {
  font-weight: 200;
}
.font-light {
  font-weight: 300;
}
.font-link {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.font-thin {
  font-weight: 100;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.leading-loose {
  line-height: 2;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.\!text-form-input-fg {
  --tw-text-opacity: 1 !important;
  color: rgb(var(--colors-form-input-fg) / var(--tw-text-opacity, 1)) !important;
}
.\!text-label {
  --tw-text-opacity: 1 !important;
  color: rgb(var(--colors-label) / var(--tw-text-opacity, 1)) !important;
}
.\!text-label\/0 {
  color: rgb(var(--colors-label) / 0) !important;
}
.\!text-label\/10 {
  color: rgb(var(--colors-label) / 0.1) !important;
}
.\!text-label\/100 {
  color: rgb(var(--colors-label) / 1) !important;
}
.\!text-label\/15 {
  color: rgb(var(--colors-label) / 0.15) !important;
}
.\!text-label\/20 {
  color: rgb(var(--colors-label) / 0.2) !important;
}
.\!text-label\/25 {
  color: rgb(var(--colors-label) / 0.25) !important;
}
.\!text-label\/30 {
  color: rgb(var(--colors-label) / 0.3) !important;
}
.\!text-label\/35 {
  color: rgb(var(--colors-label) / 0.35) !important;
}
.\!text-label\/40 {
  color: rgb(var(--colors-label) / 0.4) !important;
}
.\!text-label\/45 {
  color: rgb(var(--colors-label) / 0.45) !important;
}
.\!text-label\/5 {
  color: rgb(var(--colors-label) / 0.05) !important;
}
.\!text-label\/50 {
  color: rgb(var(--colors-label) / 0.5) !important;
}
.\!text-label\/55 {
  color: rgb(var(--colors-label) / 0.55) !important;
}
.\!text-label\/60 {
  color: rgb(var(--colors-label) / 0.6) !important;
}
.\!text-label\/65 {
  color: rgb(var(--colors-label) / 0.65) !important;
}
.\!text-label\/70 {
  color: rgb(var(--colors-label) / 0.7) !important;
}
.\!text-label\/75 {
  color: rgb(var(--colors-label) / 0.75) !important;
}
.\!text-label\/80 {
  color: rgb(var(--colors-label) / 0.8) !important;
}
.\!text-label\/85 {
  color: rgb(var(--colors-label) / 0.85) !important;
}
.\!text-label\/90 {
  color: rgb(var(--colors-label) / 0.9) !important;
}
.\!text-label\/95 {
  color: rgb(var(--colors-label) / 0.95) !important;
}
.\!text-lightBlue {
  --tw-text-opacity: 1 !important;
  color: rgb(191 219 233 / var(--tw-text-opacity, 1)) !important;
}
.\!text-lightBlue\/0 {
  color: rgb(191 219 233 / 0) !important;
}
.\!text-lightBlue\/10 {
  color: rgb(191 219 233 / 0.1) !important;
}
.\!text-lightBlue\/100 {
  color: rgb(191 219 233 / 1) !important;
}
.\!text-lightBlue\/15 {
  color: rgb(191 219 233 / 0.15) !important;
}
.\!text-lightBlue\/20 {
  color: rgb(191 219 233 / 0.2) !important;
}
.\!text-lightBlue\/25 {
  color: rgb(191 219 233 / 0.25) !important;
}
.\!text-lightBlue\/30 {
  color: rgb(191 219 233 / 0.3) !important;
}
.\!text-lightBlue\/35 {
  color: rgb(191 219 233 / 0.35) !important;
}
.\!text-lightBlue\/40 {
  color: rgb(191 219 233 / 0.4) !important;
}
.\!text-lightBlue\/45 {
  color: rgb(191 219 233 / 0.45) !important;
}
.\!text-lightBlue\/5 {
  color: rgb(191 219 233 / 0.05) !important;
}
.\!text-lightBlue\/50 {
  color: rgb(191 219 233 / 0.5) !important;
}
.\!text-lightBlue\/55 {
  color: rgb(191 219 233 / 0.55) !important;
}
.\!text-lightBlue\/60 {
  color: rgb(191 219 233 / 0.6) !important;
}
.\!text-lightBlue\/65 {
  color: rgb(191 219 233 / 0.65) !important;
}
.\!text-lightBlue\/70 {
  color: rgb(191 219 233 / 0.7) !important;
}
.\!text-lightBlue\/75 {
  color: rgb(191 219 233 / 0.75) !important;
}
.\!text-lightBlue\/80 {
  color: rgb(191 219 233 / 0.8) !important;
}
.\!text-lightBlue\/85 {
  color: rgb(191 219 233 / 0.85) !important;
}
.\!text-lightBlue\/90 {
  color: rgb(191 219 233 / 0.9) !important;
}
.\!text-lightBlue\/95 {
  color: rgb(191 219 233 / 0.95) !important;
}
.\!text-lightGray {
  --tw-text-opacity: 1 !important;
  color: rgb(244 241 233 / var(--tw-text-opacity, 1)) !important;
}
.\!text-lightGray\/0 {
  color: rgb(244 241 233 / 0) !important;
}
.\!text-lightGray\/10 {
  color: rgb(244 241 233 / 0.1) !important;
}
.\!text-lightGray\/100 {
  color: rgb(244 241 233 / 1) !important;
}
.\!text-lightGray\/15 {
  color: rgb(244 241 233 / 0.15) !important;
}
.\!text-lightGray\/20 {
  color: rgb(244 241 233 / 0.2) !important;
}
.\!text-lightGray\/25 {
  color: rgb(244 241 233 / 0.25) !important;
}
.\!text-lightGray\/30 {
  color: rgb(244 241 233 / 0.3) !important;
}
.\!text-lightGray\/35 {
  color: rgb(244 241 233 / 0.35) !important;
}
.\!text-lightGray\/40 {
  color: rgb(244 241 233 / 0.4) !important;
}
.\!text-lightGray\/45 {
  color: rgb(244 241 233 / 0.45) !important;
}
.\!text-lightGray\/5 {
  color: rgb(244 241 233 / 0.05) !important;
}
.\!text-lightGray\/50 {
  color: rgb(244 241 233 / 0.5) !important;
}
.\!text-lightGray\/55 {
  color: rgb(244 241 233 / 0.55) !important;
}
.\!text-lightGray\/60 {
  color: rgb(244 241 233 / 0.6) !important;
}
.\!text-lightGray\/65 {
  color: rgb(244 241 233 / 0.65) !important;
}
.\!text-lightGray\/70 {
  color: rgb(244 241 233 / 0.7) !important;
}
.\!text-lightGray\/75 {
  color: rgb(244 241 233 / 0.75) !important;
}
.\!text-lightGray\/80 {
  color: rgb(244 241 233 / 0.8) !important;
}
.\!text-lightGray\/85 {
  color: rgb(244 241 233 / 0.85) !important;
}
.\!text-lightGray\/90 {
  color: rgb(244 241 233 / 0.9) !important;
}
.\!text-lightGray\/95 {
  color: rgb(244 241 233 / 0.95) !important;
}
.\!text-lime-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(236 252 203 / var(--tw-text-opacity, 1)) !important;
}
.\!text-lime-100\/0 {
  color: rgb(236 252 203 / 0) !important;
}
.\!text-lime-100\/10 {
  color: rgb(236 252 203 / 0.1) !important;
}
.\!text-lime-100\/100 {
  color: rgb(236 252 203 / 1) !important;
}
.\!text-lime-100\/15 {
  color: rgb(236 252 203 / 0.15) !important;
}
.\!text-lime-100\/20 {
  color: rgb(236 252 203 / 0.2) !important;
}
.\!text-lime-100\/25 {
  color: rgb(236 252 203 / 0.25) !important;
}
.\!text-lime-100\/30 {
  color: rgb(236 252 203 / 0.3) !important;
}
.\!text-lime-100\/35 {
  color: rgb(236 252 203 / 0.35) !important;
}
.\!text-lime-100\/40 {
  color: rgb(236 252 203 / 0.4) !important;
}
.\!text-lime-100\/45 {
  color: rgb(236 252 203 / 0.45) !important;
}
.\!text-lime-100\/5 {
  color: rgb(236 252 203 / 0.05) !important;
}
.\!text-lime-100\/50 {
  color: rgb(236 252 203 / 0.5) !important;
}
.\!text-lime-100\/55 {
  color: rgb(236 252 203 / 0.55) !important;
}
.\!text-lime-100\/60 {
  color: rgb(236 252 203 / 0.6) !important;
}
.\!text-lime-100\/65 {
  color: rgb(236 252 203 / 0.65) !important;
}
.\!text-lime-100\/70 {
  color: rgb(236 252 203 / 0.7) !important;
}
.\!text-lime-100\/75 {
  color: rgb(236 252 203 / 0.75) !important;
}
.\!text-lime-100\/80 {
  color: rgb(236 252 203 / 0.8) !important;
}
.\!text-lime-100\/85 {
  color: rgb(236 252 203 / 0.85) !important;
}
.\!text-lime-100\/90 {
  color: rgb(236 252 203 / 0.9) !important;
}
.\!text-lime-100\/95 {
  color: rgb(236 252 203 / 0.95) !important;
}
.\!text-lime-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(217 249 157 / var(--tw-text-opacity, 1)) !important;
}
.\!text-lime-200\/0 {
  color: rgb(217 249 157 / 0) !important;
}
.\!text-lime-200\/10 {
  color: rgb(217 249 157 / 0.1) !important;
}
.\!text-lime-200\/100 {
  color: rgb(217 249 157 / 1) !important;
}
.\!text-lime-200\/15 {
  color: rgb(217 249 157 / 0.15) !important;
}
.\!text-lime-200\/20 {
  color: rgb(217 249 157 / 0.2) !important;
}
.\!text-lime-200\/25 {
  color: rgb(217 249 157 / 0.25) !important;
}
.\!text-lime-200\/30 {
  color: rgb(217 249 157 / 0.3) !important;
}
.\!text-lime-200\/35 {
  color: rgb(217 249 157 / 0.35) !important;
}
.\!text-lime-200\/40 {
  color: rgb(217 249 157 / 0.4) !important;
}
.\!text-lime-200\/45 {
  color: rgb(217 249 157 / 0.45) !important;
}
.\!text-lime-200\/5 {
  color: rgb(217 249 157 / 0.05) !important;
}
.\!text-lime-200\/50 {
  color: rgb(217 249 157 / 0.5) !important;
}
.\!text-lime-200\/55 {
  color: rgb(217 249 157 / 0.55) !important;
}
.\!text-lime-200\/60 {
  color: rgb(217 249 157 / 0.6) !important;
}
.\!text-lime-200\/65 {
  color: rgb(217 249 157 / 0.65) !important;
}
.\!text-lime-200\/70 {
  color: rgb(217 249 157 / 0.7) !important;
}
.\!text-lime-200\/75 {
  color: rgb(217 249 157 / 0.75) !important;
}
.\!text-lime-200\/80 {
  color: rgb(217 249 157 / 0.8) !important;
}
.\!text-lime-200\/85 {
  color: rgb(217 249 157 / 0.85) !important;
}
.\!text-lime-200\/90 {
  color: rgb(217 249 157 / 0.9) !important;
}
.\!text-lime-200\/95 {
  color: rgb(217 249 157 / 0.95) !important;
}
.\!text-lime-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(190 242 100 / var(--tw-text-opacity, 1)) !important;
}
.\!text-lime-300\/0 {
  color: rgb(190 242 100 / 0) !important;
}
.\!text-lime-300\/10 {
  color: rgb(190 242 100 / 0.1) !important;
}
.\!text-lime-300\/100 {
  color: rgb(190 242 100 / 1) !important;
}
.\!text-lime-300\/15 {
  color: rgb(190 242 100 / 0.15) !important;
}
.\!text-lime-300\/20 {
  color: rgb(190 242 100 / 0.2) !important;
}
.\!text-lime-300\/25 {
  color: rgb(190 242 100 / 0.25) !important;
}
.\!text-lime-300\/30 {
  color: rgb(190 242 100 / 0.3) !important;
}
.\!text-lime-300\/35 {
  color: rgb(190 242 100 / 0.35) !important;
}
.\!text-lime-300\/40 {
  color: rgb(190 242 100 / 0.4) !important;
}
.\!text-lime-300\/45 {
  color: rgb(190 242 100 / 0.45) !important;
}
.\!text-lime-300\/5 {
  color: rgb(190 242 100 / 0.05) !important;
}
.\!text-lime-300\/50 {
  color: rgb(190 242 100 / 0.5) !important;
}
.\!text-lime-300\/55 {
  color: rgb(190 242 100 / 0.55) !important;
}
.\!text-lime-300\/60 {
  color: rgb(190 242 100 / 0.6) !important;
}
.\!text-lime-300\/65 {
  color: rgb(190 242 100 / 0.65) !important;
}
.\!text-lime-300\/70 {
  color: rgb(190 242 100 / 0.7) !important;
}
.\!text-lime-300\/75 {
  color: rgb(190 242 100 / 0.75) !important;
}
.\!text-lime-300\/80 {
  color: rgb(190 242 100 / 0.8) !important;
}
.\!text-lime-300\/85 {
  color: rgb(190 242 100 / 0.85) !important;
}
.\!text-lime-300\/90 {
  color: rgb(190 242 100 / 0.9) !important;
}
.\!text-lime-300\/95 {
  color: rgb(190 242 100 / 0.95) !important;
}
.\!text-lime-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(163 230 53 / var(--tw-text-opacity, 1)) !important;
}
.\!text-lime-400\/0 {
  color: rgb(163 230 53 / 0) !important;
}
.\!text-lime-400\/10 {
  color: rgb(163 230 53 / 0.1) !important;
}
.\!text-lime-400\/100 {
  color: rgb(163 230 53 / 1) !important;
}
.\!text-lime-400\/15 {
  color: rgb(163 230 53 / 0.15) !important;
}
.\!text-lime-400\/20 {
  color: rgb(163 230 53 / 0.2) !important;
}
.\!text-lime-400\/25 {
  color: rgb(163 230 53 / 0.25) !important;
}
.\!text-lime-400\/30 {
  color: rgb(163 230 53 / 0.3) !important;
}
.\!text-lime-400\/35 {
  color: rgb(163 230 53 / 0.35) !important;
}
.\!text-lime-400\/40 {
  color: rgb(163 230 53 / 0.4) !important;
}
.\!text-lime-400\/45 {
  color: rgb(163 230 53 / 0.45) !important;
}
.\!text-lime-400\/5 {
  color: rgb(163 230 53 / 0.05) !important;
}
.\!text-lime-400\/50 {
  color: rgb(163 230 53 / 0.5) !important;
}
.\!text-lime-400\/55 {
  color: rgb(163 230 53 / 0.55) !important;
}
.\!text-lime-400\/60 {
  color: rgb(163 230 53 / 0.6) !important;
}
.\!text-lime-400\/65 {
  color: rgb(163 230 53 / 0.65) !important;
}
.\!text-lime-400\/70 {
  color: rgb(163 230 53 / 0.7) !important;
}
.\!text-lime-400\/75 {
  color: rgb(163 230 53 / 0.75) !important;
}
.\!text-lime-400\/80 {
  color: rgb(163 230 53 / 0.8) !important;
}
.\!text-lime-400\/85 {
  color: rgb(163 230 53 / 0.85) !important;
}
.\!text-lime-400\/90 {
  color: rgb(163 230 53 / 0.9) !important;
}
.\!text-lime-400\/95 {
  color: rgb(163 230 53 / 0.95) !important;
}
.\!text-lime-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(247 254 231 / var(--tw-text-opacity, 1)) !important;
}
.\!text-lime-50\/0 {
  color: rgb(247 254 231 / 0) !important;
}
.\!text-lime-50\/10 {
  color: rgb(247 254 231 / 0.1) !important;
}
.\!text-lime-50\/100 {
  color: rgb(247 254 231 / 1) !important;
}
.\!text-lime-50\/15 {
  color: rgb(247 254 231 / 0.15) !important;
}
.\!text-lime-50\/20 {
  color: rgb(247 254 231 / 0.2) !important;
}
.\!text-lime-50\/25 {
  color: rgb(247 254 231 / 0.25) !important;
}
.\!text-lime-50\/30 {
  color: rgb(247 254 231 / 0.3) !important;
}
.\!text-lime-50\/35 {
  color: rgb(247 254 231 / 0.35) !important;
}
.\!text-lime-50\/40 {
  color: rgb(247 254 231 / 0.4) !important;
}
.\!text-lime-50\/45 {
  color: rgb(247 254 231 / 0.45) !important;
}
.\!text-lime-50\/5 {
  color: rgb(247 254 231 / 0.05) !important;
}
.\!text-lime-50\/50 {
  color: rgb(247 254 231 / 0.5) !important;
}
.\!text-lime-50\/55 {
  color: rgb(247 254 231 / 0.55) !important;
}
.\!text-lime-50\/60 {
  color: rgb(247 254 231 / 0.6) !important;
}
.\!text-lime-50\/65 {
  color: rgb(247 254 231 / 0.65) !important;
}
.\!text-lime-50\/70 {
  color: rgb(247 254 231 / 0.7) !important;
}
.\!text-lime-50\/75 {
  color: rgb(247 254 231 / 0.75) !important;
}
.\!text-lime-50\/80 {
  color: rgb(247 254 231 / 0.8) !important;
}
.\!text-lime-50\/85 {
  color: rgb(247 254 231 / 0.85) !important;
}
.\!text-lime-50\/90 {
  color: rgb(247 254 231 / 0.9) !important;
}
.\!text-lime-50\/95 {
  color: rgb(247 254 231 / 0.95) !important;
}
.\!text-lime-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(132 204 22 / var(--tw-text-opacity, 1)) !important;
}
.\!text-lime-500\/0 {
  color: rgb(132 204 22 / 0) !important;
}
.\!text-lime-500\/10 {
  color: rgb(132 204 22 / 0.1) !important;
}
.\!text-lime-500\/100 {
  color: rgb(132 204 22 / 1) !important;
}
.\!text-lime-500\/15 {
  color: rgb(132 204 22 / 0.15) !important;
}
.\!text-lime-500\/20 {
  color: rgb(132 204 22 / 0.2) !important;
}
.\!text-lime-500\/25 {
  color: rgb(132 204 22 / 0.25) !important;
}
.\!text-lime-500\/30 {
  color: rgb(132 204 22 / 0.3) !important;
}
.\!text-lime-500\/35 {
  color: rgb(132 204 22 / 0.35) !important;
}
.\!text-lime-500\/40 {
  color: rgb(132 204 22 / 0.4) !important;
}
.\!text-lime-500\/45 {
  color: rgb(132 204 22 / 0.45) !important;
}
.\!text-lime-500\/5 {
  color: rgb(132 204 22 / 0.05) !important;
}
.\!text-lime-500\/50 {
  color: rgb(132 204 22 / 0.5) !important;
}
.\!text-lime-500\/55 {
  color: rgb(132 204 22 / 0.55) !important;
}
.\!text-lime-500\/60 {
  color: rgb(132 204 22 / 0.6) !important;
}
.\!text-lime-500\/65 {
  color: rgb(132 204 22 / 0.65) !important;
}
.\!text-lime-500\/70 {
  color: rgb(132 204 22 / 0.7) !important;
}
.\!text-lime-500\/75 {
  color: rgb(132 204 22 / 0.75) !important;
}
.\!text-lime-500\/80 {
  color: rgb(132 204 22 / 0.8) !important;
}
.\!text-lime-500\/85 {
  color: rgb(132 204 22 / 0.85) !important;
}
.\!text-lime-500\/90 {
  color: rgb(132 204 22 / 0.9) !important;
}
.\!text-lime-500\/95 {
  color: rgb(132 204 22 / 0.95) !important;
}
.\!text-lime-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(101 163 13 / var(--tw-text-opacity, 1)) !important;
}
.\!text-lime-600\/0 {
  color: rgb(101 163 13 / 0) !important;
}
.\!text-lime-600\/10 {
  color: rgb(101 163 13 / 0.1) !important;
}
.\!text-lime-600\/100 {
  color: rgb(101 163 13 / 1) !important;
}
.\!text-lime-600\/15 {
  color: rgb(101 163 13 / 0.15) !important;
}
.\!text-lime-600\/20 {
  color: rgb(101 163 13 / 0.2) !important;
}
.\!text-lime-600\/25 {
  color: rgb(101 163 13 / 0.25) !important;
}
.\!text-lime-600\/30 {
  color: rgb(101 163 13 / 0.3) !important;
}
.\!text-lime-600\/35 {
  color: rgb(101 163 13 / 0.35) !important;
}
.\!text-lime-600\/40 {
  color: rgb(101 163 13 / 0.4) !important;
}
.\!text-lime-600\/45 {
  color: rgb(101 163 13 / 0.45) !important;
}
.\!text-lime-600\/5 {
  color: rgb(101 163 13 / 0.05) !important;
}
.\!text-lime-600\/50 {
  color: rgb(101 163 13 / 0.5) !important;
}
.\!text-lime-600\/55 {
  color: rgb(101 163 13 / 0.55) !important;
}
.\!text-lime-600\/60 {
  color: rgb(101 163 13 / 0.6) !important;
}
.\!text-lime-600\/65 {
  color: rgb(101 163 13 / 0.65) !important;
}
.\!text-lime-600\/70 {
  color: rgb(101 163 13 / 0.7) !important;
}
.\!text-lime-600\/75 {
  color: rgb(101 163 13 / 0.75) !important;
}
.\!text-lime-600\/80 {
  color: rgb(101 163 13 / 0.8) !important;
}
.\!text-lime-600\/85 {
  color: rgb(101 163 13 / 0.85) !important;
}
.\!text-lime-600\/90 {
  color: rgb(101 163 13 / 0.9) !important;
}
.\!text-lime-600\/95 {
  color: rgb(101 163 13 / 0.95) !important;
}
.\!text-lime-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(77 124 15 / var(--tw-text-opacity, 1)) !important;
}
.\!text-lime-700\/0 {
  color: rgb(77 124 15 / 0) !important;
}
.\!text-lime-700\/10 {
  color: rgb(77 124 15 / 0.1) !important;
}
.\!text-lime-700\/100 {
  color: rgb(77 124 15 / 1) !important;
}
.\!text-lime-700\/15 {
  color: rgb(77 124 15 / 0.15) !important;
}
.\!text-lime-700\/20 {
  color: rgb(77 124 15 / 0.2) !important;
}
.\!text-lime-700\/25 {
  color: rgb(77 124 15 / 0.25) !important;
}
.\!text-lime-700\/30 {
  color: rgb(77 124 15 / 0.3) !important;
}
.\!text-lime-700\/35 {
  color: rgb(77 124 15 / 0.35) !important;
}
.\!text-lime-700\/40 {
  color: rgb(77 124 15 / 0.4) !important;
}
.\!text-lime-700\/45 {
  color: rgb(77 124 15 / 0.45) !important;
}
.\!text-lime-700\/5 {
  color: rgb(77 124 15 / 0.05) !important;
}
.\!text-lime-700\/50 {
  color: rgb(77 124 15 / 0.5) !important;
}
.\!text-lime-700\/55 {
  color: rgb(77 124 15 / 0.55) !important;
}
.\!text-lime-700\/60 {
  color: rgb(77 124 15 / 0.6) !important;
}
.\!text-lime-700\/65 {
  color: rgb(77 124 15 / 0.65) !important;
}
.\!text-lime-700\/70 {
  color: rgb(77 124 15 / 0.7) !important;
}
.\!text-lime-700\/75 {
  color: rgb(77 124 15 / 0.75) !important;
}
.\!text-lime-700\/80 {
  color: rgb(77 124 15 / 0.8) !important;
}
.\!text-lime-700\/85 {
  color: rgb(77 124 15 / 0.85) !important;
}
.\!text-lime-700\/90 {
  color: rgb(77 124 15 / 0.9) !important;
}
.\!text-lime-700\/95 {
  color: rgb(77 124 15 / 0.95) !important;
}
.\!text-lime-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(63 98 18 / var(--tw-text-opacity, 1)) !important;
}
.\!text-lime-800\/0 {
  color: rgb(63 98 18 / 0) !important;
}
.\!text-lime-800\/10 {
  color: rgb(63 98 18 / 0.1) !important;
}
.\!text-lime-800\/100 {
  color: rgb(63 98 18 / 1) !important;
}
.\!text-lime-800\/15 {
  color: rgb(63 98 18 / 0.15) !important;
}
.\!text-lime-800\/20 {
  color: rgb(63 98 18 / 0.2) !important;
}
.\!text-lime-800\/25 {
  color: rgb(63 98 18 / 0.25) !important;
}
.\!text-lime-800\/30 {
  color: rgb(63 98 18 / 0.3) !important;
}
.\!text-lime-800\/35 {
  color: rgb(63 98 18 / 0.35) !important;
}
.\!text-lime-800\/40 {
  color: rgb(63 98 18 / 0.4) !important;
}
.\!text-lime-800\/45 {
  color: rgb(63 98 18 / 0.45) !important;
}
.\!text-lime-800\/5 {
  color: rgb(63 98 18 / 0.05) !important;
}
.\!text-lime-800\/50 {
  color: rgb(63 98 18 / 0.5) !important;
}
.\!text-lime-800\/55 {
  color: rgb(63 98 18 / 0.55) !important;
}
.\!text-lime-800\/60 {
  color: rgb(63 98 18 / 0.6) !important;
}
.\!text-lime-800\/65 {
  color: rgb(63 98 18 / 0.65) !important;
}
.\!text-lime-800\/70 {
  color: rgb(63 98 18 / 0.7) !important;
}
.\!text-lime-800\/75 {
  color: rgb(63 98 18 / 0.75) !important;
}
.\!text-lime-800\/80 {
  color: rgb(63 98 18 / 0.8) !important;
}
.\!text-lime-800\/85 {
  color: rgb(63 98 18 / 0.85) !important;
}
.\!text-lime-800\/90 {
  color: rgb(63 98 18 / 0.9) !important;
}
.\!text-lime-800\/95 {
  color: rgb(63 98 18 / 0.95) !important;
}
.\!text-lime-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(54 83 20 / var(--tw-text-opacity, 1)) !important;
}
.\!text-lime-900\/0 {
  color: rgb(54 83 20 / 0) !important;
}
.\!text-lime-900\/10 {
  color: rgb(54 83 20 / 0.1) !important;
}
.\!text-lime-900\/100 {
  color: rgb(54 83 20 / 1) !important;
}
.\!text-lime-900\/15 {
  color: rgb(54 83 20 / 0.15) !important;
}
.\!text-lime-900\/20 {
  color: rgb(54 83 20 / 0.2) !important;
}
.\!text-lime-900\/25 {
  color: rgb(54 83 20 / 0.25) !important;
}
.\!text-lime-900\/30 {
  color: rgb(54 83 20 / 0.3) !important;
}
.\!text-lime-900\/35 {
  color: rgb(54 83 20 / 0.35) !important;
}
.\!text-lime-900\/40 {
  color: rgb(54 83 20 / 0.4) !important;
}
.\!text-lime-900\/45 {
  color: rgb(54 83 20 / 0.45) !important;
}
.\!text-lime-900\/5 {
  color: rgb(54 83 20 / 0.05) !important;
}
.\!text-lime-900\/50 {
  color: rgb(54 83 20 / 0.5) !important;
}
.\!text-lime-900\/55 {
  color: rgb(54 83 20 / 0.55) !important;
}
.\!text-lime-900\/60 {
  color: rgb(54 83 20 / 0.6) !important;
}
.\!text-lime-900\/65 {
  color: rgb(54 83 20 / 0.65) !important;
}
.\!text-lime-900\/70 {
  color: rgb(54 83 20 / 0.7) !important;
}
.\!text-lime-900\/75 {
  color: rgb(54 83 20 / 0.75) !important;
}
.\!text-lime-900\/80 {
  color: rgb(54 83 20 / 0.8) !important;
}
.\!text-lime-900\/85 {
  color: rgb(54 83 20 / 0.85) !important;
}
.\!text-lime-900\/90 {
  color: rgb(54 83 20 / 0.9) !important;
}
.\!text-lime-900\/95 {
  color: rgb(54 83 20 / 0.95) !important;
}
.\!text-lime-950 {
  --tw-text-opacity: 1 !important;
  color: rgb(26 46 5 / var(--tw-text-opacity, 1)) !important;
}
.\!text-lime-950\/0 {
  color: rgb(26 46 5 / 0) !important;
}
.\!text-lime-950\/10 {
  color: rgb(26 46 5 / 0.1) !important;
}
.\!text-lime-950\/100 {
  color: rgb(26 46 5 / 1) !important;
}
.\!text-lime-950\/15 {
  color: rgb(26 46 5 / 0.15) !important;
}
.\!text-lime-950\/20 {
  color: rgb(26 46 5 / 0.2) !important;
}
.\!text-lime-950\/25 {
  color: rgb(26 46 5 / 0.25) !important;
}
.\!text-lime-950\/30 {
  color: rgb(26 46 5 / 0.3) !important;
}
.\!text-lime-950\/35 {
  color: rgb(26 46 5 / 0.35) !important;
}
.\!text-lime-950\/40 {
  color: rgb(26 46 5 / 0.4) !important;
}
.\!text-lime-950\/45 {
  color: rgb(26 46 5 / 0.45) !important;
}
.\!text-lime-950\/5 {
  color: rgb(26 46 5 / 0.05) !important;
}
.\!text-lime-950\/50 {
  color: rgb(26 46 5 / 0.5) !important;
}
.\!text-lime-950\/55 {
  color: rgb(26 46 5 / 0.55) !important;
}
.\!text-lime-950\/60 {
  color: rgb(26 46 5 / 0.6) !important;
}
.\!text-lime-950\/65 {
  color: rgb(26 46 5 / 0.65) !important;
}
.\!text-lime-950\/70 {
  color: rgb(26 46 5 / 0.7) !important;
}
.\!text-lime-950\/75 {
  color: rgb(26 46 5 / 0.75) !important;
}
.\!text-lime-950\/80 {
  color: rgb(26 46 5 / 0.8) !important;
}
.\!text-lime-950\/85 {
  color: rgb(26 46 5 / 0.85) !important;
}
.\!text-lime-950\/90 {
  color: rgb(26 46 5 / 0.9) !important;
}
.\!text-lime-950\/95 {
  color: rgb(26 46 5 / 0.95) !important;
}
.\!text-link {
  --tw-text-opacity: 1 !important;
  color: rgb(var(--colors-link) / var(--tw-text-opacity, 1)) !important;
}
.\!text-link-hover {
  --tw-text-opacity: 1 !important;
  color: rgb(var(--colors-link-hover) / var(--tw-text-opacity, 1)) !important;
}
.\!text-link-hover\/0 {
  color: rgb(var(--colors-link-hover) / 0) !important;
}
.\!text-link-hover\/10 {
  color: rgb(var(--colors-link-hover) / 0.1) !important;
}
.\!text-link-hover\/100 {
  color: rgb(var(--colors-link-hover) / 1) !important;
}
.\!text-link-hover\/15 {
  color: rgb(var(--colors-link-hover) / 0.15) !important;
}
.\!text-link-hover\/20 {
  color: rgb(var(--colors-link-hover) / 0.2) !important;
}
.\!text-link-hover\/25 {
  color: rgb(var(--colors-link-hover) / 0.25) !important;
}
.\!text-link-hover\/30 {
  color: rgb(var(--colors-link-hover) / 0.3) !important;
}
.\!text-link-hover\/35 {
  color: rgb(var(--colors-link-hover) / 0.35) !important;
}
.\!text-link-hover\/40 {
  color: rgb(var(--colors-link-hover) / 0.4) !important;
}
.\!text-link-hover\/45 {
  color: rgb(var(--colors-link-hover) / 0.45) !important;
}
.\!text-link-hover\/5 {
  color: rgb(var(--colors-link-hover) / 0.05) !important;
}
.\!text-link-hover\/50 {
  color: rgb(var(--colors-link-hover) / 0.5) !important;
}
.\!text-link-hover\/55 {
  color: rgb(var(--colors-link-hover) / 0.55) !important;
}
.\!text-link-hover\/60 {
  color: rgb(var(--colors-link-hover) / 0.6) !important;
}
.\!text-link-hover\/65 {
  color: rgb(var(--colors-link-hover) / 0.65) !important;
}
.\!text-link-hover\/70 {
  color: rgb(var(--colors-link-hover) / 0.7) !important;
}
.\!text-link-hover\/75 {
  color: rgb(var(--colors-link-hover) / 0.75) !important;
}
.\!text-link-hover\/80 {
  color: rgb(var(--colors-link-hover) / 0.8) !important;
}
.\!text-link-hover\/85 {
  color: rgb(var(--colors-link-hover) / 0.85) !important;
}
.\!text-link-hover\/90 {
  color: rgb(var(--colors-link-hover) / 0.9) !important;
}
.\!text-link-hover\/95 {
  color: rgb(var(--colors-link-hover) / 0.95) !important;
}
.\!text-link-icon {
  --tw-text-opacity: 1 !important;
  color: rgb(var(--colors-link-icon) / var(--tw-text-opacity, 1)) !important;
}
.\!text-link-icon-hover {
  --tw-text-opacity: 1 !important;
  color: rgb(var(--colors-link-icon-hover) / var(--tw-text-opacity, 1)) !important;
}
.\!text-link-icon-hover\/0 {
  color: rgb(var(--colors-link-icon-hover) / 0) !important;
}
.\!text-link-icon-hover\/10 {
  color: rgb(var(--colors-link-icon-hover) / 0.1) !important;
}
.\!text-link-icon-hover\/100 {
  color: rgb(var(--colors-link-icon-hover) / 1) !important;
}
.\!text-link-icon-hover\/15 {
  color: rgb(var(--colors-link-icon-hover) / 0.15) !important;
}
.\!text-link-icon-hover\/20 {
  color: rgb(var(--colors-link-icon-hover) / 0.2) !important;
}
.\!text-link-icon-hover\/25 {
  color: rgb(var(--colors-link-icon-hover) / 0.25) !important;
}
.\!text-link-icon-hover\/30 {
  color: rgb(var(--colors-link-icon-hover) / 0.3) !important;
}
.\!text-link-icon-hover\/35 {
  color: rgb(var(--colors-link-icon-hover) / 0.35) !important;
}
.\!text-link-icon-hover\/40 {
  color: rgb(var(--colors-link-icon-hover) / 0.4) !important;
}
.\!text-link-icon-hover\/45 {
  color: rgb(var(--colors-link-icon-hover) / 0.45) !important;
}
.\!text-link-icon-hover\/5 {
  color: rgb(var(--colors-link-icon-hover) / 0.05) !important;
}
.\!text-link-icon-hover\/50 {
  color: rgb(var(--colors-link-icon-hover) / 0.5) !important;
}
.\!text-link-icon-hover\/55 {
  color: rgb(var(--colors-link-icon-hover) / 0.55) !important;
}
.\!text-link-icon-hover\/60 {
  color: rgb(var(--colors-link-icon-hover) / 0.6) !important;
}
.\!text-link-icon-hover\/65 {
  color: rgb(var(--colors-link-icon-hover) / 0.65) !important;
}
.\!text-link-icon-hover\/70 {
  color: rgb(var(--colors-link-icon-hover) / 0.7) !important;
}
.\!text-link-icon-hover\/75 {
  color: rgb(var(--colors-link-icon-hover) / 0.75) !important;
}
.\!text-link-icon-hover\/80 {
  color: rgb(var(--colors-link-icon-hover) / 0.8) !important;
}
.\!text-link-icon-hover\/85 {
  color: rgb(var(--colors-link-icon-hover) / 0.85) !important;
}
.\!text-link-icon-hover\/90 {
  color: rgb(var(--colors-link-icon-hover) / 0.9) !important;
}
.\!text-link-icon-hover\/95 {
  color: rgb(var(--colors-link-icon-hover) / 0.95) !important;
}
.\!text-link-icon\/0 {
  color: rgb(var(--colors-link-icon) / 0) !important;
}
.\!text-link-icon\/10 {
  color: rgb(var(--colors-link-icon) / 0.1) !important;
}
.\!text-link-icon\/100 {
  color: rgb(var(--colors-link-icon) / 1) !important;
}
.\!text-link-icon\/15 {
  color: rgb(var(--colors-link-icon) / 0.15) !important;
}
.\!text-link-icon\/20 {
  color: rgb(var(--colors-link-icon) / 0.2) !important;
}
.\!text-link-icon\/25 {
  color: rgb(var(--colors-link-icon) / 0.25) !important;
}
.\!text-link-icon\/30 {
  color: rgb(var(--colors-link-icon) / 0.3) !important;
}
.\!text-link-icon\/35 {
  color: rgb(var(--colors-link-icon) / 0.35) !important;
}
.\!text-link-icon\/40 {
  color: rgb(var(--colors-link-icon) / 0.4) !important;
}
.\!text-link-icon\/45 {
  color: rgb(var(--colors-link-icon) / 0.45) !important;
}
.\!text-link-icon\/5 {
  color: rgb(var(--colors-link-icon) / 0.05) !important;
}
.\!text-link-icon\/50 {
  color: rgb(var(--colors-link-icon) / 0.5) !important;
}
.\!text-link-icon\/55 {
  color: rgb(var(--colors-link-icon) / 0.55) !important;
}
.\!text-link-icon\/60 {
  color: rgb(var(--colors-link-icon) / 0.6) !important;
}
.\!text-link-icon\/65 {
  color: rgb(var(--colors-link-icon) / 0.65) !important;
}
.\!text-link-icon\/70 {
  color: rgb(var(--colors-link-icon) / 0.7) !important;
}
.\!text-link-icon\/75 {
  color: rgb(var(--colors-link-icon) / 0.75) !important;
}
.\!text-link-icon\/80 {
  color: rgb(var(--colors-link-icon) / 0.8) !important;
}
.\!text-link-icon\/85 {
  color: rgb(var(--colors-link-icon) / 0.85) !important;
}
.\!text-link-icon\/90 {
  color: rgb(var(--colors-link-icon) / 0.9) !important;
}
.\!text-link-icon\/95 {
  color: rgb(var(--colors-link-icon) / 0.95) !important;
}
.\!text-link-underline {
  --tw-text-opacity: 1 !important;
  color: rgb(var(--colors-link-underline) / var(--tw-text-opacity, 1)) !important;
}
.\!text-link-underline-hover {
  --tw-text-opacity: 1 !important;
  color: rgb(var(--colors-link-underline-hover) / var(--tw-text-opacity, 1)) !important;
}
.\!text-link-underline-hover\/0 {
  color: rgb(var(--colors-link-underline-hover) / 0) !important;
}
.\!text-link-underline-hover\/10 {
  color: rgb(var(--colors-link-underline-hover) / 0.1) !important;
}
.\!text-link-underline-hover\/100 {
  color: rgb(var(--colors-link-underline-hover) / 1) !important;
}
.\!text-link-underline-hover\/15 {
  color: rgb(var(--colors-link-underline-hover) / 0.15) !important;
}
.\!text-link-underline-hover\/20 {
  color: rgb(var(--colors-link-underline-hover) / 0.2) !important;
}
.\!text-link-underline-hover\/25 {
  color: rgb(var(--colors-link-underline-hover) / 0.25) !important;
}
.\!text-link-underline-hover\/30 {
  color: rgb(var(--colors-link-underline-hover) / 0.3) !important;
}
.\!text-link-underline-hover\/35 {
  color: rgb(var(--colors-link-underline-hover) / 0.35) !important;
}
.\!text-link-underline-hover\/40 {
  color: rgb(var(--colors-link-underline-hover) / 0.4) !important;
}
.\!text-link-underline-hover\/45 {
  color: rgb(var(--colors-link-underline-hover) / 0.45) !important;
}
.\!text-link-underline-hover\/5 {
  color: rgb(var(--colors-link-underline-hover) / 0.05) !important;
}
.\!text-link-underline-hover\/50 {
  color: rgb(var(--colors-link-underline-hover) / 0.5) !important;
}
.\!text-link-underline-hover\/55 {
  color: rgb(var(--colors-link-underline-hover) / 0.55) !important;
}
.\!text-link-underline-hover\/60 {
  color: rgb(var(--colors-link-underline-hover) / 0.6) !important;
}
.\!text-link-underline-hover\/65 {
  color: rgb(var(--colors-link-underline-hover) / 0.65) !important;
}
.\!text-link-underline-hover\/70 {
  color: rgb(var(--colors-link-underline-hover) / 0.7) !important;
}
.\!text-link-underline-hover\/75 {
  color: rgb(var(--colors-link-underline-hover) / 0.75) !important;
}
.\!text-link-underline-hover\/80 {
  color: rgb(var(--colors-link-underline-hover) / 0.8) !important;
}
.\!text-link-underline-hover\/85 {
  color: rgb(var(--colors-link-underline-hover) / 0.85) !important;
}
.\!text-link-underline-hover\/90 {
  color: rgb(var(--colors-link-underline-hover) / 0.9) !important;
}
.\!text-link-underline-hover\/95 {
  color: rgb(var(--colors-link-underline-hover) / 0.95) !important;
}
.\!text-link-underline\/0 {
  color: rgb(var(--colors-link-underline) / 0) !important;
}
.\!text-link-underline\/10 {
  color: rgb(var(--colors-link-underline) / 0.1) !important;
}
.\!text-link-underline\/100 {
  color: rgb(var(--colors-link-underline) / 1) !important;
}
.\!text-link-underline\/15 {
  color: rgb(var(--colors-link-underline) / 0.15) !important;
}
.\!text-link-underline\/20 {
  color: rgb(var(--colors-link-underline) / 0.2) !important;
}
.\!text-link-underline\/25 {
  color: rgb(var(--colors-link-underline) / 0.25) !important;
}
.\!text-link-underline\/30 {
  color: rgb(var(--colors-link-underline) / 0.3) !important;
}
.\!text-link-underline\/35 {
  color: rgb(var(--colors-link-underline) / 0.35) !important;
}
.\!text-link-underline\/40 {
  color: rgb(var(--colors-link-underline) / 0.4) !important;
}
.\!text-link-underline\/45 {
  color: rgb(var(--colors-link-underline) / 0.45) !important;
}
.\!text-link-underline\/5 {
  color: rgb(var(--colors-link-underline) / 0.05) !important;
}
.\!text-link-underline\/50 {
  color: rgb(var(--colors-link-underline) / 0.5) !important;
}
.\!text-link-underline\/55 {
  color: rgb(var(--colors-link-underline) / 0.55) !important;
}
.\!text-link-underline\/60 {
  color: rgb(var(--colors-link-underline) / 0.6) !important;
}
.\!text-link-underline\/65 {
  color: rgb(var(--colors-link-underline) / 0.65) !important;
}
.\!text-link-underline\/70 {
  color: rgb(var(--colors-link-underline) / 0.7) !important;
}
.\!text-link-underline\/75 {
  color: rgb(var(--colors-link-underline) / 0.75) !important;
}
.\!text-link-underline\/80 {
  color: rgb(var(--colors-link-underline) / 0.8) !important;
}
.\!text-link-underline\/85 {
  color: rgb(var(--colors-link-underline) / 0.85) !important;
}
.\!text-link-underline\/90 {
  color: rgb(var(--colors-link-underline) / 0.9) !important;
}
.\!text-link-underline\/95 {
  color: rgb(var(--colors-link-underline) / 0.95) !important;
}
.\!text-link\/0 {
  color: rgb(var(--colors-link) / 0) !important;
}
.\!text-link\/10 {
  color: rgb(var(--colors-link) / 0.1) !important;
}
.\!text-link\/100 {
  color: rgb(var(--colors-link) / 1) !important;
}
.\!text-link\/15 {
  color: rgb(var(--colors-link) / 0.15) !important;
}
.\!text-link\/20 {
  color: rgb(var(--colors-link) / 0.2) !important;
}
.\!text-link\/25 {
  color: rgb(var(--colors-link) / 0.25) !important;
}
.\!text-link\/30 {
  color: rgb(var(--colors-link) / 0.3) !important;
}
.\!text-link\/35 {
  color: rgb(var(--colors-link) / 0.35) !important;
}
.\!text-link\/40 {
  color: rgb(var(--colors-link) / 0.4) !important;
}
.\!text-link\/45 {
  color: rgb(var(--colors-link) / 0.45) !important;
}
.\!text-link\/5 {
  color: rgb(var(--colors-link) / 0.05) !important;
}
.\!text-link\/50 {
  color: rgb(var(--colors-link) / 0.5) !important;
}
.\!text-link\/55 {
  color: rgb(var(--colors-link) / 0.55) !important;
}
.\!text-link\/60 {
  color: rgb(var(--colors-link) / 0.6) !important;
}
.\!text-link\/65 {
  color: rgb(var(--colors-link) / 0.65) !important;
}
.\!text-link\/70 {
  color: rgb(var(--colors-link) / 0.7) !important;
}
.\!text-link\/75 {
  color: rgb(var(--colors-link) / 0.75) !important;
}
.\!text-link\/80 {
  color: rgb(var(--colors-link) / 0.8) !important;
}
.\!text-link\/85 {
  color: rgb(var(--colors-link) / 0.85) !important;
}
.\!text-link\/90 {
  color: rgb(var(--colors-link) / 0.9) !important;
}
.\!text-link\/95 {
  color: rgb(var(--colors-link) / 0.95) !important;
}
.\!text-separator {
  --tw-text-opacity: 1 !important;
  color: rgb(var(--colors-separator) / var(--tw-text-opacity, 1)) !important;
}
.\!text-separator\/0 {
  color: rgb(var(--colors-separator) / 0) !important;
}
.\!text-separator\/10 {
  color: rgb(var(--colors-separator) / 0.1) !important;
}
.\!text-separator\/100 {
  color: rgb(var(--colors-separator) / 1) !important;
}
.\!text-separator\/15 {
  color: rgb(var(--colors-separator) / 0.15) !important;
}
.\!text-separator\/20 {
  color: rgb(var(--colors-separator) / 0.2) !important;
}
.\!text-separator\/25 {
  color: rgb(var(--colors-separator) / 0.25) !important;
}
.\!text-separator\/30 {
  color: rgb(var(--colors-separator) / 0.3) !important;
}
.\!text-separator\/35 {
  color: rgb(var(--colors-separator) / 0.35) !important;
}
.\!text-separator\/40 {
  color: rgb(var(--colors-separator) / 0.4) !important;
}
.\!text-separator\/45 {
  color: rgb(var(--colors-separator) / 0.45) !important;
}
.\!text-separator\/5 {
  color: rgb(var(--colors-separator) / 0.05) !important;
}
.\!text-separator\/50 {
  color: rgb(var(--colors-separator) / 0.5) !important;
}
.\!text-separator\/55 {
  color: rgb(var(--colors-separator) / 0.55) !important;
}
.\!text-separator\/60 {
  color: rgb(var(--colors-separator) / 0.6) !important;
}
.\!text-separator\/65 {
  color: rgb(var(--colors-separator) / 0.65) !important;
}
.\!text-separator\/70 {
  color: rgb(var(--colors-separator) / 0.7) !important;
}
.\!text-separator\/75 {
  color: rgb(var(--colors-separator) / 0.75) !important;
}
.\!text-separator\/80 {
  color: rgb(var(--colors-separator) / 0.8) !important;
}
.\!text-separator\/85 {
  color: rgb(var(--colors-separator) / 0.85) !important;
}
.\!text-separator\/90 {
  color: rgb(var(--colors-separator) / 0.9) !important;
}
.\!text-separator\/95 {
  color: rgb(var(--colors-separator) / 0.95) !important;
}
.\!text-sky-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(224 242 254 / var(--tw-text-opacity, 1)) !important;
}
.\!text-sky-100\/0 {
  color: rgb(224 242 254 / 0) !important;
}
.\!text-sky-100\/10 {
  color: rgb(224 242 254 / 0.1) !important;
}
.\!text-sky-100\/100 {
  color: rgb(224 242 254 / 1) !important;
}
.\!text-sky-100\/15 {
  color: rgb(224 242 254 / 0.15) !important;
}
.\!text-sky-100\/20 {
  color: rgb(224 242 254 / 0.2) !important;
}
.\!text-sky-100\/25 {
  color: rgb(224 242 254 / 0.25) !important;
}
.\!text-sky-100\/30 {
  color: rgb(224 242 254 / 0.3) !important;
}
.\!text-sky-100\/35 {
  color: rgb(224 242 254 / 0.35) !important;
}
.\!text-sky-100\/40 {
  color: rgb(224 242 254 / 0.4) !important;
}
.\!text-sky-100\/45 {
  color: rgb(224 242 254 / 0.45) !important;
}
.\!text-sky-100\/5 {
  color: rgb(224 242 254 / 0.05) !important;
}
.\!text-sky-100\/50 {
  color: rgb(224 242 254 / 0.5) !important;
}
.\!text-sky-100\/55 {
  color: rgb(224 242 254 / 0.55) !important;
}
.\!text-sky-100\/60 {
  color: rgb(224 242 254 / 0.6) !important;
}
.\!text-sky-100\/65 {
  color: rgb(224 242 254 / 0.65) !important;
}
.\!text-sky-100\/70 {
  color: rgb(224 242 254 / 0.7) !important;
}
.\!text-sky-100\/75 {
  color: rgb(224 242 254 / 0.75) !important;
}
.\!text-sky-100\/80 {
  color: rgb(224 242 254 / 0.8) !important;
}
.\!text-sky-100\/85 {
  color: rgb(224 242 254 / 0.85) !important;
}
.\!text-sky-100\/90 {
  color: rgb(224 242 254 / 0.9) !important;
}
.\!text-sky-100\/95 {
  color: rgb(224 242 254 / 0.95) !important;
}
.\!text-sky-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(186 230 253 / var(--tw-text-opacity, 1)) !important;
}
.\!text-sky-200\/0 {
  color: rgb(186 230 253 / 0) !important;
}
.\!text-sky-200\/10 {
  color: rgb(186 230 253 / 0.1) !important;
}
.\!text-sky-200\/100 {
  color: rgb(186 230 253 / 1) !important;
}
.\!text-sky-200\/15 {
  color: rgb(186 230 253 / 0.15) !important;
}
.\!text-sky-200\/20 {
  color: rgb(186 230 253 / 0.2) !important;
}
.\!text-sky-200\/25 {
  color: rgb(186 230 253 / 0.25) !important;
}
.\!text-sky-200\/30 {
  color: rgb(186 230 253 / 0.3) !important;
}
.\!text-sky-200\/35 {
  color: rgb(186 230 253 / 0.35) !important;
}
.\!text-sky-200\/40 {
  color: rgb(186 230 253 / 0.4) !important;
}
.\!text-sky-200\/45 {
  color: rgb(186 230 253 / 0.45) !important;
}
.\!text-sky-200\/5 {
  color: rgb(186 230 253 / 0.05) !important;
}
.\!text-sky-200\/50 {
  color: rgb(186 230 253 / 0.5) !important;
}
.\!text-sky-200\/55 {
  color: rgb(186 230 253 / 0.55) !important;
}
.\!text-sky-200\/60 {
  color: rgb(186 230 253 / 0.6) !important;
}
.\!text-sky-200\/65 {
  color: rgb(186 230 253 / 0.65) !important;
}
.\!text-sky-200\/70 {
  color: rgb(186 230 253 / 0.7) !important;
}
.\!text-sky-200\/75 {
  color: rgb(186 230 253 / 0.75) !important;
}
.\!text-sky-200\/80 {
  color: rgb(186 230 253 / 0.8) !important;
}
.\!text-sky-200\/85 {
  color: rgb(186 230 253 / 0.85) !important;
}
.\!text-sky-200\/90 {
  color: rgb(186 230 253 / 0.9) !important;
}
.\!text-sky-200\/95 {
  color: rgb(186 230 253 / 0.95) !important;
}
.\!text-sky-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(125 211 252 / var(--tw-text-opacity, 1)) !important;
}
.\!text-sky-300\/0 {
  color: rgb(125 211 252 / 0) !important;
}
.\!text-sky-300\/10 {
  color: rgb(125 211 252 / 0.1) !important;
}
.\!text-sky-300\/100 {
  color: rgb(125 211 252 / 1) !important;
}
.\!text-sky-300\/15 {
  color: rgb(125 211 252 / 0.15) !important;
}
.\!text-sky-300\/20 {
  color: rgb(125 211 252 / 0.2) !important;
}
.\!text-sky-300\/25 {
  color: rgb(125 211 252 / 0.25) !important;
}
.\!text-sky-300\/30 {
  color: rgb(125 211 252 / 0.3) !important;
}
.\!text-sky-300\/35 {
  color: rgb(125 211 252 / 0.35) !important;
}
.\!text-sky-300\/40 {
  color: rgb(125 211 252 / 0.4) !important;
}
.\!text-sky-300\/45 {
  color: rgb(125 211 252 / 0.45) !important;
}
.\!text-sky-300\/5 {
  color: rgb(125 211 252 / 0.05) !important;
}
.\!text-sky-300\/50 {
  color: rgb(125 211 252 / 0.5) !important;
}
.\!text-sky-300\/55 {
  color: rgb(125 211 252 / 0.55) !important;
}
.\!text-sky-300\/60 {
  color: rgb(125 211 252 / 0.6) !important;
}
.\!text-sky-300\/65 {
  color: rgb(125 211 252 / 0.65) !important;
}
.\!text-sky-300\/70 {
  color: rgb(125 211 252 / 0.7) !important;
}
.\!text-sky-300\/75 {
  color: rgb(125 211 252 / 0.75) !important;
}
.\!text-sky-300\/80 {
  color: rgb(125 211 252 / 0.8) !important;
}
.\!text-sky-300\/85 {
  color: rgb(125 211 252 / 0.85) !important;
}
.\!text-sky-300\/90 {
  color: rgb(125 211 252 / 0.9) !important;
}
.\!text-sky-300\/95 {
  color: rgb(125 211 252 / 0.95) !important;
}
.\!text-sky-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(56 189 248 / var(--tw-text-opacity, 1)) !important;
}
.\!text-sky-400\/0 {
  color: rgb(56 189 248 / 0) !important;
}
.\!text-sky-400\/10 {
  color: rgb(56 189 248 / 0.1) !important;
}
.\!text-sky-400\/100 {
  color: rgb(56 189 248 / 1) !important;
}
.\!text-sky-400\/15 {
  color: rgb(56 189 248 / 0.15) !important;
}
.\!text-sky-400\/20 {
  color: rgb(56 189 248 / 0.2) !important;
}
.\!text-sky-400\/25 {
  color: rgb(56 189 248 / 0.25) !important;
}
.\!text-sky-400\/30 {
  color: rgb(56 189 248 / 0.3) !important;
}
.\!text-sky-400\/35 {
  color: rgb(56 189 248 / 0.35) !important;
}
.\!text-sky-400\/40 {
  color: rgb(56 189 248 / 0.4) !important;
}
.\!text-sky-400\/45 {
  color: rgb(56 189 248 / 0.45) !important;
}
.\!text-sky-400\/5 {
  color: rgb(56 189 248 / 0.05) !important;
}
.\!text-sky-400\/50 {
  color: rgb(56 189 248 / 0.5) !important;
}
.\!text-sky-400\/55 {
  color: rgb(56 189 248 / 0.55) !important;
}
.\!text-sky-400\/60 {
  color: rgb(56 189 248 / 0.6) !important;
}
.\!text-sky-400\/65 {
  color: rgb(56 189 248 / 0.65) !important;
}
.\!text-sky-400\/70 {
  color: rgb(56 189 248 / 0.7) !important;
}
.\!text-sky-400\/75 {
  color: rgb(56 189 248 / 0.75) !important;
}
.\!text-sky-400\/80 {
  color: rgb(56 189 248 / 0.8) !important;
}
.\!text-sky-400\/85 {
  color: rgb(56 189 248 / 0.85) !important;
}
.\!text-sky-400\/90 {
  color: rgb(56 189 248 / 0.9) !important;
}
.\!text-sky-400\/95 {
  color: rgb(56 189 248 / 0.95) !important;
}
.\!text-sky-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(240 249 255 / var(--tw-text-opacity, 1)) !important;
}
.\!text-sky-50\/0 {
  color: rgb(240 249 255 / 0) !important;
}
.\!text-sky-50\/10 {
  color: rgb(240 249 255 / 0.1) !important;
}
.\!text-sky-50\/100 {
  color: rgb(240 249 255 / 1) !important;
}
.\!text-sky-50\/15 {
  color: rgb(240 249 255 / 0.15) !important;
}
.\!text-sky-50\/20 {
  color: rgb(240 249 255 / 0.2) !important;
}
.\!text-sky-50\/25 {
  color: rgb(240 249 255 / 0.25) !important;
}
.\!text-sky-50\/30 {
  color: rgb(240 249 255 / 0.3) !important;
}
.\!text-sky-50\/35 {
  color: rgb(240 249 255 / 0.35) !important;
}
.\!text-sky-50\/40 {
  color: rgb(240 249 255 / 0.4) !important;
}
.\!text-sky-50\/45 {
  color: rgb(240 249 255 / 0.45) !important;
}
.\!text-sky-50\/5 {
  color: rgb(240 249 255 / 0.05) !important;
}
.\!text-sky-50\/50 {
  color: rgb(240 249 255 / 0.5) !important;
}
.\!text-sky-50\/55 {
  color: rgb(240 249 255 / 0.55) !important;
}
.\!text-sky-50\/60 {
  color: rgb(240 249 255 / 0.6) !important;
}
.\!text-sky-50\/65 {
  color: rgb(240 249 255 / 0.65) !important;
}
.\!text-sky-50\/70 {
  color: rgb(240 249 255 / 0.7) !important;
}
.\!text-sky-50\/75 {
  color: rgb(240 249 255 / 0.75) !important;
}
.\!text-sky-50\/80 {
  color: rgb(240 249 255 / 0.8) !important;
}
.\!text-sky-50\/85 {
  color: rgb(240 249 255 / 0.85) !important;
}
.\!text-sky-50\/90 {
  color: rgb(240 249 255 / 0.9) !important;
}
.\!text-sky-50\/95 {
  color: rgb(240 249 255 / 0.95) !important;
}
.\!text-sky-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(14 165 233 / var(--tw-text-opacity, 1)) !important;
}
.\!text-sky-500\/0 {
  color: rgb(14 165 233 / 0) !important;
}
.\!text-sky-500\/10 {
  color: rgb(14 165 233 / 0.1) !important;
}
.\!text-sky-500\/100 {
  color: rgb(14 165 233 / 1) !important;
}
.\!text-sky-500\/15 {
  color: rgb(14 165 233 / 0.15) !important;
}
.\!text-sky-500\/20 {
  color: rgb(14 165 233 / 0.2) !important;
}
.\!text-sky-500\/25 {
  color: rgb(14 165 233 / 0.25) !important;
}
.\!text-sky-500\/30 {
  color: rgb(14 165 233 / 0.3) !important;
}
.\!text-sky-500\/35 {
  color: rgb(14 165 233 / 0.35) !important;
}
.\!text-sky-500\/40 {
  color: rgb(14 165 233 / 0.4) !important;
}
.\!text-sky-500\/45 {
  color: rgb(14 165 233 / 0.45) !important;
}
.\!text-sky-500\/5 {
  color: rgb(14 165 233 / 0.05) !important;
}
.\!text-sky-500\/50 {
  color: rgb(14 165 233 / 0.5) !important;
}
.\!text-sky-500\/55 {
  color: rgb(14 165 233 / 0.55) !important;
}
.\!text-sky-500\/60 {
  color: rgb(14 165 233 / 0.6) !important;
}
.\!text-sky-500\/65 {
  color: rgb(14 165 233 / 0.65) !important;
}
.\!text-sky-500\/70 {
  color: rgb(14 165 233 / 0.7) !important;
}
.\!text-sky-500\/75 {
  color: rgb(14 165 233 / 0.75) !important;
}
.\!text-sky-500\/80 {
  color: rgb(14 165 233 / 0.8) !important;
}
.\!text-sky-500\/85 {
  color: rgb(14 165 233 / 0.85) !important;
}
.\!text-sky-500\/90 {
  color: rgb(14 165 233 / 0.9) !important;
}
.\!text-sky-500\/95 {
  color: rgb(14 165 233 / 0.95) !important;
}
.\!text-sky-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(2 132 199 / var(--tw-text-opacity, 1)) !important;
}
.\!text-sky-600\/0 {
  color: rgb(2 132 199 / 0) !important;
}
.\!text-sky-600\/10 {
  color: rgb(2 132 199 / 0.1) !important;
}
.\!text-sky-600\/100 {
  color: rgb(2 132 199 / 1) !important;
}
.\!text-sky-600\/15 {
  color: rgb(2 132 199 / 0.15) !important;
}
.\!text-sky-600\/20 {
  color: rgb(2 132 199 / 0.2) !important;
}
.\!text-sky-600\/25 {
  color: rgb(2 132 199 / 0.25) !important;
}
.\!text-sky-600\/30 {
  color: rgb(2 132 199 / 0.3) !important;
}
.\!text-sky-600\/35 {
  color: rgb(2 132 199 / 0.35) !important;
}
.\!text-sky-600\/40 {
  color: rgb(2 132 199 / 0.4) !important;
}
.\!text-sky-600\/45 {
  color: rgb(2 132 199 / 0.45) !important;
}
.\!text-sky-600\/5 {
  color: rgb(2 132 199 / 0.05) !important;
}
.\!text-sky-600\/50 {
  color: rgb(2 132 199 / 0.5) !important;
}
.\!text-sky-600\/55 {
  color: rgb(2 132 199 / 0.55) !important;
}
.\!text-sky-600\/60 {
  color: rgb(2 132 199 / 0.6) !important;
}
.\!text-sky-600\/65 {
  color: rgb(2 132 199 / 0.65) !important;
}
.\!text-sky-600\/70 {
  color: rgb(2 132 199 / 0.7) !important;
}
.\!text-sky-600\/75 {
  color: rgb(2 132 199 / 0.75) !important;
}
.\!text-sky-600\/80 {
  color: rgb(2 132 199 / 0.8) !important;
}
.\!text-sky-600\/85 {
  color: rgb(2 132 199 / 0.85) !important;
}
.\!text-sky-600\/90 {
  color: rgb(2 132 199 / 0.9) !important;
}
.\!text-sky-600\/95 {
  color: rgb(2 132 199 / 0.95) !important;
}
.\!text-sky-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(3 105 161 / var(--tw-text-opacity, 1)) !important;
}
.\!text-sky-700\/0 {
  color: rgb(3 105 161 / 0) !important;
}
.\!text-sky-700\/10 {
  color: rgb(3 105 161 / 0.1) !important;
}
.\!text-sky-700\/100 {
  color: rgb(3 105 161 / 1) !important;
}
.\!text-sky-700\/15 {
  color: rgb(3 105 161 / 0.15) !important;
}
.\!text-sky-700\/20 {
  color: rgb(3 105 161 / 0.2) !important;
}
.\!text-sky-700\/25 {
  color: rgb(3 105 161 / 0.25) !important;
}
.\!text-sky-700\/30 {
  color: rgb(3 105 161 / 0.3) !important;
}
.\!text-sky-700\/35 {
  color: rgb(3 105 161 / 0.35) !important;
}
.\!text-sky-700\/40 {
  color: rgb(3 105 161 / 0.4) !important;
}
.\!text-sky-700\/45 {
  color: rgb(3 105 161 / 0.45) !important;
}
.\!text-sky-700\/5 {
  color: rgb(3 105 161 / 0.05) !important;
}
.\!text-sky-700\/50 {
  color: rgb(3 105 161 / 0.5) !important;
}
.\!text-sky-700\/55 {
  color: rgb(3 105 161 / 0.55) !important;
}
.\!text-sky-700\/60 {
  color: rgb(3 105 161 / 0.6) !important;
}
.\!text-sky-700\/65 {
  color: rgb(3 105 161 / 0.65) !important;
}
.\!text-sky-700\/70 {
  color: rgb(3 105 161 / 0.7) !important;
}
.\!text-sky-700\/75 {
  color: rgb(3 105 161 / 0.75) !important;
}
.\!text-sky-700\/80 {
  color: rgb(3 105 161 / 0.8) !important;
}
.\!text-sky-700\/85 {
  color: rgb(3 105 161 / 0.85) !important;
}
.\!text-sky-700\/90 {
  color: rgb(3 105 161 / 0.9) !important;
}
.\!text-sky-700\/95 {
  color: rgb(3 105 161 / 0.95) !important;
}
.\!text-sky-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(7 89 133 / var(--tw-text-opacity, 1)) !important;
}
.\!text-sky-800\/0 {
  color: rgb(7 89 133 / 0) !important;
}
.\!text-sky-800\/10 {
  color: rgb(7 89 133 / 0.1) !important;
}
.\!text-sky-800\/100 {
  color: rgb(7 89 133 / 1) !important;
}
.\!text-sky-800\/15 {
  color: rgb(7 89 133 / 0.15) !important;
}
.\!text-sky-800\/20 {
  color: rgb(7 89 133 / 0.2) !important;
}
.\!text-sky-800\/25 {
  color: rgb(7 89 133 / 0.25) !important;
}
.\!text-sky-800\/30 {
  color: rgb(7 89 133 / 0.3) !important;
}
.\!text-sky-800\/35 {
  color: rgb(7 89 133 / 0.35) !important;
}
.\!text-sky-800\/40 {
  color: rgb(7 89 133 / 0.4) !important;
}
.\!text-sky-800\/45 {
  color: rgb(7 89 133 / 0.45) !important;
}
.\!text-sky-800\/5 {
  color: rgb(7 89 133 / 0.05) !important;
}
.\!text-sky-800\/50 {
  color: rgb(7 89 133 / 0.5) !important;
}
.\!text-sky-800\/55 {
  color: rgb(7 89 133 / 0.55) !important;
}
.\!text-sky-800\/60 {
  color: rgb(7 89 133 / 0.6) !important;
}
.\!text-sky-800\/65 {
  color: rgb(7 89 133 / 0.65) !important;
}
.\!text-sky-800\/70 {
  color: rgb(7 89 133 / 0.7) !important;
}
.\!text-sky-800\/75 {
  color: rgb(7 89 133 / 0.75) !important;
}
.\!text-sky-800\/80 {
  color: rgb(7 89 133 / 0.8) !important;
}
.\!text-sky-800\/85 {
  color: rgb(7 89 133 / 0.85) !important;
}
.\!text-sky-800\/90 {
  color: rgb(7 89 133 / 0.9) !important;
}
.\!text-sky-800\/95 {
  color: rgb(7 89 133 / 0.95) !important;
}
.\!text-sky-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(12 74 110 / var(--tw-text-opacity, 1)) !important;
}
.\!text-sky-900\/0 {
  color: rgb(12 74 110 / 0) !important;
}
.\!text-sky-900\/10 {
  color: rgb(12 74 110 / 0.1) !important;
}
.\!text-sky-900\/100 {
  color: rgb(12 74 110 / 1) !important;
}
.\!text-sky-900\/15 {
  color: rgb(12 74 110 / 0.15) !important;
}
.\!text-sky-900\/20 {
  color: rgb(12 74 110 / 0.2) !important;
}
.\!text-sky-900\/25 {
  color: rgb(12 74 110 / 0.25) !important;
}
.\!text-sky-900\/30 {
  color: rgb(12 74 110 / 0.3) !important;
}
.\!text-sky-900\/35 {
  color: rgb(12 74 110 / 0.35) !important;
}
.\!text-sky-900\/40 {
  color: rgb(12 74 110 / 0.4) !important;
}
.\!text-sky-900\/45 {
  color: rgb(12 74 110 / 0.45) !important;
}
.\!text-sky-900\/5 {
  color: rgb(12 74 110 / 0.05) !important;
}
.\!text-sky-900\/50 {
  color: rgb(12 74 110 / 0.5) !important;
}
.\!text-sky-900\/55 {
  color: rgb(12 74 110 / 0.55) !important;
}
.\!text-sky-900\/60 {
  color: rgb(12 74 110 / 0.6) !important;
}
.\!text-sky-900\/65 {
  color: rgb(12 74 110 / 0.65) !important;
}
.\!text-sky-900\/70 {
  color: rgb(12 74 110 / 0.7) !important;
}
.\!text-sky-900\/75 {
  color: rgb(12 74 110 / 0.75) !important;
}
.\!text-sky-900\/80 {
  color: rgb(12 74 110 / 0.8) !important;
}
.\!text-sky-900\/85 {
  color: rgb(12 74 110 / 0.85) !important;
}
.\!text-sky-900\/90 {
  color: rgb(12 74 110 / 0.9) !important;
}
.\!text-sky-900\/95 {
  color: rgb(12 74 110 / 0.95) !important;
}
.\!text-sky-950 {
  --tw-text-opacity: 1 !important;
  color: rgb(8 47 73 / var(--tw-text-opacity, 1)) !important;
}
.\!text-sky-950\/0 {
  color: rgb(8 47 73 / 0) !important;
}
.\!text-sky-950\/10 {
  color: rgb(8 47 73 / 0.1) !important;
}
.\!text-sky-950\/100 {
  color: rgb(8 47 73 / 1) !important;
}
.\!text-sky-950\/15 {
  color: rgb(8 47 73 / 0.15) !important;
}
.\!text-sky-950\/20 {
  color: rgb(8 47 73 / 0.2) !important;
}
.\!text-sky-950\/25 {
  color: rgb(8 47 73 / 0.25) !important;
}
.\!text-sky-950\/30 {
  color: rgb(8 47 73 / 0.3) !important;
}
.\!text-sky-950\/35 {
  color: rgb(8 47 73 / 0.35) !important;
}
.\!text-sky-950\/40 {
  color: rgb(8 47 73 / 0.4) !important;
}
.\!text-sky-950\/45 {
  color: rgb(8 47 73 / 0.45) !important;
}
.\!text-sky-950\/5 {
  color: rgb(8 47 73 / 0.05) !important;
}
.\!text-sky-950\/50 {
  color: rgb(8 47 73 / 0.5) !important;
}
.\!text-sky-950\/55 {
  color: rgb(8 47 73 / 0.55) !important;
}
.\!text-sky-950\/60 {
  color: rgb(8 47 73 / 0.6) !important;
}
.\!text-sky-950\/65 {
  color: rgb(8 47 73 / 0.65) !important;
}
.\!text-sky-950\/70 {
  color: rgb(8 47 73 / 0.7) !important;
}
.\!text-sky-950\/75 {
  color: rgb(8 47 73 / 0.75) !important;
}
.\!text-sky-950\/80 {
  color: rgb(8 47 73 / 0.8) !important;
}
.\!text-sky-950\/85 {
  color: rgb(8 47 73 / 0.85) !important;
}
.\!text-sky-950\/90 {
  color: rgb(8 47 73 / 0.9) !important;
}
.\!text-sky-950\/95 {
  color: rgb(8 47 73 / 0.95) !important;
}
.\!text-slate-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(241 245 249 / var(--tw-text-opacity, 1)) !important;
}
.\!text-slate-100\/0 {
  color: rgb(241 245 249 / 0) !important;
}
.\!text-slate-100\/10 {
  color: rgb(241 245 249 / 0.1) !important;
}
.\!text-slate-100\/100 {
  color: rgb(241 245 249 / 1) !important;
}
.\!text-slate-100\/15 {
  color: rgb(241 245 249 / 0.15) !important;
}
.\!text-slate-100\/20 {
  color: rgb(241 245 249 / 0.2) !important;
}
.\!text-slate-100\/25 {
  color: rgb(241 245 249 / 0.25) !important;
}
.\!text-slate-100\/30 {
  color: rgb(241 245 249 / 0.3) !important;
}
.\!text-slate-100\/35 {
  color: rgb(241 245 249 / 0.35) !important;
}
.\!text-slate-100\/40 {
  color: rgb(241 245 249 / 0.4) !important;
}
.\!text-slate-100\/45 {
  color: rgb(241 245 249 / 0.45) !important;
}
.\!text-slate-100\/5 {
  color: rgb(241 245 249 / 0.05) !important;
}
.\!text-slate-100\/50 {
  color: rgb(241 245 249 / 0.5) !important;
}
.\!text-slate-100\/55 {
  color: rgb(241 245 249 / 0.55) !important;
}
.\!text-slate-100\/60 {
  color: rgb(241 245 249 / 0.6) !important;
}
.\!text-slate-100\/65 {
  color: rgb(241 245 249 / 0.65) !important;
}
.\!text-slate-100\/70 {
  color: rgb(241 245 249 / 0.7) !important;
}
.\!text-slate-100\/75 {
  color: rgb(241 245 249 / 0.75) !important;
}
.\!text-slate-100\/80 {
  color: rgb(241 245 249 / 0.8) !important;
}
.\!text-slate-100\/85 {
  color: rgb(241 245 249 / 0.85) !important;
}
.\!text-slate-100\/90 {
  color: rgb(241 245 249 / 0.9) !important;
}
.\!text-slate-100\/95 {
  color: rgb(241 245 249 / 0.95) !important;
}
.\!text-slate-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1)) !important;
}
.\!text-slate-200\/0 {
  color: rgb(226 232 240 / 0) !important;
}
.\!text-slate-200\/10 {
  color: rgb(226 232 240 / 0.1) !important;
}
.\!text-slate-200\/100 {
  color: rgb(226 232 240 / 1) !important;
}
.\!text-slate-200\/15 {
  color: rgb(226 232 240 / 0.15) !important;
}
.\!text-slate-200\/20 {
  color: rgb(226 232 240 / 0.2) !important;
}
.\!text-slate-200\/25 {
  color: rgb(226 232 240 / 0.25) !important;
}
.\!text-slate-200\/30 {
  color: rgb(226 232 240 / 0.3) !important;
}
.\!text-slate-200\/35 {
  color: rgb(226 232 240 / 0.35) !important;
}
.\!text-slate-200\/40 {
  color: rgb(226 232 240 / 0.4) !important;
}
.\!text-slate-200\/45 {
  color: rgb(226 232 240 / 0.45) !important;
}
.\!text-slate-200\/5 {
  color: rgb(226 232 240 / 0.05) !important;
}
.\!text-slate-200\/50 {
  color: rgb(226 232 240 / 0.5) !important;
}
.\!text-slate-200\/55 {
  color: rgb(226 232 240 / 0.55) !important;
}
.\!text-slate-200\/60 {
  color: rgb(226 232 240 / 0.6) !important;
}
.\!text-slate-200\/65 {
  color: rgb(226 232 240 / 0.65) !important;
}
.\!text-slate-200\/70 {
  color: rgb(226 232 240 / 0.7) !important;
}
.\!text-slate-200\/75 {
  color: rgb(226 232 240 / 0.75) !important;
}
.\!text-slate-200\/80 {
  color: rgb(226 232 240 / 0.8) !important;
}
.\!text-slate-200\/85 {
  color: rgb(226 232 240 / 0.85) !important;
}
.\!text-slate-200\/90 {
  color: rgb(226 232 240 / 0.9) !important;
}
.\!text-slate-200\/95 {
  color: rgb(226 232 240 / 0.95) !important;
}
.\!text-slate-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1)) !important;
}
.\!text-slate-300\/0 {
  color: rgb(203 213 225 / 0) !important;
}
.\!text-slate-300\/10 {
  color: rgb(203 213 225 / 0.1) !important;
}
.\!text-slate-300\/100 {
  color: rgb(203 213 225 / 1) !important;
}
.\!text-slate-300\/15 {
  color: rgb(203 213 225 / 0.15) !important;
}
.\!text-slate-300\/20 {
  color: rgb(203 213 225 / 0.2) !important;
}
.\!text-slate-300\/25 {
  color: rgb(203 213 225 / 0.25) !important;
}
.\!text-slate-300\/30 {
  color: rgb(203 213 225 / 0.3) !important;
}
.\!text-slate-300\/35 {
  color: rgb(203 213 225 / 0.35) !important;
}
.\!text-slate-300\/40 {
  color: rgb(203 213 225 / 0.4) !important;
}
.\!text-slate-300\/45 {
  color: rgb(203 213 225 / 0.45) !important;
}
.\!text-slate-300\/5 {
  color: rgb(203 213 225 / 0.05) !important;
}
.\!text-slate-300\/50 {
  color: rgb(203 213 225 / 0.5) !important;
}
.\!text-slate-300\/55 {
  color: rgb(203 213 225 / 0.55) !important;
}
.\!text-slate-300\/60 {
  color: rgb(203 213 225 / 0.6) !important;
}
.\!text-slate-300\/65 {
  color: rgb(203 213 225 / 0.65) !important;
}
.\!text-slate-300\/70 {
  color: rgb(203 213 225 / 0.7) !important;
}
.\!text-slate-300\/75 {
  color: rgb(203 213 225 / 0.75) !important;
}
.\!text-slate-300\/80 {
  color: rgb(203 213 225 / 0.8) !important;
}
.\!text-slate-300\/85 {
  color: rgb(203 213 225 / 0.85) !important;
}
.\!text-slate-300\/90 {
  color: rgb(203 213 225 / 0.9) !important;
}
.\!text-slate-300\/95 {
  color: rgb(203 213 225 / 0.95) !important;
}
.\!text-slate-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1)) !important;
}
.\!text-slate-400\/0 {
  color: rgb(148 163 184 / 0) !important;
}
.\!text-slate-400\/10 {
  color: rgb(148 163 184 / 0.1) !important;
}
.\!text-slate-400\/100 {
  color: rgb(148 163 184 / 1) !important;
}
.\!text-slate-400\/15 {
  color: rgb(148 163 184 / 0.15) !important;
}
.\!text-slate-400\/20 {
  color: rgb(148 163 184 / 0.2) !important;
}
.\!text-slate-400\/25 {
  color: rgb(148 163 184 / 0.25) !important;
}
.\!text-slate-400\/30 {
  color: rgb(148 163 184 / 0.3) !important;
}
.\!text-slate-400\/35 {
  color: rgb(148 163 184 / 0.35) !important;
}
.\!text-slate-400\/40 {
  color: rgb(148 163 184 / 0.4) !important;
}
.\!text-slate-400\/45 {
  color: rgb(148 163 184 / 0.45) !important;
}
.\!text-slate-400\/5 {
  color: rgb(148 163 184 / 0.05) !important;
}
.\!text-slate-400\/50 {
  color: rgb(148 163 184 / 0.5) !important;
}
.\!text-slate-400\/55 {
  color: rgb(148 163 184 / 0.55) !important;
}
.\!text-slate-400\/60 {
  color: rgb(148 163 184 / 0.6) !important;
}
.\!text-slate-400\/65 {
  color: rgb(148 163 184 / 0.65) !important;
}
.\!text-slate-400\/70 {
  color: rgb(148 163 184 / 0.7) !important;
}
.\!text-slate-400\/75 {
  color: rgb(148 163 184 / 0.75) !important;
}
.\!text-slate-400\/80 {
  color: rgb(148 163 184 / 0.8) !important;
}
.\!text-slate-400\/85 {
  color: rgb(148 163 184 / 0.85) !important;
}
.\!text-slate-400\/90 {
  color: rgb(148 163 184 / 0.9) !important;
}
.\!text-slate-400\/95 {
  color: rgb(148 163 184 / 0.95) !important;
}
.\!text-slate-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(248 250 252 / var(--tw-text-opacity, 1)) !important;
}
.\!text-slate-50\/0 {
  color: rgb(248 250 252 / 0) !important;
}
.\!text-slate-50\/10 {
  color: rgb(248 250 252 / 0.1) !important;
}
.\!text-slate-50\/100 {
  color: rgb(248 250 252 / 1) !important;
}
.\!text-slate-50\/15 {
  color: rgb(248 250 252 / 0.15) !important;
}
.\!text-slate-50\/20 {
  color: rgb(248 250 252 / 0.2) !important;
}
.\!text-slate-50\/25 {
  color: rgb(248 250 252 / 0.25) !important;
}
.\!text-slate-50\/30 {
  color: rgb(248 250 252 / 0.3) !important;
}
.\!text-slate-50\/35 {
  color: rgb(248 250 252 / 0.35) !important;
}
.\!text-slate-50\/40 {
  color: rgb(248 250 252 / 0.4) !important;
}
.\!text-slate-50\/45 {
  color: rgb(248 250 252 / 0.45) !important;
}
.\!text-slate-50\/5 {
  color: rgb(248 250 252 / 0.05) !important;
}
.\!text-slate-50\/50 {
  color: rgb(248 250 252 / 0.5) !important;
}
.\!text-slate-50\/55 {
  color: rgb(248 250 252 / 0.55) !important;
}
.\!text-slate-50\/60 {
  color: rgb(248 250 252 / 0.6) !important;
}
.\!text-slate-50\/65 {
  color: rgb(248 250 252 / 0.65) !important;
}
.\!text-slate-50\/70 {
  color: rgb(248 250 252 / 0.7) !important;
}
.\!text-slate-50\/75 {
  color: rgb(248 250 252 / 0.75) !important;
}
.\!text-slate-50\/80 {
  color: rgb(248 250 252 / 0.8) !important;
}
.\!text-slate-50\/85 {
  color: rgb(248 250 252 / 0.85) !important;
}
.\!text-slate-50\/90 {
  color: rgb(248 250 252 / 0.9) !important;
}
.\!text-slate-50\/95 {
  color: rgb(248 250 252 / 0.95) !important;
}
.\!text-slate-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1)) !important;
}
.\!text-slate-500\/0 {
  color: rgb(100 116 139 / 0) !important;
}
.\!text-slate-500\/10 {
  color: rgb(100 116 139 / 0.1) !important;
}
.\!text-slate-500\/100 {
  color: rgb(100 116 139 / 1) !important;
}
.\!text-slate-500\/15 {
  color: rgb(100 116 139 / 0.15) !important;
}
.\!text-slate-500\/20 {
  color: rgb(100 116 139 / 0.2) !important;
}
.\!text-slate-500\/25 {
  color: rgb(100 116 139 / 0.25) !important;
}
.\!text-slate-500\/30 {
  color: rgb(100 116 139 / 0.3) !important;
}
.\!text-slate-500\/35 {
  color: rgb(100 116 139 / 0.35) !important;
}
.\!text-slate-500\/40 {
  color: rgb(100 116 139 / 0.4) !important;
}
.\!text-slate-500\/45 {
  color: rgb(100 116 139 / 0.45) !important;
}
.\!text-slate-500\/5 {
  color: rgb(100 116 139 / 0.05) !important;
}
.\!text-slate-500\/50 {
  color: rgb(100 116 139 / 0.5) !important;
}
.\!text-slate-500\/55 {
  color: rgb(100 116 139 / 0.55) !important;
}
.\!text-slate-500\/60 {
  color: rgb(100 116 139 / 0.6) !important;
}
.\!text-slate-500\/65 {
  color: rgb(100 116 139 / 0.65) !important;
}
.\!text-slate-500\/70 {
  color: rgb(100 116 139 / 0.7) !important;
}
.\!text-slate-500\/75 {
  color: rgb(100 116 139 / 0.75) !important;
}
.\!text-slate-500\/80 {
  color: rgb(100 116 139 / 0.8) !important;
}
.\!text-slate-500\/85 {
  color: rgb(100 116 139 / 0.85) !important;
}
.\!text-slate-500\/90 {
  color: rgb(100 116 139 / 0.9) !important;
}
.\!text-slate-500\/95 {
  color: rgb(100 116 139 / 0.95) !important;
}
.\!text-slate-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1)) !important;
}
.\!text-slate-600\/0 {
  color: rgb(71 85 105 / 0) !important;
}
.\!text-slate-600\/10 {
  color: rgb(71 85 105 / 0.1) !important;
}
.\!text-slate-600\/100 {
  color: rgb(71 85 105 / 1) !important;
}
.\!text-slate-600\/15 {
  color: rgb(71 85 105 / 0.15) !important;
}
.\!text-slate-600\/20 {
  color: rgb(71 85 105 / 0.2) !important;
}
.\!text-slate-600\/25 {
  color: rgb(71 85 105 / 0.25) !important;
}
.\!text-slate-600\/30 {
  color: rgb(71 85 105 / 0.3) !important;
}
.\!text-slate-600\/35 {
  color: rgb(71 85 105 / 0.35) !important;
}
.\!text-slate-600\/40 {
  color: rgb(71 85 105 / 0.4) !important;
}
.\!text-slate-600\/45 {
  color: rgb(71 85 105 / 0.45) !important;
}
.\!text-slate-600\/5 {
  color: rgb(71 85 105 / 0.05) !important;
}
.\!text-slate-600\/50 {
  color: rgb(71 85 105 / 0.5) !important;
}
.\!text-slate-600\/55 {
  color: rgb(71 85 105 / 0.55) !important;
}
.\!text-slate-600\/60 {
  color: rgb(71 85 105 / 0.6) !important;
}
.\!text-slate-600\/65 {
  color: rgb(71 85 105 / 0.65) !important;
}
.\!text-slate-600\/70 {
  color: rgb(71 85 105 / 0.7) !important;
}
.\!text-slate-600\/75 {
  color: rgb(71 85 105 / 0.75) !important;
}
.\!text-slate-600\/80 {
  color: rgb(71 85 105 / 0.8) !important;
}
.\!text-slate-600\/85 {
  color: rgb(71 85 105 / 0.85) !important;
}
.\!text-slate-600\/90 {
  color: rgb(71 85 105 / 0.9) !important;
}
.\!text-slate-600\/95 {
  color: rgb(71 85 105 / 0.95) !important;
}
.\!text-slate-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1)) !important;
}
.\!text-slate-700\/0 {
  color: rgb(51 65 85 / 0) !important;
}
.\!text-slate-700\/10 {
  color: rgb(51 65 85 / 0.1) !important;
}
.\!text-slate-700\/100 {
  color: rgb(51 65 85 / 1) !important;
}
.\!text-slate-700\/15 {
  color: rgb(51 65 85 / 0.15) !important;
}
.\!text-slate-700\/20 {
  color: rgb(51 65 85 / 0.2) !important;
}
.\!text-slate-700\/25 {
  color: rgb(51 65 85 / 0.25) !important;
}
.\!text-slate-700\/30 {
  color: rgb(51 65 85 / 0.3) !important;
}
.\!text-slate-700\/35 {
  color: rgb(51 65 85 / 0.35) !important;
}
.\!text-slate-700\/40 {
  color: rgb(51 65 85 / 0.4) !important;
}
.\!text-slate-700\/45 {
  color: rgb(51 65 85 / 0.45) !important;
}
.\!text-slate-700\/5 {
  color: rgb(51 65 85 / 0.05) !important;
}
.\!text-slate-700\/50 {
  color: rgb(51 65 85 / 0.5) !important;
}
.\!text-slate-700\/55 {
  color: rgb(51 65 85 / 0.55) !important;
}
.\!text-slate-700\/60 {
  color: rgb(51 65 85 / 0.6) !important;
}
.\!text-slate-700\/65 {
  color: rgb(51 65 85 / 0.65) !important;
}
.\!text-slate-700\/70 {
  color: rgb(51 65 85 / 0.7) !important;
}
.\!text-slate-700\/75 {
  color: rgb(51 65 85 / 0.75) !important;
}
.\!text-slate-700\/80 {
  color: rgb(51 65 85 / 0.8) !important;
}
.\!text-slate-700\/85 {
  color: rgb(51 65 85 / 0.85) !important;
}
.\!text-slate-700\/90 {
  color: rgb(51 65 85 / 0.9) !important;
}
.\!text-slate-700\/95 {
  color: rgb(51 65 85 / 0.95) !important;
}
.\!text-slate-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1)) !important;
}
.\!text-slate-800\/0 {
  color: rgb(30 41 59 / 0) !important;
}
.\!text-slate-800\/10 {
  color: rgb(30 41 59 / 0.1) !important;
}
.\!text-slate-800\/100 {
  color: rgb(30 41 59 / 1) !important;
}
.\!text-slate-800\/15 {
  color: rgb(30 41 59 / 0.15) !important;
}
.\!text-slate-800\/20 {
  color: rgb(30 41 59 / 0.2) !important;
}
.\!text-slate-800\/25 {
  color: rgb(30 41 59 / 0.25) !important;
}
.\!text-slate-800\/30 {
  color: rgb(30 41 59 / 0.3) !important;
}
.\!text-slate-800\/35 {
  color: rgb(30 41 59 / 0.35) !important;
}
.\!text-slate-800\/40 {
  color: rgb(30 41 59 / 0.4) !important;
}
.\!text-slate-800\/45 {
  color: rgb(30 41 59 / 0.45) !important;
}
.\!text-slate-800\/5 {
  color: rgb(30 41 59 / 0.05) !important;
}
.\!text-slate-800\/50 {
  color: rgb(30 41 59 / 0.5) !important;
}
.\!text-slate-800\/55 {
  color: rgb(30 41 59 / 0.55) !important;
}
.\!text-slate-800\/60 {
  color: rgb(30 41 59 / 0.6) !important;
}
.\!text-slate-800\/65 {
  color: rgb(30 41 59 / 0.65) !important;
}
.\!text-slate-800\/70 {
  color: rgb(30 41 59 / 0.7) !important;
}
.\!text-slate-800\/75 {
  color: rgb(30 41 59 / 0.75) !important;
}
.\!text-slate-800\/80 {
  color: rgb(30 41 59 / 0.8) !important;
}
.\!text-slate-800\/85 {
  color: rgb(30 41 59 / 0.85) !important;
}
.\!text-slate-800\/90 {
  color: rgb(30 41 59 / 0.9) !important;
}
.\!text-slate-800\/95 {
  color: rgb(30 41 59 / 0.95) !important;
}
.\!text-slate-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1)) !important;
}
.\!text-slate-900\/0 {
  color: rgb(15 23 42 / 0) !important;
}
.\!text-slate-900\/10 {
  color: rgb(15 23 42 / 0.1) !important;
}
.\!text-slate-900\/100 {
  color: rgb(15 23 42 / 1) !important;
}
.\!text-slate-900\/15 {
  color: rgb(15 23 42 / 0.15) !important;
}
.\!text-slate-900\/20 {
  color: rgb(15 23 42 / 0.2) !important;
}
.\!text-slate-900\/25 {
  color: rgb(15 23 42 / 0.25) !important;
}
.\!text-slate-900\/30 {
  color: rgb(15 23 42 / 0.3) !important;
}
.\!text-slate-900\/35 {
  color: rgb(15 23 42 / 0.35) !important;
}
.\!text-slate-900\/40 {
  color: rgb(15 23 42 / 0.4) !important;
}
.\!text-slate-900\/45 {
  color: rgb(15 23 42 / 0.45) !important;
}
.\!text-slate-900\/5 {
  color: rgb(15 23 42 / 0.05) !important;
}
.\!text-slate-900\/50 {
  color: rgb(15 23 42 / 0.5) !important;
}
.\!text-slate-900\/55 {
  color: rgb(15 23 42 / 0.55) !important;
}
.\!text-slate-900\/60 {
  color: rgb(15 23 42 / 0.6) !important;
}
.\!text-slate-900\/65 {
  color: rgb(15 23 42 / 0.65) !important;
}
.\!text-slate-900\/70 {
  color: rgb(15 23 42 / 0.7) !important;
}
.\!text-slate-900\/75 {
  color: rgb(15 23 42 / 0.75) !important;
}
.\!text-slate-900\/80 {
  color: rgb(15 23 42 / 0.8) !important;
}
.\!text-slate-900\/85 {
  color: rgb(15 23 42 / 0.85) !important;
}
.\!text-slate-900\/90 {
  color: rgb(15 23 42 / 0.9) !important;
}
.\!text-slate-900\/95 {
  color: rgb(15 23 42 / 0.95) !important;
}
.\!text-slate-950 {
  --tw-text-opacity: 1 !important;
  color: rgb(2 6 23 / var(--tw-text-opacity, 1)) !important;
}
.\!text-slate-950\/0 {
  color: rgb(2 6 23 / 0) !important;
}
.\!text-slate-950\/10 {
  color: rgb(2 6 23 / 0.1) !important;
}
.\!text-slate-950\/100 {
  color: rgb(2 6 23 / 1) !important;
}
.\!text-slate-950\/15 {
  color: rgb(2 6 23 / 0.15) !important;
}
.\!text-slate-950\/20 {
  color: rgb(2 6 23 / 0.2) !important;
}
.\!text-slate-950\/25 {
  color: rgb(2 6 23 / 0.25) !important;
}
.\!text-slate-950\/30 {
  color: rgb(2 6 23 / 0.3) !important;
}
.\!text-slate-950\/35 {
  color: rgb(2 6 23 / 0.35) !important;
}
.\!text-slate-950\/40 {
  color: rgb(2 6 23 / 0.4) !important;
}
.\!text-slate-950\/45 {
  color: rgb(2 6 23 / 0.45) !important;
}
.\!text-slate-950\/5 {
  color: rgb(2 6 23 / 0.05) !important;
}
.\!text-slate-950\/50 {
  color: rgb(2 6 23 / 0.5) !important;
}
.\!text-slate-950\/55 {
  color: rgb(2 6 23 / 0.55) !important;
}
.\!text-slate-950\/60 {
  color: rgb(2 6 23 / 0.6) !important;
}
.\!text-slate-950\/65 {
  color: rgb(2 6 23 / 0.65) !important;
}
.\!text-slate-950\/70 {
  color: rgb(2 6 23 / 0.7) !important;
}
.\!text-slate-950\/75 {
  color: rgb(2 6 23 / 0.75) !important;
}
.\!text-slate-950\/80 {
  color: rgb(2 6 23 / 0.8) !important;
}
.\!text-slate-950\/85 {
  color: rgb(2 6 23 / 0.85) !important;
}
.\!text-slate-950\/90 {
  color: rgb(2 6 23 / 0.9) !important;
}
.\!text-slate-950\/95 {
  color: rgb(2 6 23 / 0.95) !important;
}
.\!text-slider-button-bg {
  --tw-text-opacity: 1 !important;
  color: rgb(var(--colors-slider-button-bg) / var(--tw-text-opacity, 1)) !important;
}
.\!text-slider-button-bg-hover {
  --tw-text-opacity: 1 !important;
  color: rgb(var(--colors-slider-button-bg-hover) / var(--tw-text-opacity, 1)) !important;
}
.\!text-slider-button-bg-hover\/0 {
  color: rgb(var(--colors-slider-button-bg-hover) / 0) !important;
}
.\!text-slider-button-bg-hover\/10 {
  color: rgb(var(--colors-slider-button-bg-hover) / 0.1) !important;
}
.\!text-slider-button-bg-hover\/100 {
  color: rgb(var(--colors-slider-button-bg-hover) / 1) !important;
}
.\!text-slider-button-bg-hover\/15 {
  color: rgb(var(--colors-slider-button-bg-hover) / 0.15) !important;
}
.\!text-slider-button-bg-hover\/20 {
  color: rgb(var(--colors-slider-button-bg-hover) / 0.2) !important;
}
.\!text-slider-button-bg-hover\/25 {
  color: rgb(var(--colors-slider-button-bg-hover) / 0.25) !important;
}
.\!text-slider-button-bg-hover\/30 {
  color: rgb(var(--colors-slider-button-bg-hover) / 0.3) !important;
}
.\!text-slider-button-bg-hover\/35 {
  color: rgb(var(--colors-slider-button-bg-hover) / 0.35) !important;
}
.\!text-slider-button-bg-hover\/40 {
  color: rgb(var(--colors-slider-button-bg-hover) / 0.4) !important;
}
.\!text-slider-button-bg-hover\/45 {
  color: rgb(var(--colors-slider-button-bg-hover) / 0.45) !important;
}
.\!text-slider-button-bg-hover\/5 {
  color: rgb(var(--colors-slider-button-bg-hover) / 0.05) !important;
}
.\!text-slider-button-bg-hover\/50 {
  color: rgb(var(--colors-slider-button-bg-hover) / 0.5) !important;
}
.\!text-slider-button-bg-hover\/55 {
  color: rgb(var(--colors-slider-button-bg-hover) / 0.55) !important;
}
.\!text-slider-button-bg-hover\/60 {
  color: rgb(var(--colors-slider-button-bg-hover) / 0.6) !important;
}
.\!text-slider-button-bg-hover\/65 {
  color: rgb(var(--colors-slider-button-bg-hover) / 0.65) !important;
}
.\!text-slider-button-bg-hover\/70 {
  color: rgb(var(--colors-slider-button-bg-hover) / 0.7) !important;
}
.\!text-slider-button-bg-hover\/75 {
  color: rgb(var(--colors-slider-button-bg-hover) / 0.75) !important;
}
.\!text-slider-button-bg-hover\/80 {
  color: rgb(var(--colors-slider-button-bg-hover) / 0.8) !important;
}
.\!text-slider-button-bg-hover\/85 {
  color: rgb(var(--colors-slider-button-bg-hover) / 0.85) !important;
}
.\!text-slider-button-bg-hover\/90 {
  color: rgb(var(--colors-slider-button-bg-hover) / 0.9) !important;
}
.\!text-slider-button-bg-hover\/95 {
  color: rgb(var(--colors-slider-button-bg-hover) / 0.95) !important;
}
.\!text-slider-button-bg\/0 {
  color: rgb(var(--colors-slider-button-bg) / 0) !important;
}
.\!text-slider-button-bg\/10 {
  color: rgb(var(--colors-slider-button-bg) / 0.1) !important;
}
.\!text-slider-button-bg\/100 {
  color: rgb(var(--colors-slider-button-bg) / 1) !important;
}
.\!text-slider-button-bg\/15 {
  color: rgb(var(--colors-slider-button-bg) / 0.15) !important;
}
.\!text-slider-button-bg\/20 {
  color: rgb(var(--colors-slider-button-bg) / 0.2) !important;
}
.\!text-slider-button-bg\/25 {
  color: rgb(var(--colors-slider-button-bg) / 0.25) !important;
}
.\!text-slider-button-bg\/30 {
  color: rgb(var(--colors-slider-button-bg) / 0.3) !important;
}
.\!text-slider-button-bg\/35 {
  color: rgb(var(--colors-slider-button-bg) / 0.35) !important;
}
.\!text-slider-button-bg\/40 {
  color: rgb(var(--colors-slider-button-bg) / 0.4) !important;
}
.\!text-slider-button-bg\/45 {
  color: rgb(var(--colors-slider-button-bg) / 0.45) !important;
}
.\!text-slider-button-bg\/5 {
  color: rgb(var(--colors-slider-button-bg) / 0.05) !important;
}
.\!text-slider-button-bg\/50 {
  color: rgb(var(--colors-slider-button-bg) / 0.5) !important;
}
.\!text-slider-button-bg\/55 {
  color: rgb(var(--colors-slider-button-bg) / 0.55) !important;
}
.\!text-slider-button-bg\/60 {
  color: rgb(var(--colors-slider-button-bg) / 0.6) !important;
}
.\!text-slider-button-bg\/65 {
  color: rgb(var(--colors-slider-button-bg) / 0.65) !important;
}
.\!text-slider-button-bg\/70 {
  color: rgb(var(--colors-slider-button-bg) / 0.7) !important;
}
.\!text-slider-button-bg\/75 {
  color: rgb(var(--colors-slider-button-bg) / 0.75) !important;
}
.\!text-slider-button-bg\/80 {
  color: rgb(var(--colors-slider-button-bg) / 0.8) !important;
}
.\!text-slider-button-bg\/85 {
  color: rgb(var(--colors-slider-button-bg) / 0.85) !important;
}
.\!text-slider-button-bg\/90 {
  color: rgb(var(--colors-slider-button-bg) / 0.9) !important;
}
.\!text-slider-button-bg\/95 {
  color: rgb(var(--colors-slider-button-bg) / 0.95) !important;
}
.\!text-slider-button-border {
  --tw-text-opacity: 1 !important;
  color: rgb(var(--colors-slider-button-border) / var(--tw-text-opacity, 1)) !important;
}
.\!text-slider-button-border-hover {
  --tw-text-opacity: 1 !important;
  color: rgb(var(--colors-slider-button-border-hover) / var(--tw-text-opacity, 1)) !important;
}
.\!text-slider-button-border-hover\/0 {
  color: rgb(var(--colors-slider-button-border-hover) / 0) !important;
}
.\!text-slider-button-border-hover\/10 {
  color: rgb(var(--colors-slider-button-border-hover) / 0.1) !important;
}
.\!text-slider-button-border-hover\/100 {
  color: rgb(var(--colors-slider-button-border-hover) / 1) !important;
}
.\!text-slider-button-border-hover\/15 {
  color: rgb(var(--colors-slider-button-border-hover) / 0.15) !important;
}
.\!text-slider-button-border-hover\/20 {
  color: rgb(var(--colors-slider-button-border-hover) / 0.2) !important;
}
.\!text-slider-button-border-hover\/25 {
  color: rgb(var(--colors-slider-button-border-hover) / 0.25) !important;
}
.\!text-slider-button-border-hover\/30 {
  color: rgb(var(--colors-slider-button-border-hover) / 0.3) !important;
}
.\!text-slider-button-border-hover\/35 {
  color: rgb(var(--colors-slider-button-border-hover) / 0.35) !important;
}
.\!text-slider-button-border-hover\/40 {
  color: rgb(var(--colors-slider-button-border-hover) / 0.4) !important;
}
.\!text-slider-button-border-hover\/45 {
  color: rgb(var(--colors-slider-button-border-hover) / 0.45) !important;
}
.\!text-slider-button-border-hover\/5 {
  color: rgb(var(--colors-slider-button-border-hover) / 0.05) !important;
}
.\!text-slider-button-border-hover\/50 {
  color: rgb(var(--colors-slider-button-border-hover) / 0.5) !important;
}
.\!text-slider-button-border-hover\/55 {
  color: rgb(var(--colors-slider-button-border-hover) / 0.55) !important;
}
.\!text-slider-button-border-hover\/60 {
  color: rgb(var(--colors-slider-button-border-hover) / 0.6) !important;
}
.\!text-slider-button-border-hover\/65 {
  color: rgb(var(--colors-slider-button-border-hover) / 0.65) !important;
}
.\!text-slider-button-border-hover\/70 {
  color: rgb(var(--colors-slider-button-border-hover) / 0.7) !important;
}
.\!text-slider-button-border-hover\/75 {
  color: rgb(var(--colors-slider-button-border-hover) / 0.75) !important;
}
.\!text-slider-button-border-hover\/80 {
  color: rgb(var(--colors-slider-button-border-hover) / 0.8) !important;
}
.\!text-slider-button-border-hover\/85 {
  color: rgb(var(--colors-slider-button-border-hover) / 0.85) !important;
}
.\!text-slider-button-border-hover\/90 {
  color: rgb(var(--colors-slider-button-border-hover) / 0.9) !important;
}
.\!text-slider-button-border-hover\/95 {
  color: rgb(var(--colors-slider-button-border-hover) / 0.95) !important;
}
.\!text-slider-button-border\/0 {
  color: rgb(var(--colors-slider-button-border) / 0) !important;
}
.\!text-slider-button-border\/10 {
  color: rgb(var(--colors-slider-button-border) / 0.1) !important;
}
.\!text-slider-button-border\/100 {
  color: rgb(var(--colors-slider-button-border) / 1) !important;
}
.\!text-slider-button-border\/15 {
  color: rgb(var(--colors-slider-button-border) / 0.15) !important;
}
.\!text-slider-button-border\/20 {
  color: rgb(var(--colors-slider-button-border) / 0.2) !important;
}
.\!text-slider-button-border\/25 {
  color: rgb(var(--colors-slider-button-border) / 0.25) !important;
}
.\!text-slider-button-border\/30 {
  color: rgb(var(--colors-slider-button-border) / 0.3) !important;
}
.\!text-slider-button-border\/35 {
  color: rgb(var(--colors-slider-button-border) / 0.35) !important;
}
.\!text-slider-button-border\/40 {
  color: rgb(var(--colors-slider-button-border) / 0.4) !important;
}
.\!text-slider-button-border\/45 {
  color: rgb(var(--colors-slider-button-border) / 0.45) !important;
}
.\!text-slider-button-border\/5 {
  color: rgb(var(--colors-slider-button-border) / 0.05) !important;
}
.\!text-slider-button-border\/50 {
  color: rgb(var(--colors-slider-button-border) / 0.5) !important;
}
.\!text-slider-button-border\/55 {
  color: rgb(var(--colors-slider-button-border) / 0.55) !important;
}
.\!text-slider-button-border\/60 {
  color: rgb(var(--colors-slider-button-border) / 0.6) !important;
}
.\!text-slider-button-border\/65 {
  color: rgb(var(--colors-slider-button-border) / 0.65) !important;
}
.\!text-slider-button-border\/70 {
  color: rgb(var(--colors-slider-button-border) / 0.7) !important;
}
.\!text-slider-button-border\/75 {
  color: rgb(var(--colors-slider-button-border) / 0.75) !important;
}
.\!text-slider-button-border\/80 {
  color: rgb(var(--colors-slider-button-border) / 0.8) !important;
}
.\!text-slider-button-border\/85 {
  color: rgb(var(--colors-slider-button-border) / 0.85) !important;
}
.\!text-slider-button-border\/90 {
  color: rgb(var(--colors-slider-button-border) / 0.9) !important;
}
.\!text-slider-button-border\/95 {
  color: rgb(var(--colors-slider-button-border) / 0.95) !important;
}
.\!text-slider-button-fg {
  --tw-text-opacity: 1 !important;
  color: rgb(var(--colors-slider-button-fg) / var(--tw-text-opacity, 1)) !important;
}
.\!text-slider-button-fg-hover {
  --tw-text-opacity: 1 !important;
  color: rgb(var(--colors-slider-button-fg-hover) / var(--tw-text-opacity, 1)) !important;
}
.\!text-slider-button-fg-hover\/0 {
  color: rgb(var(--colors-slider-button-fg-hover) / 0) !important;
}
.\!text-slider-button-fg-hover\/10 {
  color: rgb(var(--colors-slider-button-fg-hover) / 0.1) !important;
}
.\!text-slider-button-fg-hover\/100 {
  color: rgb(var(--colors-slider-button-fg-hover) / 1) !important;
}
.\!text-slider-button-fg-hover\/15 {
  color: rgb(var(--colors-slider-button-fg-hover) / 0.15) !important;
}
.\!text-slider-button-fg-hover\/20 {
  color: rgb(var(--colors-slider-button-fg-hover) / 0.2) !important;
}
.\!text-slider-button-fg-hover\/25 {
  color: rgb(var(--colors-slider-button-fg-hover) / 0.25) !important;
}
.\!text-slider-button-fg-hover\/30 {
  color: rgb(var(--colors-slider-button-fg-hover) / 0.3) !important;
}
.\!text-slider-button-fg-hover\/35 {
  color: rgb(var(--colors-slider-button-fg-hover) / 0.35) !important;
}
.\!text-slider-button-fg-hover\/40 {
  color: rgb(var(--colors-slider-button-fg-hover) / 0.4) !important;
}
.\!text-slider-button-fg-hover\/45 {
  color: rgb(var(--colors-slider-button-fg-hover) / 0.45) !important;
}
.\!text-slider-button-fg-hover\/5 {
  color: rgb(var(--colors-slider-button-fg-hover) / 0.05) !important;
}
.\!text-slider-button-fg-hover\/50 {
  color: rgb(var(--colors-slider-button-fg-hover) / 0.5) !important;
}
.\!text-slider-button-fg-hover\/55 {
  color: rgb(var(--colors-slider-button-fg-hover) / 0.55) !important;
}
.\!text-slider-button-fg-hover\/60 {
  color: rgb(var(--colors-slider-button-fg-hover) / 0.6) !important;
}
.\!text-slider-button-fg-hover\/65 {
  color: rgb(var(--colors-slider-button-fg-hover) / 0.65) !important;
}
.\!text-slider-button-fg-hover\/70 {
  color: rgb(var(--colors-slider-button-fg-hover) / 0.7) !important;
}
.\!text-slider-button-fg-hover\/75 {
  color: rgb(var(--colors-slider-button-fg-hover) / 0.75) !important;
}
.\!text-slider-button-fg-hover\/80 {
  color: rgb(var(--colors-slider-button-fg-hover) / 0.8) !important;
}
.\!text-slider-button-fg-hover\/85 {
  color: rgb(var(--colors-slider-button-fg-hover) / 0.85) !important;
}
.\!text-slider-button-fg-hover\/90 {
  color: rgb(var(--colors-slider-button-fg-hover) / 0.9) !important;
}
.\!text-slider-button-fg-hover\/95 {
  color: rgb(var(--colors-slider-button-fg-hover) / 0.95) !important;
}
.\!text-slider-button-fg\/0 {
  color: rgb(var(--colors-slider-button-fg) / 0) !important;
}
.\!text-slider-button-fg\/10 {
  color: rgb(var(--colors-slider-button-fg) / 0.1) !important;
}
.\!text-slider-button-fg\/100 {
  color: rgb(var(--colors-slider-button-fg) / 1) !important;
}
.\!text-slider-button-fg\/15 {
  color: rgb(var(--colors-slider-button-fg) / 0.15) !important;
}
.\!text-slider-button-fg\/20 {
  color: rgb(var(--colors-slider-button-fg) / 0.2) !important;
}
.\!text-slider-button-fg\/25 {
  color: rgb(var(--colors-slider-button-fg) / 0.25) !important;
}
.\!text-slider-button-fg\/30 {
  color: rgb(var(--colors-slider-button-fg) / 0.3) !important;
}
.\!text-slider-button-fg\/35 {
  color: rgb(var(--colors-slider-button-fg) / 0.35) !important;
}
.\!text-slider-button-fg\/40 {
  color: rgb(var(--colors-slider-button-fg) / 0.4) !important;
}
.\!text-slider-button-fg\/45 {
  color: rgb(var(--colors-slider-button-fg) / 0.45) !important;
}
.\!text-slider-button-fg\/5 {
  color: rgb(var(--colors-slider-button-fg) / 0.05) !important;
}
.\!text-slider-button-fg\/50 {
  color: rgb(var(--colors-slider-button-fg) / 0.5) !important;
}
.\!text-slider-button-fg\/55 {
  color: rgb(var(--colors-slider-button-fg) / 0.55) !important;
}
.\!text-slider-button-fg\/60 {
  color: rgb(var(--colors-slider-button-fg) / 0.6) !important;
}
.\!text-slider-button-fg\/65 {
  color: rgb(var(--colors-slider-button-fg) / 0.65) !important;
}
.\!text-slider-button-fg\/70 {
  color: rgb(var(--colors-slider-button-fg) / 0.7) !important;
}
.\!text-slider-button-fg\/75 {
  color: rgb(var(--colors-slider-button-fg) / 0.75) !important;
}
.\!text-slider-button-fg\/80 {
  color: rgb(var(--colors-slider-button-fg) / 0.8) !important;
}
.\!text-slider-button-fg\/85 {
  color: rgb(var(--colors-slider-button-fg) / 0.85) !important;
}
.\!text-slider-button-fg\/90 {
  color: rgb(var(--colors-slider-button-fg) / 0.9) !important;
}
.\!text-slider-button-fg\/95 {
  color: rgb(var(--colors-slider-button-fg) / 0.95) !important;
}
.\!text-slider-button-icon {
  --tw-text-opacity: 1 !important;
  color: rgb(var(--colors-slider-button-icon) / var(--tw-text-opacity, 1)) !important;
}
.\!text-slider-button-icon-hover {
  --tw-text-opacity: 1 !important;
  color: rgb(var(--colors-slider-button-icon-hover) / var(--tw-text-opacity, 1)) !important;
}
.\!text-slider-button-icon-hover\/0 {
  color: rgb(var(--colors-slider-button-icon-hover) / 0) !important;
}
.\!text-slider-button-icon-hover\/10 {
  color: rgb(var(--colors-slider-button-icon-hover) / 0.1) !important;
}
.\!text-slider-button-icon-hover\/100 {
  color: rgb(var(--colors-slider-button-icon-hover) / 1) !important;
}
.\!text-slider-button-icon-hover\/15 {
  color: rgb(var(--colors-slider-button-icon-hover) / 0.15) !important;
}
.\!text-slider-button-icon-hover\/20 {
  color: rgb(var(--colors-slider-button-icon-hover) / 0.2) !important;
}
.\!text-slider-button-icon-hover\/25 {
  color: rgb(var(--colors-slider-button-icon-hover) / 0.25) !important;
}
.\!text-slider-button-icon-hover\/30 {
  color: rgb(var(--colors-slider-button-icon-hover) / 0.3) !important;
}
.\!text-slider-button-icon-hover\/35 {
  color: rgb(var(--colors-slider-button-icon-hover) / 0.35) !important;
}
.\!text-slider-button-icon-hover\/40 {
  color: rgb(var(--colors-slider-button-icon-hover) / 0.4) !important;
}
.\!text-slider-button-icon-hover\/45 {
  color: rgb(var(--colors-slider-button-icon-hover) / 0.45) !important;
}
.\!text-slider-button-icon-hover\/5 {
  color: rgb(var(--colors-slider-button-icon-hover) / 0.05) !important;
}
.\!text-slider-button-icon-hover\/50 {
  color: rgb(var(--colors-slider-button-icon-hover) / 0.5) !important;
}
.\!text-slider-button-icon-hover\/55 {
  color: rgb(var(--colors-slider-button-icon-hover) / 0.55) !important;
}
.\!text-slider-button-icon-hover\/60 {
  color: rgb(var(--colors-slider-button-icon-hover) / 0.6) !important;
}
.\!text-slider-button-icon-hover\/65 {
  color: rgb(var(--colors-slider-button-icon-hover) / 0.65) !important;
}
.\!text-slider-button-icon-hover\/70 {
  color: rgb(var(--colors-slider-button-icon-hover) / 0.7) !important;
}
.\!text-slider-button-icon-hover\/75 {
  color: rgb(var(--colors-slider-button-icon-hover) / 0.75) !important;
}
.\!text-slider-button-icon-hover\/80 {
  color: rgb(var(--colors-slider-button-icon-hover) / 0.8) !important;
}
.\!text-slider-button-icon-hover\/85 {
  color: rgb(var(--colors-slider-button-icon-hover) / 0.85) !important;
}
.\!text-slider-button-icon-hover\/90 {
  color: rgb(var(--colors-slider-button-icon-hover) / 0.9) !important;
}
.\!text-slider-button-icon-hover\/95 {
  color: rgb(var(--colors-slider-button-icon-hover) / 0.95) !important;
}
.\!text-slider-button-icon\/0 {
  color: rgb(var(--colors-slider-button-icon) / 0) !important;
}
.\!text-slider-button-icon\/10 {
  color: rgb(var(--colors-slider-button-icon) / 0.1) !important;
}
.\!text-slider-button-icon\/100 {
  color: rgb(var(--colors-slider-button-icon) / 1) !important;
}
.\!text-slider-button-icon\/15 {
  color: rgb(var(--colors-slider-button-icon) / 0.15) !important;
}
.\!text-slider-button-icon\/20 {
  color: rgb(var(--colors-slider-button-icon) / 0.2) !important;
}
.\!text-slider-button-icon\/25 {
  color: rgb(var(--colors-slider-button-icon) / 0.25) !important;
}
.\!text-slider-button-icon\/30 {
  color: rgb(var(--colors-slider-button-icon) / 0.3) !important;
}
.\!text-slider-button-icon\/35 {
  color: rgb(var(--colors-slider-button-icon) / 0.35) !important;
}
.\!text-slider-button-icon\/40 {
  color: rgb(var(--colors-slider-button-icon) / 0.4) !important;
}
.\!text-slider-button-icon\/45 {
  color: rgb(var(--colors-slider-button-icon) / 0.45) !important;
}
.\!text-slider-button-icon\/5 {
  color: rgb(var(--colors-slider-button-icon) / 0.05) !important;
}
.\!text-slider-button-icon\/50 {
  color: rgb(var(--colors-slider-button-icon) / 0.5) !important;
}
.\!text-slider-button-icon\/55 {
  color: rgb(var(--colors-slider-button-icon) / 0.55) !important;
}
.\!text-slider-button-icon\/60 {
  color: rgb(var(--colors-slider-button-icon) / 0.6) !important;
}
.\!text-slider-button-icon\/65 {
  color: rgb(var(--colors-slider-button-icon) / 0.65) !important;
}
.\!text-slider-button-icon\/70 {
  color: rgb(var(--colors-slider-button-icon) / 0.7) !important;
}
.\!text-slider-button-icon\/75 {
  color: rgb(var(--colors-slider-button-icon) / 0.75) !important;
}
.\!text-slider-button-icon\/80 {
  color: rgb(var(--colors-slider-button-icon) / 0.8) !important;
}
.\!text-slider-button-icon\/85 {
  color: rgb(var(--colors-slider-button-icon) / 0.85) !important;
}
.\!text-slider-button-icon\/90 {
  color: rgb(var(--colors-slider-button-icon) / 0.9) !important;
}
.\!text-slider-button-icon\/95 {
  color: rgb(var(--colors-slider-button-icon) / 0.95) !important;
}
.\!text-stone-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(245 245 244 / var(--tw-text-opacity, 1)) !important;
}
.\!text-stone-100\/0 {
  color: rgb(245 245 244 / 0) !important;
}
.\!text-stone-100\/10 {
  color: rgb(245 245 244 / 0.1) !important;
}
.\!text-stone-100\/100 {
  color: rgb(245 245 244 / 1) !important;
}
.\!text-stone-100\/15 {
  color: rgb(245 245 244 / 0.15) !important;
}
.\!text-stone-100\/20 {
  color: rgb(245 245 244 / 0.2) !important;
}
.\!text-stone-100\/25 {
  color: rgb(245 245 244 / 0.25) !important;
}
.\!text-stone-100\/30 {
  color: rgb(245 245 244 / 0.3) !important;
}
.\!text-stone-100\/35 {
  color: rgb(245 245 244 / 0.35) !important;
}
.\!text-stone-100\/40 {
  color: rgb(245 245 244 / 0.4) !important;
}
.\!text-stone-100\/45 {
  color: rgb(245 245 244 / 0.45) !important;
}
.\!text-stone-100\/5 {
  color: rgb(245 245 244 / 0.05) !important;
}
.\!text-stone-100\/50 {
  color: rgb(245 245 244 / 0.5) !important;
}
.\!text-stone-100\/55 {
  color: rgb(245 245 244 / 0.55) !important;
}
.\!text-stone-100\/60 {
  color: rgb(245 245 244 / 0.6) !important;
}
.\!text-stone-100\/65 {
  color: rgb(245 245 244 / 0.65) !important;
}
.\!text-stone-100\/70 {
  color: rgb(245 245 244 / 0.7) !important;
}
.\!text-stone-100\/75 {
  color: rgb(245 245 244 / 0.75) !important;
}
.\!text-stone-100\/80 {
  color: rgb(245 245 244 / 0.8) !important;
}
.\!text-stone-100\/85 {
  color: rgb(245 245 244 / 0.85) !important;
}
.\!text-stone-100\/90 {
  color: rgb(245 245 244 / 0.9) !important;
}
.\!text-stone-100\/95 {
  color: rgb(245 245 244 / 0.95) !important;
}
.\!text-stone-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(231 229 228 / var(--tw-text-opacity, 1)) !important;
}
.\!text-stone-200\/0 {
  color: rgb(231 229 228 / 0) !important;
}
.\!text-stone-200\/10 {
  color: rgb(231 229 228 / 0.1) !important;
}
.\!text-stone-200\/100 {
  color: rgb(231 229 228 / 1) !important;
}
.\!text-stone-200\/15 {
  color: rgb(231 229 228 / 0.15) !important;
}
.\!text-stone-200\/20 {
  color: rgb(231 229 228 / 0.2) !important;
}
.\!text-stone-200\/25 {
  color: rgb(231 229 228 / 0.25) !important;
}
.\!text-stone-200\/30 {
  color: rgb(231 229 228 / 0.3) !important;
}
.\!text-stone-200\/35 {
  color: rgb(231 229 228 / 0.35) !important;
}
.\!text-stone-200\/40 {
  color: rgb(231 229 228 / 0.4) !important;
}
.\!text-stone-200\/45 {
  color: rgb(231 229 228 / 0.45) !important;
}
.\!text-stone-200\/5 {
  color: rgb(231 229 228 / 0.05) !important;
}
.\!text-stone-200\/50 {
  color: rgb(231 229 228 / 0.5) !important;
}
.\!text-stone-200\/55 {
  color: rgb(231 229 228 / 0.55) !important;
}
.\!text-stone-200\/60 {
  color: rgb(231 229 228 / 0.6) !important;
}
.\!text-stone-200\/65 {
  color: rgb(231 229 228 / 0.65) !important;
}
.\!text-stone-200\/70 {
  color: rgb(231 229 228 / 0.7) !important;
}
.\!text-stone-200\/75 {
  color: rgb(231 229 228 / 0.75) !important;
}
.\!text-stone-200\/80 {
  color: rgb(231 229 228 / 0.8) !important;
}
.\!text-stone-200\/85 {
  color: rgb(231 229 228 / 0.85) !important;
}
.\!text-stone-200\/90 {
  color: rgb(231 229 228 / 0.9) !important;
}
.\!text-stone-200\/95 {
  color: rgb(231 229 228 / 0.95) !important;
}
.\!text-stone-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(214 211 209 / var(--tw-text-opacity, 1)) !important;
}
.\!text-stone-300\/0 {
  color: rgb(214 211 209 / 0) !important;
}
.\!text-stone-300\/10 {
  color: rgb(214 211 209 / 0.1) !important;
}
.\!text-stone-300\/100 {
  color: rgb(214 211 209 / 1) !important;
}
.\!text-stone-300\/15 {
  color: rgb(214 211 209 / 0.15) !important;
}
.\!text-stone-300\/20 {
  color: rgb(214 211 209 / 0.2) !important;
}
.\!text-stone-300\/25 {
  color: rgb(214 211 209 / 0.25) !important;
}
.\!text-stone-300\/30 {
  color: rgb(214 211 209 / 0.3) !important;
}
.\!text-stone-300\/35 {
  color: rgb(214 211 209 / 0.35) !important;
}
.\!text-stone-300\/40 {
  color: rgb(214 211 209 / 0.4) !important;
}
.\!text-stone-300\/45 {
  color: rgb(214 211 209 / 0.45) !important;
}
.\!text-stone-300\/5 {
  color: rgb(214 211 209 / 0.05) !important;
}
.\!text-stone-300\/50 {
  color: rgb(214 211 209 / 0.5) !important;
}
.\!text-stone-300\/55 {
  color: rgb(214 211 209 / 0.55) !important;
}
.\!text-stone-300\/60 {
  color: rgb(214 211 209 / 0.6) !important;
}
.\!text-stone-300\/65 {
  color: rgb(214 211 209 / 0.65) !important;
}
.\!text-stone-300\/70 {
  color: rgb(214 211 209 / 0.7) !important;
}
.\!text-stone-300\/75 {
  color: rgb(214 211 209 / 0.75) !important;
}
.\!text-stone-300\/80 {
  color: rgb(214 211 209 / 0.8) !important;
}
.\!text-stone-300\/85 {
  color: rgb(214 211 209 / 0.85) !important;
}
.\!text-stone-300\/90 {
  color: rgb(214 211 209 / 0.9) !important;
}
.\!text-stone-300\/95 {
  color: rgb(214 211 209 / 0.95) !important;
}
.\!text-stone-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(168 162 158 / var(--tw-text-opacity, 1)) !important;
}
.\!text-stone-400\/0 {
  color: rgb(168 162 158 / 0) !important;
}
.\!text-stone-400\/10 {
  color: rgb(168 162 158 / 0.1) !important;
}
.\!text-stone-400\/100 {
  color: rgb(168 162 158 / 1) !important;
}
.\!text-stone-400\/15 {
  color: rgb(168 162 158 / 0.15) !important;
}
.\!text-stone-400\/20 {
  color: rgb(168 162 158 / 0.2) !important;
}
.\!text-stone-400\/25 {
  color: rgb(168 162 158 / 0.25) !important;
}
.\!text-stone-400\/30 {
  color: rgb(168 162 158 / 0.3) !important;
}
.\!text-stone-400\/35 {
  color: rgb(168 162 158 / 0.35) !important;
}
.\!text-stone-400\/40 {
  color: rgb(168 162 158 / 0.4) !important;
}
.\!text-stone-400\/45 {
  color: rgb(168 162 158 / 0.45) !important;
}
.\!text-stone-400\/5 {
  color: rgb(168 162 158 / 0.05) !important;
}
.\!text-stone-400\/50 {
  color: rgb(168 162 158 / 0.5) !important;
}
.\!text-stone-400\/55 {
  color: rgb(168 162 158 / 0.55) !important;
}
.\!text-stone-400\/60 {
  color: rgb(168 162 158 / 0.6) !important;
}
.\!text-stone-400\/65 {
  color: rgb(168 162 158 / 0.65) !important;
}
.\!text-stone-400\/70 {
  color: rgb(168 162 158 / 0.7) !important;
}
.\!text-stone-400\/75 {
  color: rgb(168 162 158 / 0.75) !important;
}
.\!text-stone-400\/80 {
  color: rgb(168 162 158 / 0.8) !important;
}
.\!text-stone-400\/85 {
  color: rgb(168 162 158 / 0.85) !important;
}
.\!text-stone-400\/90 {
  color: rgb(168 162 158 / 0.9) !important;
}
.\!text-stone-400\/95 {
  color: rgb(168 162 158 / 0.95) !important;
}
.\!text-stone-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(250 250 249 / var(--tw-text-opacity, 1)) !important;
}
.\!text-stone-50\/0 {
  color: rgb(250 250 249 / 0) !important;
}
.\!text-stone-50\/10 {
  color: rgb(250 250 249 / 0.1) !important;
}
.\!text-stone-50\/100 {
  color: rgb(250 250 249 / 1) !important;
}
.\!text-stone-50\/15 {
  color: rgb(250 250 249 / 0.15) !important;
}
.\!text-stone-50\/20 {
  color: rgb(250 250 249 / 0.2) !important;
}
.\!text-stone-50\/25 {
  color: rgb(250 250 249 / 0.25) !important;
}
.\!text-stone-50\/30 {
  color: rgb(250 250 249 / 0.3) !important;
}
.\!text-stone-50\/35 {
  color: rgb(250 250 249 / 0.35) !important;
}
.\!text-stone-50\/40 {
  color: rgb(250 250 249 / 0.4) !important;
}
.\!text-stone-50\/45 {
  color: rgb(250 250 249 / 0.45) !important;
}
.\!text-stone-50\/5 {
  color: rgb(250 250 249 / 0.05) !important;
}
.\!text-stone-50\/50 {
  color: rgb(250 250 249 / 0.5) !important;
}
.\!text-stone-50\/55 {
  color: rgb(250 250 249 / 0.55) !important;
}
.\!text-stone-50\/60 {
  color: rgb(250 250 249 / 0.6) !important;
}
.\!text-stone-50\/65 {
  color: rgb(250 250 249 / 0.65) !important;
}
.\!text-stone-50\/70 {
  color: rgb(250 250 249 / 0.7) !important;
}
.\!text-stone-50\/75 {
  color: rgb(250 250 249 / 0.75) !important;
}
.\!text-stone-50\/80 {
  color: rgb(250 250 249 / 0.8) !important;
}
.\!text-stone-50\/85 {
  color: rgb(250 250 249 / 0.85) !important;
}
.\!text-stone-50\/90 {
  color: rgb(250 250 249 / 0.9) !important;
}
.\!text-stone-50\/95 {
  color: rgb(250 250 249 / 0.95) !important;
}
.\!text-stone-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(120 113 108 / var(--tw-text-opacity, 1)) !important;
}
.\!text-stone-500\/0 {
  color: rgb(120 113 108 / 0) !important;
}
.\!text-stone-500\/10 {
  color: rgb(120 113 108 / 0.1) !important;
}
.\!text-stone-500\/100 {
  color: rgb(120 113 108 / 1) !important;
}
.\!text-stone-500\/15 {
  color: rgb(120 113 108 / 0.15) !important;
}
.\!text-stone-500\/20 {
  color: rgb(120 113 108 / 0.2) !important;
}
.\!text-stone-500\/25 {
  color: rgb(120 113 108 / 0.25) !important;
}
.\!text-stone-500\/30 {
  color: rgb(120 113 108 / 0.3) !important;
}
.\!text-stone-500\/35 {
  color: rgb(120 113 108 / 0.35) !important;
}
.\!text-stone-500\/40 {
  color: rgb(120 113 108 / 0.4) !important;
}
.\!text-stone-500\/45 {
  color: rgb(120 113 108 / 0.45) !important;
}
.\!text-stone-500\/5 {
  color: rgb(120 113 108 / 0.05) !important;
}
.\!text-stone-500\/50 {
  color: rgb(120 113 108 / 0.5) !important;
}
.\!text-stone-500\/55 {
  color: rgb(120 113 108 / 0.55) !important;
}
.\!text-stone-500\/60 {
  color: rgb(120 113 108 / 0.6) !important;
}
.\!text-stone-500\/65 {
  color: rgb(120 113 108 / 0.65) !important;
}
.\!text-stone-500\/70 {
  color: rgb(120 113 108 / 0.7) !important;
}
.\!text-stone-500\/75 {
  color: rgb(120 113 108 / 0.75) !important;
}
.\!text-stone-500\/80 {
  color: rgb(120 113 108 / 0.8) !important;
}
.\!text-stone-500\/85 {
  color: rgb(120 113 108 / 0.85) !important;
}
.\!text-stone-500\/90 {
  color: rgb(120 113 108 / 0.9) !important;
}
.\!text-stone-500\/95 {
  color: rgb(120 113 108 / 0.95) !important;
}
.\!text-stone-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(87 83 78 / var(--tw-text-opacity, 1)) !important;
}
.\!text-stone-600\/0 {
  color: rgb(87 83 78 / 0) !important;
}
.\!text-stone-600\/10 {
  color: rgb(87 83 78 / 0.1) !important;
}
.\!text-stone-600\/100 {
  color: rgb(87 83 78 / 1) !important;
}
.\!text-stone-600\/15 {
  color: rgb(87 83 78 / 0.15) !important;
}
.\!text-stone-600\/20 {
  color: rgb(87 83 78 / 0.2) !important;
}
.\!text-stone-600\/25 {
  color: rgb(87 83 78 / 0.25) !important;
}
.\!text-stone-600\/30 {
  color: rgb(87 83 78 / 0.3) !important;
}
.\!text-stone-600\/35 {
  color: rgb(87 83 78 / 0.35) !important;
}
.\!text-stone-600\/40 {
  color: rgb(87 83 78 / 0.4) !important;
}
.\!text-stone-600\/45 {
  color: rgb(87 83 78 / 0.45) !important;
}
.\!text-stone-600\/5 {
  color: rgb(87 83 78 / 0.05) !important;
}
.\!text-stone-600\/50 {
  color: rgb(87 83 78 / 0.5) !important;
}
.\!text-stone-600\/55 {
  color: rgb(87 83 78 / 0.55) !important;
}
.\!text-stone-600\/60 {
  color: rgb(87 83 78 / 0.6) !important;
}
.\!text-stone-600\/65 {
  color: rgb(87 83 78 / 0.65) !important;
}
.\!text-stone-600\/70 {
  color: rgb(87 83 78 / 0.7) !important;
}
.\!text-stone-600\/75 {
  color: rgb(87 83 78 / 0.75) !important;
}
.\!text-stone-600\/80 {
  color: rgb(87 83 78 / 0.8) !important;
}
.\!text-stone-600\/85 {
  color: rgb(87 83 78 / 0.85) !important;
}
.\!text-stone-600\/90 {
  color: rgb(87 83 78 / 0.9) !important;
}
.\!text-stone-600\/95 {
  color: rgb(87 83 78 / 0.95) !important;
}
.\!text-stone-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(68 64 60 / var(--tw-text-opacity, 1)) !important;
}
.\!text-stone-700\/0 {
  color: rgb(68 64 60 / 0) !important;
}
.\!text-stone-700\/10 {
  color: rgb(68 64 60 / 0.1) !important;
}
.\!text-stone-700\/100 {
  color: rgb(68 64 60 / 1) !important;
}
.\!text-stone-700\/15 {
  color: rgb(68 64 60 / 0.15) !important;
}
.\!text-stone-700\/20 {
  color: rgb(68 64 60 / 0.2) !important;
}
.\!text-stone-700\/25 {
  color: rgb(68 64 60 / 0.25) !important;
}
.\!text-stone-700\/30 {
  color: rgb(68 64 60 / 0.3) !important;
}
.\!text-stone-700\/35 {
  color: rgb(68 64 60 / 0.35) !important;
}
.\!text-stone-700\/40 {
  color: rgb(68 64 60 / 0.4) !important;
}
.\!text-stone-700\/45 {
  color: rgb(68 64 60 / 0.45) !important;
}
.\!text-stone-700\/5 {
  color: rgb(68 64 60 / 0.05) !important;
}
.\!text-stone-700\/50 {
  color: rgb(68 64 60 / 0.5) !important;
}
.\!text-stone-700\/55 {
  color: rgb(68 64 60 / 0.55) !important;
}
.\!text-stone-700\/60 {
  color: rgb(68 64 60 / 0.6) !important;
}
.\!text-stone-700\/65 {
  color: rgb(68 64 60 / 0.65) !important;
}
.\!text-stone-700\/70 {
  color: rgb(68 64 60 / 0.7) !important;
}
.\!text-stone-700\/75 {
  color: rgb(68 64 60 / 0.75) !important;
}
.\!text-stone-700\/80 {
  color: rgb(68 64 60 / 0.8) !important;
}
.\!text-stone-700\/85 {
  color: rgb(68 64 60 / 0.85) !important;
}
.\!text-stone-700\/90 {
  color: rgb(68 64 60 / 0.9) !important;
}
.\!text-stone-700\/95 {
  color: rgb(68 64 60 / 0.95) !important;
}
.\!text-stone-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(41 37 36 / var(--tw-text-opacity, 1)) !important;
}
.\!text-stone-800\/0 {
  color: rgb(41 37 36 / 0) !important;
}
.\!text-stone-800\/10 {
  color: rgb(41 37 36 / 0.1) !important;
}
.\!text-stone-800\/100 {
  color: rgb(41 37 36 / 1) !important;
}
.\!text-stone-800\/15 {
  color: rgb(41 37 36 / 0.15) !important;
}
.\!text-stone-800\/20 {
  color: rgb(41 37 36 / 0.2) !important;
}
.\!text-stone-800\/25 {
  color: rgb(41 37 36 / 0.25) !important;
}
.\!text-stone-800\/30 {
  color: rgb(41 37 36 / 0.3) !important;
}
.\!text-stone-800\/35 {
  color: rgb(41 37 36 / 0.35) !important;
}
.\!text-stone-800\/40 {
  color: rgb(41 37 36 / 0.4) !important;
}
.\!text-stone-800\/45 {
  color: rgb(41 37 36 / 0.45) !important;
}
.\!text-stone-800\/5 {
  color: rgb(41 37 36 / 0.05) !important;
}
.\!text-stone-800\/50 {
  color: rgb(41 37 36 / 0.5) !important;
}
.\!text-stone-800\/55 {
  color: rgb(41 37 36 / 0.55) !important;
}
.\!text-stone-800\/60 {
  color: rgb(41 37 36 / 0.6) !important;
}
.\!text-stone-800\/65 {
  color: rgb(41 37 36 / 0.65) !important;
}
.\!text-stone-800\/70 {
  color: rgb(41 37 36 / 0.7) !important;
}
.\!text-stone-800\/75 {
  color: rgb(41 37 36 / 0.75) !important;
}
.\!text-stone-800\/80 {
  color: rgb(41 37 36 / 0.8) !important;
}
.\!text-stone-800\/85 {
  color: rgb(41 37 36 / 0.85) !important;
}
.\!text-stone-800\/90 {
  color: rgb(41 37 36 / 0.9) !important;
}
.\!text-stone-800\/95 {
  color: rgb(41 37 36 / 0.95) !important;
}
.\!text-stone-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(28 25 23 / var(--tw-text-opacity, 1)) !important;
}
.\!text-stone-900\/0 {
  color: rgb(28 25 23 / 0) !important;
}
.\!text-stone-900\/10 {
  color: rgb(28 25 23 / 0.1) !important;
}
.\!text-stone-900\/100 {
  color: rgb(28 25 23 / 1) !important;
}
.\!text-stone-900\/15 {
  color: rgb(28 25 23 / 0.15) !important;
}
.\!text-stone-900\/20 {
  color: rgb(28 25 23 / 0.2) !important;
}
.\!text-stone-900\/25 {
  color: rgb(28 25 23 / 0.25) !important;
}
.\!text-stone-900\/30 {
  color: rgb(28 25 23 / 0.3) !important;
}
.\!text-stone-900\/35 {
  color: rgb(28 25 23 / 0.35) !important;
}
.\!text-stone-900\/40 {
  color: rgb(28 25 23 / 0.4) !important;
}
.\!text-stone-900\/45 {
  color: rgb(28 25 23 / 0.45) !important;
}
.\!text-stone-900\/5 {
  color: rgb(28 25 23 / 0.05) !important;
}
.\!text-stone-900\/50 {
  color: rgb(28 25 23 / 0.5) !important;
}
.\!text-stone-900\/55 {
  color: rgb(28 25 23 / 0.55) !important;
}
.\!text-stone-900\/60 {
  color: rgb(28 25 23 / 0.6) !important;
}
.\!text-stone-900\/65 {
  color: rgb(28 25 23 / 0.65) !important;
}
.\!text-stone-900\/70 {
  color: rgb(28 25 23 / 0.7) !important;
}
.\!text-stone-900\/75 {
  color: rgb(28 25 23 / 0.75) !important;
}
.\!text-stone-900\/80 {
  color: rgb(28 25 23 / 0.8) !important;
}
.\!text-stone-900\/85 {
  color: rgb(28 25 23 / 0.85) !important;
}
.\!text-stone-900\/90 {
  color: rgb(28 25 23 / 0.9) !important;
}
.\!text-stone-900\/95 {
  color: rgb(28 25 23 / 0.95) !important;
}
.\!text-stone-950 {
  --tw-text-opacity: 1 !important;
  color: rgb(12 10 9 / var(--tw-text-opacity, 1)) !important;
}
.\!text-stone-950\/0 {
  color: rgb(12 10 9 / 0) !important;
}
.\!text-stone-950\/10 {
  color: rgb(12 10 9 / 0.1) !important;
}
.\!text-stone-950\/100 {
  color: rgb(12 10 9 / 1) !important;
}
.\!text-stone-950\/15 {
  color: rgb(12 10 9 / 0.15) !important;
}
.\!text-stone-950\/20 {
  color: rgb(12 10 9 / 0.2) !important;
}
.\!text-stone-950\/25 {
  color: rgb(12 10 9 / 0.25) !important;
}
.\!text-stone-950\/30 {
  color: rgb(12 10 9 / 0.3) !important;
}
.\!text-stone-950\/35 {
  color: rgb(12 10 9 / 0.35) !important;
}
.\!text-stone-950\/40 {
  color: rgb(12 10 9 / 0.4) !important;
}
.\!text-stone-950\/45 {
  color: rgb(12 10 9 / 0.45) !important;
}
.\!text-stone-950\/5 {
  color: rgb(12 10 9 / 0.05) !important;
}
.\!text-stone-950\/50 {
  color: rgb(12 10 9 / 0.5) !important;
}
.\!text-stone-950\/55 {
  color: rgb(12 10 9 / 0.55) !important;
}
.\!text-stone-950\/60 {
  color: rgb(12 10 9 / 0.6) !important;
}
.\!text-stone-950\/65 {
  color: rgb(12 10 9 / 0.65) !important;
}
.\!text-stone-950\/70 {
  color: rgb(12 10 9 / 0.7) !important;
}
.\!text-stone-950\/75 {
  color: rgb(12 10 9 / 0.75) !important;
}
.\!text-stone-950\/80 {
  color: rgb(12 10 9 / 0.8) !important;
}
.\!text-stone-950\/85 {
  color: rgb(12 10 9 / 0.85) !important;
}
.\!text-stone-950\/90 {
  color: rgb(12 10 9 / 0.9) !important;
}
.\!text-stone-950\/95 {
  color: rgb(12 10 9 / 0.95) !important;
}
.text-\[\#000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-base {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-base) / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue {
  --tw-text-opacity: 1;
  color: rgb(0 112 167 / var(--tw-text-opacity, 1));
}
.text-button-fg {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-button-fg) / var(--tw-text-opacity, 1));
}
.text-button-icon {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-button-icon) / var(--tw-text-opacity, 1));
}
.text-button-open-fg {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-button-open-fg) / var(--tw-text-opacity, 1));
}
.text-button-open-icon {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-button-open-icon) / var(--tw-text-opacity, 1));
}
.text-button-tertiary-fg {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-button-tertiary-fg) / var(--tw-text-opacity, 1));
}
.text-button-tertiary-icon {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-button-tertiary-icon) / var(--tw-text-opacity, 1));
}
.text-caption {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-caption) / var(--tw-text-opacity, 1));
}
.text-fg {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-fg) / var(--tw-text-opacity, 1));
}
.text-fg\/60 {
  color: rgb(var(--colors-fg) / 0.6);
}
.text-form-error {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-form-error) / var(--tw-text-opacity, 1));
}
.text-form-file-button-fg {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-form-file-button-fg) / var(--tw-text-opacity, 1));
}
.text-form-file-button-icon {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-form-file-button-icon) / var(--tw-text-opacity, 1));
}
.text-form-input-fg {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-form-input-fg) / var(--tw-text-opacity, 1));
}
.text-form-input-placeholder-focus {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-form-input-placeholder-focus) / var(--tw-text-opacity, 1));
}
.text-form-option-fg {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-form-option-fg) / var(--tw-text-opacity, 1));
}
.text-form-select-fg {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-form-select-fg) / var(--tw-text-opacity, 1));
}
.text-form-select-highlight {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-form-select-highlight) / var(--tw-text-opacity, 1));
}
.text-form-select-highlight-focus {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-form-select-highlight-focus) / var(--tw-text-opacity, 1));
}
.text-form-select-placeholder {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-form-select-placeholder) / var(--tw-text-opacity, 1));
}
.text-form-select-placeholder-focus {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-form-select-placeholder-focus) / var(--tw-text-opacity, 1));
}
.text-head {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-head) / var(--tw-text-opacity, 1));
}
.text-highlight {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-highlight) / var(--tw-text-opacity, 1));
}
.text-label {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-label) / var(--tw-text-opacity, 1));
}
.text-label\/0 {
  color: rgb(var(--colors-label) / 0);
}
.text-label\/10 {
  color: rgb(var(--colors-label) / 0.1);
}
.text-label\/100 {
  color: rgb(var(--colors-label) / 1);
}
.text-label\/15 {
  color: rgb(var(--colors-label) / 0.15);
}
.text-label\/20 {
  color: rgb(var(--colors-label) / 0.2);
}
.text-label\/25 {
  color: rgb(var(--colors-label) / 0.25);
}
.text-label\/30 {
  color: rgb(var(--colors-label) / 0.3);
}
.text-label\/35 {
  color: rgb(var(--colors-label) / 0.35);
}
.text-label\/40 {
  color: rgb(var(--colors-label) / 0.4);
}
.text-label\/45 {
  color: rgb(var(--colors-label) / 0.45);
}
.text-label\/5 {
  color: rgb(var(--colors-label) / 0.05);
}
.text-label\/50 {
  color: rgb(var(--colors-label) / 0.5);
}
.text-label\/55 {
  color: rgb(var(--colors-label) / 0.55);
}
.text-label\/60 {
  color: rgb(var(--colors-label) / 0.6);
}
.text-label\/65 {
  color: rgb(var(--colors-label) / 0.65);
}
.text-label\/70 {
  color: rgb(var(--colors-label) / 0.7);
}
.text-label\/75 {
  color: rgb(var(--colors-label) / 0.75);
}
.text-label\/80 {
  color: rgb(var(--colors-label) / 0.8);
}
.text-label\/85 {
  color: rgb(var(--colors-label) / 0.85);
}
.text-label\/90 {
  color: rgb(var(--colors-label) / 0.9);
}
.text-label\/95 {
  color: rgb(var(--colors-label) / 0.95);
}
.text-lightBlue {
  --tw-text-opacity: 1;
  color: rgb(191 219 233 / var(--tw-text-opacity, 1));
}
.text-lightBlue\/0 {
  color: rgb(191 219 233 / 0);
}
.text-lightBlue\/10 {
  color: rgb(191 219 233 / 0.1);
}
.text-lightBlue\/100 {
  color: rgb(191 219 233 / 1);
}
.text-lightBlue\/15 {
  color: rgb(191 219 233 / 0.15);
}
.text-lightBlue\/20 {
  color: rgb(191 219 233 / 0.2);
}
.text-lightBlue\/25 {
  color: rgb(191 219 233 / 0.25);
}
.text-lightBlue\/30 {
  color: rgb(191 219 233 / 0.3);
}
.text-lightBlue\/35 {
  color: rgb(191 219 233 / 0.35);
}
.text-lightBlue\/40 {
  color: rgb(191 219 233 / 0.4);
}
.text-lightBlue\/45 {
  color: rgb(191 219 233 / 0.45);
}
.text-lightBlue\/5 {
  color: rgb(191 219 233 / 0.05);
}
.text-lightBlue\/50 {
  color: rgb(191 219 233 / 0.5);
}
.text-lightBlue\/55 {
  color: rgb(191 219 233 / 0.55);
}
.text-lightBlue\/60 {
  color: rgb(191 219 233 / 0.6);
}
.text-lightBlue\/65 {
  color: rgb(191 219 233 / 0.65);
}
.text-lightBlue\/70 {
  color: rgb(191 219 233 / 0.7);
}
.text-lightBlue\/75 {
  color: rgb(191 219 233 / 0.75);
}
.text-lightBlue\/80 {
  color: rgb(191 219 233 / 0.8);
}
.text-lightBlue\/85 {
  color: rgb(191 219 233 / 0.85);
}
.text-lightBlue\/90 {
  color: rgb(191 219 233 / 0.9);
}
.text-lightBlue\/95 {
  color: rgb(191 219 233 / 0.95);
}
.text-lightGray {
  --tw-text-opacity: 1;
  color: rgb(244 241 233 / var(--tw-text-opacity, 1));
}
.text-lightGray\/0 {
  color: rgb(244 241 233 / 0);
}
.text-lightGray\/10 {
  color: rgb(244 241 233 / 0.1);
}
.text-lightGray\/100 {
  color: rgb(244 241 233 / 1);
}
.text-lightGray\/15 {
  color: rgb(244 241 233 / 0.15);
}
.text-lightGray\/20 {
  color: rgb(244 241 233 / 0.2);
}
.text-lightGray\/25 {
  color: rgb(244 241 233 / 0.25);
}
.text-lightGray\/30 {
  color: rgb(244 241 233 / 0.3);
}
.text-lightGray\/35 {
  color: rgb(244 241 233 / 0.35);
}
.text-lightGray\/40 {
  color: rgb(244 241 233 / 0.4);
}
.text-lightGray\/45 {
  color: rgb(244 241 233 / 0.45);
}
.text-lightGray\/5 {
  color: rgb(244 241 233 / 0.05);
}
.text-lightGray\/50 {
  color: rgb(244 241 233 / 0.5);
}
.text-lightGray\/55 {
  color: rgb(244 241 233 / 0.55);
}
.text-lightGray\/60 {
  color: rgb(244 241 233 / 0.6);
}
.text-lightGray\/65 {
  color: rgb(244 241 233 / 0.65);
}
.text-lightGray\/70 {
  color: rgb(244 241 233 / 0.7);
}
.text-lightGray\/75 {
  color: rgb(244 241 233 / 0.75);
}
.text-lightGray\/80 {
  color: rgb(244 241 233 / 0.8);
}
.text-lightGray\/85 {
  color: rgb(244 241 233 / 0.85);
}
.text-lightGray\/90 {
  color: rgb(244 241 233 / 0.9);
}
.text-lightGray\/95 {
  color: rgb(244 241 233 / 0.95);
}
.text-lime-100 {
  --tw-text-opacity: 1;
  color: rgb(236 252 203 / var(--tw-text-opacity, 1));
}
.text-lime-100\/0 {
  color: rgb(236 252 203 / 0);
}
.text-lime-100\/10 {
  color: rgb(236 252 203 / 0.1);
}
.text-lime-100\/100 {
  color: rgb(236 252 203 / 1);
}
.text-lime-100\/15 {
  color: rgb(236 252 203 / 0.15);
}
.text-lime-100\/20 {
  color: rgb(236 252 203 / 0.2);
}
.text-lime-100\/25 {
  color: rgb(236 252 203 / 0.25);
}
.text-lime-100\/30 {
  color: rgb(236 252 203 / 0.3);
}
.text-lime-100\/35 {
  color: rgb(236 252 203 / 0.35);
}
.text-lime-100\/40 {
  color: rgb(236 252 203 / 0.4);
}
.text-lime-100\/45 {
  color: rgb(236 252 203 / 0.45);
}
.text-lime-100\/5 {
  color: rgb(236 252 203 / 0.05);
}
.text-lime-100\/50 {
  color: rgb(236 252 203 / 0.5);
}
.text-lime-100\/55 {
  color: rgb(236 252 203 / 0.55);
}
.text-lime-100\/60 {
  color: rgb(236 252 203 / 0.6);
}
.text-lime-100\/65 {
  color: rgb(236 252 203 / 0.65);
}
.text-lime-100\/70 {
  color: rgb(236 252 203 / 0.7);
}
.text-lime-100\/75 {
  color: rgb(236 252 203 / 0.75);
}
.text-lime-100\/80 {
  color: rgb(236 252 203 / 0.8);
}
.text-lime-100\/85 {
  color: rgb(236 252 203 / 0.85);
}
.text-lime-100\/90 {
  color: rgb(236 252 203 / 0.9);
}
.text-lime-100\/95 {
  color: rgb(236 252 203 / 0.95);
}
.text-lime-200 {
  --tw-text-opacity: 1;
  color: rgb(217 249 157 / var(--tw-text-opacity, 1));
}
.text-lime-200\/0 {
  color: rgb(217 249 157 / 0);
}
.text-lime-200\/10 {
  color: rgb(217 249 157 / 0.1);
}
.text-lime-200\/100 {
  color: rgb(217 249 157 / 1);
}
.text-lime-200\/15 {
  color: rgb(217 249 157 / 0.15);
}
.text-lime-200\/20 {
  color: rgb(217 249 157 / 0.2);
}
.text-lime-200\/25 {
  color: rgb(217 249 157 / 0.25);
}
.text-lime-200\/30 {
  color: rgb(217 249 157 / 0.3);
}
.text-lime-200\/35 {
  color: rgb(217 249 157 / 0.35);
}
.text-lime-200\/40 {
  color: rgb(217 249 157 / 0.4);
}
.text-lime-200\/45 {
  color: rgb(217 249 157 / 0.45);
}
.text-lime-200\/5 {
  color: rgb(217 249 157 / 0.05);
}
.text-lime-200\/50 {
  color: rgb(217 249 157 / 0.5);
}
.text-lime-200\/55 {
  color: rgb(217 249 157 / 0.55);
}
.text-lime-200\/60 {
  color: rgb(217 249 157 / 0.6);
}
.text-lime-200\/65 {
  color: rgb(217 249 157 / 0.65);
}
.text-lime-200\/70 {
  color: rgb(217 249 157 / 0.7);
}
.text-lime-200\/75 {
  color: rgb(217 249 157 / 0.75);
}
.text-lime-200\/80 {
  color: rgb(217 249 157 / 0.8);
}
.text-lime-200\/85 {
  color: rgb(217 249 157 / 0.85);
}
.text-lime-200\/90 {
  color: rgb(217 249 157 / 0.9);
}
.text-lime-200\/95 {
  color: rgb(217 249 157 / 0.95);
}
.text-lime-300 {
  --tw-text-opacity: 1;
  color: rgb(190 242 100 / var(--tw-text-opacity, 1));
}
.text-lime-300\/0 {
  color: rgb(190 242 100 / 0);
}
.text-lime-300\/10 {
  color: rgb(190 242 100 / 0.1);
}
.text-lime-300\/100 {
  color: rgb(190 242 100 / 1);
}
.text-lime-300\/15 {
  color: rgb(190 242 100 / 0.15);
}
.text-lime-300\/20 {
  color: rgb(190 242 100 / 0.2);
}
.text-lime-300\/25 {
  color: rgb(190 242 100 / 0.25);
}
.text-lime-300\/30 {
  color: rgb(190 242 100 / 0.3);
}
.text-lime-300\/35 {
  color: rgb(190 242 100 / 0.35);
}
.text-lime-300\/40 {
  color: rgb(190 242 100 / 0.4);
}
.text-lime-300\/45 {
  color: rgb(190 242 100 / 0.45);
}
.text-lime-300\/5 {
  color: rgb(190 242 100 / 0.05);
}
.text-lime-300\/50 {
  color: rgb(190 242 100 / 0.5);
}
.text-lime-300\/55 {
  color: rgb(190 242 100 / 0.55);
}
.text-lime-300\/60 {
  color: rgb(190 242 100 / 0.6);
}
.text-lime-300\/65 {
  color: rgb(190 242 100 / 0.65);
}
.text-lime-300\/70 {
  color: rgb(190 242 100 / 0.7);
}
.text-lime-300\/75 {
  color: rgb(190 242 100 / 0.75);
}
.text-lime-300\/80 {
  color: rgb(190 242 100 / 0.8);
}
.text-lime-300\/85 {
  color: rgb(190 242 100 / 0.85);
}
.text-lime-300\/90 {
  color: rgb(190 242 100 / 0.9);
}
.text-lime-300\/95 {
  color: rgb(190 242 100 / 0.95);
}
.text-lime-400 {
  --tw-text-opacity: 1;
  color: rgb(163 230 53 / var(--tw-text-opacity, 1));
}
.text-lime-400\/0 {
  color: rgb(163 230 53 / 0);
}
.text-lime-400\/10 {
  color: rgb(163 230 53 / 0.1);
}
.text-lime-400\/100 {
  color: rgb(163 230 53 / 1);
}
.text-lime-400\/15 {
  color: rgb(163 230 53 / 0.15);
}
.text-lime-400\/20 {
  color: rgb(163 230 53 / 0.2);
}
.text-lime-400\/25 {
  color: rgb(163 230 53 / 0.25);
}
.text-lime-400\/30 {
  color: rgb(163 230 53 / 0.3);
}
.text-lime-400\/35 {
  color: rgb(163 230 53 / 0.35);
}
.text-lime-400\/40 {
  color: rgb(163 230 53 / 0.4);
}
.text-lime-400\/45 {
  color: rgb(163 230 53 / 0.45);
}
.text-lime-400\/5 {
  color: rgb(163 230 53 / 0.05);
}
.text-lime-400\/50 {
  color: rgb(163 230 53 / 0.5);
}
.text-lime-400\/55 {
  color: rgb(163 230 53 / 0.55);
}
.text-lime-400\/60 {
  color: rgb(163 230 53 / 0.6);
}
.text-lime-400\/65 {
  color: rgb(163 230 53 / 0.65);
}
.text-lime-400\/70 {
  color: rgb(163 230 53 / 0.7);
}
.text-lime-400\/75 {
  color: rgb(163 230 53 / 0.75);
}
.text-lime-400\/80 {
  color: rgb(163 230 53 / 0.8);
}
.text-lime-400\/85 {
  color: rgb(163 230 53 / 0.85);
}
.text-lime-400\/90 {
  color: rgb(163 230 53 / 0.9);
}
.text-lime-400\/95 {
  color: rgb(163 230 53 / 0.95);
}
.text-lime-50 {
  --tw-text-opacity: 1;
  color: rgb(247 254 231 / var(--tw-text-opacity, 1));
}
.text-lime-50\/0 {
  color: rgb(247 254 231 / 0);
}
.text-lime-50\/10 {
  color: rgb(247 254 231 / 0.1);
}
.text-lime-50\/100 {
  color: rgb(247 254 231 / 1);
}
.text-lime-50\/15 {
  color: rgb(247 254 231 / 0.15);
}
.text-lime-50\/20 {
  color: rgb(247 254 231 / 0.2);
}
.text-lime-50\/25 {
  color: rgb(247 254 231 / 0.25);
}
.text-lime-50\/30 {
  color: rgb(247 254 231 / 0.3);
}
.text-lime-50\/35 {
  color: rgb(247 254 231 / 0.35);
}
.text-lime-50\/40 {
  color: rgb(247 254 231 / 0.4);
}
.text-lime-50\/45 {
  color: rgb(247 254 231 / 0.45);
}
.text-lime-50\/5 {
  color: rgb(247 254 231 / 0.05);
}
.text-lime-50\/50 {
  color: rgb(247 254 231 / 0.5);
}
.text-lime-50\/55 {
  color: rgb(247 254 231 / 0.55);
}
.text-lime-50\/60 {
  color: rgb(247 254 231 / 0.6);
}
.text-lime-50\/65 {
  color: rgb(247 254 231 / 0.65);
}
.text-lime-50\/70 {
  color: rgb(247 254 231 / 0.7);
}
.text-lime-50\/75 {
  color: rgb(247 254 231 / 0.75);
}
.text-lime-50\/80 {
  color: rgb(247 254 231 / 0.8);
}
.text-lime-50\/85 {
  color: rgb(247 254 231 / 0.85);
}
.text-lime-50\/90 {
  color: rgb(247 254 231 / 0.9);
}
.text-lime-50\/95 {
  color: rgb(247 254 231 / 0.95);
}
.text-lime-500 {
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity, 1));
}
.text-lime-500\/0 {
  color: rgb(132 204 22 / 0);
}
.text-lime-500\/10 {
  color: rgb(132 204 22 / 0.1);
}
.text-lime-500\/100 {
  color: rgb(132 204 22 / 1);
}
.text-lime-500\/15 {
  color: rgb(132 204 22 / 0.15);
}
.text-lime-500\/20 {
  color: rgb(132 204 22 / 0.2);
}
.text-lime-500\/25 {
  color: rgb(132 204 22 / 0.25);
}
.text-lime-500\/30 {
  color: rgb(132 204 22 / 0.3);
}
.text-lime-500\/35 {
  color: rgb(132 204 22 / 0.35);
}
.text-lime-500\/40 {
  color: rgb(132 204 22 / 0.4);
}
.text-lime-500\/45 {
  color: rgb(132 204 22 / 0.45);
}
.text-lime-500\/5 {
  color: rgb(132 204 22 / 0.05);
}
.text-lime-500\/50 {
  color: rgb(132 204 22 / 0.5);
}
.text-lime-500\/55 {
  color: rgb(132 204 22 / 0.55);
}
.text-lime-500\/60 {
  color: rgb(132 204 22 / 0.6);
}
.text-lime-500\/65 {
  color: rgb(132 204 22 / 0.65);
}
.text-lime-500\/70 {
  color: rgb(132 204 22 / 0.7);
}
.text-lime-500\/75 {
  color: rgb(132 204 22 / 0.75);
}
.text-lime-500\/80 {
  color: rgb(132 204 22 / 0.8);
}
.text-lime-500\/85 {
  color: rgb(132 204 22 / 0.85);
}
.text-lime-500\/90 {
  color: rgb(132 204 22 / 0.9);
}
.text-lime-500\/95 {
  color: rgb(132 204 22 / 0.95);
}
.text-lime-600 {
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity, 1));
}
.text-lime-600\/0 {
  color: rgb(101 163 13 / 0);
}
.text-lime-600\/10 {
  color: rgb(101 163 13 / 0.1);
}
.text-lime-600\/100 {
  color: rgb(101 163 13 / 1);
}
.text-lime-600\/15 {
  color: rgb(101 163 13 / 0.15);
}
.text-lime-600\/20 {
  color: rgb(101 163 13 / 0.2);
}
.text-lime-600\/25 {
  color: rgb(101 163 13 / 0.25);
}
.text-lime-600\/30 {
  color: rgb(101 163 13 / 0.3);
}
.text-lime-600\/35 {
  color: rgb(101 163 13 / 0.35);
}
.text-lime-600\/40 {
  color: rgb(101 163 13 / 0.4);
}
.text-lime-600\/45 {
  color: rgb(101 163 13 / 0.45);
}
.text-lime-600\/5 {
  color: rgb(101 163 13 / 0.05);
}
.text-lime-600\/50 {
  color: rgb(101 163 13 / 0.5);
}
.text-lime-600\/55 {
  color: rgb(101 163 13 / 0.55);
}
.text-lime-600\/60 {
  color: rgb(101 163 13 / 0.6);
}
.text-lime-600\/65 {
  color: rgb(101 163 13 / 0.65);
}
.text-lime-600\/70 {
  color: rgb(101 163 13 / 0.7);
}
.text-lime-600\/75 {
  color: rgb(101 163 13 / 0.75);
}
.text-lime-600\/80 {
  color: rgb(101 163 13 / 0.8);
}
.text-lime-600\/85 {
  color: rgb(101 163 13 / 0.85);
}
.text-lime-600\/90 {
  color: rgb(101 163 13 / 0.9);
}
.text-lime-600\/95 {
  color: rgb(101 163 13 / 0.95);
}
.text-lime-700 {
  --tw-text-opacity: 1;
  color: rgb(77 124 15 / var(--tw-text-opacity, 1));
}
.text-lime-700\/0 {
  color: rgb(77 124 15 / 0);
}
.text-lime-700\/10 {
  color: rgb(77 124 15 / 0.1);
}
.text-lime-700\/100 {
  color: rgb(77 124 15 / 1);
}
.text-lime-700\/15 {
  color: rgb(77 124 15 / 0.15);
}
.text-lime-700\/20 {
  color: rgb(77 124 15 / 0.2);
}
.text-lime-700\/25 {
  color: rgb(77 124 15 / 0.25);
}
.text-lime-700\/30 {
  color: rgb(77 124 15 / 0.3);
}
.text-lime-700\/35 {
  color: rgb(77 124 15 / 0.35);
}
.text-lime-700\/40 {
  color: rgb(77 124 15 / 0.4);
}
.text-lime-700\/45 {
  color: rgb(77 124 15 / 0.45);
}
.text-lime-700\/5 {
  color: rgb(77 124 15 / 0.05);
}
.text-lime-700\/50 {
  color: rgb(77 124 15 / 0.5);
}
.text-lime-700\/55 {
  color: rgb(77 124 15 / 0.55);
}
.text-lime-700\/60 {
  color: rgb(77 124 15 / 0.6);
}
.text-lime-700\/65 {
  color: rgb(77 124 15 / 0.65);
}
.text-lime-700\/70 {
  color: rgb(77 124 15 / 0.7);
}
.text-lime-700\/75 {
  color: rgb(77 124 15 / 0.75);
}
.text-lime-700\/80 {
  color: rgb(77 124 15 / 0.8);
}
.text-lime-700\/85 {
  color: rgb(77 124 15 / 0.85);
}
.text-lime-700\/90 {
  color: rgb(77 124 15 / 0.9);
}
.text-lime-700\/95 {
  color: rgb(77 124 15 / 0.95);
}
.text-lime-800 {
  --tw-text-opacity: 1;
  color: rgb(63 98 18 / var(--tw-text-opacity, 1));
}
.text-lime-800\/0 {
  color: rgb(63 98 18 / 0);
}
.text-lime-800\/10 {
  color: rgb(63 98 18 / 0.1);
}
.text-lime-800\/100 {
  color: rgb(63 98 18 / 1);
}
.text-lime-800\/15 {
  color: rgb(63 98 18 / 0.15);
}
.text-lime-800\/20 {
  color: rgb(63 98 18 / 0.2);
}
.text-lime-800\/25 {
  color: rgb(63 98 18 / 0.25);
}
.text-lime-800\/30 {
  color: rgb(63 98 18 / 0.3);
}
.text-lime-800\/35 {
  color: rgb(63 98 18 / 0.35);
}
.text-lime-800\/40 {
  color: rgb(63 98 18 / 0.4);
}
.text-lime-800\/45 {
  color: rgb(63 98 18 / 0.45);
}
.text-lime-800\/5 {
  color: rgb(63 98 18 / 0.05);
}
.text-lime-800\/50 {
  color: rgb(63 98 18 / 0.5);
}
.text-lime-800\/55 {
  color: rgb(63 98 18 / 0.55);
}
.text-lime-800\/60 {
  color: rgb(63 98 18 / 0.6);
}
.text-lime-800\/65 {
  color: rgb(63 98 18 / 0.65);
}
.text-lime-800\/70 {
  color: rgb(63 98 18 / 0.7);
}
.text-lime-800\/75 {
  color: rgb(63 98 18 / 0.75);
}
.text-lime-800\/80 {
  color: rgb(63 98 18 / 0.8);
}
.text-lime-800\/85 {
  color: rgb(63 98 18 / 0.85);
}
.text-lime-800\/90 {
  color: rgb(63 98 18 / 0.9);
}
.text-lime-800\/95 {
  color: rgb(63 98 18 / 0.95);
}
.text-lime-900 {
  --tw-text-opacity: 1;
  color: rgb(54 83 20 / var(--tw-text-opacity, 1));
}
.text-lime-900\/0 {
  color: rgb(54 83 20 / 0);
}
.text-lime-900\/10 {
  color: rgb(54 83 20 / 0.1);
}
.text-lime-900\/100 {
  color: rgb(54 83 20 / 1);
}
.text-lime-900\/15 {
  color: rgb(54 83 20 / 0.15);
}
.text-lime-900\/20 {
  color: rgb(54 83 20 / 0.2);
}
.text-lime-900\/25 {
  color: rgb(54 83 20 / 0.25);
}
.text-lime-900\/30 {
  color: rgb(54 83 20 / 0.3);
}
.text-lime-900\/35 {
  color: rgb(54 83 20 / 0.35);
}
.text-lime-900\/40 {
  color: rgb(54 83 20 / 0.4);
}
.text-lime-900\/45 {
  color: rgb(54 83 20 / 0.45);
}
.text-lime-900\/5 {
  color: rgb(54 83 20 / 0.05);
}
.text-lime-900\/50 {
  color: rgb(54 83 20 / 0.5);
}
.text-lime-900\/55 {
  color: rgb(54 83 20 / 0.55);
}
.text-lime-900\/60 {
  color: rgb(54 83 20 / 0.6);
}
.text-lime-900\/65 {
  color: rgb(54 83 20 / 0.65);
}
.text-lime-900\/70 {
  color: rgb(54 83 20 / 0.7);
}
.text-lime-900\/75 {
  color: rgb(54 83 20 / 0.75);
}
.text-lime-900\/80 {
  color: rgb(54 83 20 / 0.8);
}
.text-lime-900\/85 {
  color: rgb(54 83 20 / 0.85);
}
.text-lime-900\/90 {
  color: rgb(54 83 20 / 0.9);
}
.text-lime-900\/95 {
  color: rgb(54 83 20 / 0.95);
}
.text-lime-950 {
  --tw-text-opacity: 1;
  color: rgb(26 46 5 / var(--tw-text-opacity, 1));
}
.text-lime-950\/0 {
  color: rgb(26 46 5 / 0);
}
.text-lime-950\/10 {
  color: rgb(26 46 5 / 0.1);
}
.text-lime-950\/100 {
  color: rgb(26 46 5 / 1);
}
.text-lime-950\/15 {
  color: rgb(26 46 5 / 0.15);
}
.text-lime-950\/20 {
  color: rgb(26 46 5 / 0.2);
}
.text-lime-950\/25 {
  color: rgb(26 46 5 / 0.25);
}
.text-lime-950\/30 {
  color: rgb(26 46 5 / 0.3);
}
.text-lime-950\/35 {
  color: rgb(26 46 5 / 0.35);
}
.text-lime-950\/40 {
  color: rgb(26 46 5 / 0.4);
}
.text-lime-950\/45 {
  color: rgb(26 46 5 / 0.45);
}
.text-lime-950\/5 {
  color: rgb(26 46 5 / 0.05);
}
.text-lime-950\/50 {
  color: rgb(26 46 5 / 0.5);
}
.text-lime-950\/55 {
  color: rgb(26 46 5 / 0.55);
}
.text-lime-950\/60 {
  color: rgb(26 46 5 / 0.6);
}
.text-lime-950\/65 {
  color: rgb(26 46 5 / 0.65);
}
.text-lime-950\/70 {
  color: rgb(26 46 5 / 0.7);
}
.text-lime-950\/75 {
  color: rgb(26 46 5 / 0.75);
}
.text-lime-950\/80 {
  color: rgb(26 46 5 / 0.8);
}
.text-lime-950\/85 {
  color: rgb(26 46 5 / 0.85);
}
.text-lime-950\/90 {
  color: rgb(26 46 5 / 0.9);
}
.text-lime-950\/95 {
  color: rgb(26 46 5 / 0.95);
}
.text-link {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-link) / var(--tw-text-opacity, 1));
}
.text-link-hover {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-link-hover) / var(--tw-text-opacity, 1));
}
.text-link-hover\/0 {
  color: rgb(var(--colors-link-hover) / 0);
}
.text-link-hover\/10 {
  color: rgb(var(--colors-link-hover) / 0.1);
}
.text-link-hover\/100 {
  color: rgb(var(--colors-link-hover) / 1);
}
.text-link-hover\/15 {
  color: rgb(var(--colors-link-hover) / 0.15);
}
.text-link-hover\/20 {
  color: rgb(var(--colors-link-hover) / 0.2);
}
.text-link-hover\/25 {
  color: rgb(var(--colors-link-hover) / 0.25);
}
.text-link-hover\/30 {
  color: rgb(var(--colors-link-hover) / 0.3);
}
.text-link-hover\/35 {
  color: rgb(var(--colors-link-hover) / 0.35);
}
.text-link-hover\/40 {
  color: rgb(var(--colors-link-hover) / 0.4);
}
.text-link-hover\/45 {
  color: rgb(var(--colors-link-hover) / 0.45);
}
.text-link-hover\/5 {
  color: rgb(var(--colors-link-hover) / 0.05);
}
.text-link-hover\/50 {
  color: rgb(var(--colors-link-hover) / 0.5);
}
.text-link-hover\/55 {
  color: rgb(var(--colors-link-hover) / 0.55);
}
.text-link-hover\/60 {
  color: rgb(var(--colors-link-hover) / 0.6);
}
.text-link-hover\/65 {
  color: rgb(var(--colors-link-hover) / 0.65);
}
.text-link-hover\/70 {
  color: rgb(var(--colors-link-hover) / 0.7);
}
.text-link-hover\/75 {
  color: rgb(var(--colors-link-hover) / 0.75);
}
.text-link-hover\/80 {
  color: rgb(var(--colors-link-hover) / 0.8);
}
.text-link-hover\/85 {
  color: rgb(var(--colors-link-hover) / 0.85);
}
.text-link-hover\/90 {
  color: rgb(var(--colors-link-hover) / 0.9);
}
.text-link-hover\/95 {
  color: rgb(var(--colors-link-hover) / 0.95);
}
.text-link-icon {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-link-icon) / var(--tw-text-opacity, 1));
}
.text-link-icon-hover {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-link-icon-hover) / var(--tw-text-opacity, 1));
}
.text-link-icon-hover\/0 {
  color: rgb(var(--colors-link-icon-hover) / 0);
}
.text-link-icon-hover\/10 {
  color: rgb(var(--colors-link-icon-hover) / 0.1);
}
.text-link-icon-hover\/100 {
  color: rgb(var(--colors-link-icon-hover) / 1);
}
.text-link-icon-hover\/15 {
  color: rgb(var(--colors-link-icon-hover) / 0.15);
}
.text-link-icon-hover\/20 {
  color: rgb(var(--colors-link-icon-hover) / 0.2);
}
.text-link-icon-hover\/25 {
  color: rgb(var(--colors-link-icon-hover) / 0.25);
}
.text-link-icon-hover\/30 {
  color: rgb(var(--colors-link-icon-hover) / 0.3);
}
.text-link-icon-hover\/35 {
  color: rgb(var(--colors-link-icon-hover) / 0.35);
}
.text-link-icon-hover\/40 {
  color: rgb(var(--colors-link-icon-hover) / 0.4);
}
.text-link-icon-hover\/45 {
  color: rgb(var(--colors-link-icon-hover) / 0.45);
}
.text-link-icon-hover\/5 {
  color: rgb(var(--colors-link-icon-hover) / 0.05);
}
.text-link-icon-hover\/50 {
  color: rgb(var(--colors-link-icon-hover) / 0.5);
}
.text-link-icon-hover\/55 {
  color: rgb(var(--colors-link-icon-hover) / 0.55);
}
.text-link-icon-hover\/60 {
  color: rgb(var(--colors-link-icon-hover) / 0.6);
}
.text-link-icon-hover\/65 {
  color: rgb(var(--colors-link-icon-hover) / 0.65);
}
.text-link-icon-hover\/70 {
  color: rgb(var(--colors-link-icon-hover) / 0.7);
}
.text-link-icon-hover\/75 {
  color: rgb(var(--colors-link-icon-hover) / 0.75);
}
.text-link-icon-hover\/80 {
  color: rgb(var(--colors-link-icon-hover) / 0.8);
}
.text-link-icon-hover\/85 {
  color: rgb(var(--colors-link-icon-hover) / 0.85);
}
.text-link-icon-hover\/90 {
  color: rgb(var(--colors-link-icon-hover) / 0.9);
}
.text-link-icon-hover\/95 {
  color: rgb(var(--colors-link-icon-hover) / 0.95);
}
.text-link-icon\/0 {
  color: rgb(var(--colors-link-icon) / 0);
}
.text-link-icon\/10 {
  color: rgb(var(--colors-link-icon) / 0.1);
}
.text-link-icon\/100 {
  color: rgb(var(--colors-link-icon) / 1);
}
.text-link-icon\/15 {
  color: rgb(var(--colors-link-icon) / 0.15);
}
.text-link-icon\/20 {
  color: rgb(var(--colors-link-icon) / 0.2);
}
.text-link-icon\/25 {
  color: rgb(var(--colors-link-icon) / 0.25);
}
.text-link-icon\/30 {
  color: rgb(var(--colors-link-icon) / 0.3);
}
.text-link-icon\/35 {
  color: rgb(var(--colors-link-icon) / 0.35);
}
.text-link-icon\/40 {
  color: rgb(var(--colors-link-icon) / 0.4);
}
.text-link-icon\/45 {
  color: rgb(var(--colors-link-icon) / 0.45);
}
.text-link-icon\/5 {
  color: rgb(var(--colors-link-icon) / 0.05);
}
.text-link-icon\/50 {
  color: rgb(var(--colors-link-icon) / 0.5);
}
.text-link-icon\/55 {
  color: rgb(var(--colors-link-icon) / 0.55);
}
.text-link-icon\/60 {
  color: rgb(var(--colors-link-icon) / 0.6);
}
.text-link-icon\/65 {
  color: rgb(var(--colors-link-icon) / 0.65);
}
.text-link-icon\/70 {
  color: rgb(var(--colors-link-icon) / 0.7);
}
.text-link-icon\/75 {
  color: rgb(var(--colors-link-icon) / 0.75);
}
.text-link-icon\/80 {
  color: rgb(var(--colors-link-icon) / 0.8);
}
.text-link-icon\/85 {
  color: rgb(var(--colors-link-icon) / 0.85);
}
.text-link-icon\/90 {
  color: rgb(var(--colors-link-icon) / 0.9);
}
.text-link-icon\/95 {
  color: rgb(var(--colors-link-icon) / 0.95);
}
.text-link-underline {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-link-underline) / var(--tw-text-opacity, 1));
}
.text-link-underline-hover {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-link-underline-hover) / var(--tw-text-opacity, 1));
}
.text-link-underline-hover\/0 {
  color: rgb(var(--colors-link-underline-hover) / 0);
}
.text-link-underline-hover\/10 {
  color: rgb(var(--colors-link-underline-hover) / 0.1);
}
.text-link-underline-hover\/100 {
  color: rgb(var(--colors-link-underline-hover) / 1);
}
.text-link-underline-hover\/15 {
  color: rgb(var(--colors-link-underline-hover) / 0.15);
}
.text-link-underline-hover\/20 {
  color: rgb(var(--colors-link-underline-hover) / 0.2);
}
.text-link-underline-hover\/25 {
  color: rgb(var(--colors-link-underline-hover) / 0.25);
}
.text-link-underline-hover\/30 {
  color: rgb(var(--colors-link-underline-hover) / 0.3);
}
.text-link-underline-hover\/35 {
  color: rgb(var(--colors-link-underline-hover) / 0.35);
}
.text-link-underline-hover\/40 {
  color: rgb(var(--colors-link-underline-hover) / 0.4);
}
.text-link-underline-hover\/45 {
  color: rgb(var(--colors-link-underline-hover) / 0.45);
}
.text-link-underline-hover\/5 {
  color: rgb(var(--colors-link-underline-hover) / 0.05);
}
.text-link-underline-hover\/50 {
  color: rgb(var(--colors-link-underline-hover) / 0.5);
}
.text-link-underline-hover\/55 {
  color: rgb(var(--colors-link-underline-hover) / 0.55);
}
.text-link-underline-hover\/60 {
  color: rgb(var(--colors-link-underline-hover) / 0.6);
}
.text-link-underline-hover\/65 {
  color: rgb(var(--colors-link-underline-hover) / 0.65);
}
.text-link-underline-hover\/70 {
  color: rgb(var(--colors-link-underline-hover) / 0.7);
}
.text-link-underline-hover\/75 {
  color: rgb(var(--colors-link-underline-hover) / 0.75);
}
.text-link-underline-hover\/80 {
  color: rgb(var(--colors-link-underline-hover) / 0.8);
}
.text-link-underline-hover\/85 {
  color: rgb(var(--colors-link-underline-hover) / 0.85);
}
.text-link-underline-hover\/90 {
  color: rgb(var(--colors-link-underline-hover) / 0.9);
}
.text-link-underline-hover\/95 {
  color: rgb(var(--colors-link-underline-hover) / 0.95);
}
.text-link-underline\/0 {
  color: rgb(var(--colors-link-underline) / 0);
}
.text-link-underline\/10 {
  color: rgb(var(--colors-link-underline) / 0.1);
}
.text-link-underline\/100 {
  color: rgb(var(--colors-link-underline) / 1);
}
.text-link-underline\/15 {
  color: rgb(var(--colors-link-underline) / 0.15);
}
.text-link-underline\/20 {
  color: rgb(var(--colors-link-underline) / 0.2);
}
.text-link-underline\/25 {
  color: rgb(var(--colors-link-underline) / 0.25);
}
.text-link-underline\/30 {
  color: rgb(var(--colors-link-underline) / 0.3);
}
.text-link-underline\/35 {
  color: rgb(var(--colors-link-underline) / 0.35);
}
.text-link-underline\/40 {
  color: rgb(var(--colors-link-underline) / 0.4);
}
.text-link-underline\/45 {
  color: rgb(var(--colors-link-underline) / 0.45);
}
.text-link-underline\/5 {
  color: rgb(var(--colors-link-underline) / 0.05);
}
.text-link-underline\/50 {
  color: rgb(var(--colors-link-underline) / 0.5);
}
.text-link-underline\/55 {
  color: rgb(var(--colors-link-underline) / 0.55);
}
.text-link-underline\/60 {
  color: rgb(var(--colors-link-underline) / 0.6);
}
.text-link-underline\/65 {
  color: rgb(var(--colors-link-underline) / 0.65);
}
.text-link-underline\/70 {
  color: rgb(var(--colors-link-underline) / 0.7);
}
.text-link-underline\/75 {
  color: rgb(var(--colors-link-underline) / 0.75);
}
.text-link-underline\/80 {
  color: rgb(var(--colors-link-underline) / 0.8);
}
.text-link-underline\/85 {
  color: rgb(var(--colors-link-underline) / 0.85);
}
.text-link-underline\/90 {
  color: rgb(var(--colors-link-underline) / 0.9);
}
.text-link-underline\/95 {
  color: rgb(var(--colors-link-underline) / 0.95);
}
.text-link\/0 {
  color: rgb(var(--colors-link) / 0);
}
.text-link\/10 {
  color: rgb(var(--colors-link) / 0.1);
}
.text-link\/100 {
  color: rgb(var(--colors-link) / 1);
}
.text-link\/15 {
  color: rgb(var(--colors-link) / 0.15);
}
.text-link\/20 {
  color: rgb(var(--colors-link) / 0.2);
}
.text-link\/25 {
  color: rgb(var(--colors-link) / 0.25);
}
.text-link\/30 {
  color: rgb(var(--colors-link) / 0.3);
}
.text-link\/35 {
  color: rgb(var(--colors-link) / 0.35);
}
.text-link\/40 {
  color: rgb(var(--colors-link) / 0.4);
}
.text-link\/45 {
  color: rgb(var(--colors-link) / 0.45);
}
.text-link\/5 {
  color: rgb(var(--colors-link) / 0.05);
}
.text-link\/50 {
  color: rgb(var(--colors-link) / 0.5);
}
.text-link\/55 {
  color: rgb(var(--colors-link) / 0.55);
}
.text-link\/60 {
  color: rgb(var(--colors-link) / 0.6);
}
.text-link\/65 {
  color: rgb(var(--colors-link) / 0.65);
}
.text-link\/70 {
  color: rgb(var(--colors-link) / 0.7);
}
.text-link\/75 {
  color: rgb(var(--colors-link) / 0.75);
}
.text-link\/80 {
  color: rgb(var(--colors-link) / 0.8);
}
.text-link\/85 {
  color: rgb(var(--colors-link) / 0.85);
}
.text-link\/90 {
  color: rgb(var(--colors-link) / 0.9);
}
.text-link\/95 {
  color: rgb(var(--colors-link) / 0.95);
}
.text-quote {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-quote) / var(--tw-text-opacity, 1));
}
.text-separator {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-separator) / var(--tw-text-opacity, 1));
}
.text-separator\/0 {
  color: rgb(var(--colors-separator) / 0);
}
.text-separator\/10 {
  color: rgb(var(--colors-separator) / 0.1);
}
.text-separator\/100 {
  color: rgb(var(--colors-separator) / 1);
}
.text-separator\/15 {
  color: rgb(var(--colors-separator) / 0.15);
}
.text-separator\/20 {
  color: rgb(var(--colors-separator) / 0.2);
}
.text-separator\/25 {
  color: rgb(var(--colors-separator) / 0.25);
}
.text-separator\/30 {
  color: rgb(var(--colors-separator) / 0.3);
}
.text-separator\/35 {
  color: rgb(var(--colors-separator) / 0.35);
}
.text-separator\/40 {
  color: rgb(var(--colors-separator) / 0.4);
}
.text-separator\/45 {
  color: rgb(var(--colors-separator) / 0.45);
}
.text-separator\/5 {
  color: rgb(var(--colors-separator) / 0.05);
}
.text-separator\/50 {
  color: rgb(var(--colors-separator) / 0.5);
}
.text-separator\/55 {
  color: rgb(var(--colors-separator) / 0.55);
}
.text-separator\/60 {
  color: rgb(var(--colors-separator) / 0.6);
}
.text-separator\/65 {
  color: rgb(var(--colors-separator) / 0.65);
}
.text-separator\/70 {
  color: rgb(var(--colors-separator) / 0.7);
}
.text-separator\/75 {
  color: rgb(var(--colors-separator) / 0.75);
}
.text-separator\/80 {
  color: rgb(var(--colors-separator) / 0.8);
}
.text-separator\/85 {
  color: rgb(var(--colors-separator) / 0.85);
}
.text-separator\/90 {
  color: rgb(var(--colors-separator) / 0.9);
}
.text-separator\/95 {
  color: rgb(var(--colors-separator) / 0.95);
}
.text-sky-100 {
  --tw-text-opacity: 1;
  color: rgb(224 242 254 / var(--tw-text-opacity, 1));
}
.text-sky-100\/0 {
  color: rgb(224 242 254 / 0);
}
.text-sky-100\/10 {
  color: rgb(224 242 254 / 0.1);
}
.text-sky-100\/100 {
  color: rgb(224 242 254 / 1);
}
.text-sky-100\/15 {
  color: rgb(224 242 254 / 0.15);
}
.text-sky-100\/20 {
  color: rgb(224 242 254 / 0.2);
}
.text-sky-100\/25 {
  color: rgb(224 242 254 / 0.25);
}
.text-sky-100\/30 {
  color: rgb(224 242 254 / 0.3);
}
.text-sky-100\/35 {
  color: rgb(224 242 254 / 0.35);
}
.text-sky-100\/40 {
  color: rgb(224 242 254 / 0.4);
}
.text-sky-100\/45 {
  color: rgb(224 242 254 / 0.45);
}
.text-sky-100\/5 {
  color: rgb(224 242 254 / 0.05);
}
.text-sky-100\/50 {
  color: rgb(224 242 254 / 0.5);
}
.text-sky-100\/55 {
  color: rgb(224 242 254 / 0.55);
}
.text-sky-100\/60 {
  color: rgb(224 242 254 / 0.6);
}
.text-sky-100\/65 {
  color: rgb(224 242 254 / 0.65);
}
.text-sky-100\/70 {
  color: rgb(224 242 254 / 0.7);
}
.text-sky-100\/75 {
  color: rgb(224 242 254 / 0.75);
}
.text-sky-100\/80 {
  color: rgb(224 242 254 / 0.8);
}
.text-sky-100\/85 {
  color: rgb(224 242 254 / 0.85);
}
.text-sky-100\/90 {
  color: rgb(224 242 254 / 0.9);
}
.text-sky-100\/95 {
  color: rgb(224 242 254 / 0.95);
}
.text-sky-200 {
  --tw-text-opacity: 1;
  color: rgb(186 230 253 / var(--tw-text-opacity, 1));
}
.text-sky-200\/0 {
  color: rgb(186 230 253 / 0);
}
.text-sky-200\/10 {
  color: rgb(186 230 253 / 0.1);
}
.text-sky-200\/100 {
  color: rgb(186 230 253 / 1);
}
.text-sky-200\/15 {
  color: rgb(186 230 253 / 0.15);
}
.text-sky-200\/20 {
  color: rgb(186 230 253 / 0.2);
}
.text-sky-200\/25 {
  color: rgb(186 230 253 / 0.25);
}
.text-sky-200\/30 {
  color: rgb(186 230 253 / 0.3);
}
.text-sky-200\/35 {
  color: rgb(186 230 253 / 0.35);
}
.text-sky-200\/40 {
  color: rgb(186 230 253 / 0.4);
}
.text-sky-200\/45 {
  color: rgb(186 230 253 / 0.45);
}
.text-sky-200\/5 {
  color: rgb(186 230 253 / 0.05);
}
.text-sky-200\/50 {
  color: rgb(186 230 253 / 0.5);
}
.text-sky-200\/55 {
  color: rgb(186 230 253 / 0.55);
}
.text-sky-200\/60 {
  color: rgb(186 230 253 / 0.6);
}
.text-sky-200\/65 {
  color: rgb(186 230 253 / 0.65);
}
.text-sky-200\/70 {
  color: rgb(186 230 253 / 0.7);
}
.text-sky-200\/75 {
  color: rgb(186 230 253 / 0.75);
}
.text-sky-200\/80 {
  color: rgb(186 230 253 / 0.8);
}
.text-sky-200\/85 {
  color: rgb(186 230 253 / 0.85);
}
.text-sky-200\/90 {
  color: rgb(186 230 253 / 0.9);
}
.text-sky-200\/95 {
  color: rgb(186 230 253 / 0.95);
}
.text-sky-300 {
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity, 1));
}
.text-sky-300\/0 {
  color: rgb(125 211 252 / 0);
}
.text-sky-300\/10 {
  color: rgb(125 211 252 / 0.1);
}
.text-sky-300\/100 {
  color: rgb(125 211 252 / 1);
}
.text-sky-300\/15 {
  color: rgb(125 211 252 / 0.15);
}
.text-sky-300\/20 {
  color: rgb(125 211 252 / 0.2);
}
.text-sky-300\/25 {
  color: rgb(125 211 252 / 0.25);
}
.text-sky-300\/30 {
  color: rgb(125 211 252 / 0.3);
}
.text-sky-300\/35 {
  color: rgb(125 211 252 / 0.35);
}
.text-sky-300\/40 {
  color: rgb(125 211 252 / 0.4);
}
.text-sky-300\/45 {
  color: rgb(125 211 252 / 0.45);
}
.text-sky-300\/5 {
  color: rgb(125 211 252 / 0.05);
}
.text-sky-300\/50 {
  color: rgb(125 211 252 / 0.5);
}
.text-sky-300\/55 {
  color: rgb(125 211 252 / 0.55);
}
.text-sky-300\/60 {
  color: rgb(125 211 252 / 0.6);
}
.text-sky-300\/65 {
  color: rgb(125 211 252 / 0.65);
}
.text-sky-300\/70 {
  color: rgb(125 211 252 / 0.7);
}
.text-sky-300\/75 {
  color: rgb(125 211 252 / 0.75);
}
.text-sky-300\/80 {
  color: rgb(125 211 252 / 0.8);
}
.text-sky-300\/85 {
  color: rgb(125 211 252 / 0.85);
}
.text-sky-300\/90 {
  color: rgb(125 211 252 / 0.9);
}
.text-sky-300\/95 {
  color: rgb(125 211 252 / 0.95);
}
.text-sky-400 {
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity, 1));
}
.text-sky-400\/0 {
  color: rgb(56 189 248 / 0);
}
.text-sky-400\/10 {
  color: rgb(56 189 248 / 0.1);
}
.text-sky-400\/100 {
  color: rgb(56 189 248 / 1);
}
.text-sky-400\/15 {
  color: rgb(56 189 248 / 0.15);
}
.text-sky-400\/20 {
  color: rgb(56 189 248 / 0.2);
}
.text-sky-400\/25 {
  color: rgb(56 189 248 / 0.25);
}
.text-sky-400\/30 {
  color: rgb(56 189 248 / 0.3);
}
.text-sky-400\/35 {
  color: rgb(56 189 248 / 0.35);
}
.text-sky-400\/40 {
  color: rgb(56 189 248 / 0.4);
}
.text-sky-400\/45 {
  color: rgb(56 189 248 / 0.45);
}
.text-sky-400\/5 {
  color: rgb(56 189 248 / 0.05);
}
.text-sky-400\/50 {
  color: rgb(56 189 248 / 0.5);
}
.text-sky-400\/55 {
  color: rgb(56 189 248 / 0.55);
}
.text-sky-400\/60 {
  color: rgb(56 189 248 / 0.6);
}
.text-sky-400\/65 {
  color: rgb(56 189 248 / 0.65);
}
.text-sky-400\/70 {
  color: rgb(56 189 248 / 0.7);
}
.text-sky-400\/75 {
  color: rgb(56 189 248 / 0.75);
}
.text-sky-400\/80 {
  color: rgb(56 189 248 / 0.8);
}
.text-sky-400\/85 {
  color: rgb(56 189 248 / 0.85);
}
.text-sky-400\/90 {
  color: rgb(56 189 248 / 0.9);
}
.text-sky-400\/95 {
  color: rgb(56 189 248 / 0.95);
}
.text-sky-50 {
  --tw-text-opacity: 1;
  color: rgb(240 249 255 / var(--tw-text-opacity, 1));
}
.text-sky-50\/0 {
  color: rgb(240 249 255 / 0);
}
.text-sky-50\/10 {
  color: rgb(240 249 255 / 0.1);
}
.text-sky-50\/100 {
  color: rgb(240 249 255 / 1);
}
.text-sky-50\/15 {
  color: rgb(240 249 255 / 0.15);
}
.text-sky-50\/20 {
  color: rgb(240 249 255 / 0.2);
}
.text-sky-50\/25 {
  color: rgb(240 249 255 / 0.25);
}
.text-sky-50\/30 {
  color: rgb(240 249 255 / 0.3);
}
.text-sky-50\/35 {
  color: rgb(240 249 255 / 0.35);
}
.text-sky-50\/40 {
  color: rgb(240 249 255 / 0.4);
}
.text-sky-50\/45 {
  color: rgb(240 249 255 / 0.45);
}
.text-sky-50\/5 {
  color: rgb(240 249 255 / 0.05);
}
.text-sky-50\/50 {
  color: rgb(240 249 255 / 0.5);
}
.text-sky-50\/55 {
  color: rgb(240 249 255 / 0.55);
}
.text-sky-50\/60 {
  color: rgb(240 249 255 / 0.6);
}
.text-sky-50\/65 {
  color: rgb(240 249 255 / 0.65);
}
.text-sky-50\/70 {
  color: rgb(240 249 255 / 0.7);
}
.text-sky-50\/75 {
  color: rgb(240 249 255 / 0.75);
}
.text-sky-50\/80 {
  color: rgb(240 249 255 / 0.8);
}
.text-sky-50\/85 {
  color: rgb(240 249 255 / 0.85);
}
.text-sky-50\/90 {
  color: rgb(240 249 255 / 0.9);
}
.text-sky-50\/95 {
  color: rgb(240 249 255 / 0.95);
}
.text-sky-500 {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity, 1));
}
.text-sky-500\/0 {
  color: rgb(14 165 233 / 0);
}
.text-sky-500\/10 {
  color: rgb(14 165 233 / 0.1);
}
.text-sky-500\/100 {
  color: rgb(14 165 233 / 1);
}
.text-sky-500\/15 {
  color: rgb(14 165 233 / 0.15);
}
.text-sky-500\/20 {
  color: rgb(14 165 233 / 0.2);
}
.text-sky-500\/25 {
  color: rgb(14 165 233 / 0.25);
}
.text-sky-500\/30 {
  color: rgb(14 165 233 / 0.3);
}
.text-sky-500\/35 {
  color: rgb(14 165 233 / 0.35);
}
.text-sky-500\/40 {
  color: rgb(14 165 233 / 0.4);
}
.text-sky-500\/45 {
  color: rgb(14 165 233 / 0.45);
}
.text-sky-500\/5 {
  color: rgb(14 165 233 / 0.05);
}
.text-sky-500\/50 {
  color: rgb(14 165 233 / 0.5);
}
.text-sky-500\/55 {
  color: rgb(14 165 233 / 0.55);
}
.text-sky-500\/60 {
  color: rgb(14 165 233 / 0.6);
}
.text-sky-500\/65 {
  color: rgb(14 165 233 / 0.65);
}
.text-sky-500\/70 {
  color: rgb(14 165 233 / 0.7);
}
.text-sky-500\/75 {
  color: rgb(14 165 233 / 0.75);
}
.text-sky-500\/80 {
  color: rgb(14 165 233 / 0.8);
}
.text-sky-500\/85 {
  color: rgb(14 165 233 / 0.85);
}
.text-sky-500\/90 {
  color: rgb(14 165 233 / 0.9);
}
.text-sky-500\/95 {
  color: rgb(14 165 233 / 0.95);
}
.text-sky-600 {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity, 1));
}
.text-sky-600\/0 {
  color: rgb(2 132 199 / 0);
}
.text-sky-600\/10 {
  color: rgb(2 132 199 / 0.1);
}
.text-sky-600\/100 {
  color: rgb(2 132 199 / 1);
}
.text-sky-600\/15 {
  color: rgb(2 132 199 / 0.15);
}
.text-sky-600\/20 {
  color: rgb(2 132 199 / 0.2);
}
.text-sky-600\/25 {
  color: rgb(2 132 199 / 0.25);
}
.text-sky-600\/30 {
  color: rgb(2 132 199 / 0.3);
}
.text-sky-600\/35 {
  color: rgb(2 132 199 / 0.35);
}
.text-sky-600\/40 {
  color: rgb(2 132 199 / 0.4);
}
.text-sky-600\/45 {
  color: rgb(2 132 199 / 0.45);
}
.text-sky-600\/5 {
  color: rgb(2 132 199 / 0.05);
}
.text-sky-600\/50 {
  color: rgb(2 132 199 / 0.5);
}
.text-sky-600\/55 {
  color: rgb(2 132 199 / 0.55);
}
.text-sky-600\/60 {
  color: rgb(2 132 199 / 0.6);
}
.text-sky-600\/65 {
  color: rgb(2 132 199 / 0.65);
}
.text-sky-600\/70 {
  color: rgb(2 132 199 / 0.7);
}
.text-sky-600\/75 {
  color: rgb(2 132 199 / 0.75);
}
.text-sky-600\/80 {
  color: rgb(2 132 199 / 0.8);
}
.text-sky-600\/85 {
  color: rgb(2 132 199 / 0.85);
}
.text-sky-600\/90 {
  color: rgb(2 132 199 / 0.9);
}
.text-sky-600\/95 {
  color: rgb(2 132 199 / 0.95);
}
.text-sky-700 {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity, 1));
}
.text-sky-700\/0 {
  color: rgb(3 105 161 / 0);
}
.text-sky-700\/10 {
  color: rgb(3 105 161 / 0.1);
}
.text-sky-700\/100 {
  color: rgb(3 105 161 / 1);
}
.text-sky-700\/15 {
  color: rgb(3 105 161 / 0.15);
}
.text-sky-700\/20 {
  color: rgb(3 105 161 / 0.2);
}
.text-sky-700\/25 {
  color: rgb(3 105 161 / 0.25);
}
.text-sky-700\/30 {
  color: rgb(3 105 161 / 0.3);
}
.text-sky-700\/35 {
  color: rgb(3 105 161 / 0.35);
}
.text-sky-700\/40 {
  color: rgb(3 105 161 / 0.4);
}
.text-sky-700\/45 {
  color: rgb(3 105 161 / 0.45);
}
.text-sky-700\/5 {
  color: rgb(3 105 161 / 0.05);
}
.text-sky-700\/50 {
  color: rgb(3 105 161 / 0.5);
}
.text-sky-700\/55 {
  color: rgb(3 105 161 / 0.55);
}
.text-sky-700\/60 {
  color: rgb(3 105 161 / 0.6);
}
.text-sky-700\/65 {
  color: rgb(3 105 161 / 0.65);
}
.text-sky-700\/70 {
  color: rgb(3 105 161 / 0.7);
}
.text-sky-700\/75 {
  color: rgb(3 105 161 / 0.75);
}
.text-sky-700\/80 {
  color: rgb(3 105 161 / 0.8);
}
.text-sky-700\/85 {
  color: rgb(3 105 161 / 0.85);
}
.text-sky-700\/90 {
  color: rgb(3 105 161 / 0.9);
}
.text-sky-700\/95 {
  color: rgb(3 105 161 / 0.95);
}
.text-sky-800 {
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity, 1));
}
.text-sky-800\/0 {
  color: rgb(7 89 133 / 0);
}
.text-sky-800\/10 {
  color: rgb(7 89 133 / 0.1);
}
.text-sky-800\/100 {
  color: rgb(7 89 133 / 1);
}
.text-sky-800\/15 {
  color: rgb(7 89 133 / 0.15);
}
.text-sky-800\/20 {
  color: rgb(7 89 133 / 0.2);
}
.text-sky-800\/25 {
  color: rgb(7 89 133 / 0.25);
}
.text-sky-800\/30 {
  color: rgb(7 89 133 / 0.3);
}
.text-sky-800\/35 {
  color: rgb(7 89 133 / 0.35);
}
.text-sky-800\/40 {
  color: rgb(7 89 133 / 0.4);
}
.text-sky-800\/45 {
  color: rgb(7 89 133 / 0.45);
}
.text-sky-800\/5 {
  color: rgb(7 89 133 / 0.05);
}
.text-sky-800\/50 {
  color: rgb(7 89 133 / 0.5);
}
.text-sky-800\/55 {
  color: rgb(7 89 133 / 0.55);
}
.text-sky-800\/60 {
  color: rgb(7 89 133 / 0.6);
}
.text-sky-800\/65 {
  color: rgb(7 89 133 / 0.65);
}
.text-sky-800\/70 {
  color: rgb(7 89 133 / 0.7);
}
.text-sky-800\/75 {
  color: rgb(7 89 133 / 0.75);
}
.text-sky-800\/80 {
  color: rgb(7 89 133 / 0.8);
}
.text-sky-800\/85 {
  color: rgb(7 89 133 / 0.85);
}
.text-sky-800\/90 {
  color: rgb(7 89 133 / 0.9);
}
.text-sky-800\/95 {
  color: rgb(7 89 133 / 0.95);
}
.text-sky-900 {
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity, 1));
}
.text-sky-900\/0 {
  color: rgb(12 74 110 / 0);
}
.text-sky-900\/10 {
  color: rgb(12 74 110 / 0.1);
}
.text-sky-900\/100 {
  color: rgb(12 74 110 / 1);
}
.text-sky-900\/15 {
  color: rgb(12 74 110 / 0.15);
}
.text-sky-900\/20 {
  color: rgb(12 74 110 / 0.2);
}
.text-sky-900\/25 {
  color: rgb(12 74 110 / 0.25);
}
.text-sky-900\/30 {
  color: rgb(12 74 110 / 0.3);
}
.text-sky-900\/35 {
  color: rgb(12 74 110 / 0.35);
}
.text-sky-900\/40 {
  color: rgb(12 74 110 / 0.4);
}
.text-sky-900\/45 {
  color: rgb(12 74 110 / 0.45);
}
.text-sky-900\/5 {
  color: rgb(12 74 110 / 0.05);
}
.text-sky-900\/50 {
  color: rgb(12 74 110 / 0.5);
}
.text-sky-900\/55 {
  color: rgb(12 74 110 / 0.55);
}
.text-sky-900\/60 {
  color: rgb(12 74 110 / 0.6);
}
.text-sky-900\/65 {
  color: rgb(12 74 110 / 0.65);
}
.text-sky-900\/70 {
  color: rgb(12 74 110 / 0.7);
}
.text-sky-900\/75 {
  color: rgb(12 74 110 / 0.75);
}
.text-sky-900\/80 {
  color: rgb(12 74 110 / 0.8);
}
.text-sky-900\/85 {
  color: rgb(12 74 110 / 0.85);
}
.text-sky-900\/90 {
  color: rgb(12 74 110 / 0.9);
}
.text-sky-900\/95 {
  color: rgb(12 74 110 / 0.95);
}
.text-sky-950 {
  --tw-text-opacity: 1;
  color: rgb(8 47 73 / var(--tw-text-opacity, 1));
}
.text-sky-950\/0 {
  color: rgb(8 47 73 / 0);
}
.text-sky-950\/10 {
  color: rgb(8 47 73 / 0.1);
}
.text-sky-950\/100 {
  color: rgb(8 47 73 / 1);
}
.text-sky-950\/15 {
  color: rgb(8 47 73 / 0.15);
}
.text-sky-950\/20 {
  color: rgb(8 47 73 / 0.2);
}
.text-sky-950\/25 {
  color: rgb(8 47 73 / 0.25);
}
.text-sky-950\/30 {
  color: rgb(8 47 73 / 0.3);
}
.text-sky-950\/35 {
  color: rgb(8 47 73 / 0.35);
}
.text-sky-950\/40 {
  color: rgb(8 47 73 / 0.4);
}
.text-sky-950\/45 {
  color: rgb(8 47 73 / 0.45);
}
.text-sky-950\/5 {
  color: rgb(8 47 73 / 0.05);
}
.text-sky-950\/50 {
  color: rgb(8 47 73 / 0.5);
}
.text-sky-950\/55 {
  color: rgb(8 47 73 / 0.55);
}
.text-sky-950\/60 {
  color: rgb(8 47 73 / 0.6);
}
.text-sky-950\/65 {
  color: rgb(8 47 73 / 0.65);
}
.text-sky-950\/70 {
  color: rgb(8 47 73 / 0.7);
}
.text-sky-950\/75 {
  color: rgb(8 47 73 / 0.75);
}
.text-sky-950\/80 {
  color: rgb(8 47 73 / 0.8);
}
.text-sky-950\/85 {
  color: rgb(8 47 73 / 0.85);
}
.text-sky-950\/90 {
  color: rgb(8 47 73 / 0.9);
}
.text-sky-950\/95 {
  color: rgb(8 47 73 / 0.95);
}
.text-slate-100 {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}
.text-slate-100\/0 {
  color: rgb(241 245 249 / 0);
}
.text-slate-100\/10 {
  color: rgb(241 245 249 / 0.1);
}
.text-slate-100\/100 {
  color: rgb(241 245 249 / 1);
}
.text-slate-100\/15 {
  color: rgb(241 245 249 / 0.15);
}
.text-slate-100\/20 {
  color: rgb(241 245 249 / 0.2);
}
.text-slate-100\/25 {
  color: rgb(241 245 249 / 0.25);
}
.text-slate-100\/30 {
  color: rgb(241 245 249 / 0.3);
}
.text-slate-100\/35 {
  color: rgb(241 245 249 / 0.35);
}
.text-slate-100\/40 {
  color: rgb(241 245 249 / 0.4);
}
.text-slate-100\/45 {
  color: rgb(241 245 249 / 0.45);
}
.text-slate-100\/5 {
  color: rgb(241 245 249 / 0.05);
}
.text-slate-100\/50 {
  color: rgb(241 245 249 / 0.5);
}
.text-slate-100\/55 {
  color: rgb(241 245 249 / 0.55);
}
.text-slate-100\/60 {
  color: rgb(241 245 249 / 0.6);
}
.text-slate-100\/65 {
  color: rgb(241 245 249 / 0.65);
}
.text-slate-100\/70 {
  color: rgb(241 245 249 / 0.7);
}
.text-slate-100\/75 {
  color: rgb(241 245 249 / 0.75);
}
.text-slate-100\/80 {
  color: rgb(241 245 249 / 0.8);
}
.text-slate-100\/85 {
  color: rgb(241 245 249 / 0.85);
}
.text-slate-100\/90 {
  color: rgb(241 245 249 / 0.9);
}
.text-slate-100\/95 {
  color: rgb(241 245 249 / 0.95);
}
.text-slate-200 {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}
.text-slate-200\/0 {
  color: rgb(226 232 240 / 0);
}
.text-slate-200\/10 {
  color: rgb(226 232 240 / 0.1);
}
.text-slate-200\/100 {
  color: rgb(226 232 240 / 1);
}
.text-slate-200\/15 {
  color: rgb(226 232 240 / 0.15);
}
.text-slate-200\/20 {
  color: rgb(226 232 240 / 0.2);
}
.text-slate-200\/25 {
  color: rgb(226 232 240 / 0.25);
}
.text-slate-200\/30 {
  color: rgb(226 232 240 / 0.3);
}
.text-slate-200\/35 {
  color: rgb(226 232 240 / 0.35);
}
.text-slate-200\/40 {
  color: rgb(226 232 240 / 0.4);
}
.text-slate-200\/45 {
  color: rgb(226 232 240 / 0.45);
}
.text-slate-200\/5 {
  color: rgb(226 232 240 / 0.05);
}
.text-slate-200\/50 {
  color: rgb(226 232 240 / 0.5);
}
.text-slate-200\/55 {
  color: rgb(226 232 240 / 0.55);
}
.text-slate-200\/60 {
  color: rgb(226 232 240 / 0.6);
}
.text-slate-200\/65 {
  color: rgb(226 232 240 / 0.65);
}
.text-slate-200\/70 {
  color: rgb(226 232 240 / 0.7);
}
.text-slate-200\/75 {
  color: rgb(226 232 240 / 0.75);
}
.text-slate-200\/80 {
  color: rgb(226 232 240 / 0.8);
}
.text-slate-200\/85 {
  color: rgb(226 232 240 / 0.85);
}
.text-slate-200\/90 {
  color: rgb(226 232 240 / 0.9);
}
.text-slate-200\/95 {
  color: rgb(226 232 240 / 0.95);
}
.text-slate-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.text-slate-300\/0 {
  color: rgb(203 213 225 / 0);
}
.text-slate-300\/10 {
  color: rgb(203 213 225 / 0.1);
}
.text-slate-300\/100 {
  color: rgb(203 213 225 / 1);
}
.text-slate-300\/15 {
  color: rgb(203 213 225 / 0.15);
}
.text-slate-300\/20 {
  color: rgb(203 213 225 / 0.2);
}
.text-slate-300\/25 {
  color: rgb(203 213 225 / 0.25);
}
.text-slate-300\/30 {
  color: rgb(203 213 225 / 0.3);
}
.text-slate-300\/35 {
  color: rgb(203 213 225 / 0.35);
}
.text-slate-300\/40 {
  color: rgb(203 213 225 / 0.4);
}
.text-slate-300\/45 {
  color: rgb(203 213 225 / 0.45);
}
.text-slate-300\/5 {
  color: rgb(203 213 225 / 0.05);
}
.text-slate-300\/50 {
  color: rgb(203 213 225 / 0.5);
}
.text-slate-300\/55 {
  color: rgb(203 213 225 / 0.55);
}
.text-slate-300\/60 {
  color: rgb(203 213 225 / 0.6);
}
.text-slate-300\/65 {
  color: rgb(203 213 225 / 0.65);
}
.text-slate-300\/70 {
  color: rgb(203 213 225 / 0.7);
}
.text-slate-300\/75 {
  color: rgb(203 213 225 / 0.75);
}
.text-slate-300\/80 {
  color: rgb(203 213 225 / 0.8);
}
.text-slate-300\/85 {
  color: rgb(203 213 225 / 0.85);
}
.text-slate-300\/90 {
  color: rgb(203 213 225 / 0.9);
}
.text-slate-300\/95 {
  color: rgb(203 213 225 / 0.95);
}
.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.text-slate-400\/0 {
  color: rgb(148 163 184 / 0);
}
.text-slate-400\/10 {
  color: rgb(148 163 184 / 0.1);
}
.text-slate-400\/100 {
  color: rgb(148 163 184 / 1);
}
.text-slate-400\/15 {
  color: rgb(148 163 184 / 0.15);
}
.text-slate-400\/20 {
  color: rgb(148 163 184 / 0.2);
}
.text-slate-400\/25 {
  color: rgb(148 163 184 / 0.25);
}
.text-slate-400\/30 {
  color: rgb(148 163 184 / 0.3);
}
.text-slate-400\/35 {
  color: rgb(148 163 184 / 0.35);
}
.text-slate-400\/40 {
  color: rgb(148 163 184 / 0.4);
}
.text-slate-400\/45 {
  color: rgb(148 163 184 / 0.45);
}
.text-slate-400\/5 {
  color: rgb(148 163 184 / 0.05);
}
.text-slate-400\/50 {
  color: rgb(148 163 184 / 0.5);
}
.text-slate-400\/55 {
  color: rgb(148 163 184 / 0.55);
}
.text-slate-400\/60 {
  color: rgb(148 163 184 / 0.6);
}
.text-slate-400\/65 {
  color: rgb(148 163 184 / 0.65);
}
.text-slate-400\/70 {
  color: rgb(148 163 184 / 0.7);
}
.text-slate-400\/75 {
  color: rgb(148 163 184 / 0.75);
}
.text-slate-400\/80 {
  color: rgb(148 163 184 / 0.8);
}
.text-slate-400\/85 {
  color: rgb(148 163 184 / 0.85);
}
.text-slate-400\/90 {
  color: rgb(148 163 184 / 0.9);
}
.text-slate-400\/95 {
  color: rgb(148 163 184 / 0.95);
}
.text-slate-50 {
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity, 1));
}
.text-slate-50\/0 {
  color: rgb(248 250 252 / 0);
}
.text-slate-50\/10 {
  color: rgb(248 250 252 / 0.1);
}
.text-slate-50\/100 {
  color: rgb(248 250 252 / 1);
}
.text-slate-50\/15 {
  color: rgb(248 250 252 / 0.15);
}
.text-slate-50\/20 {
  color: rgb(248 250 252 / 0.2);
}
.text-slate-50\/25 {
  color: rgb(248 250 252 / 0.25);
}
.text-slate-50\/30 {
  color: rgb(248 250 252 / 0.3);
}
.text-slate-50\/35 {
  color: rgb(248 250 252 / 0.35);
}
.text-slate-50\/40 {
  color: rgb(248 250 252 / 0.4);
}
.text-slate-50\/45 {
  color: rgb(248 250 252 / 0.45);
}
.text-slate-50\/5 {
  color: rgb(248 250 252 / 0.05);
}
.text-slate-50\/50 {
  color: rgb(248 250 252 / 0.5);
}
.text-slate-50\/55 {
  color: rgb(248 250 252 / 0.55);
}
.text-slate-50\/60 {
  color: rgb(248 250 252 / 0.6);
}
.text-slate-50\/65 {
  color: rgb(248 250 252 / 0.65);
}
.text-slate-50\/70 {
  color: rgb(248 250 252 / 0.7);
}
.text-slate-50\/75 {
  color: rgb(248 250 252 / 0.75);
}
.text-slate-50\/80 {
  color: rgb(248 250 252 / 0.8);
}
.text-slate-50\/85 {
  color: rgb(248 250 252 / 0.85);
}
.text-slate-50\/90 {
  color: rgb(248 250 252 / 0.9);
}
.text-slate-50\/95 {
  color: rgb(248 250 252 / 0.95);
}
.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.text-slate-500\/0 {
  color: rgb(100 116 139 / 0);
}
.text-slate-500\/10 {
  color: rgb(100 116 139 / 0.1);
}
.text-slate-500\/100 {
  color: rgb(100 116 139 / 1);
}
.text-slate-500\/15 {
  color: rgb(100 116 139 / 0.15);
}
.text-slate-500\/20 {
  color: rgb(100 116 139 / 0.2);
}
.text-slate-500\/25 {
  color: rgb(100 116 139 / 0.25);
}
.text-slate-500\/30 {
  color: rgb(100 116 139 / 0.3);
}
.text-slate-500\/35 {
  color: rgb(100 116 139 / 0.35);
}
.text-slate-500\/40 {
  color: rgb(100 116 139 / 0.4);
}
.text-slate-500\/45 {
  color: rgb(100 116 139 / 0.45);
}
.text-slate-500\/5 {
  color: rgb(100 116 139 / 0.05);
}
.text-slate-500\/50 {
  color: rgb(100 116 139 / 0.5);
}
.text-slate-500\/55 {
  color: rgb(100 116 139 / 0.55);
}
.text-slate-500\/60 {
  color: rgb(100 116 139 / 0.6);
}
.text-slate-500\/65 {
  color: rgb(100 116 139 / 0.65);
}
.text-slate-500\/70 {
  color: rgb(100 116 139 / 0.7);
}
.text-slate-500\/75 {
  color: rgb(100 116 139 / 0.75);
}
.text-slate-500\/80 {
  color: rgb(100 116 139 / 0.8);
}
.text-slate-500\/85 {
  color: rgb(100 116 139 / 0.85);
}
.text-slate-500\/90 {
  color: rgb(100 116 139 / 0.9);
}
.text-slate-500\/95 {
  color: rgb(100 116 139 / 0.95);
}
.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.text-slate-600\/0 {
  color: rgb(71 85 105 / 0);
}
.text-slate-600\/10 {
  color: rgb(71 85 105 / 0.1);
}
.text-slate-600\/100 {
  color: rgb(71 85 105 / 1);
}
.text-slate-600\/15 {
  color: rgb(71 85 105 / 0.15);
}
.text-slate-600\/20 {
  color: rgb(71 85 105 / 0.2);
}
.text-slate-600\/25 {
  color: rgb(71 85 105 / 0.25);
}
.text-slate-600\/30 {
  color: rgb(71 85 105 / 0.3);
}
.text-slate-600\/35 {
  color: rgb(71 85 105 / 0.35);
}
.text-slate-600\/40 {
  color: rgb(71 85 105 / 0.4);
}
.text-slate-600\/45 {
  color: rgb(71 85 105 / 0.45);
}
.text-slate-600\/5 {
  color: rgb(71 85 105 / 0.05);
}
.text-slate-600\/50 {
  color: rgb(71 85 105 / 0.5);
}
.text-slate-600\/55 {
  color: rgb(71 85 105 / 0.55);
}
.text-slate-600\/60 {
  color: rgb(71 85 105 / 0.6);
}
.text-slate-600\/65 {
  color: rgb(71 85 105 / 0.65);
}
.text-slate-600\/70 {
  color: rgb(71 85 105 / 0.7);
}
.text-slate-600\/75 {
  color: rgb(71 85 105 / 0.75);
}
.text-slate-600\/80 {
  color: rgb(71 85 105 / 0.8);
}
.text-slate-600\/85 {
  color: rgb(71 85 105 / 0.85);
}
.text-slate-600\/90 {
  color: rgb(71 85 105 / 0.9);
}
.text-slate-600\/95 {
  color: rgb(71 85 105 / 0.95);
}
.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.text-slate-700\/0 {
  color: rgb(51 65 85 / 0);
}
.text-slate-700\/10 {
  color: rgb(51 65 85 / 0.1);
}
.text-slate-700\/100 {
  color: rgb(51 65 85 / 1);
}
.text-slate-700\/15 {
  color: rgb(51 65 85 / 0.15);
}
.text-slate-700\/20 {
  color: rgb(51 65 85 / 0.2);
}
.text-slate-700\/25 {
  color: rgb(51 65 85 / 0.25);
}
.text-slate-700\/30 {
  color: rgb(51 65 85 / 0.3);
}
.text-slate-700\/35 {
  color: rgb(51 65 85 / 0.35);
}
.text-slate-700\/40 {
  color: rgb(51 65 85 / 0.4);
}
.text-slate-700\/45 {
  color: rgb(51 65 85 / 0.45);
}
.text-slate-700\/5 {
  color: rgb(51 65 85 / 0.05);
}
.text-slate-700\/50 {
  color: rgb(51 65 85 / 0.5);
}
.text-slate-700\/55 {
  color: rgb(51 65 85 / 0.55);
}
.text-slate-700\/60 {
  color: rgb(51 65 85 / 0.6);
}
.text-slate-700\/65 {
  color: rgb(51 65 85 / 0.65);
}
.text-slate-700\/70 {
  color: rgb(51 65 85 / 0.7);
}
.text-slate-700\/75 {
  color: rgb(51 65 85 / 0.75);
}
.text-slate-700\/80 {
  color: rgb(51 65 85 / 0.8);
}
.text-slate-700\/85 {
  color: rgb(51 65 85 / 0.85);
}
.text-slate-700\/90 {
  color: rgb(51 65 85 / 0.9);
}
.text-slate-700\/95 {
  color: rgb(51 65 85 / 0.95);
}
.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}
.text-slate-800\/0 {
  color: rgb(30 41 59 / 0);
}
.text-slate-800\/10 {
  color: rgb(30 41 59 / 0.1);
}
.text-slate-800\/100 {
  color: rgb(30 41 59 / 1);
}
.text-slate-800\/15 {
  color: rgb(30 41 59 / 0.15);
}
.text-slate-800\/20 {
  color: rgb(30 41 59 / 0.2);
}
.text-slate-800\/25 {
  color: rgb(30 41 59 / 0.25);
}
.text-slate-800\/30 {
  color: rgb(30 41 59 / 0.3);
}
.text-slate-800\/35 {
  color: rgb(30 41 59 / 0.35);
}
.text-slate-800\/40 {
  color: rgb(30 41 59 / 0.4);
}
.text-slate-800\/45 {
  color: rgb(30 41 59 / 0.45);
}
.text-slate-800\/5 {
  color: rgb(30 41 59 / 0.05);
}
.text-slate-800\/50 {
  color: rgb(30 41 59 / 0.5);
}
.text-slate-800\/55 {
  color: rgb(30 41 59 / 0.55);
}
.text-slate-800\/60 {
  color: rgb(30 41 59 / 0.6);
}
.text-slate-800\/65 {
  color: rgb(30 41 59 / 0.65);
}
.text-slate-800\/70 {
  color: rgb(30 41 59 / 0.7);
}
.text-slate-800\/75 {
  color: rgb(30 41 59 / 0.75);
}
.text-slate-800\/80 {
  color: rgb(30 41 59 / 0.8);
}
.text-slate-800\/85 {
  color: rgb(30 41 59 / 0.85);
}
.text-slate-800\/90 {
  color: rgb(30 41 59 / 0.9);
}
.text-slate-800\/95 {
  color: rgb(30 41 59 / 0.95);
}
.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.text-slate-900\/0 {
  color: rgb(15 23 42 / 0);
}
.text-slate-900\/10 {
  color: rgb(15 23 42 / 0.1);
}
.text-slate-900\/100 {
  color: rgb(15 23 42 / 1);
}
.text-slate-900\/15 {
  color: rgb(15 23 42 / 0.15);
}
.text-slate-900\/20 {
  color: rgb(15 23 42 / 0.2);
}
.text-slate-900\/25 {
  color: rgb(15 23 42 / 0.25);
}
.text-slate-900\/30 {
  color: rgb(15 23 42 / 0.3);
}
.text-slate-900\/35 {
  color: rgb(15 23 42 / 0.35);
}
.text-slate-900\/40 {
  color: rgb(15 23 42 / 0.4);
}
.text-slate-900\/45 {
  color: rgb(15 23 42 / 0.45);
}
.text-slate-900\/5 {
  color: rgb(15 23 42 / 0.05);
}
.text-slate-900\/50 {
  color: rgb(15 23 42 / 0.5);
}
.text-slate-900\/55 {
  color: rgb(15 23 42 / 0.55);
}
.text-slate-900\/60 {
  color: rgb(15 23 42 / 0.6);
}
.text-slate-900\/65 {
  color: rgb(15 23 42 / 0.65);
}
.text-slate-900\/70 {
  color: rgb(15 23 42 / 0.7);
}
.text-slate-900\/75 {
  color: rgb(15 23 42 / 0.75);
}
.text-slate-900\/80 {
  color: rgb(15 23 42 / 0.8);
}
.text-slate-900\/85 {
  color: rgb(15 23 42 / 0.85);
}
.text-slate-900\/90 {
  color: rgb(15 23 42 / 0.9);
}
.text-slate-900\/95 {
  color: rgb(15 23 42 / 0.95);
}
.text-slate-950 {
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity, 1));
}
.text-slate-950\/0 {
  color: rgb(2 6 23 / 0);
}
.text-slate-950\/10 {
  color: rgb(2 6 23 / 0.1);
}
.text-slate-950\/100 {
  color: rgb(2 6 23 / 1);
}
.text-slate-950\/15 {
  color: rgb(2 6 23 / 0.15);
}
.text-slate-950\/20 {
  color: rgb(2 6 23 / 0.2);
}
.text-slate-950\/25 {
  color: rgb(2 6 23 / 0.25);
}
.text-slate-950\/30 {
  color: rgb(2 6 23 / 0.3);
}
.text-slate-950\/35 {
  color: rgb(2 6 23 / 0.35);
}
.text-slate-950\/40 {
  color: rgb(2 6 23 / 0.4);
}
.text-slate-950\/45 {
  color: rgb(2 6 23 / 0.45);
}
.text-slate-950\/5 {
  color: rgb(2 6 23 / 0.05);
}
.text-slate-950\/50 {
  color: rgb(2 6 23 / 0.5);
}
.text-slate-950\/55 {
  color: rgb(2 6 23 / 0.55);
}
.text-slate-950\/60 {
  color: rgb(2 6 23 / 0.6);
}
.text-slate-950\/65 {
  color: rgb(2 6 23 / 0.65);
}
.text-slate-950\/70 {
  color: rgb(2 6 23 / 0.7);
}
.text-slate-950\/75 {
  color: rgb(2 6 23 / 0.75);
}
.text-slate-950\/80 {
  color: rgb(2 6 23 / 0.8);
}
.text-slate-950\/85 {
  color: rgb(2 6 23 / 0.85);
}
.text-slate-950\/90 {
  color: rgb(2 6 23 / 0.9);
}
.text-slate-950\/95 {
  color: rgb(2 6 23 / 0.95);
}
.text-slider-button-bg {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-slider-button-bg) / var(--tw-text-opacity, 1));
}
.text-slider-button-bg-hover {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-slider-button-bg-hover) / var(--tw-text-opacity, 1));
}
.text-slider-button-bg-hover\/0 {
  color: rgb(var(--colors-slider-button-bg-hover) / 0);
}
.text-slider-button-bg-hover\/10 {
  color: rgb(var(--colors-slider-button-bg-hover) / 0.1);
}
.text-slider-button-bg-hover\/100 {
  color: rgb(var(--colors-slider-button-bg-hover) / 1);
}
.text-slider-button-bg-hover\/15 {
  color: rgb(var(--colors-slider-button-bg-hover) / 0.15);
}
.text-slider-button-bg-hover\/20 {
  color: rgb(var(--colors-slider-button-bg-hover) / 0.2);
}
.text-slider-button-bg-hover\/25 {
  color: rgb(var(--colors-slider-button-bg-hover) / 0.25);
}
.text-slider-button-bg-hover\/30 {
  color: rgb(var(--colors-slider-button-bg-hover) / 0.3);
}
.text-slider-button-bg-hover\/35 {
  color: rgb(var(--colors-slider-button-bg-hover) / 0.35);
}
.text-slider-button-bg-hover\/40 {
  color: rgb(var(--colors-slider-button-bg-hover) / 0.4);
}
.text-slider-button-bg-hover\/45 {
  color: rgb(var(--colors-slider-button-bg-hover) / 0.45);
}
.text-slider-button-bg-hover\/5 {
  color: rgb(var(--colors-slider-button-bg-hover) / 0.05);
}
.text-slider-button-bg-hover\/50 {
  color: rgb(var(--colors-slider-button-bg-hover) / 0.5);
}
.text-slider-button-bg-hover\/55 {
  color: rgb(var(--colors-slider-button-bg-hover) / 0.55);
}
.text-slider-button-bg-hover\/60 {
  color: rgb(var(--colors-slider-button-bg-hover) / 0.6);
}
.text-slider-button-bg-hover\/65 {
  color: rgb(var(--colors-slider-button-bg-hover) / 0.65);
}
.text-slider-button-bg-hover\/70 {
  color: rgb(var(--colors-slider-button-bg-hover) / 0.7);
}
.text-slider-button-bg-hover\/75 {
  color: rgb(var(--colors-slider-button-bg-hover) / 0.75);
}
.text-slider-button-bg-hover\/80 {
  color: rgb(var(--colors-slider-button-bg-hover) / 0.8);
}
.text-slider-button-bg-hover\/85 {
  color: rgb(var(--colors-slider-button-bg-hover) / 0.85);
}
.text-slider-button-bg-hover\/90 {
  color: rgb(var(--colors-slider-button-bg-hover) / 0.9);
}
.text-slider-button-bg-hover\/95 {
  color: rgb(var(--colors-slider-button-bg-hover) / 0.95);
}
.text-slider-button-bg\/0 {
  color: rgb(var(--colors-slider-button-bg) / 0);
}
.text-slider-button-bg\/10 {
  color: rgb(var(--colors-slider-button-bg) / 0.1);
}
.text-slider-button-bg\/100 {
  color: rgb(var(--colors-slider-button-bg) / 1);
}
.text-slider-button-bg\/15 {
  color: rgb(var(--colors-slider-button-bg) / 0.15);
}
.text-slider-button-bg\/20 {
  color: rgb(var(--colors-slider-button-bg) / 0.2);
}
.text-slider-button-bg\/25 {
  color: rgb(var(--colors-slider-button-bg) / 0.25);
}
.text-slider-button-bg\/30 {
  color: rgb(var(--colors-slider-button-bg) / 0.3);
}
.text-slider-button-bg\/35 {
  color: rgb(var(--colors-slider-button-bg) / 0.35);
}
.text-slider-button-bg\/40 {
  color: rgb(var(--colors-slider-button-bg) / 0.4);
}
.text-slider-button-bg\/45 {
  color: rgb(var(--colors-slider-button-bg) / 0.45);
}
.text-slider-button-bg\/5 {
  color: rgb(var(--colors-slider-button-bg) / 0.05);
}
.text-slider-button-bg\/50 {
  color: rgb(var(--colors-slider-button-bg) / 0.5);
}
.text-slider-button-bg\/55 {
  color: rgb(var(--colors-slider-button-bg) / 0.55);
}
.text-slider-button-bg\/60 {
  color: rgb(var(--colors-slider-button-bg) / 0.6);
}
.text-slider-button-bg\/65 {
  color: rgb(var(--colors-slider-button-bg) / 0.65);
}
.text-slider-button-bg\/70 {
  color: rgb(var(--colors-slider-button-bg) / 0.7);
}
.text-slider-button-bg\/75 {
  color: rgb(var(--colors-slider-button-bg) / 0.75);
}
.text-slider-button-bg\/80 {
  color: rgb(var(--colors-slider-button-bg) / 0.8);
}
.text-slider-button-bg\/85 {
  color: rgb(var(--colors-slider-button-bg) / 0.85);
}
.text-slider-button-bg\/90 {
  color: rgb(var(--colors-slider-button-bg) / 0.9);
}
.text-slider-button-bg\/95 {
  color: rgb(var(--colors-slider-button-bg) / 0.95);
}
.text-slider-button-border {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-slider-button-border) / var(--tw-text-opacity, 1));
}
.text-slider-button-border-hover {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-slider-button-border-hover) / var(--tw-text-opacity, 1));
}
.text-slider-button-border-hover\/0 {
  color: rgb(var(--colors-slider-button-border-hover) / 0);
}
.text-slider-button-border-hover\/10 {
  color: rgb(var(--colors-slider-button-border-hover) / 0.1);
}
.text-slider-button-border-hover\/100 {
  color: rgb(var(--colors-slider-button-border-hover) / 1);
}
.text-slider-button-border-hover\/15 {
  color: rgb(var(--colors-slider-button-border-hover) / 0.15);
}
.text-slider-button-border-hover\/20 {
  color: rgb(var(--colors-slider-button-border-hover) / 0.2);
}
.text-slider-button-border-hover\/25 {
  color: rgb(var(--colors-slider-button-border-hover) / 0.25);
}
.text-slider-button-border-hover\/30 {
  color: rgb(var(--colors-slider-button-border-hover) / 0.3);
}
.text-slider-button-border-hover\/35 {
  color: rgb(var(--colors-slider-button-border-hover) / 0.35);
}
.text-slider-button-border-hover\/40 {
  color: rgb(var(--colors-slider-button-border-hover) / 0.4);
}
.text-slider-button-border-hover\/45 {
  color: rgb(var(--colors-slider-button-border-hover) / 0.45);
}
.text-slider-button-border-hover\/5 {
  color: rgb(var(--colors-slider-button-border-hover) / 0.05);
}
.text-slider-button-border-hover\/50 {
  color: rgb(var(--colors-slider-button-border-hover) / 0.5);
}
.text-slider-button-border-hover\/55 {
  color: rgb(var(--colors-slider-button-border-hover) / 0.55);
}
.text-slider-button-border-hover\/60 {
  color: rgb(var(--colors-slider-button-border-hover) / 0.6);
}
.text-slider-button-border-hover\/65 {
  color: rgb(var(--colors-slider-button-border-hover) / 0.65);
}
.text-slider-button-border-hover\/70 {
  color: rgb(var(--colors-slider-button-border-hover) / 0.7);
}
.text-slider-button-border-hover\/75 {
  color: rgb(var(--colors-slider-button-border-hover) / 0.75);
}
.text-slider-button-border-hover\/80 {
  color: rgb(var(--colors-slider-button-border-hover) / 0.8);
}
.text-slider-button-border-hover\/85 {
  color: rgb(var(--colors-slider-button-border-hover) / 0.85);
}
.text-slider-button-border-hover\/90 {
  color: rgb(var(--colors-slider-button-border-hover) / 0.9);
}
.text-slider-button-border-hover\/95 {
  color: rgb(var(--colors-slider-button-border-hover) / 0.95);
}
.text-slider-button-border\/0 {
  color: rgb(var(--colors-slider-button-border) / 0);
}
.text-slider-button-border\/10 {
  color: rgb(var(--colors-slider-button-border) / 0.1);
}
.text-slider-button-border\/100 {
  color: rgb(var(--colors-slider-button-border) / 1);
}
.text-slider-button-border\/15 {
  color: rgb(var(--colors-slider-button-border) / 0.15);
}
.text-slider-button-border\/20 {
  color: rgb(var(--colors-slider-button-border) / 0.2);
}
.text-slider-button-border\/25 {
  color: rgb(var(--colors-slider-button-border) / 0.25);
}
.text-slider-button-border\/30 {
  color: rgb(var(--colors-slider-button-border) / 0.3);
}
.text-slider-button-border\/35 {
  color: rgb(var(--colors-slider-button-border) / 0.35);
}
.text-slider-button-border\/40 {
  color: rgb(var(--colors-slider-button-border) / 0.4);
}
.text-slider-button-border\/45 {
  color: rgb(var(--colors-slider-button-border) / 0.45);
}
.text-slider-button-border\/5 {
  color: rgb(var(--colors-slider-button-border) / 0.05);
}
.text-slider-button-border\/50 {
  color: rgb(var(--colors-slider-button-border) / 0.5);
}
.text-slider-button-border\/55 {
  color: rgb(var(--colors-slider-button-border) / 0.55);
}
.text-slider-button-border\/60 {
  color: rgb(var(--colors-slider-button-border) / 0.6);
}
.text-slider-button-border\/65 {
  color: rgb(var(--colors-slider-button-border) / 0.65);
}
.text-slider-button-border\/70 {
  color: rgb(var(--colors-slider-button-border) / 0.7);
}
.text-slider-button-border\/75 {
  color: rgb(var(--colors-slider-button-border) / 0.75);
}
.text-slider-button-border\/80 {
  color: rgb(var(--colors-slider-button-border) / 0.8);
}
.text-slider-button-border\/85 {
  color: rgb(var(--colors-slider-button-border) / 0.85);
}
.text-slider-button-border\/90 {
  color: rgb(var(--colors-slider-button-border) / 0.9);
}
.text-slider-button-border\/95 {
  color: rgb(var(--colors-slider-button-border) / 0.95);
}
.text-slider-button-fg {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-slider-button-fg) / var(--tw-text-opacity, 1));
}
.text-slider-button-fg-hover {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-slider-button-fg-hover) / var(--tw-text-opacity, 1));
}
.text-slider-button-fg-hover\/0 {
  color: rgb(var(--colors-slider-button-fg-hover) / 0);
}
.text-slider-button-fg-hover\/10 {
  color: rgb(var(--colors-slider-button-fg-hover) / 0.1);
}
.text-slider-button-fg-hover\/100 {
  color: rgb(var(--colors-slider-button-fg-hover) / 1);
}
.text-slider-button-fg-hover\/15 {
  color: rgb(var(--colors-slider-button-fg-hover) / 0.15);
}
.text-slider-button-fg-hover\/20 {
  color: rgb(var(--colors-slider-button-fg-hover) / 0.2);
}
.text-slider-button-fg-hover\/25 {
  color: rgb(var(--colors-slider-button-fg-hover) / 0.25);
}
.text-slider-button-fg-hover\/30 {
  color: rgb(var(--colors-slider-button-fg-hover) / 0.3);
}
.text-slider-button-fg-hover\/35 {
  color: rgb(var(--colors-slider-button-fg-hover) / 0.35);
}
.text-slider-button-fg-hover\/40 {
  color: rgb(var(--colors-slider-button-fg-hover) / 0.4);
}
.text-slider-button-fg-hover\/45 {
  color: rgb(var(--colors-slider-button-fg-hover) / 0.45);
}
.text-slider-button-fg-hover\/5 {
  color: rgb(var(--colors-slider-button-fg-hover) / 0.05);
}
.text-slider-button-fg-hover\/50 {
  color: rgb(var(--colors-slider-button-fg-hover) / 0.5);
}
.text-slider-button-fg-hover\/55 {
  color: rgb(var(--colors-slider-button-fg-hover) / 0.55);
}
.text-slider-button-fg-hover\/60 {
  color: rgb(var(--colors-slider-button-fg-hover) / 0.6);
}
.text-slider-button-fg-hover\/65 {
  color: rgb(var(--colors-slider-button-fg-hover) / 0.65);
}
.text-slider-button-fg-hover\/70 {
  color: rgb(var(--colors-slider-button-fg-hover) / 0.7);
}
.text-slider-button-fg-hover\/75 {
  color: rgb(var(--colors-slider-button-fg-hover) / 0.75);
}
.text-slider-button-fg-hover\/80 {
  color: rgb(var(--colors-slider-button-fg-hover) / 0.8);
}
.text-slider-button-fg-hover\/85 {
  color: rgb(var(--colors-slider-button-fg-hover) / 0.85);
}
.text-slider-button-fg-hover\/90 {
  color: rgb(var(--colors-slider-button-fg-hover) / 0.9);
}
.text-slider-button-fg-hover\/95 {
  color: rgb(var(--colors-slider-button-fg-hover) / 0.95);
}
.text-slider-button-fg\/0 {
  color: rgb(var(--colors-slider-button-fg) / 0);
}
.text-slider-button-fg\/10 {
  color: rgb(var(--colors-slider-button-fg) / 0.1);
}
.text-slider-button-fg\/100 {
  color: rgb(var(--colors-slider-button-fg) / 1);
}
.text-slider-button-fg\/15 {
  color: rgb(var(--colors-slider-button-fg) / 0.15);
}
.text-slider-button-fg\/20 {
  color: rgb(var(--colors-slider-button-fg) / 0.2);
}
.text-slider-button-fg\/25 {
  color: rgb(var(--colors-slider-button-fg) / 0.25);
}
.text-slider-button-fg\/30 {
  color: rgb(var(--colors-slider-button-fg) / 0.3);
}
.text-slider-button-fg\/35 {
  color: rgb(var(--colors-slider-button-fg) / 0.35);
}
.text-slider-button-fg\/40 {
  color: rgb(var(--colors-slider-button-fg) / 0.4);
}
.text-slider-button-fg\/45 {
  color: rgb(var(--colors-slider-button-fg) / 0.45);
}
.text-slider-button-fg\/5 {
  color: rgb(var(--colors-slider-button-fg) / 0.05);
}
.text-slider-button-fg\/50 {
  color: rgb(var(--colors-slider-button-fg) / 0.5);
}
.text-slider-button-fg\/55 {
  color: rgb(var(--colors-slider-button-fg) / 0.55);
}
.text-slider-button-fg\/60 {
  color: rgb(var(--colors-slider-button-fg) / 0.6);
}
.text-slider-button-fg\/65 {
  color: rgb(var(--colors-slider-button-fg) / 0.65);
}
.text-slider-button-fg\/70 {
  color: rgb(var(--colors-slider-button-fg) / 0.7);
}
.text-slider-button-fg\/75 {
  color: rgb(var(--colors-slider-button-fg) / 0.75);
}
.text-slider-button-fg\/80 {
  color: rgb(var(--colors-slider-button-fg) / 0.8);
}
.text-slider-button-fg\/85 {
  color: rgb(var(--colors-slider-button-fg) / 0.85);
}
.text-slider-button-fg\/90 {
  color: rgb(var(--colors-slider-button-fg) / 0.9);
}
.text-slider-button-fg\/95 {
  color: rgb(var(--colors-slider-button-fg) / 0.95);
}
.text-slider-button-icon {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-slider-button-icon) / var(--tw-text-opacity, 1));
}
.text-slider-button-icon-hover {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-slider-button-icon-hover) / var(--tw-text-opacity, 1));
}
.text-slider-button-icon-hover\/0 {
  color: rgb(var(--colors-slider-button-icon-hover) / 0);
}
.text-slider-button-icon-hover\/10 {
  color: rgb(var(--colors-slider-button-icon-hover) / 0.1);
}
.text-slider-button-icon-hover\/100 {
  color: rgb(var(--colors-slider-button-icon-hover) / 1);
}
.text-slider-button-icon-hover\/15 {
  color: rgb(var(--colors-slider-button-icon-hover) / 0.15);
}
.text-slider-button-icon-hover\/20 {
  color: rgb(var(--colors-slider-button-icon-hover) / 0.2);
}
.text-slider-button-icon-hover\/25 {
  color: rgb(var(--colors-slider-button-icon-hover) / 0.25);
}
.text-slider-button-icon-hover\/30 {
  color: rgb(var(--colors-slider-button-icon-hover) / 0.3);
}
.text-slider-button-icon-hover\/35 {
  color: rgb(var(--colors-slider-button-icon-hover) / 0.35);
}
.text-slider-button-icon-hover\/40 {
  color: rgb(var(--colors-slider-button-icon-hover) / 0.4);
}
.text-slider-button-icon-hover\/45 {
  color: rgb(var(--colors-slider-button-icon-hover) / 0.45);
}
.text-slider-button-icon-hover\/5 {
  color: rgb(var(--colors-slider-button-icon-hover) / 0.05);
}
.text-slider-button-icon-hover\/50 {
  color: rgb(var(--colors-slider-button-icon-hover) / 0.5);
}
.text-slider-button-icon-hover\/55 {
  color: rgb(var(--colors-slider-button-icon-hover) / 0.55);
}
.text-slider-button-icon-hover\/60 {
  color: rgb(var(--colors-slider-button-icon-hover) / 0.6);
}
.text-slider-button-icon-hover\/65 {
  color: rgb(var(--colors-slider-button-icon-hover) / 0.65);
}
.text-slider-button-icon-hover\/70 {
  color: rgb(var(--colors-slider-button-icon-hover) / 0.7);
}
.text-slider-button-icon-hover\/75 {
  color: rgb(var(--colors-slider-button-icon-hover) / 0.75);
}
.text-slider-button-icon-hover\/80 {
  color: rgb(var(--colors-slider-button-icon-hover) / 0.8);
}
.text-slider-button-icon-hover\/85 {
  color: rgb(var(--colors-slider-button-icon-hover) / 0.85);
}
.text-slider-button-icon-hover\/90 {
  color: rgb(var(--colors-slider-button-icon-hover) / 0.9);
}
.text-slider-button-icon-hover\/95 {
  color: rgb(var(--colors-slider-button-icon-hover) / 0.95);
}
.text-slider-button-icon\/0 {
  color: rgb(var(--colors-slider-button-icon) / 0);
}
.text-slider-button-icon\/10 {
  color: rgb(var(--colors-slider-button-icon) / 0.1);
}
.text-slider-button-icon\/100 {
  color: rgb(var(--colors-slider-button-icon) / 1);
}
.text-slider-button-icon\/15 {
  color: rgb(var(--colors-slider-button-icon) / 0.15);
}
.text-slider-button-icon\/20 {
  color: rgb(var(--colors-slider-button-icon) / 0.2);
}
.text-slider-button-icon\/25 {
  color: rgb(var(--colors-slider-button-icon) / 0.25);
}
.text-slider-button-icon\/30 {
  color: rgb(var(--colors-slider-button-icon) / 0.3);
}
.text-slider-button-icon\/35 {
  color: rgb(var(--colors-slider-button-icon) / 0.35);
}
.text-slider-button-icon\/40 {
  color: rgb(var(--colors-slider-button-icon) / 0.4);
}
.text-slider-button-icon\/45 {
  color: rgb(var(--colors-slider-button-icon) / 0.45);
}
.text-slider-button-icon\/5 {
  color: rgb(var(--colors-slider-button-icon) / 0.05);
}
.text-slider-button-icon\/50 {
  color: rgb(var(--colors-slider-button-icon) / 0.5);
}
.text-slider-button-icon\/55 {
  color: rgb(var(--colors-slider-button-icon) / 0.55);
}
.text-slider-button-icon\/60 {
  color: rgb(var(--colors-slider-button-icon) / 0.6);
}
.text-slider-button-icon\/65 {
  color: rgb(var(--colors-slider-button-icon) / 0.65);
}
.text-slider-button-icon\/70 {
  color: rgb(var(--colors-slider-button-icon) / 0.7);
}
.text-slider-button-icon\/75 {
  color: rgb(var(--colors-slider-button-icon) / 0.75);
}
.text-slider-button-icon\/80 {
  color: rgb(var(--colors-slider-button-icon) / 0.8);
}
.text-slider-button-icon\/85 {
  color: rgb(var(--colors-slider-button-icon) / 0.85);
}
.text-slider-button-icon\/90 {
  color: rgb(var(--colors-slider-button-icon) / 0.9);
}
.text-slider-button-icon\/95 {
  color: rgb(var(--colors-slider-button-icon) / 0.95);
}
.text-stone-100 {
  --tw-text-opacity: 1;
  color: rgb(245 245 244 / var(--tw-text-opacity, 1));
}
.text-stone-100\/0 {
  color: rgb(245 245 244 / 0);
}
.text-stone-100\/10 {
  color: rgb(245 245 244 / 0.1);
}
.text-stone-100\/100 {
  color: rgb(245 245 244 / 1);
}
.text-stone-100\/15 {
  color: rgb(245 245 244 / 0.15);
}
.text-stone-100\/20 {
  color: rgb(245 245 244 / 0.2);
}
.text-stone-100\/25 {
  color: rgb(245 245 244 / 0.25);
}
.text-stone-100\/30 {
  color: rgb(245 245 244 / 0.3);
}
.text-stone-100\/35 {
  color: rgb(245 245 244 / 0.35);
}
.text-stone-100\/40 {
  color: rgb(245 245 244 / 0.4);
}
.text-stone-100\/45 {
  color: rgb(245 245 244 / 0.45);
}
.text-stone-100\/5 {
  color: rgb(245 245 244 / 0.05);
}
.text-stone-100\/50 {
  color: rgb(245 245 244 / 0.5);
}
.text-stone-100\/55 {
  color: rgb(245 245 244 / 0.55);
}
.text-stone-100\/60 {
  color: rgb(245 245 244 / 0.6);
}
.text-stone-100\/65 {
  color: rgb(245 245 244 / 0.65);
}
.text-stone-100\/70 {
  color: rgb(245 245 244 / 0.7);
}
.text-stone-100\/75 {
  color: rgb(245 245 244 / 0.75);
}
.text-stone-100\/80 {
  color: rgb(245 245 244 / 0.8);
}
.text-stone-100\/85 {
  color: rgb(245 245 244 / 0.85);
}
.text-stone-100\/90 {
  color: rgb(245 245 244 / 0.9);
}
.text-stone-100\/95 {
  color: rgb(245 245 244 / 0.95);
}
.text-stone-200 {
  --tw-text-opacity: 1;
  color: rgb(231 229 228 / var(--tw-text-opacity, 1));
}
.text-stone-200\/0 {
  color: rgb(231 229 228 / 0);
}
.text-stone-200\/10 {
  color: rgb(231 229 228 / 0.1);
}
.text-stone-200\/100 {
  color: rgb(231 229 228 / 1);
}
.text-stone-200\/15 {
  color: rgb(231 229 228 / 0.15);
}
.text-stone-200\/20 {
  color: rgb(231 229 228 / 0.2);
}
.text-stone-200\/25 {
  color: rgb(231 229 228 / 0.25);
}
.text-stone-200\/30 {
  color: rgb(231 229 228 / 0.3);
}
.text-stone-200\/35 {
  color: rgb(231 229 228 / 0.35);
}
.text-stone-200\/40 {
  color: rgb(231 229 228 / 0.4);
}
.text-stone-200\/45 {
  color: rgb(231 229 228 / 0.45);
}
.text-stone-200\/5 {
  color: rgb(231 229 228 / 0.05);
}
.text-stone-200\/50 {
  color: rgb(231 229 228 / 0.5);
}
.text-stone-200\/55 {
  color: rgb(231 229 228 / 0.55);
}
.text-stone-200\/60 {
  color: rgb(231 229 228 / 0.6);
}
.text-stone-200\/65 {
  color: rgb(231 229 228 / 0.65);
}
.text-stone-200\/70 {
  color: rgb(231 229 228 / 0.7);
}
.text-stone-200\/75 {
  color: rgb(231 229 228 / 0.75);
}
.text-stone-200\/80 {
  color: rgb(231 229 228 / 0.8);
}
.text-stone-200\/85 {
  color: rgb(231 229 228 / 0.85);
}
.text-stone-200\/90 {
  color: rgb(231 229 228 / 0.9);
}
.text-stone-200\/95 {
  color: rgb(231 229 228 / 0.95);
}
.text-stone-300 {
  --tw-text-opacity: 1;
  color: rgb(214 211 209 / var(--tw-text-opacity, 1));
}
.text-stone-300\/0 {
  color: rgb(214 211 209 / 0);
}
.text-stone-300\/10 {
  color: rgb(214 211 209 / 0.1);
}
.text-stone-300\/100 {
  color: rgb(214 211 209 / 1);
}
.text-stone-300\/15 {
  color: rgb(214 211 209 / 0.15);
}
.text-stone-300\/20 {
  color: rgb(214 211 209 / 0.2);
}
.text-stone-300\/25 {
  color: rgb(214 211 209 / 0.25);
}
.text-stone-300\/30 {
  color: rgb(214 211 209 / 0.3);
}
.text-stone-300\/35 {
  color: rgb(214 211 209 / 0.35);
}
.text-stone-300\/40 {
  color: rgb(214 211 209 / 0.4);
}
.text-stone-300\/45 {
  color: rgb(214 211 209 / 0.45);
}
.text-stone-300\/5 {
  color: rgb(214 211 209 / 0.05);
}
.text-stone-300\/50 {
  color: rgb(214 211 209 / 0.5);
}
.text-stone-300\/55 {
  color: rgb(214 211 209 / 0.55);
}
.text-stone-300\/60 {
  color: rgb(214 211 209 / 0.6);
}
.text-stone-300\/65 {
  color: rgb(214 211 209 / 0.65);
}
.text-stone-300\/70 {
  color: rgb(214 211 209 / 0.7);
}
.text-stone-300\/75 {
  color: rgb(214 211 209 / 0.75);
}
.text-stone-300\/80 {
  color: rgb(214 211 209 / 0.8);
}
.text-stone-300\/85 {
  color: rgb(214 211 209 / 0.85);
}
.text-stone-300\/90 {
  color: rgb(214 211 209 / 0.9);
}
.text-stone-300\/95 {
  color: rgb(214 211 209 / 0.95);
}
.text-stone-400 {
  --tw-text-opacity: 1;
  color: rgb(168 162 158 / var(--tw-text-opacity, 1));
}
.text-stone-400\/0 {
  color: rgb(168 162 158 / 0);
}
.text-stone-400\/10 {
  color: rgb(168 162 158 / 0.1);
}
.text-stone-400\/100 {
  color: rgb(168 162 158 / 1);
}
.text-stone-400\/15 {
  color: rgb(168 162 158 / 0.15);
}
.text-stone-400\/20 {
  color: rgb(168 162 158 / 0.2);
}
.text-stone-400\/25 {
  color: rgb(168 162 158 / 0.25);
}
.text-stone-400\/30 {
  color: rgb(168 162 158 / 0.3);
}
.text-stone-400\/35 {
  color: rgb(168 162 158 / 0.35);
}
.text-stone-400\/40 {
  color: rgb(168 162 158 / 0.4);
}
.text-stone-400\/45 {
  color: rgb(168 162 158 / 0.45);
}
.text-stone-400\/5 {
  color: rgb(168 162 158 / 0.05);
}
.text-stone-400\/50 {
  color: rgb(168 162 158 / 0.5);
}
.text-stone-400\/55 {
  color: rgb(168 162 158 / 0.55);
}
.text-stone-400\/60 {
  color: rgb(168 162 158 / 0.6);
}
.text-stone-400\/65 {
  color: rgb(168 162 158 / 0.65);
}
.text-stone-400\/70 {
  color: rgb(168 162 158 / 0.7);
}
.text-stone-400\/75 {
  color: rgb(168 162 158 / 0.75);
}
.text-stone-400\/80 {
  color: rgb(168 162 158 / 0.8);
}
.text-stone-400\/85 {
  color: rgb(168 162 158 / 0.85);
}
.text-stone-400\/90 {
  color: rgb(168 162 158 / 0.9);
}
.text-stone-400\/95 {
  color: rgb(168 162 158 / 0.95);
}
.text-stone-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 249 / var(--tw-text-opacity, 1));
}
.text-stone-50\/0 {
  color: rgb(250 250 249 / 0);
}
.text-stone-50\/10 {
  color: rgb(250 250 249 / 0.1);
}
.text-stone-50\/100 {
  color: rgb(250 250 249 / 1);
}
.text-stone-50\/15 {
  color: rgb(250 250 249 / 0.15);
}
.text-stone-50\/20 {
  color: rgb(250 250 249 / 0.2);
}
.text-stone-50\/25 {
  color: rgb(250 250 249 / 0.25);
}
.text-stone-50\/30 {
  color: rgb(250 250 249 / 0.3);
}
.text-stone-50\/35 {
  color: rgb(250 250 249 / 0.35);
}
.text-stone-50\/40 {
  color: rgb(250 250 249 / 0.4);
}
.text-stone-50\/45 {
  color: rgb(250 250 249 / 0.45);
}
.text-stone-50\/5 {
  color: rgb(250 250 249 / 0.05);
}
.text-stone-50\/50 {
  color: rgb(250 250 249 / 0.5);
}
.text-stone-50\/55 {
  color: rgb(250 250 249 / 0.55);
}
.text-stone-50\/60 {
  color: rgb(250 250 249 / 0.6);
}
.text-stone-50\/65 {
  color: rgb(250 250 249 / 0.65);
}
.text-stone-50\/70 {
  color: rgb(250 250 249 / 0.7);
}
.text-stone-50\/75 {
  color: rgb(250 250 249 / 0.75);
}
.text-stone-50\/80 {
  color: rgb(250 250 249 / 0.8);
}
.text-stone-50\/85 {
  color: rgb(250 250 249 / 0.85);
}
.text-stone-50\/90 {
  color: rgb(250 250 249 / 0.9);
}
.text-stone-50\/95 {
  color: rgb(250 250 249 / 0.95);
}
.text-stone-500 {
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity, 1));
}
.text-stone-500\/0 {
  color: rgb(120 113 108 / 0);
}
.text-stone-500\/10 {
  color: rgb(120 113 108 / 0.1);
}
.text-stone-500\/100 {
  color: rgb(120 113 108 / 1);
}
.text-stone-500\/15 {
  color: rgb(120 113 108 / 0.15);
}
.text-stone-500\/20 {
  color: rgb(120 113 108 / 0.2);
}
.text-stone-500\/25 {
  color: rgb(120 113 108 / 0.25);
}
.text-stone-500\/30 {
  color: rgb(120 113 108 / 0.3);
}
.text-stone-500\/35 {
  color: rgb(120 113 108 / 0.35);
}
.text-stone-500\/40 {
  color: rgb(120 113 108 / 0.4);
}
.text-stone-500\/45 {
  color: rgb(120 113 108 / 0.45);
}
.text-stone-500\/5 {
  color: rgb(120 113 108 / 0.05);
}
.text-stone-500\/50 {
  color: rgb(120 113 108 / 0.5);
}
.text-stone-500\/55 {
  color: rgb(120 113 108 / 0.55);
}
.text-stone-500\/60 {
  color: rgb(120 113 108 / 0.6);
}
.text-stone-500\/65 {
  color: rgb(120 113 108 / 0.65);
}
.text-stone-500\/70 {
  color: rgb(120 113 108 / 0.7);
}
.text-stone-500\/75 {
  color: rgb(120 113 108 / 0.75);
}
.text-stone-500\/80 {
  color: rgb(120 113 108 / 0.8);
}
.text-stone-500\/85 {
  color: rgb(120 113 108 / 0.85);
}
.text-stone-500\/90 {
  color: rgb(120 113 108 / 0.9);
}
.text-stone-500\/95 {
  color: rgb(120 113 108 / 0.95);
}
.text-stone-600 {
  --tw-text-opacity: 1;
  color: rgb(87 83 78 / var(--tw-text-opacity, 1));
}
.text-stone-600\/0 {
  color: rgb(87 83 78 / 0);
}
.text-stone-600\/10 {
  color: rgb(87 83 78 / 0.1);
}
.text-stone-600\/100 {
  color: rgb(87 83 78 / 1);
}
.text-stone-600\/15 {
  color: rgb(87 83 78 / 0.15);
}
.text-stone-600\/20 {
  color: rgb(87 83 78 / 0.2);
}
.text-stone-600\/25 {
  color: rgb(87 83 78 / 0.25);
}
.text-stone-600\/30 {
  color: rgb(87 83 78 / 0.3);
}
.text-stone-600\/35 {
  color: rgb(87 83 78 / 0.35);
}
.text-stone-600\/40 {
  color: rgb(87 83 78 / 0.4);
}
.text-stone-600\/45 {
  color: rgb(87 83 78 / 0.45);
}
.text-stone-600\/5 {
  color: rgb(87 83 78 / 0.05);
}
.text-stone-600\/50 {
  color: rgb(87 83 78 / 0.5);
}
.text-stone-600\/55 {
  color: rgb(87 83 78 / 0.55);
}
.text-stone-600\/60 {
  color: rgb(87 83 78 / 0.6);
}
.text-stone-600\/65 {
  color: rgb(87 83 78 / 0.65);
}
.text-stone-600\/70 {
  color: rgb(87 83 78 / 0.7);
}
.text-stone-600\/75 {
  color: rgb(87 83 78 / 0.75);
}
.text-stone-600\/80 {
  color: rgb(87 83 78 / 0.8);
}
.text-stone-600\/85 {
  color: rgb(87 83 78 / 0.85);
}
.text-stone-600\/90 {
  color: rgb(87 83 78 / 0.9);
}
.text-stone-600\/95 {
  color: rgb(87 83 78 / 0.95);
}
.text-stone-700 {
  --tw-text-opacity: 1;
  color: rgb(68 64 60 / var(--tw-text-opacity, 1));
}
.text-stone-700\/0 {
  color: rgb(68 64 60 / 0);
}
.text-stone-700\/10 {
  color: rgb(68 64 60 / 0.1);
}
.text-stone-700\/100 {
  color: rgb(68 64 60 / 1);
}
.text-stone-700\/15 {
  color: rgb(68 64 60 / 0.15);
}
.text-stone-700\/20 {
  color: rgb(68 64 60 / 0.2);
}
.text-stone-700\/25 {
  color: rgb(68 64 60 / 0.25);
}
.text-stone-700\/30 {
  color: rgb(68 64 60 / 0.3);
}
.text-stone-700\/35 {
  color: rgb(68 64 60 / 0.35);
}
.text-stone-700\/40 {
  color: rgb(68 64 60 / 0.4);
}
.text-stone-700\/45 {
  color: rgb(68 64 60 / 0.45);
}
.text-stone-700\/5 {
  color: rgb(68 64 60 / 0.05);
}
.text-stone-700\/50 {
  color: rgb(68 64 60 / 0.5);
}
.text-stone-700\/55 {
  color: rgb(68 64 60 / 0.55);
}
.text-stone-700\/60 {
  color: rgb(68 64 60 / 0.6);
}
.text-stone-700\/65 {
  color: rgb(68 64 60 / 0.65);
}
.text-stone-700\/70 {
  color: rgb(68 64 60 / 0.7);
}
.text-stone-700\/75 {
  color: rgb(68 64 60 / 0.75);
}
.text-stone-700\/80 {
  color: rgb(68 64 60 / 0.8);
}
.text-stone-700\/85 {
  color: rgb(68 64 60 / 0.85);
}
.text-stone-700\/90 {
  color: rgb(68 64 60 / 0.9);
}
.text-stone-700\/95 {
  color: rgb(68 64 60 / 0.95);
}
.text-stone-800 {
  --tw-text-opacity: 1;
  color: rgb(41 37 36 / var(--tw-text-opacity, 1));
}
.text-stone-800\/0 {
  color: rgb(41 37 36 / 0);
}
.text-stone-800\/10 {
  color: rgb(41 37 36 / 0.1);
}
.text-stone-800\/100 {
  color: rgb(41 37 36 / 1);
}
.text-stone-800\/15 {
  color: rgb(41 37 36 / 0.15);
}
.text-stone-800\/20 {
  color: rgb(41 37 36 / 0.2);
}
.text-stone-800\/25 {
  color: rgb(41 37 36 / 0.25);
}
.text-stone-800\/30 {
  color: rgb(41 37 36 / 0.3);
}
.text-stone-800\/35 {
  color: rgb(41 37 36 / 0.35);
}
.text-stone-800\/40 {
  color: rgb(41 37 36 / 0.4);
}
.text-stone-800\/45 {
  color: rgb(41 37 36 / 0.45);
}
.text-stone-800\/5 {
  color: rgb(41 37 36 / 0.05);
}
.text-stone-800\/50 {
  color: rgb(41 37 36 / 0.5);
}
.text-stone-800\/55 {
  color: rgb(41 37 36 / 0.55);
}
.text-stone-800\/60 {
  color: rgb(41 37 36 / 0.6);
}
.text-stone-800\/65 {
  color: rgb(41 37 36 / 0.65);
}
.text-stone-800\/70 {
  color: rgb(41 37 36 / 0.7);
}
.text-stone-800\/75 {
  color: rgb(41 37 36 / 0.75);
}
.text-stone-800\/80 {
  color: rgb(41 37 36 / 0.8);
}
.text-stone-800\/85 {
  color: rgb(41 37 36 / 0.85);
}
.text-stone-800\/90 {
  color: rgb(41 37 36 / 0.9);
}
.text-stone-800\/95 {
  color: rgb(41 37 36 / 0.95);
}
.text-stone-900 {
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity, 1));
}
.text-stone-900\/0 {
  color: rgb(28 25 23 / 0);
}
.text-stone-900\/10 {
  color: rgb(28 25 23 / 0.1);
}
.text-stone-900\/100 {
  color: rgb(28 25 23 / 1);
}
.text-stone-900\/15 {
  color: rgb(28 25 23 / 0.15);
}
.text-stone-900\/20 {
  color: rgb(28 25 23 / 0.2);
}
.text-stone-900\/25 {
  color: rgb(28 25 23 / 0.25);
}
.text-stone-900\/30 {
  color: rgb(28 25 23 / 0.3);
}
.text-stone-900\/35 {
  color: rgb(28 25 23 / 0.35);
}
.text-stone-900\/40 {
  color: rgb(28 25 23 / 0.4);
}
.text-stone-900\/45 {
  color: rgb(28 25 23 / 0.45);
}
.text-stone-900\/5 {
  color: rgb(28 25 23 / 0.05);
}
.text-stone-900\/50 {
  color: rgb(28 25 23 / 0.5);
}
.text-stone-900\/55 {
  color: rgb(28 25 23 / 0.55);
}
.text-stone-900\/60 {
  color: rgb(28 25 23 / 0.6);
}
.text-stone-900\/65 {
  color: rgb(28 25 23 / 0.65);
}
.text-stone-900\/70 {
  color: rgb(28 25 23 / 0.7);
}
.text-stone-900\/75 {
  color: rgb(28 25 23 / 0.75);
}
.text-stone-900\/80 {
  color: rgb(28 25 23 / 0.8);
}
.text-stone-900\/85 {
  color: rgb(28 25 23 / 0.85);
}
.text-stone-900\/90 {
  color: rgb(28 25 23 / 0.9);
}
.text-stone-900\/95 {
  color: rgb(28 25 23 / 0.95);
}
.text-stone-950 {
  --tw-text-opacity: 1;
  color: rgb(12 10 9 / var(--tw-text-opacity, 1));
}
.text-stone-950\/0 {
  color: rgb(12 10 9 / 0);
}
.text-stone-950\/10 {
  color: rgb(12 10 9 / 0.1);
}
.text-stone-950\/100 {
  color: rgb(12 10 9 / 1);
}
.text-stone-950\/15 {
  color: rgb(12 10 9 / 0.15);
}
.text-stone-950\/20 {
  color: rgb(12 10 9 / 0.2);
}
.text-stone-950\/25 {
  color: rgb(12 10 9 / 0.25);
}
.text-stone-950\/30 {
  color: rgb(12 10 9 / 0.3);
}
.text-stone-950\/35 {
  color: rgb(12 10 9 / 0.35);
}
.text-stone-950\/40 {
  color: rgb(12 10 9 / 0.4);
}
.text-stone-950\/45 {
  color: rgb(12 10 9 / 0.45);
}
.text-stone-950\/5 {
  color: rgb(12 10 9 / 0.05);
}
.text-stone-950\/50 {
  color: rgb(12 10 9 / 0.5);
}
.text-stone-950\/55 {
  color: rgb(12 10 9 / 0.55);
}
.text-stone-950\/60 {
  color: rgb(12 10 9 / 0.6);
}
.text-stone-950\/65 {
  color: rgb(12 10 9 / 0.65);
}
.text-stone-950\/70 {
  color: rgb(12 10 9 / 0.7);
}
.text-stone-950\/75 {
  color: rgb(12 10 9 / 0.75);
}
.text-stone-950\/80 {
  color: rgb(12 10 9 / 0.8);
}
.text-stone-950\/85 {
  color: rgb(12 10 9 / 0.85);
}
.text-stone-950\/90 {
  color: rgb(12 10 9 / 0.9);
}
.text-stone-950\/95 {
  color: rgb(12 10 9 / 0.95);
}
.text-tab-line-active {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-tab-line-active) / var(--tw-text-opacity, 1));
}
.text-tag-fg {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-tag-fg) / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-yellow {
  --tw-text-opacity: 1;
  color: rgb(233 181 61 / var(--tw-text-opacity, 1));
}
.\!text-opacity-0 {
  --tw-text-opacity: 0 !important;
}
.\!text-opacity-10 {
  --tw-text-opacity: 0.1 !important;
}
.\!text-opacity-100 {
  --tw-text-opacity: 1 !important;
}
.\!text-opacity-20 {
  --tw-text-opacity: 0.2 !important;
}
.\!text-opacity-30 {
  --tw-text-opacity: 0.3 !important;
}
.\!text-opacity-40 {
  --tw-text-opacity: 0.4 !important;
}
.\!text-opacity-50 {
  --tw-text-opacity: 0.5 !important;
}
.\!text-opacity-60 {
  --tw-text-opacity: 0.6 !important;
}
.\!text-opacity-70 {
  --tw-text-opacity: 0.7 !important;
}
.\!text-opacity-80 {
  --tw-text-opacity: 0.8 !important;
}
.\!text-opacity-90 {
  --tw-text-opacity: 0.9 !important;
}
.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-30 {
  --tw-text-opacity: 0.3;
}
.text-opacity-40 {
  --tw-text-opacity: 0.4;
}
.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-80 {
  --tw-text-opacity: 0.8;
}
.text-opacity-90 {
  --tw-text-opacity: 0.9;
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.\!decoration-highlight {
  text-decoration-color: rgb(var(--colors-highlight) / 1) !important;
}
.decoration-link-underline {
  text-decoration-color: rgb(var(--colors-link-underline) / 1);
}
.decoration-dashed {
  text-decoration-style: dashed;
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.placeholder-form-input-bg::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(var(--colors-form-input-bg) / var(--tw-placeholder-opacity, 1));
}
.placeholder-form-input-bg::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(var(--colors-form-input-bg) / var(--tw-placeholder-opacity, 1));
}
.\!placeholder-opacity-0::-moz-placeholder {
  --tw-placeholder-opacity: 0 !important;
}
.\!placeholder-opacity-0::placeholder {
  --tw-placeholder-opacity: 0 !important;
}
.\!placeholder-opacity-10::-moz-placeholder {
  --tw-placeholder-opacity: 0.1 !important;
}
.\!placeholder-opacity-10::placeholder {
  --tw-placeholder-opacity: 0.1 !important;
}
.\!placeholder-opacity-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
}
.\!placeholder-opacity-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
}
.\!placeholder-opacity-20::-moz-placeholder {
  --tw-placeholder-opacity: 0.2 !important;
}
.\!placeholder-opacity-20::placeholder {
  --tw-placeholder-opacity: 0.2 !important;
}
.\!placeholder-opacity-30::-moz-placeholder {
  --tw-placeholder-opacity: 0.3 !important;
}
.\!placeholder-opacity-30::placeholder {
  --tw-placeholder-opacity: 0.3 !important;
}
.\!placeholder-opacity-40::-moz-placeholder {
  --tw-placeholder-opacity: 0.4 !important;
}
.\!placeholder-opacity-40::placeholder {
  --tw-placeholder-opacity: 0.4 !important;
}
.\!placeholder-opacity-50::-moz-placeholder {
  --tw-placeholder-opacity: 0.5 !important;
}
.\!placeholder-opacity-50::placeholder {
  --tw-placeholder-opacity: 0.5 !important;
}
.\!placeholder-opacity-60::-moz-placeholder {
  --tw-placeholder-opacity: 0.6 !important;
}
.\!placeholder-opacity-60::placeholder {
  --tw-placeholder-opacity: 0.6 !important;
}
.\!placeholder-opacity-70::-moz-placeholder {
  --tw-placeholder-opacity: 0.7 !important;
}
.\!placeholder-opacity-70::placeholder {
  --tw-placeholder-opacity: 0.7 !important;
}
.\!placeholder-opacity-80::-moz-placeholder {
  --tw-placeholder-opacity: 0.8 !important;
}
.\!placeholder-opacity-80::placeholder {
  --tw-placeholder-opacity: 0.8 !important;
}
.\!placeholder-opacity-90::-moz-placeholder {
  --tw-placeholder-opacity: 0.9 !important;
}
.\!placeholder-opacity-90::placeholder {
  --tw-placeholder-opacity: 0.9 !important;
}
.placeholder-opacity-0::-moz-placeholder {
  --tw-placeholder-opacity: 0;
}
.placeholder-opacity-0::placeholder {
  --tw-placeholder-opacity: 0;
}
.placeholder-opacity-10::-moz-placeholder {
  --tw-placeholder-opacity: 0.1;
}
.placeholder-opacity-10::placeholder {
  --tw-placeholder-opacity: 0.1;
}
.placeholder-opacity-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
}
.placeholder-opacity-100::placeholder {
  --tw-placeholder-opacity: 1;
}
.placeholder-opacity-20::-moz-placeholder {
  --tw-placeholder-opacity: 0.2;
}
.placeholder-opacity-20::placeholder {
  --tw-placeholder-opacity: 0.2;
}
.placeholder-opacity-30::-moz-placeholder {
  --tw-placeholder-opacity: 0.3;
}
.placeholder-opacity-30::placeholder {
  --tw-placeholder-opacity: 0.3;
}
.placeholder-opacity-40::-moz-placeholder {
  --tw-placeholder-opacity: 0.4;
}
.placeholder-opacity-40::placeholder {
  --tw-placeholder-opacity: 0.4;
}
.placeholder-opacity-50::-moz-placeholder {
  --tw-placeholder-opacity: 0.5;
}
.placeholder-opacity-50::placeholder {
  --tw-placeholder-opacity: 0.5;
}
.placeholder-opacity-60::-moz-placeholder {
  --tw-placeholder-opacity: 0.6;
}
.placeholder-opacity-60::placeholder {
  --tw-placeholder-opacity: 0.6;
}
.placeholder-opacity-70::-moz-placeholder {
  --tw-placeholder-opacity: 0.7;
}
.placeholder-opacity-70::placeholder {
  --tw-placeholder-opacity: 0.7;
}
.placeholder-opacity-80::-moz-placeholder {
  --tw-placeholder-opacity: 0.8;
}
.placeholder-opacity-80::placeholder {
  --tw-placeholder-opacity: 0.8;
}
.placeholder-opacity-90::-moz-placeholder {
  --tw-placeholder-opacity: 0.9;
}
.placeholder-opacity-90::placeholder {
  --tw-placeholder-opacity: 0.9;
}
.\!opacity-0 {
  opacity: 0 !important;
}
.\!opacity-10 {
  opacity: 0.1 !important;
}
.\!opacity-100 {
  opacity: 1 !important;
}
.\!opacity-20 {
  opacity: 0.2 !important;
}
.\!opacity-30 {
  opacity: 0.3 !important;
}
.\!opacity-40 {
  opacity: 0.4 !important;
}
.\!opacity-50 {
  opacity: 0.5 !important;
}
.\!opacity-60 {
  opacity: 0.6 !important;
}
.\!opacity-70 {
  opacity: 0.7 !important;
}
.\!opacity-80 {
  opacity: 0.8 !important;
}
.\!opacity-90 {
  opacity: 0.9 !important;
}
.opacity-0 {
  opacity: 0;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-100 {
  opacity: 1;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-90 {
  opacity: 0.9;
}
.\!shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.\!outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.outline {
  outline-style: solid;
}
.\!outline-0 {
  outline-width: 0 !important;
}
.outline-0 {
  outline-width: 0;
}
.outline-0\.5 {
  outline-width: 0.1250rem;
}
.-outline-offset-2 {
  outline-offset: calc(clamp(0.375rem, 0.5555555555555556vw, 0.6666666666666667rem) * -1);
}
.outline-offset-1 {
  outline-offset: clamp(0.1875rem, 0.2777777777777778vw, 0.33333333333333337rem);
}
.outline-transparent {
  outline-color: transparent;
}
.\!ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
.\!ring-opacity-0 {
  --tw-ring-opacity: 0 !important;
}
.\!ring-opacity-10 {
  --tw-ring-opacity: 0.1 !important;
}
.\!ring-opacity-100 {
  --tw-ring-opacity: 1 !important;
}
.\!ring-opacity-20 {
  --tw-ring-opacity: 0.2 !important;
}
.\!ring-opacity-30 {
  --tw-ring-opacity: 0.3 !important;
}
.\!ring-opacity-40 {
  --tw-ring-opacity: 0.4 !important;
}
.\!ring-opacity-50 {
  --tw-ring-opacity: 0.5 !important;
}
.\!ring-opacity-60 {
  --tw-ring-opacity: 0.6 !important;
}
.\!ring-opacity-70 {
  --tw-ring-opacity: 0.7 !important;
}
.\!ring-opacity-80 {
  --tw-ring-opacity: 0.8 !important;
}
.\!ring-opacity-90 {
  --tw-ring-opacity: 0.9 !important;
}
.ring-opacity-0 {
  --tw-ring-opacity: 0;
}
.ring-opacity-10 {
  --tw-ring-opacity: 0.1;
}
.ring-opacity-100 {
  --tw-ring-opacity: 1;
}
.ring-opacity-20 {
  --tw-ring-opacity: 0.2;
}
.ring-opacity-30 {
  --tw-ring-opacity: 0.3;
}
.ring-opacity-40 {
  --tw-ring-opacity: 0.4;
}
.ring-opacity-50 {
  --tw-ring-opacity: 0.5;
}
.ring-opacity-60 {
  --tw-ring-opacity: 0.6;
}
.ring-opacity-70 {
  --tw-ring-opacity: 0.7;
}
.ring-opacity-80 {
  --tw-ring-opacity: 0.8;
}
.ring-opacity-90 {
  --tw-ring-opacity: 0.9;
}
.\!-hue-rotate-180 {
  --tw-hue-rotate: hue-rotate(-180deg) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.\!-hue-rotate-90 {
  --tw-hue-rotate: hue-rotate(-90deg) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.\!hue-rotate-180 {
  --tw-hue-rotate: hue-rotate(180deg) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.\!hue-rotate-90 {
  --tw-hue-rotate: hue-rotate(90deg) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.-hue-rotate-180 {
  --tw-hue-rotate: hue-rotate(-180deg);
  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);
}
.-hue-rotate-90 {
  --tw-hue-rotate: hue-rotate(-90deg);
  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);
}
.hue-rotate-180 {
  --tw-hue-rotate: hue-rotate(180deg);
  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);
}
.hue-rotate-90 {
  --tw-hue-rotate: hue-rotate(90deg);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.\!-backdrop-hue-rotate-180 {
  --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  -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) !important;
  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) !important;
}
.\!-backdrop-hue-rotate-90 {
  --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  -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) !important;
  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) !important;
}
.\!backdrop-hue-rotate-180 {
  --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  -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) !important;
  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) !important;
}
.\!backdrop-hue-rotate-90 {
  --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  -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) !important;
  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) !important;
}
.-backdrop-hue-rotate-180 {
  --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  -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);
}
.-backdrop-hue-rotate-90 {
  --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  -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);
}
.backdrop-hue-rotate-180 {
  --tw-backdrop-hue-rotate: hue-rotate(180deg);
  -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);
}
.backdrop-hue-rotate-90 {
  --tw-backdrop-hue-rotate: hue-rotate(90deg);
  -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);
}
.\!backdrop-opacity-0 {
  --tw-backdrop-opacity: opacity(0) !important;
  -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) !important;
  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) !important;
}
.\!backdrop-opacity-10 {
  --tw-backdrop-opacity: opacity(0.1) !important;
  -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) !important;
  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) !important;
}
.\!backdrop-opacity-100 {
  --tw-backdrop-opacity: opacity(1) !important;
  -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) !important;
  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) !important;
}
.\!backdrop-opacity-20 {
  --tw-backdrop-opacity: opacity(0.2) !important;
  -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) !important;
  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) !important;
}
.\!backdrop-opacity-30 {
  --tw-backdrop-opacity: opacity(0.3) !important;
  -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) !important;
  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) !important;
}
.\!backdrop-opacity-40 {
  --tw-backdrop-opacity: opacity(0.4) !important;
  -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) !important;
  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) !important;
}
.\!backdrop-opacity-50 {
  --tw-backdrop-opacity: opacity(0.5) !important;
  -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) !important;
  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) !important;
}
.\!backdrop-opacity-60 {
  --tw-backdrop-opacity: opacity(0.6) !important;
  -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) !important;
  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) !important;
}
.\!backdrop-opacity-70 {
  --tw-backdrop-opacity: opacity(0.7) !important;
  -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) !important;
  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) !important;
}
.\!backdrop-opacity-80 {
  --tw-backdrop-opacity: opacity(0.8) !important;
  -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) !important;
  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) !important;
}
.\!backdrop-opacity-90 {
  --tw-backdrop-opacity: opacity(0.9) !important;
  -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) !important;
  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) !important;
}
.backdrop-opacity-0 {
  --tw-backdrop-opacity: opacity(0);
  -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);
}
.backdrop-opacity-10 {
  --tw-backdrop-opacity: opacity(0.1);
  -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);
}
.backdrop-opacity-100 {
  --tw-backdrop-opacity: opacity(1);
  -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);
}
.backdrop-opacity-20 {
  --tw-backdrop-opacity: opacity(0.2);
  -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);
}
.backdrop-opacity-30 {
  --tw-backdrop-opacity: opacity(0.3);
  -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);
}
.backdrop-opacity-40 {
  --tw-backdrop-opacity: opacity(0.4);
  -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);
}
.backdrop-opacity-50 {
  --tw-backdrop-opacity: opacity(0.5);
  -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);
}
.backdrop-opacity-60 {
  --tw-backdrop-opacity: opacity(0.6);
  -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);
}
.backdrop-opacity-70 {
  --tw-backdrop-opacity: opacity(0.7);
  -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);
}
.backdrop-opacity-80 {
  --tw-backdrop-opacity: opacity(0.8);
  -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);
}
.backdrop-opacity-90 {
  --tw-backdrop-opacity: opacity(0.9);
  -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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-1000 {
  transition-duration: 1000ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.contain-inline-size {
  --tw-contain-size: inline-size;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}
.\[counter-reset\:li\] {
  counter-reset: li;
}
.\[text-underline-position\:under\] {
  text-underline-position: under;
}
.\[transition\:top_0ms_0ms\2c opacity_300ms\] {
  transition: top 0ms 0ms,opacity 300ms;
}
.\[transition\:top_0ms_300ms\2c opacity_300ms\] {
  transition: top 0ms 300ms,opacity 300ms;
}
@media (min-width: 75em) {

  .lg\:white {
    --colors-base: 255 255 255;
    --colors-fg: 0 0 0;
    --colors-quote: 0 0 0;
    --colors-head: 0 0 0;
    --colors-label: 77 77 77;
    --colors-highlight: 0 112 167;
    --colors-caption: 77 77 77;
    --colors-separator: 191 219 233;
    --colors-focus: 0 0 0;
    --colors-link: 0 0 0;
    --colors-link-hover: 0 112 167;
    --colors-link-icon: 0 0 0;
    --colors-link-icon-hover: 0 112 167;
    --colors-link-underline: 0 0 0;
    --colors-link-underline-hover: 0 112 167;
    --colors-button-bg: 233 181 61;
    --colors-button-bg-hover: 0 112 167;
    --colors-button-border: 233 181 61;
    --colors-button-border-hover: 0 112 167;
    --colors-button-fg: 0 0 0;
    --colors-button-fg-hover: 255 255 255;
    --colors-button-icon: 0 0 0;
    --colors-button-icon-hover: 255 255 255;
    --colors-button-open-bg: 0 0 0;
    --colors-button-open-bg-hover: 0 0 0;
    --colors-button-open-border: 0 0 0;
    --colors-button-open-border-hover: 0 0 0;
    --colors-button-open-fg: 0 0 0;
    --colors-button-open-fg-hover: 255 255 255;
    --colors-button-open-icon: 0 0 0;
    --colors-button-open-icon-hover: 255 255 255;
    --colors-button-tertiary-bg: 0 112 167;
    --colors-button-tertiary-bg-hover: 255 255 255;
    --colors-button-tertiary-border: 0 112 167;
    --colors-button-tertiary-border-hover: 255 255 255;
    --colors-button-tertiary-fg: 255 255 255;
    --colors-button-tertiary-fg-hover: 0 112 167;
    --colors-button-tertiary-icon: 255 255 255;
    --colors-button-tertiary-icon-hover: 0 112 167;
    --colors-form-input-bg: 255 255 255;
    --colors-form-input-border: 179 179 179;
    --colors-form-input-border-focus: 0 0 0;
    --colors-form-input-border-error: 204 51 51;
    --colors-form-input-fg: 0 0 0;
    --colors-form-input-placeholder: 0 0 0;
    --colors-form-input-placeholder-focus: 128 128 128;
    --colors-form-input-highlight: 0 0 0;
    --colors-form-input-highlight-focus: 128 128 128;
    --colors-form-select-bg: 255 255 255;
    --colors-form-select-border: 179 179 179;
    --colors-form-select-border-focus: 0 0 0;
    --colors-form-select-border-error: 204 51 51;
    --colors-form-select-fg: 0 0 0;
    --colors-form-select-placeholder: 0 0 0;
    --colors-form-select-placeholder-focus: 128 128 128;
    --colors-form-select-highlight: 0 0 0;
    --colors-form-select-highlight-focus: 128 128 128;
    --colors-form-option-fg: 0 0 0;
    --colors-form-option-fg-hover: 0 112 167;
    --colors-form-checkbox-bg: 255 255 255;
    --colors-form-checkbox-bg-checked: 0 112 167;
    --colors-form-checkbox-border: 179 179 179;
    --colors-form-checkbox-border-checked: 0 112 167;
    --colors-form-checkbox-fg: 0 112 167;
    --colors-form-radio-bg: 255 255 255;
    --colors-form-radio-bg-checked: 0 112 167;
    --colors-form-radio-border: 179 179 179;
    --colors-form-radio-border-checked: 0 112 167;
    --colors-form-radio-fg: 0 112 167;
    --colors-form-file-button-bg: 244 241 233;
    --colors-form-file-button-bg-hover: 0 0 0;
    --colors-form-file-button-border: 244 241 233;
    --colors-form-file-button-border-hover: 0 0 0;
    --colors-form-file-button-fg: 0 0 0;
    --colors-form-file-button-fg-hover: 255 255 255;
    --colors-form-file-button-icon: 0 0 0;
    --colors-form-file-button-icon-hover: 255 255 255;
    --colors-form-error: 204 51 51;
    --colors-slider-button-bg: 255 255 255;
    --colors-slider-button-bg-hover: 0 0 0;
    --colors-slider-button-border: 255 255 255;
    --colors-slider-button-border-hover: 0 0 0;
    --colors-slider-button-fg: 0 0 0;
    --colors-slider-button-fg-hover: 255 255 255;
    --colors-slider-button-icon: 0 0 0;
    --colors-slider-button-icon-hover: 255 255 255;
    --colors-tab-line: 255 255 255;
    --colors-tab-line-active: 0 0 0;
    --colors-tag-bg: 255 255 255;
    --colors-tag-bg-hover: 0 0 0;
    --colors-tag-border: 0 0 0;
    --colors-tag-border-hover: 0 0 0;
    --colors-tag-fg: 0 0 0;
    --colors-tag-fg-hover: 255 255 255;
    --colors-tag-icon: 0 0 0;
    --colors-tag-icon-hover: 255 255 255;
    --colors-elements-accordion: 255 255 255;
    --colors-elements-tooltip: lightGray;
  }
}
@media (min-width: 20em) {

  .xs\:wp-block-post-content {
    margin: 0 !important;
  }

  .xs\:wp-block-template-part {
    margin: 0 !important;
  }
}
@media (min-width: 37.5em) {

  .sm\:wp-block-post-content {
    margin: 0 !important;
  }

  .sm\:wp-block-template-part {
    margin: 0 !important;
  }
}
@media (min-width: 56.25em) {

  .md\:wp-block-post-content {
    margin: 0 !important;
  }

  .md\:wp-block-template-part {
    margin: 0 !important;
  }
}
@media (min-width: 75em) {

  .lg\:wp-block-post-content {
    margin: 0 !important;
  }

  .lg\:wp-block-template-part {
    margin: 0 !important;
  }
}
.\*\:\!mb-0 > * {
  margin-bottom: 0 !important;
}
.placeholder\:text-form-input-fg::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-form-input-fg) / var(--tw-text-opacity, 1));
}
.placeholder\:text-form-input-fg::placeholder {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-form-input-fg) / var(--tw-text-opacity, 1));
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:-inset-y-\[1px\]::before {
  content: var(--tw-content);
  top: -1px;
  bottom: -1px;
}
.before\:-left-4::before {
  content: var(--tw-content);
  left: calc(clamp(0.75rem, 1.1111111111111112vw, 1.3333333333333335rem) * -1);
}
.before\:-right-4::before {
  content: var(--tw-content);
  right: calc(clamp(0.75rem, 1.1111111111111112vw, 1.3333333333333335rem) * -1);
}
.before\:bottom-0::before {
  content: var(--tw-content);
  bottom: 0;
}
.before\:left-0::before {
  content: var(--tw-content);
  left: 0;
}
.before\:left-1\/2::before {
  content: var(--tw-content);
  left: 50%;
}
.before\:top-0::before {
  content: var(--tw-content);
  top: 0;
}
.before\:top-1\/2::before {
  content: var(--tw-content);
  top: 50%;
}
.before\:-z-10::before {
  content: var(--tw-content);
  z-index: -10;
}
.before\:z-0::before {
  content: var(--tw-content);
  z-index: 0;
}
.before\:-ml-4::before {
  content: var(--tw-content);
  margin-left: calc(clamp(0.75rem, 1.1111111111111112vw, 1.3333333333333335rem) * -1);
}
.before\:block::before {
  content: var(--tw-content);
  display: block;
}
.before\:flex::before {
  content: var(--tw-content);
  display: flex;
}
.before\:h-\[0\.3em\]::before {
  content: var(--tw-content);
  height: 0.3em;
}
.before\:w-0\.5::before {
  content: var(--tw-content);
  width: 0.1250rem;
}
.before\:w-\[0\.3em\]::before {
  content: var(--tw-content);
  width: 0.3em;
}
.before\:w-\[1em\]::before {
  content: var(--tw-content);
  width: 1em;
}
.before\:w-screen::before {
  content: var(--tw-content);
  width: 100vw;
}
.before\:-translate-x-1\/2::before {
  content: var(--tw-content);
  --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));
}
.before\:-translate-y-1\/2::before {
  content: var(--tw-content);
  --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));
}
.before\:items-center::before {
  content: var(--tw-content);
  align-items: center;
}
.before\:justify-start::before {
  content: var(--tw-content);
  justify-content: flex-start;
}
.before\:rounded-full::before {
  content: var(--tw-content);
  border-radius: 9999px;
}
.before\:rounded-theme::before {
  content: var(--tw-content);
  border-radius: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem);
}
.before\:bg-base::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(var(--colors-base) / var(--tw-bg-opacity, 1));
}
.before\:bg-highlight::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(var(--colors-highlight) / var(--tw-bg-opacity, 1));
}
.before\:bg-tab-line::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(var(--colors-tab-line) / var(--tw-bg-opacity, 1));
}
.before\:bg-tab-line-active::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(var(--colors-tab-line-active) / var(--tw-bg-opacity, 1));
}
.before\:opacity-0::before {
  content: var(--tw-content);
  opacity: 0;
}
.before\:shadow-sm::before {
  content: var(--tw-content);
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.before\:transition-all::before {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.before\:duration-500::before {
  content: var(--tw-content);
  transition-duration: 500ms;
}
.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}
.before\:content-\[\'0\'\]::before {
  --tw-content: '0';
  content: var(--tw-content);
}
.before\:content-\[\'\201C\'\]::before {
  --tw-content: '“';
  content: var(--tw-content);
}
.before\:content-\[counter\(li\)_\'\.\'\]::before {
  --tw-content: counter(li) '.';
  content: var(--tw-content);
}
.before\:\[counter-increment\:li\]::before {
  content: var(--tw-content);
  counter-increment: li;
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:inset-0::after {
  content: var(--tw-content);
  inset: 0;
}
.after\:ml-0\.5::after {
  content: var(--tw-content);
  margin-left: 0.1250rem;
}
.after\:ml-1::after {
  content: var(--tw-content);
  margin-left: clamp(0.1875rem, 0.2777777777777778vw, 0.33333333333333337rem);
}
.after\:text-form-input-highlight::after {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(var(--colors-form-input-highlight) / var(--tw-text-opacity, 1));
}
.after\:text-form-input-highlight-focus::after {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(var(--colors-form-input-highlight-focus) / var(--tw-text-opacity, 1));
}
.after\:text-form-select-highlight::after {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(var(--colors-form-select-highlight) / var(--tw-text-opacity, 1));
}
.after\:text-form-select-highlight-focus::after {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(var(--colors-form-select-highlight-focus) / var(--tw-text-opacity, 1));
}
.after\:content-\[\'\*\'\]::after {
  --tw-content: '*';
  content: var(--tw-content);
}
.after\:content-\[\'\201D\'\]::after {
  --tw-content: '”';
  content: var(--tw-content);
}
.last\:\!mb-0:last-child {
  margin-bottom: 0 !important;
}
.placeholder-shown\:\!py-6:-moz-placeholder {
  padding-top: clamp(1.125rem, 1.6666666666666667vw, 2rem) !important;
  padding-bottom: clamp(1.125rem, 1.6666666666666667vw, 2rem) !important;
}
.placeholder-shown\:\!py-6:placeholder-shown {
  padding-top: clamp(1.125rem, 1.6666666666666667vw, 2rem) !important;
  padding-bottom: clamp(1.125rem, 1.6666666666666667vw, 2rem) !important;
}
.placeholder-shown\:py-6:-moz-placeholder {
  padding-top: clamp(1.125rem, 1.6666666666666667vw, 2rem);
  padding-bottom: clamp(1.125rem, 1.6666666666666667vw, 2rem);
}
.placeholder-shown\:py-6:placeholder-shown {
  padding-top: clamp(1.125rem, 1.6666666666666667vw, 2rem);
  padding-bottom: clamp(1.125rem, 1.6666666666666667vw, 2rem);
}
.invalid\:border-form-select-border-error:invalid {
  --tw-border-opacity: 1;
  border-color: rgb(var(--colors-form-select-border-error) / var(--tw-border-opacity, 1));
}
.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:border-button-border-hover:hover {
  --tw-border-opacity: 1;
  border-color: rgb(var(--colors-button-border-hover) / var(--tw-border-opacity, 1));
}
.hover\:border-button-open-border-hover:hover {
  --tw-border-opacity: 1;
  border-color: rgb(var(--colors-button-open-border-hover) / var(--tw-border-opacity, 1));
}
.hover\:border-button-tertiary-border-hover:hover {
  --tw-border-opacity: 1;
  border-color: rgb(var(--colors-button-tertiary-border-hover) / var(--tw-border-opacity, 1));
}
.hover\:border-link-underline-hover:hover {
  --tw-border-opacity: 1;
  border-color: rgb(var(--colors-link-underline-hover) / var(--tw-border-opacity, 1));
}
.hover\:border-slider-button-border-hover:hover {
  --tw-border-opacity: 1;
  border-color: rgb(var(--colors-slider-button-border-hover) / var(--tw-border-opacity, 1));
}
.hover\:border-tag-border-hover:hover {
  --tw-border-opacity: 1;
  border-color: rgb(var(--colors-tag-border-hover) / var(--tw-border-opacity, 1));
}
.hover\:\!bg-button-bg-hover:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--colors-button-bg-hover) / var(--tw-bg-opacity, 1)) !important;
}
.hover\:\!bg-button-open-bg-hover:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--colors-button-open-bg-hover) / var(--tw-bg-opacity, 1)) !important;
}
.hover\:\!bg-button-tertiary-bg-hover:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--colors-button-tertiary-bg-hover) / var(--tw-bg-opacity, 1)) !important;
}
.hover\:bg-fg:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--colors-fg) / var(--tw-bg-opacity, 1));
}
.hover\:bg-form-file-button-bg-hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--colors-form-file-button-bg-hover) / var(--tw-bg-opacity, 1));
}
.hover\:bg-slider-button-bg-hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--colors-slider-button-bg-hover) / var(--tw-bg-opacity, 1));
}
.hover\:bg-tag-bg-hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--colors-tag-bg-hover) / var(--tw-bg-opacity, 1));
}
.hover\:text-base:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-base) / var(--tw-text-opacity, 1));
}
.hover\:text-button-fg-hover:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-button-fg-hover) / var(--tw-text-opacity, 1));
}
.hover\:text-button-open-fg-hover:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-button-open-fg-hover) / var(--tw-text-opacity, 1));
}
.hover\:text-button-tertiary-fg-hover:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-button-tertiary-fg-hover) / var(--tw-text-opacity, 1));
}
.hover\:text-form-file-button-fg-hover:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-form-file-button-fg-hover) / var(--tw-text-opacity, 1));
}
.hover\:text-form-option-fg-hover:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-form-option-fg-hover) / var(--tw-text-opacity, 1));
}
.hover\:text-link:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-link) / var(--tw-text-opacity, 1));
}
.hover\:text-link-hover:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-link-hover) / var(--tw-text-opacity, 1));
}
.hover\:text-slider-button-icon-hover:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-slider-button-icon-hover) / var(--tw-text-opacity, 1));
}
.hover\:text-tag-fg-hover:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-tag-fg-hover) / var(--tw-text-opacity, 1));
}
.hover\:decoration-link-underline-hover:hover {
  text-decoration-color: rgb(var(--colors-link-underline-hover) / 1);
}
.focus\:border-form-input-border-focus:focus {
  --tw-border-opacity: 1;
  border-color: rgb(var(--colors-form-input-border-focus) / var(--tw-border-opacity, 1));
}
.focus\:border-form-select-border-focus:focus {
  --tw-border-opacity: 1;
  border-color: rgb(var(--colors-form-select-border-focus) / var(--tw-border-opacity, 1));
}
.focus\:pb-3:focus {
  padding-bottom: clamp(0.5625rem, 0.8333333333333334vw, 1rem);
}
.focus\:pt-9:focus {
  padding-top: clamp(1.6875rem, 2.5vw, 3rem);
}
.focus\:outline-focus\/0:focus {
  outline-color: rgb(var(--colors-focus) / 0);
}
.focus-visible\:outline-focus:focus-visible {
  outline-color: rgb(var(--colors-focus) / 1);
}
.active\:bg-fg:active {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--colors-fg) / var(--tw-bg-opacity, 1));
}
.active\:text-base:active {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-base) / var(--tw-text-opacity, 1));
}
.group\/post:hover .group-hover\/post\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group\/post:hover .group-hover\/post\:border-button-border-hover {
  --tw-border-opacity: 1;
  border-color: rgb(var(--colors-button-border-hover) / var(--tw-border-opacity, 1));
}
.group\/post:hover .group-hover\/post\:border-button-open-border-hover {
  --tw-border-opacity: 1;
  border-color: rgb(var(--colors-button-open-border-hover) / var(--tw-border-opacity, 1));
}
.group\/post:hover .group-hover\/post\:border-button-tertiary-border-hover {
  --tw-border-opacity: 1;
  border-color: rgb(var(--colors-button-tertiary-border-hover) / var(--tw-border-opacity, 1));
}
.group\/post:hover .group-hover\/post\:border-fg {
  --tw-border-opacity: 1;
  border-color: rgb(var(--colors-fg) / var(--tw-border-opacity, 1));
}
.group\/post:hover .group-hover\/post\:border-link-underline-hover {
  --tw-border-opacity: 1;
  border-color: rgb(var(--colors-link-underline-hover) / var(--tw-border-opacity, 1));
}
.group\/post:hover .group-hover\/post\:border-tag-border-hover {
  --tw-border-opacity: 1;
  border-color: rgb(var(--colors-tag-border-hover) / var(--tw-border-opacity, 1));
}
.group\/post:hover .group-hover\/post\:\!bg-button-bg-hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--colors-button-bg-hover) / var(--tw-bg-opacity, 1)) !important;
}
.group\/post:hover .group-hover\/post\:\!bg-button-open-bg-hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--colors-button-open-bg-hover) / var(--tw-bg-opacity, 1)) !important;
}
.group\/post:hover .group-hover\/post\:\!bg-button-tertiary-bg-hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--colors-button-tertiary-bg-hover) / var(--tw-bg-opacity, 1)) !important;
}
.group\/post:hover .group-hover\/post\:bg-tag-bg-hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--colors-tag-bg-hover) / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:bg-\[length\:100\%_0\.125rem\] {
  background-size: 100% 0.125rem;
}
.group\/post:hover .group-hover\/post\:text-button-fg-hover {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-button-fg-hover) / var(--tw-text-opacity, 1));
}
.group\/post:hover .group-hover\/post\:text-button-icon-hover {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-button-icon-hover) / var(--tw-text-opacity, 1));
}
.group\/post:hover .group-hover\/post\:text-button-open-fg-hover {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-button-open-fg-hover) / var(--tw-text-opacity, 1));
}
.group\/post:hover .group-hover\/post\:text-button-open-icon-hover {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-button-open-icon-hover) / var(--tw-text-opacity, 1));
}
.group\/post:hover .group-hover\/post\:text-button-tertiary-fg-hover {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-button-tertiary-fg-hover) / var(--tw-text-opacity, 1));
}
.group\/post:hover .group-hover\/post\:text-button-tertiary-icon-hover {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-button-tertiary-icon-hover) / var(--tw-text-opacity, 1));
}
.group\/post:hover .group-hover\/post\:text-fg {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-fg) / var(--tw-text-opacity, 1));
}
.group\/post:hover .group-hover\/post\:text-highlight {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-highlight) / var(--tw-text-opacity, 1));
}
.group\/post:hover .group-hover\/post\:text-link {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-link) / var(--tw-text-opacity, 1));
}
.group\/post:hover .group-hover\/post\:text-link-hover {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-link-hover) / var(--tw-text-opacity, 1));
}
.group\/post:hover .group-hover\/post\:text-link-icon-hover {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-link-icon-hover) / var(--tw-text-opacity, 1));
}
.group\/post:hover .group-hover\/post\:text-tag-fg-hover {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-tag-fg-hover) / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-button-icon-hover {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-button-icon-hover) / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-button-open-icon-hover {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-button-open-icon-hover) / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-button-tertiary-icon-hover {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-button-tertiary-icon-hover) / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-fg {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-fg) / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-form-file-button-icon-hover {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-form-file-button-icon-hover) / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-link-icon-hover {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-link-icon-hover) / var(--tw-text-opacity, 1));
}
.group:focus .group-focus\:outline-focus\/0 {
  outline-color: rgb(var(--colors-focus) / 0);
}
.group:focus-visible .group-focus-visible\:outline-focus {
  outline-color: rgb(var(--colors-focus) / 1);
}
.peer:-moz-placeholder ~ .peer-placeholder-shown\:top-6 {
  top: clamp(1.125rem, 1.6666666666666667vw, 2rem);
}
.peer:placeholder-shown ~ .peer-placeholder-shown\:top-6 {
  top: clamp(1.125rem, 1.6666666666666667vw, 2rem);
}
.peer:-moz-placeholder ~ .peer-placeholder-shown\:text-\[1em\] {
  font-size: 1em;
}
.peer:placeholder-shown ~ .peer-placeholder-shown\:text-\[1em\] {
  font-size: 1em;
}
.peer:-moz-placeholder ~ .peer-placeholder-shown\:text-form-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-form-input-placeholder) / var(--tw-text-opacity, 1));
}
.peer:placeholder-shown ~ .peer-placeholder-shown\:text-form-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-form-input-placeholder) / var(--tw-text-opacity, 1));
}
.peer:-moz-placeholder ~ .peer-placeholder-shown\:after\:text-form-input-highlight::after {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(var(--colors-form-input-highlight) / var(--tw-text-opacity, 1));
}
.peer:placeholder-shown ~ .peer-placeholder-shown\:after\:text-form-input-highlight::after {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(var(--colors-form-input-highlight) / var(--tw-text-opacity, 1));
}
.peer:focus ~ .peer-focus\:top-3 {
  top: clamp(0.5625rem, 0.8333333333333334vw, 1rem);
}
.peer:focus ~ .peer-focus\:text-\[0\.75em\] {
  font-size: 0.75em;
}
.peer:focus ~ .peer-focus\:text-form-input-placeholder-focus {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-form-input-placeholder-focus) / var(--tw-text-opacity, 1));
}
.peer:focus ~ .peer-focus\:after\:text-form-input-highlight-focus::after {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(var(--colors-form-input-highlight-focus) / var(--tw-text-opacity, 1));
}
@keyframes slide-up {

  0% {
    height: var(--radix-collapsible-content-height);
  }

  100% {
    height: 0;
  }
}
.data-\[state\=closed\]\:animate-slide-up[data-state="closed"] {
  animation: slide-up 0.2s ease-in-out;
}
@keyframes slide-down {

  0% {
    height: 0;
  }

  100% {
    height: var(--radix-collapsible-content-height);
  }
}
.data-\[state\=open\]\:animate-slide-down[data-state="open"] {
  animation: slide-down 0.3s ease-in-out;
}
.data-\[invalid\]\:border-form-input-border-error[data-invalid] {
  --tw-border-opacity: 1;
  border-color: rgb(var(--colors-form-input-border-error) / var(--tw-border-opacity, 1));
}
.data-\[state\=checked\]\:border-form-checkbox-border-checked[data-state="checked"] {
  --tw-border-opacity: 1;
  border-color: rgb(var(--colors-form-checkbox-border-checked) / var(--tw-border-opacity, 1));
}
.data-\[state\=checked\]\:border-form-radio-border-checked[data-state="checked"] {
  --tw-border-opacity: 1;
  border-color: rgb(var(--colors-form-radio-border-checked) / var(--tw-border-opacity, 1));
}
.data-\[state\=checked\]\:bg-form-checkbox-bg-checked[data-state="checked"] {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--colors-form-checkbox-bg-checked) / var(--tw-bg-opacity, 1));
}
.data-\[state\=checked\]\:bg-form-radio-bg-checked[data-state="checked"] {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--colors-form-radio-bg-checked) / var(--tw-bg-opacity, 1));
}
.data-\[placeholder\]\:py-6[data-placeholder] {
  padding-top: clamp(1.125rem, 1.6666666666666667vw, 2rem);
  padding-bottom: clamp(1.125rem, 1.6666666666666667vw, 2rem);
}
.data-\[placeholder\]\:text-form-select-bg[data-placeholder] {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-form-select-bg) / var(--tw-text-opacity, 1));
}
.data-\[placeholder\]\:text-form-select-placeholder[data-placeholder] {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-form-select-placeholder) / var(--tw-text-opacity, 1));
}
@media (min-width: 20em) {

  .xs\:block {
    display: block;
  }

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

  .xs\:inline {
    display: inline;
  }

  .xs\:flex {
    display: flex;
  }

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

  .xs\:inline-table {
    display: inline-table;
  }

  .xs\:inline-grid {
    display: inline-grid;
  }

  .xs\:hidden {
    display: none;
  }

  .xs\:\!flex-1 {
    flex: 1 1 0% !important;
  }

  .xs\:\!flex-auto {
    flex: 1 1 auto !important;
  }

  .xs\:\!flex-initial {
    flex: 0 1 auto !important;
  }

  .xs\:\!flex-none {
    flex: none !important;
  }

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

  .xs\:flex-auto {
    flex: 1 1 auto;
  }

  .xs\:flex-initial {
    flex: 0 1 auto;
  }

  .xs\:flex-none {
    flex: none;
  }

  .xs\:\!flex-shrink {
    flex-shrink: 1 !important;
  }

  .xs\:\!flex-shrink-0 {
    flex-shrink: 0 !important;
  }

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

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

  .xs\:\!flex-grow {
    flex-grow: 1 !important;
  }

  .xs\:\!flex-grow-0 {
    flex-grow: 0 !important;
  }

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

  .xs\:flex-grow-0 {
    flex-grow: 0;
  }

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

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

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

  .xs\:flex-col-reverse {
    flex-direction: column-reverse;
  }

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

  .xs\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

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

  .xs\:overflow-hidden {
    overflow: hidden;
  }

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

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

  .xs\:border-hidden {
    border-style: hidden;
  }

  .xs\:contain-inline-size {
    --tw-contain-size: inline-size;
    contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
  }
}
@media (min-width: 37.5em) {

  .sm\:\!-order-1 {
    order: -1 !important;
  }

  .sm\:\!-order-10 {
    order: -10 !important;
  }

  .sm\:\!-order-11 {
    order: -11 !important;
  }

  .sm\:\!-order-12 {
    order: -12 !important;
  }

  .sm\:\!-order-2 {
    order: -2 !important;
  }

  .sm\:\!-order-3 {
    order: -3 !important;
  }

  .sm\:\!-order-4 {
    order: -4 !important;
  }

  .sm\:\!-order-5 {
    order: -5 !important;
  }

  .sm\:\!-order-6 {
    order: -6 !important;
  }

  .sm\:\!-order-7 {
    order: -7 !important;
  }

  .sm\:\!-order-8 {
    order: -8 !important;
  }

  .sm\:\!-order-9 {
    order: -9 !important;
  }

  .sm\:\!-order-none {
    order: 0 !important;
  }

  .sm\:\!order-1 {
    order: 1 !important;
  }

  .sm\:\!order-10 {
    order: 10 !important;
  }

  .sm\:\!order-11 {
    order: 11 !important;
  }

  .sm\:\!order-12 {
    order: 12 !important;
  }

  .sm\:\!order-2 {
    order: 2 !important;
  }

  .sm\:\!order-3 {
    order: 3 !important;
  }

  .sm\:\!order-4 {
    order: 4 !important;
  }

  .sm\:\!order-5 {
    order: 5 !important;
  }

  .sm\:\!order-6 {
    order: 6 !important;
  }

  .sm\:\!order-7 {
    order: 7 !important;
  }

  .sm\:\!order-8 {
    order: 8 !important;
  }

  .sm\:\!order-9 {
    order: 9 !important;
  }

  .sm\:\!order-none {
    order: 0 !important;
  }

  .sm\:-order-1 {
    order: -1;
  }

  .sm\:-order-10 {
    order: -10;
  }

  .sm\:-order-11 {
    order: -11;
  }

  .sm\:-order-12 {
    order: -12;
  }

  .sm\:-order-2 {
    order: -2;
  }

  .sm\:-order-3 {
    order: -3;
  }

  .sm\:-order-4 {
    order: -4;
  }

  .sm\:-order-5 {
    order: -5;
  }

  .sm\:-order-6 {
    order: -6;
  }

  .sm\:-order-7 {
    order: -7;
  }

  .sm\:-order-8 {
    order: -8;
  }

  .sm\:-order-9 {
    order: -9;
  }

  .sm\:-order-none {
    order: 0;
  }

  .sm\:order-1 {
    order: 1;
  }

  .sm\:order-10 {
    order: 10;
  }

  .sm\:order-11 {
    order: 11;
  }

  .sm\:order-12 {
    order: 12;
  }

  .sm\:order-2 {
    order: 2;
  }

  .sm\:order-3 {
    order: 3;
  }

  .sm\:order-4 {
    order: 4;
  }

  .sm\:order-5 {
    order: 5;
  }

  .sm\:order-6 {
    order: 6;
  }

  .sm\:order-7 {
    order: 7;
  }

  .sm\:order-8 {
    order: 8;
  }

  .sm\:order-9 {
    order: 9;
  }

  .sm\:order-none {
    order: 0;
  }

  .sm\:\!row-auto {
    grid-row: auto !important;
  }

  .sm\:row-auto {
    grid-row: auto;
  }

  .sm\:block {
    display: block;
  }

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

  .sm\:inline {
    display: inline;
  }

  .sm\:flex {
    display: flex;
  }

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

  .sm\:inline-table {
    display: inline-table;
  }

  .sm\:inline-grid {
    display: inline-grid;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:aspect-video {
    aspect-ratio: 16 / 9;
  }

  .sm\:\!w-1\/12 {
    width: 8.333333% !important;
  }

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

  .sm\:\!w-11\/12 {
    width: 91.666667% !important;
  }

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

  .sm\:\!w-3\/12 {
    width: 25% !important;
  }

  .sm\:\!w-4\/12 {
    width: 33.333333% !important;
  }

  .sm\:\!w-5\/12 {
    width: 41.666667% !important;
  }

  .sm\:\!w-6\/12 {
    width: 50% !important;
  }

  .sm\:\!w-7\/12 {
    width: 58.333333% !important;
  }

  .sm\:\!w-8\/12 {
    width: 66.666667% !important;
  }

  .sm\:\!w-9\/12 {
    width: 75% !important;
  }

  .sm\:\!w-auto {
    width: auto !important;
  }

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

  .sm\:w-1\/12 {
    width: 8.333333%;
  }

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

  .sm\:w-11\/12 {
    width: 91.666667%;
  }

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

  .sm\:w-3\/12 {
    width: 25%;
  }

  .sm\:w-4\/12 {
    width: 33.333333%;
  }

  .sm\:w-5\/12 {
    width: 41.666667%;
  }

  .sm\:w-6\/12 {
    width: 50%;
  }

  .sm\:w-7\/12 {
    width: 58.333333%;
  }

  .sm\:w-8\/12 {
    width: 66.666667%;
  }

  .sm\:w-9\/12 {
    width: 75%;
  }

  .sm\:w-auto {
    width: auto;
  }

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

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

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

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

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

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

  .sm\:\!flex-auto {
    flex: 1 1 auto !important;
  }

  .sm\:\!flex-initial {
    flex: 0 1 auto !important;
  }

  .sm\:\!flex-none {
    flex: none !important;
  }

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

  .sm\:flex-auto {
    flex: 1 1 auto;
  }

  .sm\:flex-initial {
    flex: 0 1 auto;
  }

  .sm\:flex-none {
    flex: none;
  }

  .sm\:\!flex-shrink {
    flex-shrink: 1 !important;
  }

  .sm\:\!flex-shrink-0 {
    flex-shrink: 0 !important;
  }

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

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

  .sm\:\!flex-grow {
    flex-grow: 1 !important;
  }

  .sm\:\!flex-grow-0 {
    flex-grow: 0 !important;
  }

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

  .sm\:flex-grow-0 {
    flex-grow: 0;
  }

  .sm\:\!scroll-pl-1\.5 {
    scroll-padding-left: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem) !important;
  }

  .sm\:\!scroll-pl-12 {
    scroll-padding-left: clamp(2.25rem, 3.3333333333333335vw, 4rem) !important;
  }

  .sm\:\!scroll-pl-24 {
    scroll-padding-left: clamp(4.5rem, 6.666666666666667vw, 8rem) !important;
  }

  .sm\:\!scroll-pl-3 {
    scroll-padding-left: clamp(0.5625rem, 0.8333333333333334vw, 1rem) !important;
  }

  .sm\:\!scroll-pl-3\.5 {
    scroll-padding-left: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem) !important;
  }

  .sm\:\!scroll-pl-30 {
    scroll-padding-left: clamp(5.625rem, 8.333333333333332vw, 10rem) !important;
  }

  .sm\:\!scroll-pl-31 {
    scroll-padding-left: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem) !important;
  }

  .sm\:\!scroll-pl-32 {
    scroll-padding-left: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem) !important;
  }

  .sm\:\!scroll-pl-33 {
    scroll-padding-left: clamp(6.1875rem, 9.166666666666666vw, 11rem) !important;
  }

  .sm\:\!scroll-pl-34 {
    scroll-padding-left: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem) !important;
  }

  .sm\:\!scroll-pl-35 {
    scroll-padding-left: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem) !important;
  }

  .sm\:\!scroll-pl-36 {
    scroll-padding-left: clamp(6.75rem, 10vw, 12rem) !important;
  }

  .sm\:\!scroll-pl-37 {
    scroll-padding-left: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem) !important;
  }

  .sm\:\!scroll-pl-38 {
    scroll-padding-left: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem) !important;
  }

  .sm\:\!scroll-pl-39 {
    scroll-padding-left: clamp(7.3125rem, 10.833333333333334vw, 13rem) !important;
  }

  .sm\:\!scroll-pl-6 {
    scroll-padding-left: clamp(1.125rem, 1.6666666666666667vw, 2rem) !important;
  }

  .sm\:\!scroll-pl-9 {
    scroll-padding-left: clamp(1.6875rem, 2.5vw, 3rem) !important;
  }

  .sm\:\!scroll-pl-96 {
    scroll-padding-left: clamp(18rem, 26.666666666666668vw, 32rem) !important;
  }

  .sm\:\!scroll-pr-1\.5 {
    scroll-padding-right: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem) !important;
  }

  .sm\:\!scroll-pr-12 {
    scroll-padding-right: clamp(2.25rem, 3.3333333333333335vw, 4rem) !important;
  }

  .sm\:\!scroll-pr-24 {
    scroll-padding-right: clamp(4.5rem, 6.666666666666667vw, 8rem) !important;
  }

  .sm\:\!scroll-pr-3 {
    scroll-padding-right: clamp(0.5625rem, 0.8333333333333334vw, 1rem) !important;
  }

  .sm\:\!scroll-pr-3\.5 {
    scroll-padding-right: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem) !important;
  }

  .sm\:\!scroll-pr-30 {
    scroll-padding-right: clamp(5.625rem, 8.333333333333332vw, 10rem) !important;
  }

  .sm\:\!scroll-pr-31 {
    scroll-padding-right: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem) !important;
  }

  .sm\:\!scroll-pr-32 {
    scroll-padding-right: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem) !important;
  }

  .sm\:\!scroll-pr-33 {
    scroll-padding-right: clamp(6.1875rem, 9.166666666666666vw, 11rem) !important;
  }

  .sm\:\!scroll-pr-34 {
    scroll-padding-right: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem) !important;
  }

  .sm\:\!scroll-pr-35 {
    scroll-padding-right: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem) !important;
  }

  .sm\:\!scroll-pr-36 {
    scroll-padding-right: clamp(6.75rem, 10vw, 12rem) !important;
  }

  .sm\:\!scroll-pr-37 {
    scroll-padding-right: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem) !important;
  }

  .sm\:\!scroll-pr-38 {
    scroll-padding-right: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem) !important;
  }

  .sm\:\!scroll-pr-39 {
    scroll-padding-right: clamp(7.3125rem, 10.833333333333334vw, 13rem) !important;
  }

  .sm\:\!scroll-pr-6 {
    scroll-padding-right: clamp(1.125rem, 1.6666666666666667vw, 2rem) !important;
  }

  .sm\:\!scroll-pr-9 {
    scroll-padding-right: clamp(1.6875rem, 2.5vw, 3rem) !important;
  }

  .sm\:\!scroll-pr-96 {
    scroll-padding-right: clamp(18rem, 26.666666666666668vw, 32rem) !important;
  }

  .sm\:scroll-pl-1\.5 {
    scroll-padding-left: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem);
  }

  .sm\:scroll-pl-12 {
    scroll-padding-left: clamp(2.25rem, 3.3333333333333335vw, 4rem);
  }

  .sm\:scroll-pl-24 {
    scroll-padding-left: clamp(4.5rem, 6.666666666666667vw, 8rem);
  }

  .sm\:scroll-pl-3 {
    scroll-padding-left: clamp(0.5625rem, 0.8333333333333334vw, 1rem);
  }

  .sm\:scroll-pl-3\.5 {
    scroll-padding-left: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem);
  }

  .sm\:scroll-pl-30 {
    scroll-padding-left: clamp(5.625rem, 8.333333333333332vw, 10rem);
  }

  .sm\:scroll-pl-31 {
    scroll-padding-left: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem);
  }

  .sm\:scroll-pl-32 {
    scroll-padding-left: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem);
  }

  .sm\:scroll-pl-33 {
    scroll-padding-left: clamp(6.1875rem, 9.166666666666666vw, 11rem);
  }

  .sm\:scroll-pl-34 {
    scroll-padding-left: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem);
  }

  .sm\:scroll-pl-35 {
    scroll-padding-left: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem);
  }

  .sm\:scroll-pl-36 {
    scroll-padding-left: clamp(6.75rem, 10vw, 12rem);
  }

  .sm\:scroll-pl-37 {
    scroll-padding-left: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem);
  }

  .sm\:scroll-pl-38 {
    scroll-padding-left: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem);
  }

  .sm\:scroll-pl-39 {
    scroll-padding-left: clamp(7.3125rem, 10.833333333333334vw, 13rem);
  }

  .sm\:scroll-pl-6 {
    scroll-padding-left: clamp(1.125rem, 1.6666666666666667vw, 2rem);
  }

  .sm\:scroll-pl-9 {
    scroll-padding-left: clamp(1.6875rem, 2.5vw, 3rem);
  }

  .sm\:scroll-pl-96 {
    scroll-padding-left: clamp(18rem, 26.666666666666668vw, 32rem);
  }

  .sm\:scroll-pr-1\.5 {
    scroll-padding-right: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem);
  }

  .sm\:scroll-pr-12 {
    scroll-padding-right: clamp(2.25rem, 3.3333333333333335vw, 4rem);
  }

  .sm\:scroll-pr-24 {
    scroll-padding-right: clamp(4.5rem, 6.666666666666667vw, 8rem);
  }

  .sm\:scroll-pr-3 {
    scroll-padding-right: clamp(0.5625rem, 0.8333333333333334vw, 1rem);
  }

  .sm\:scroll-pr-3\.5 {
    scroll-padding-right: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem);
  }

  .sm\:scroll-pr-30 {
    scroll-padding-right: clamp(5.625rem, 8.333333333333332vw, 10rem);
  }

  .sm\:scroll-pr-31 {
    scroll-padding-right: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem);
  }

  .sm\:scroll-pr-32 {
    scroll-padding-right: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem);
  }

  .sm\:scroll-pr-33 {
    scroll-padding-right: clamp(6.1875rem, 9.166666666666666vw, 11rem);
  }

  .sm\:scroll-pr-34 {
    scroll-padding-right: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem);
  }

  .sm\:scroll-pr-35 {
    scroll-padding-right: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem);
  }

  .sm\:scroll-pr-36 {
    scroll-padding-right: clamp(6.75rem, 10vw, 12rem);
  }

  .sm\:scroll-pr-37 {
    scroll-padding-right: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem);
  }

  .sm\:scroll-pr-38 {
    scroll-padding-right: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem);
  }

  .sm\:scroll-pr-39 {
    scroll-padding-right: clamp(7.3125rem, 10.833333333333334vw, 13rem);
  }

  .sm\:scroll-pr-6 {
    scroll-padding-right: clamp(1.125rem, 1.6666666666666667vw, 2rem);
  }

  .sm\:scroll-pr-9 {
    scroll-padding-right: clamp(1.6875rem, 2.5vw, 3rem);
  }

  .sm\:scroll-pr-96 {
    scroll-padding-right: clamp(18rem, 26.666666666666668vw, 32rem);
  }

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

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

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

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

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

  .sm\:flex-col-reverse {
    flex-direction: column-reverse;
  }

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

  .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

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

  .sm\:place-items-start {
    place-items: start;
  }

  .sm\:place-items-end {
    place-items: end;
  }

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

  .sm\:place-items-baseline {
    place-items: baseline;
  }

  .sm\:place-items-stretch {
    place-items: stretch;
  }

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

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

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

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

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

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

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

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

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

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

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

  .sm\:justify-stretch {
    justify-content: stretch;
  }

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

  .sm\:justify-items-end {
    justify-items: end;
  }

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

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

  .sm\:overflow-auto {
    overflow: auto;
  }

  .sm\:overflow-hidden {
    overflow: hidden;
  }

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

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

  .sm\:\!border-0 {
    border-width: 0 !important;
  }

  .sm\:\!border-0\.25 {
    border-width: 0.0625rem !important;
  }

  .sm\:\!border-0\.5 {
    border-width: 0.1250rem !important;
  }

  .sm\:\!border-0\.75 {
    border-width: clamp(0.140625rem, 0.20833333333333334vw, 0.25rem) !important;
  }

  .sm\:\!border-1 {
    border-width: clamp(0.1875rem, 0.2777777777777778vw, 0.33333333333333337rem) !important;
  }

  .sm\:\!border-1\.5 {
    border-width: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem) !important;
  }

  .sm\:\!border-10 {
    border-width: clamp(1.875rem, 2.7777777777777777vw, 3.333333333333333rem) !important;
  }

  .sm\:\!border-11 {
    border-width: clamp(2.0625rem, 3.0555555555555554vw, 3.6666666666666665rem) !important;
  }

  .sm\:\!border-12 {
    border-width: clamp(2.25rem, 3.3333333333333335vw, 4rem) !important;
  }

  .sm\:\!border-13 {
    border-width: clamp(2.4374999999999996rem, 3.6111111111111107vw, 4.333333333333333rem) !important;
  }

  .sm\:\!border-14 {
    border-width: clamp(2.625rem, 3.888888888888889vw, 4.666666666666667rem) !important;
  }

  .sm\:\!border-15 {
    border-width: clamp(2.8125rem, 4.166666666666666vw, 5rem) !important;
  }

  .sm\:\!border-16 {
    border-width: clamp(3rem, 4.444444444444445vw, 5.333333333333334rem) !important;
  }

  .sm\:\!border-17 {
    border-width: clamp(3.1875rem, 4.722222222222222vw, 5.666666666666666rem) !important;
  }

  .sm\:\!border-18 {
    border-width: clamp(3.375rem, 5vw, 6rem) !important;
  }

  .sm\:\!border-19 {
    border-width: clamp(3.5625rem, 5.277777777777778vw, 6.333333333333333rem) !important;
  }

  .sm\:\!border-2 {
    border-width: clamp(0.375rem, 0.5555555555555556vw, 0.6666666666666667rem) !important;
  }

  .sm\:\!border-20 {
    border-width: clamp(3.75rem, 5.555555555555555vw, 6.666666666666666rem) !important;
  }

  .sm\:\!border-21 {
    border-width: clamp(3.9375rem, 5.833333333333333vw, 7rem) !important;
  }

  .sm\:\!border-22 {
    border-width: clamp(4.125rem, 6.111111111111111vw, 7.333333333333333rem) !important;
  }

  .sm\:\!border-23 {
    border-width: clamp(4.3125rem, 6.388888888888888vw, 7.666666666666666rem) !important;
  }

  .sm\:\!border-24 {
    border-width: clamp(4.5rem, 6.666666666666667vw, 8rem) !important;
  }

  .sm\:\!border-25 {
    border-width: clamp(4.6875rem, 6.944444444444445vw, 8.333333333333334rem) !important;
  }

  .sm\:\!border-26 {
    border-width: clamp(4.874999999999999rem, 7.222222222222221vw, 8.666666666666666rem) !important;
  }

  .sm\:\!border-27 {
    border-width: clamp(5.0625rem, 7.5vw, 9rem) !important;
  }

  .sm\:\!border-28 {
    border-width: clamp(5.25rem, 7.777777777777778vw, 9.333333333333334rem) !important;
  }

  .sm\:\!border-29 {
    border-width: clamp(5.4375rem, 8.055555555555555vw, 9.666666666666668rem) !important;
  }

  .sm\:\!border-3 {
    border-width: clamp(0.5625rem, 0.8333333333333334vw, 1rem) !important;
  }

  .sm\:\!border-3\.5 {
    border-width: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem) !important;
  }

  .sm\:\!border-30 {
    border-width: clamp(5.625rem, 8.333333333333332vw, 10rem) !important;
  }

  .sm\:\!border-31 {
    border-width: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem) !important;
  }

  .sm\:\!border-32 {
    border-width: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem) !important;
  }

  .sm\:\!border-33 {
    border-width: clamp(6.1875rem, 9.166666666666666vw, 11rem) !important;
  }

  .sm\:\!border-34 {
    border-width: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem) !important;
  }

  .sm\:\!border-35 {
    border-width: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem) !important;
  }

  .sm\:\!border-36 {
    border-width: clamp(6.75rem, 10vw, 12rem) !important;
  }

  .sm\:\!border-37 {
    border-width: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem) !important;
  }

  .sm\:\!border-38 {
    border-width: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem) !important;
  }

  .sm\:\!border-39 {
    border-width: clamp(7.3125rem, 10.833333333333334vw, 13rem) !important;
  }

  .sm\:\!border-4 {
    border-width: clamp(0.75rem, 1.1111111111111112vw, 1.3333333333333335rem) !important;
  }

  .sm\:\!border-40 {
    border-width: clamp(7.5rem, 11.11111111111111vw, 13.333333333333332rem) !important;
  }

  .sm\:\!border-41 {
    border-width: clamp(7.6875rem, 11.38888888888889vw, 13.666666666666666rem) !important;
  }

  .sm\:\!border-42 {
    border-width: clamp(7.875rem, 11.666666666666666vw, 14rem) !important;
  }

  .sm\:\!border-43 {
    border-width: clamp(8.0625rem, 11.944444444444445vw, 14.333333333333334rem) !important;
  }

  .sm\:\!border-44 {
    border-width: clamp(8.25rem, 12.222222222222221vw, 14.666666666666666rem) !important;
  }

  .sm\:\!border-45 {
    border-width: clamp(8.4375rem, 12.5vw, 15rem) !important;
  }

  .sm\:\!border-46 {
    border-width: clamp(8.625rem, 12.777777777777777vw, 15.333333333333332rem) !important;
  }

  .sm\:\!border-47 {
    border-width: clamp(8.8125rem, 13.055555555555557vw, 15.666666666666668rem) !important;
  }

  .sm\:\!border-48 {
    border-width: clamp(9rem, 13.333333333333334vw, 16rem) !important;
  }

  .sm\:\!border-49 {
    border-width: clamp(9.1875rem, 13.61111111111111vw, 16.333333333333332rem) !important;
  }

  .sm\:\!border-5 {
    border-width: clamp(0.9375rem, 1.3888888888888888vw, 1.6666666666666665rem) !important;
  }

  .sm\:\!border-50 {
    border-width: clamp(9.375rem, 13.88888888888889vw, 16.666666666666668rem) !important;
  }

  .sm\:\!border-6 {
    border-width: clamp(1.125rem, 1.6666666666666667vw, 2rem) !important;
  }

  .sm\:\!border-7 {
    border-width: clamp(1.3125rem, 1.9444444444444444vw, 2.3333333333333335rem) !important;
  }

  .sm\:\!border-8 {
    border-width: clamp(1.5rem, 2.2222222222222223vw, 2.666666666666667rem) !important;
  }

  .sm\:\!border-9 {
    border-width: clamp(1.6875rem, 2.5vw, 3rem) !important;
  }

  .sm\:\!border-96 {
    border-width: clamp(18rem, 26.666666666666668vw, 32rem) !important;
  }

  .sm\:border-0 {
    border-width: 0;
  }

  .sm\:border-0\.25 {
    border-width: 0.0625rem;
  }

  .sm\:border-0\.5 {
    border-width: 0.1250rem;
  }

  .sm\:border-0\.75 {
    border-width: clamp(0.140625rem, 0.20833333333333334vw, 0.25rem);
  }

  .sm\:border-1 {
    border-width: clamp(0.1875rem, 0.2777777777777778vw, 0.33333333333333337rem);
  }

  .sm\:border-1\.5 {
    border-width: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem);
  }

  .sm\:border-10 {
    border-width: clamp(1.875rem, 2.7777777777777777vw, 3.333333333333333rem);
  }

  .sm\:border-11 {
    border-width: clamp(2.0625rem, 3.0555555555555554vw, 3.6666666666666665rem);
  }

  .sm\:border-12 {
    border-width: clamp(2.25rem, 3.3333333333333335vw, 4rem);
  }

  .sm\:border-13 {
    border-width: clamp(2.4374999999999996rem, 3.6111111111111107vw, 4.333333333333333rem);
  }

  .sm\:border-14 {
    border-width: clamp(2.625rem, 3.888888888888889vw, 4.666666666666667rem);
  }

  .sm\:border-15 {
    border-width: clamp(2.8125rem, 4.166666666666666vw, 5rem);
  }

  .sm\:border-16 {
    border-width: clamp(3rem, 4.444444444444445vw, 5.333333333333334rem);
  }

  .sm\:border-17 {
    border-width: clamp(3.1875rem, 4.722222222222222vw, 5.666666666666666rem);
  }

  .sm\:border-18 {
    border-width: clamp(3.375rem, 5vw, 6rem);
  }

  .sm\:border-19 {
    border-width: clamp(3.5625rem, 5.277777777777778vw, 6.333333333333333rem);
  }

  .sm\:border-2 {
    border-width: clamp(0.375rem, 0.5555555555555556vw, 0.6666666666666667rem);
  }

  .sm\:border-20 {
    border-width: clamp(3.75rem, 5.555555555555555vw, 6.666666666666666rem);
  }

  .sm\:border-21 {
    border-width: clamp(3.9375rem, 5.833333333333333vw, 7rem);
  }

  .sm\:border-22 {
    border-width: clamp(4.125rem, 6.111111111111111vw, 7.333333333333333rem);
  }

  .sm\:border-23 {
    border-width: clamp(4.3125rem, 6.388888888888888vw, 7.666666666666666rem);
  }

  .sm\:border-24 {
    border-width: clamp(4.5rem, 6.666666666666667vw, 8rem);
  }

  .sm\:border-25 {
    border-width: clamp(4.6875rem, 6.944444444444445vw, 8.333333333333334rem);
  }

  .sm\:border-26 {
    border-width: clamp(4.874999999999999rem, 7.222222222222221vw, 8.666666666666666rem);
  }

  .sm\:border-27 {
    border-width: clamp(5.0625rem, 7.5vw, 9rem);
  }

  .sm\:border-28 {
    border-width: clamp(5.25rem, 7.777777777777778vw, 9.333333333333334rem);
  }

  .sm\:border-29 {
    border-width: clamp(5.4375rem, 8.055555555555555vw, 9.666666666666668rem);
  }

  .sm\:border-3 {
    border-width: clamp(0.5625rem, 0.8333333333333334vw, 1rem);
  }

  .sm\:border-3\.5 {
    border-width: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem);
  }

  .sm\:border-30 {
    border-width: clamp(5.625rem, 8.333333333333332vw, 10rem);
  }

  .sm\:border-31 {
    border-width: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem);
  }

  .sm\:border-32 {
    border-width: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem);
  }

  .sm\:border-33 {
    border-width: clamp(6.1875rem, 9.166666666666666vw, 11rem);
  }

  .sm\:border-34 {
    border-width: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem);
  }

  .sm\:border-35 {
    border-width: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem);
  }

  .sm\:border-36 {
    border-width: clamp(6.75rem, 10vw, 12rem);
  }

  .sm\:border-37 {
    border-width: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem);
  }

  .sm\:border-38 {
    border-width: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem);
  }

  .sm\:border-39 {
    border-width: clamp(7.3125rem, 10.833333333333334vw, 13rem);
  }

  .sm\:border-4 {
    border-width: clamp(0.75rem, 1.1111111111111112vw, 1.3333333333333335rem);
  }

  .sm\:border-40 {
    border-width: clamp(7.5rem, 11.11111111111111vw, 13.333333333333332rem);
  }

  .sm\:border-41 {
    border-width: clamp(7.6875rem, 11.38888888888889vw, 13.666666666666666rem);
  }

  .sm\:border-42 {
    border-width: clamp(7.875rem, 11.666666666666666vw, 14rem);
  }

  .sm\:border-43 {
    border-width: clamp(8.0625rem, 11.944444444444445vw, 14.333333333333334rem);
  }

  .sm\:border-44 {
    border-width: clamp(8.25rem, 12.222222222222221vw, 14.666666666666666rem);
  }

  .sm\:border-45 {
    border-width: clamp(8.4375rem, 12.5vw, 15rem);
  }

  .sm\:border-46 {
    border-width: clamp(8.625rem, 12.777777777777777vw, 15.333333333333332rem);
  }

  .sm\:border-47 {
    border-width: clamp(8.8125rem, 13.055555555555557vw, 15.666666666666668rem);
  }

  .sm\:border-48 {
    border-width: clamp(9rem, 13.333333333333334vw, 16rem);
  }

  .sm\:border-49 {
    border-width: clamp(9.1875rem, 13.61111111111111vw, 16.333333333333332rem);
  }

  .sm\:border-5 {
    border-width: clamp(0.9375rem, 1.3888888888888888vw, 1.6666666666666665rem);
  }

  .sm\:border-50 {
    border-width: clamp(9.375rem, 13.88888888888889vw, 16.666666666666668rem);
  }

  .sm\:border-6 {
    border-width: clamp(1.125rem, 1.6666666666666667vw, 2rem);
  }

  .sm\:border-7 {
    border-width: clamp(1.3125rem, 1.9444444444444444vw, 2.3333333333333335rem);
  }

  .sm\:border-8 {
    border-width: clamp(1.5rem, 2.2222222222222223vw, 2.666666666666667rem);
  }

  .sm\:border-9 {
    border-width: clamp(1.6875rem, 2.5vw, 3rem);
  }

  .sm\:border-96 {
    border-width: clamp(18rem, 26.666666666666668vw, 32rem);
  }

  .sm\:border-hidden {
    border-style: hidden;
  }

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

  .sm\:px-24 {
    padding-left: clamp(4.5rem, 6.666666666666667vw, 8rem);
    padding-right: clamp(4.5rem, 6.666666666666667vw, 8rem);
  }

  .sm\:\!pl-1\.5 {
    padding-left: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem) !important;
  }

  .sm\:\!pl-12 {
    padding-left: clamp(2.25rem, 3.3333333333333335vw, 4rem) !important;
  }

  .sm\:\!pl-24 {
    padding-left: clamp(4.5rem, 6.666666666666667vw, 8rem) !important;
  }

  .sm\:\!pl-3 {
    padding-left: clamp(0.5625rem, 0.8333333333333334vw, 1rem) !important;
  }

  .sm\:\!pl-3\.5 {
    padding-left: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem) !important;
  }

  .sm\:\!pl-30 {
    padding-left: clamp(5.625rem, 8.333333333333332vw, 10rem) !important;
  }

  .sm\:\!pl-31 {
    padding-left: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem) !important;
  }

  .sm\:\!pl-32 {
    padding-left: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem) !important;
  }

  .sm\:\!pl-33 {
    padding-left: clamp(6.1875rem, 9.166666666666666vw, 11rem) !important;
  }

  .sm\:\!pl-34 {
    padding-left: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem) !important;
  }

  .sm\:\!pl-35 {
    padding-left: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem) !important;
  }

  .sm\:\!pl-36 {
    padding-left: clamp(6.75rem, 10vw, 12rem) !important;
  }

  .sm\:\!pl-37 {
    padding-left: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem) !important;
  }

  .sm\:\!pl-38 {
    padding-left: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem) !important;
  }

  .sm\:\!pl-39 {
    padding-left: clamp(7.3125rem, 10.833333333333334vw, 13rem) !important;
  }

  .sm\:\!pl-6 {
    padding-left: clamp(1.125rem, 1.6666666666666667vw, 2rem) !important;
  }

  .sm\:\!pl-9 {
    padding-left: clamp(1.6875rem, 2.5vw, 3rem) !important;
  }

  .sm\:\!pl-96 {
    padding-left: clamp(18rem, 26.666666666666668vw, 32rem) !important;
  }

  .sm\:\!pr-1\.5 {
    padding-right: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem) !important;
  }

  .sm\:\!pr-12 {
    padding-right: clamp(2.25rem, 3.3333333333333335vw, 4rem) !important;
  }

  .sm\:\!pr-24 {
    padding-right: clamp(4.5rem, 6.666666666666667vw, 8rem) !important;
  }

  .sm\:\!pr-3 {
    padding-right: clamp(0.5625rem, 0.8333333333333334vw, 1rem) !important;
  }

  .sm\:\!pr-3\.5 {
    padding-right: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem) !important;
  }

  .sm\:\!pr-30 {
    padding-right: clamp(5.625rem, 8.333333333333332vw, 10rem) !important;
  }

  .sm\:\!pr-31 {
    padding-right: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem) !important;
  }

  .sm\:\!pr-32 {
    padding-right: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem) !important;
  }

  .sm\:\!pr-33 {
    padding-right: clamp(6.1875rem, 9.166666666666666vw, 11rem) !important;
  }

  .sm\:\!pr-34 {
    padding-right: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem) !important;
  }

  .sm\:\!pr-35 {
    padding-right: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem) !important;
  }

  .sm\:\!pr-36 {
    padding-right: clamp(6.75rem, 10vw, 12rem) !important;
  }

  .sm\:\!pr-37 {
    padding-right: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem) !important;
  }

  .sm\:\!pr-38 {
    padding-right: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem) !important;
  }

  .sm\:\!pr-39 {
    padding-right: clamp(7.3125rem, 10.833333333333334vw, 13rem) !important;
  }

  .sm\:\!pr-6 {
    padding-right: clamp(1.125rem, 1.6666666666666667vw, 2rem) !important;
  }

  .sm\:\!pr-9 {
    padding-right: clamp(1.6875rem, 2.5vw, 3rem) !important;
  }

  .sm\:\!pr-96 {
    padding-right: clamp(18rem, 26.666666666666668vw, 32rem) !important;
  }

  .sm\:pl-1\.5 {
    padding-left: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem);
  }

  .sm\:pl-12 {
    padding-left: clamp(2.25rem, 3.3333333333333335vw, 4rem);
  }

  .sm\:pl-24 {
    padding-left: clamp(4.5rem, 6.666666666666667vw, 8rem);
  }

  .sm\:pl-3 {
    padding-left: clamp(0.5625rem, 0.8333333333333334vw, 1rem);
  }

  .sm\:pl-3\.5 {
    padding-left: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem);
  }

  .sm\:pl-30 {
    padding-left: clamp(5.625rem, 8.333333333333332vw, 10rem);
  }

  .sm\:pl-31 {
    padding-left: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem);
  }

  .sm\:pl-32 {
    padding-left: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem);
  }

  .sm\:pl-33 {
    padding-left: clamp(6.1875rem, 9.166666666666666vw, 11rem);
  }

  .sm\:pl-34 {
    padding-left: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem);
  }

  .sm\:pl-35 {
    padding-left: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem);
  }

  .sm\:pl-36 {
    padding-left: clamp(6.75rem, 10vw, 12rem);
  }

  .sm\:pl-37 {
    padding-left: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem);
  }

  .sm\:pl-38 {
    padding-left: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem);
  }

  .sm\:pl-39 {
    padding-left: clamp(7.3125rem, 10.833333333333334vw, 13rem);
  }

  .sm\:pl-6 {
    padding-left: clamp(1.125rem, 1.6666666666666667vw, 2rem);
  }

  .sm\:pl-9 {
    padding-left: clamp(1.6875rem, 2.5vw, 3rem);
  }

  .sm\:pl-96 {
    padding-left: clamp(18rem, 26.666666666666668vw, 32rem);
  }

  .sm\:pr-1\.5 {
    padding-right: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem);
  }

  .sm\:pr-12 {
    padding-right: clamp(2.25rem, 3.3333333333333335vw, 4rem);
  }

  .sm\:pr-24 {
    padding-right: clamp(4.5rem, 6.666666666666667vw, 8rem);
  }

  .sm\:pr-3 {
    padding-right: clamp(0.5625rem, 0.8333333333333334vw, 1rem);
  }

  .sm\:pr-3\.5 {
    padding-right: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem);
  }

  .sm\:pr-30 {
    padding-right: clamp(5.625rem, 8.333333333333332vw, 10rem);
  }

  .sm\:pr-31 {
    padding-right: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem);
  }

  .sm\:pr-32 {
    padding-right: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem);
  }

  .sm\:pr-33 {
    padding-right: clamp(6.1875rem, 9.166666666666666vw, 11rem);
  }

  .sm\:pr-34 {
    padding-right: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem);
  }

  .sm\:pr-35 {
    padding-right: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem);
  }

  .sm\:pr-36 {
    padding-right: clamp(6.75rem, 10vw, 12rem);
  }

  .sm\:pr-37 {
    padding-right: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem);
  }

  .sm\:pr-38 {
    padding-right: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem);
  }

  .sm\:pr-39 {
    padding-right: clamp(7.3125rem, 10.833333333333334vw, 13rem);
  }

  .sm\:pr-6 {
    padding-right: clamp(1.125rem, 1.6666666666666667vw, 2rem);
  }

  .sm\:pr-9 {
    padding-right: clamp(1.6875rem, 2.5vw, 3rem);
  }

  .sm\:pr-96 {
    padding-right: clamp(18rem, 26.666666666666668vw, 32rem);
  }

  .sm\:contain-inline-size {
    --tw-contain-size: inline-size;
    contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
  }
}
@media (min-width: 56.25em) {

  .md\:\!-order-1 {
    order: -1 !important;
  }

  .md\:\!-order-10 {
    order: -10 !important;
  }

  .md\:\!-order-11 {
    order: -11 !important;
  }

  .md\:\!-order-12 {
    order: -12 !important;
  }

  .md\:\!-order-2 {
    order: -2 !important;
  }

  .md\:\!-order-3 {
    order: -3 !important;
  }

  .md\:\!-order-4 {
    order: -4 !important;
  }

  .md\:\!-order-5 {
    order: -5 !important;
  }

  .md\:\!-order-6 {
    order: -6 !important;
  }

  .md\:\!-order-7 {
    order: -7 !important;
  }

  .md\:\!-order-8 {
    order: -8 !important;
  }

  .md\:\!-order-9 {
    order: -9 !important;
  }

  .md\:\!-order-none {
    order: 0 !important;
  }

  .md\:\!order-1 {
    order: 1 !important;
  }

  .md\:\!order-10 {
    order: 10 !important;
  }

  .md\:\!order-11 {
    order: 11 !important;
  }

  .md\:\!order-12 {
    order: 12 !important;
  }

  .md\:\!order-2 {
    order: 2 !important;
  }

  .md\:\!order-3 {
    order: 3 !important;
  }

  .md\:\!order-4 {
    order: 4 !important;
  }

  .md\:\!order-5 {
    order: 5 !important;
  }

  .md\:\!order-6 {
    order: 6 !important;
  }

  .md\:\!order-7 {
    order: 7 !important;
  }

  .md\:\!order-8 {
    order: 8 !important;
  }

  .md\:\!order-9 {
    order: 9 !important;
  }

  .md\:\!order-none {
    order: 0 !important;
  }

  .md\:-order-1 {
    order: -1;
  }

  .md\:-order-10 {
    order: -10;
  }

  .md\:-order-11 {
    order: -11;
  }

  .md\:-order-12 {
    order: -12;
  }

  .md\:-order-2 {
    order: -2;
  }

  .md\:-order-3 {
    order: -3;
  }

  .md\:-order-4 {
    order: -4;
  }

  .md\:-order-5 {
    order: -5;
  }

  .md\:-order-6 {
    order: -6;
  }

  .md\:-order-7 {
    order: -7;
  }

  .md\:-order-8 {
    order: -8;
  }

  .md\:-order-9 {
    order: -9;
  }

  .md\:-order-none {
    order: 0;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-10 {
    order: 10;
  }

  .md\:order-11 {
    order: 11;
  }

  .md\:order-12 {
    order: 12;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:order-3 {
    order: 3;
  }

  .md\:order-4 {
    order: 4;
  }

  .md\:order-5 {
    order: 5;
  }

  .md\:order-6 {
    order: 6;
  }

  .md\:order-7 {
    order: 7;
  }

  .md\:order-8 {
    order: 8;
  }

  .md\:order-9 {
    order: 9;
  }

  .md\:order-none {
    order: 0;
  }

  .md\:\!row-auto {
    grid-row: auto !important;
  }

  .md\:row-auto {
    grid-row: auto;
  }

  .md\:block {
    display: block;
  }

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

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

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

  .md\:inline-table {
    display: inline-table;
  }

  .md\:inline-grid {
    display: inline-grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-2 {
    height: clamp(0.375rem, 0.5555555555555556vw, 0.6666666666666667rem);
  }

  .md\:\!w-1\/12 {
    width: 8.333333% !important;
  }

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

  .md\:\!w-11\/12 {
    width: 91.666667% !important;
  }

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

  .md\:\!w-3\/12 {
    width: 25% !important;
  }

  .md\:\!w-4\/12 {
    width: 33.333333% !important;
  }

  .md\:\!w-5\/12 {
    width: 41.666667% !important;
  }

  .md\:\!w-6\/12 {
    width: 50% !important;
  }

  .md\:\!w-7\/12 {
    width: 58.333333% !important;
  }

  .md\:\!w-8\/12 {
    width: 66.666667% !important;
  }

  .md\:\!w-9\/12 {
    width: 75% !important;
  }

  .md\:\!w-auto {
    width: auto !important;
  }

  .md\:\!w-full {
    width: 100% !important;
  }

  .md\:w-1\/12 {
    width: 8.333333%;
  }

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

  .md\:w-11\/12 {
    width: 91.666667%;
  }

  .md\:w-2 {
    width: clamp(0.375rem, 0.5555555555555556vw, 0.6666666666666667rem);
  }

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

  .md\:w-3\/12 {
    width: 25%;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

  .md\:w-9\/12 {
    width: 75%;
  }

  .md\:w-auto {
    width: auto;
  }

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

  .md\:\!min-w-full {
    min-width: 100% !important;
  }

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

  .md\:\!max-w-full {
    max-width: 100% !important;
  }

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

  .md\:\!flex-1 {
    flex: 1 1 0% !important;
  }

  .md\:\!flex-auto {
    flex: 1 1 auto !important;
  }

  .md\:\!flex-initial {
    flex: 0 1 auto !important;
  }

  .md\:\!flex-none {
    flex: none !important;
  }

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

  .md\:flex-auto {
    flex: 1 1 auto;
  }

  .md\:flex-initial {
    flex: 0 1 auto;
  }

  .md\:flex-none {
    flex: none;
  }

  .md\:\!flex-shrink {
    flex-shrink: 1 !important;
  }

  .md\:\!flex-shrink-0 {
    flex-shrink: 0 !important;
  }

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

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

  .md\:\!flex-grow {
    flex-grow: 1 !important;
  }

  .md\:\!flex-grow-0 {
    flex-grow: 0 !important;
  }

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

  .md\:flex-grow-0 {
    flex-grow: 0;
  }

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

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

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

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

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

  .md\:flex-col-reverse {
    flex-direction: column-reverse;
  }

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

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

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

  .md\:place-items-start {
    place-items: start;
  }

  .md\:place-items-end {
    place-items: end;
  }

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

  .md\:place-items-baseline {
    place-items: baseline;
  }

  .md\:place-items-stretch {
    place-items: stretch;
  }

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

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

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

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

  .md\:items-stretch {
    align-items: stretch;
  }

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

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

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

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

  .md\:justify-around {
    justify-content: space-around;
  }

  .md\:justify-evenly {
    justify-content: space-evenly;
  }

  .md\:justify-stretch {
    justify-content: stretch;
  }

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

  .md\:justify-items-end {
    justify-items: end;
  }

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

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

  .md\:gap-x-2 {
    -moz-column-gap: clamp(0.375rem, 0.5555555555555556vw, 0.6666666666666667rem);
         column-gap: clamp(0.375rem, 0.5555555555555556vw, 0.6666666666666667rem);
  }

  .md\:overflow-auto {
    overflow: auto;
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

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

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

  .md\:\!border-0 {
    border-width: 0 !important;
  }

  .md\:\!border-0\.25 {
    border-width: 0.0625rem !important;
  }

  .md\:\!border-0\.5 {
    border-width: 0.1250rem !important;
  }

  .md\:\!border-0\.75 {
    border-width: clamp(0.140625rem, 0.20833333333333334vw, 0.25rem) !important;
  }

  .md\:\!border-1 {
    border-width: clamp(0.1875rem, 0.2777777777777778vw, 0.33333333333333337rem) !important;
  }

  .md\:\!border-1\.5 {
    border-width: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem) !important;
  }

  .md\:\!border-10 {
    border-width: clamp(1.875rem, 2.7777777777777777vw, 3.333333333333333rem) !important;
  }

  .md\:\!border-11 {
    border-width: clamp(2.0625rem, 3.0555555555555554vw, 3.6666666666666665rem) !important;
  }

  .md\:\!border-12 {
    border-width: clamp(2.25rem, 3.3333333333333335vw, 4rem) !important;
  }

  .md\:\!border-13 {
    border-width: clamp(2.4374999999999996rem, 3.6111111111111107vw, 4.333333333333333rem) !important;
  }

  .md\:\!border-14 {
    border-width: clamp(2.625rem, 3.888888888888889vw, 4.666666666666667rem) !important;
  }

  .md\:\!border-15 {
    border-width: clamp(2.8125rem, 4.166666666666666vw, 5rem) !important;
  }

  .md\:\!border-16 {
    border-width: clamp(3rem, 4.444444444444445vw, 5.333333333333334rem) !important;
  }

  .md\:\!border-17 {
    border-width: clamp(3.1875rem, 4.722222222222222vw, 5.666666666666666rem) !important;
  }

  .md\:\!border-18 {
    border-width: clamp(3.375rem, 5vw, 6rem) !important;
  }

  .md\:\!border-19 {
    border-width: clamp(3.5625rem, 5.277777777777778vw, 6.333333333333333rem) !important;
  }

  .md\:\!border-2 {
    border-width: clamp(0.375rem, 0.5555555555555556vw, 0.6666666666666667rem) !important;
  }

  .md\:\!border-20 {
    border-width: clamp(3.75rem, 5.555555555555555vw, 6.666666666666666rem) !important;
  }

  .md\:\!border-21 {
    border-width: clamp(3.9375rem, 5.833333333333333vw, 7rem) !important;
  }

  .md\:\!border-22 {
    border-width: clamp(4.125rem, 6.111111111111111vw, 7.333333333333333rem) !important;
  }

  .md\:\!border-23 {
    border-width: clamp(4.3125rem, 6.388888888888888vw, 7.666666666666666rem) !important;
  }

  .md\:\!border-24 {
    border-width: clamp(4.5rem, 6.666666666666667vw, 8rem) !important;
  }

  .md\:\!border-25 {
    border-width: clamp(4.6875rem, 6.944444444444445vw, 8.333333333333334rem) !important;
  }

  .md\:\!border-26 {
    border-width: clamp(4.874999999999999rem, 7.222222222222221vw, 8.666666666666666rem) !important;
  }

  .md\:\!border-27 {
    border-width: clamp(5.0625rem, 7.5vw, 9rem) !important;
  }

  .md\:\!border-28 {
    border-width: clamp(5.25rem, 7.777777777777778vw, 9.333333333333334rem) !important;
  }

  .md\:\!border-29 {
    border-width: clamp(5.4375rem, 8.055555555555555vw, 9.666666666666668rem) !important;
  }

  .md\:\!border-3 {
    border-width: clamp(0.5625rem, 0.8333333333333334vw, 1rem) !important;
  }

  .md\:\!border-3\.5 {
    border-width: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem) !important;
  }

  .md\:\!border-30 {
    border-width: clamp(5.625rem, 8.333333333333332vw, 10rem) !important;
  }

  .md\:\!border-31 {
    border-width: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem) !important;
  }

  .md\:\!border-32 {
    border-width: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem) !important;
  }

  .md\:\!border-33 {
    border-width: clamp(6.1875rem, 9.166666666666666vw, 11rem) !important;
  }

  .md\:\!border-34 {
    border-width: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem) !important;
  }

  .md\:\!border-35 {
    border-width: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem) !important;
  }

  .md\:\!border-36 {
    border-width: clamp(6.75rem, 10vw, 12rem) !important;
  }

  .md\:\!border-37 {
    border-width: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem) !important;
  }

  .md\:\!border-38 {
    border-width: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem) !important;
  }

  .md\:\!border-39 {
    border-width: clamp(7.3125rem, 10.833333333333334vw, 13rem) !important;
  }

  .md\:\!border-4 {
    border-width: clamp(0.75rem, 1.1111111111111112vw, 1.3333333333333335rem) !important;
  }

  .md\:\!border-40 {
    border-width: clamp(7.5rem, 11.11111111111111vw, 13.333333333333332rem) !important;
  }

  .md\:\!border-41 {
    border-width: clamp(7.6875rem, 11.38888888888889vw, 13.666666666666666rem) !important;
  }

  .md\:\!border-42 {
    border-width: clamp(7.875rem, 11.666666666666666vw, 14rem) !important;
  }

  .md\:\!border-43 {
    border-width: clamp(8.0625rem, 11.944444444444445vw, 14.333333333333334rem) !important;
  }

  .md\:\!border-44 {
    border-width: clamp(8.25rem, 12.222222222222221vw, 14.666666666666666rem) !important;
  }

  .md\:\!border-45 {
    border-width: clamp(8.4375rem, 12.5vw, 15rem) !important;
  }

  .md\:\!border-46 {
    border-width: clamp(8.625rem, 12.777777777777777vw, 15.333333333333332rem) !important;
  }

  .md\:\!border-47 {
    border-width: clamp(8.8125rem, 13.055555555555557vw, 15.666666666666668rem) !important;
  }

  .md\:\!border-48 {
    border-width: clamp(9rem, 13.333333333333334vw, 16rem) !important;
  }

  .md\:\!border-49 {
    border-width: clamp(9.1875rem, 13.61111111111111vw, 16.333333333333332rem) !important;
  }

  .md\:\!border-5 {
    border-width: clamp(0.9375rem, 1.3888888888888888vw, 1.6666666666666665rem) !important;
  }

  .md\:\!border-50 {
    border-width: clamp(9.375rem, 13.88888888888889vw, 16.666666666666668rem) !important;
  }

  .md\:\!border-6 {
    border-width: clamp(1.125rem, 1.6666666666666667vw, 2rem) !important;
  }

  .md\:\!border-7 {
    border-width: clamp(1.3125rem, 1.9444444444444444vw, 2.3333333333333335rem) !important;
  }

  .md\:\!border-8 {
    border-width: clamp(1.5rem, 2.2222222222222223vw, 2.666666666666667rem) !important;
  }

  .md\:\!border-9 {
    border-width: clamp(1.6875rem, 2.5vw, 3rem) !important;
  }

  .md\:\!border-96 {
    border-width: clamp(18rem, 26.666666666666668vw, 32rem) !important;
  }

  .md\:border-0 {
    border-width: 0;
  }

  .md\:border-0\.25 {
    border-width: 0.0625rem;
  }

  .md\:border-0\.5 {
    border-width: 0.1250rem;
  }

  .md\:border-0\.75 {
    border-width: clamp(0.140625rem, 0.20833333333333334vw, 0.25rem);
  }

  .md\:border-1 {
    border-width: clamp(0.1875rem, 0.2777777777777778vw, 0.33333333333333337rem);
  }

  .md\:border-1\.5 {
    border-width: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem);
  }

  .md\:border-10 {
    border-width: clamp(1.875rem, 2.7777777777777777vw, 3.333333333333333rem);
  }

  .md\:border-11 {
    border-width: clamp(2.0625rem, 3.0555555555555554vw, 3.6666666666666665rem);
  }

  .md\:border-12 {
    border-width: clamp(2.25rem, 3.3333333333333335vw, 4rem);
  }

  .md\:border-13 {
    border-width: clamp(2.4374999999999996rem, 3.6111111111111107vw, 4.333333333333333rem);
  }

  .md\:border-14 {
    border-width: clamp(2.625rem, 3.888888888888889vw, 4.666666666666667rem);
  }

  .md\:border-15 {
    border-width: clamp(2.8125rem, 4.166666666666666vw, 5rem);
  }

  .md\:border-16 {
    border-width: clamp(3rem, 4.444444444444445vw, 5.333333333333334rem);
  }

  .md\:border-17 {
    border-width: clamp(3.1875rem, 4.722222222222222vw, 5.666666666666666rem);
  }

  .md\:border-18 {
    border-width: clamp(3.375rem, 5vw, 6rem);
  }

  .md\:border-19 {
    border-width: clamp(3.5625rem, 5.277777777777778vw, 6.333333333333333rem);
  }

  .md\:border-2 {
    border-width: clamp(0.375rem, 0.5555555555555556vw, 0.6666666666666667rem);
  }

  .md\:border-20 {
    border-width: clamp(3.75rem, 5.555555555555555vw, 6.666666666666666rem);
  }

  .md\:border-21 {
    border-width: clamp(3.9375rem, 5.833333333333333vw, 7rem);
  }

  .md\:border-22 {
    border-width: clamp(4.125rem, 6.111111111111111vw, 7.333333333333333rem);
  }

  .md\:border-23 {
    border-width: clamp(4.3125rem, 6.388888888888888vw, 7.666666666666666rem);
  }

  .md\:border-24 {
    border-width: clamp(4.5rem, 6.666666666666667vw, 8rem);
  }

  .md\:border-25 {
    border-width: clamp(4.6875rem, 6.944444444444445vw, 8.333333333333334rem);
  }

  .md\:border-26 {
    border-width: clamp(4.874999999999999rem, 7.222222222222221vw, 8.666666666666666rem);
  }

  .md\:border-27 {
    border-width: clamp(5.0625rem, 7.5vw, 9rem);
  }

  .md\:border-28 {
    border-width: clamp(5.25rem, 7.777777777777778vw, 9.333333333333334rem);
  }

  .md\:border-29 {
    border-width: clamp(5.4375rem, 8.055555555555555vw, 9.666666666666668rem);
  }

  .md\:border-3 {
    border-width: clamp(0.5625rem, 0.8333333333333334vw, 1rem);
  }

  .md\:border-3\.5 {
    border-width: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem);
  }

  .md\:border-30 {
    border-width: clamp(5.625rem, 8.333333333333332vw, 10rem);
  }

  .md\:border-31 {
    border-width: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem);
  }

  .md\:border-32 {
    border-width: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem);
  }

  .md\:border-33 {
    border-width: clamp(6.1875rem, 9.166666666666666vw, 11rem);
  }

  .md\:border-34 {
    border-width: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem);
  }

  .md\:border-35 {
    border-width: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem);
  }

  .md\:border-36 {
    border-width: clamp(6.75rem, 10vw, 12rem);
  }

  .md\:border-37 {
    border-width: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem);
  }

  .md\:border-38 {
    border-width: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem);
  }

  .md\:border-39 {
    border-width: clamp(7.3125rem, 10.833333333333334vw, 13rem);
  }

  .md\:border-4 {
    border-width: clamp(0.75rem, 1.1111111111111112vw, 1.3333333333333335rem);
  }

  .md\:border-40 {
    border-width: clamp(7.5rem, 11.11111111111111vw, 13.333333333333332rem);
  }

  .md\:border-41 {
    border-width: clamp(7.6875rem, 11.38888888888889vw, 13.666666666666666rem);
  }

  .md\:border-42 {
    border-width: clamp(7.875rem, 11.666666666666666vw, 14rem);
  }

  .md\:border-43 {
    border-width: clamp(8.0625rem, 11.944444444444445vw, 14.333333333333334rem);
  }

  .md\:border-44 {
    border-width: clamp(8.25rem, 12.222222222222221vw, 14.666666666666666rem);
  }

  .md\:border-45 {
    border-width: clamp(8.4375rem, 12.5vw, 15rem);
  }

  .md\:border-46 {
    border-width: clamp(8.625rem, 12.777777777777777vw, 15.333333333333332rem);
  }

  .md\:border-47 {
    border-width: clamp(8.8125rem, 13.055555555555557vw, 15.666666666666668rem);
  }

  .md\:border-48 {
    border-width: clamp(9rem, 13.333333333333334vw, 16rem);
  }

  .md\:border-49 {
    border-width: clamp(9.1875rem, 13.61111111111111vw, 16.333333333333332rem);
  }

  .md\:border-5 {
    border-width: clamp(0.9375rem, 1.3888888888888888vw, 1.6666666666666665rem);
  }

  .md\:border-50 {
    border-width: clamp(9.375rem, 13.88888888888889vw, 16.666666666666668rem);
  }

  .md\:border-6 {
    border-width: clamp(1.125rem, 1.6666666666666667vw, 2rem);
  }

  .md\:border-7 {
    border-width: clamp(1.3125rem, 1.9444444444444444vw, 2.3333333333333335rem);
  }

  .md\:border-8 {
    border-width: clamp(1.5rem, 2.2222222222222223vw, 2.666666666666667rem);
  }

  .md\:border-9 {
    border-width: clamp(1.6875rem, 2.5vw, 3rem);
  }

  .md\:border-96 {
    border-width: clamp(18rem, 26.666666666666668vw, 32rem);
  }

  .md\:border-hidden {
    border-style: hidden;
  }

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

  .md\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:contain-inline-size {
    --tw-contain-size: inline-size;
    contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
  }
}
@media (min-width: 75em) {

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:inset-auto {
    inset: auto;
  }

  .lg\:-left-6 {
    left: calc(clamp(1.125rem, 1.6666666666666667vw, 2rem) * -1);
  }

  .lg\:-right-6 {
    right: calc(clamp(1.125rem, 1.6666666666666667vw, 2rem) * -1);
  }

  .lg\:-top-\[100vw\] {
    top: -100vw;
  }

  .lg\:top-full {
    top: 100%;
  }

  .lg\:\!-order-1 {
    order: -1 !important;
  }

  .lg\:\!-order-10 {
    order: -10 !important;
  }

  .lg\:\!-order-11 {
    order: -11 !important;
  }

  .lg\:\!-order-12 {
    order: -12 !important;
  }

  .lg\:\!-order-2 {
    order: -2 !important;
  }

  .lg\:\!-order-3 {
    order: -3 !important;
  }

  .lg\:\!-order-4 {
    order: -4 !important;
  }

  .lg\:\!-order-5 {
    order: -5 !important;
  }

  .lg\:\!-order-6 {
    order: -6 !important;
  }

  .lg\:\!-order-7 {
    order: -7 !important;
  }

  .lg\:\!-order-8 {
    order: -8 !important;
  }

  .lg\:\!-order-9 {
    order: -9 !important;
  }

  .lg\:\!-order-none {
    order: 0 !important;
  }

  .lg\:\!order-1 {
    order: 1 !important;
  }

  .lg\:\!order-10 {
    order: 10 !important;
  }

  .lg\:\!order-11 {
    order: 11 !important;
  }

  .lg\:\!order-12 {
    order: 12 !important;
  }

  .lg\:\!order-2 {
    order: 2 !important;
  }

  .lg\:\!order-3 {
    order: 3 !important;
  }

  .lg\:\!order-4 {
    order: 4 !important;
  }

  .lg\:\!order-5 {
    order: 5 !important;
  }

  .lg\:\!order-6 {
    order: 6 !important;
  }

  .lg\:\!order-7 {
    order: 7 !important;
  }

  .lg\:\!order-8 {
    order: 8 !important;
  }

  .lg\:\!order-9 {
    order: 9 !important;
  }

  .lg\:\!order-none {
    order: 0 !important;
  }

  .lg\:-order-1 {
    order: -1;
  }

  .lg\:-order-10 {
    order: -10;
  }

  .lg\:-order-11 {
    order: -11;
  }

  .lg\:-order-12 {
    order: -12;
  }

  .lg\:-order-2 {
    order: -2;
  }

  .lg\:-order-3 {
    order: -3;
  }

  .lg\:-order-4 {
    order: -4;
  }

  .lg\:-order-5 {
    order: -5;
  }

  .lg\:-order-6 {
    order: -6;
  }

  .lg\:-order-7 {
    order: -7;
  }

  .lg\:-order-8 {
    order: -8;
  }

  .lg\:-order-9 {
    order: -9;
  }

  .lg\:-order-none {
    order: 0;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-10 {
    order: 10;
  }

  .lg\:order-11 {
    order: 11;
  }

  .lg\:order-12 {
    order: 12;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:order-3 {
    order: 3;
  }

  .lg\:order-4 {
    order: 4;
  }

  .lg\:order-5 {
    order: 5;
  }

  .lg\:order-6 {
    order: 6;
  }

  .lg\:order-7 {
    order: 7;
  }

  .lg\:order-8 {
    order: 8;
  }

  .lg\:order-9 {
    order: 9;
  }

  .lg\:order-none {
    order: 0;
  }

  .lg\:\!row-auto {
    grid-row: auto !important;
  }

  .lg\:row-auto {
    grid-row: auto;
  }

  .lg\:block {
    display: block;
  }

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

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

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

  .lg\:inline-table {
    display: inline-table;
  }

  .lg\:inline-grid {
    display: inline-grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:\!w-1\/12 {
    width: 8.333333% !important;
  }

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

  .lg\:\!w-11\/12 {
    width: 91.666667% !important;
  }

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

  .lg\:\!w-3\/12 {
    width: 25% !important;
  }

  .lg\:\!w-4\/12 {
    width: 33.333333% !important;
  }

  .lg\:\!w-5\/12 {
    width: 41.666667% !important;
  }

  .lg\:\!w-6\/12 {
    width: 50% !important;
  }

  .lg\:\!w-7\/12 {
    width: 58.333333% !important;
  }

  .lg\:\!w-8\/12 {
    width: 66.666667% !important;
  }

  .lg\:\!w-9\/12 {
    width: 75% !important;
  }

  .lg\:\!w-auto {
    width: auto !important;
  }

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

  .lg\:w-1\/12 {
    width: 8.333333%;
  }

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

  .lg\:w-11\/12 {
    width: 91.666667%;
  }

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

  .lg\:w-3\/12 {
    width: 25%;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

  .lg\:w-9\/12 {
    width: 75%;
  }

  .lg\:w-auto {
    width: auto;
  }

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

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

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

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

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

  .lg\:\!flex-1 {
    flex: 1 1 0% !important;
  }

  .lg\:\!flex-auto {
    flex: 1 1 auto !important;
  }

  .lg\:\!flex-initial {
    flex: 0 1 auto !important;
  }

  .lg\:\!flex-none {
    flex: none !important;
  }

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

  .lg\:flex-auto {
    flex: 1 1 auto;
  }

  .lg\:flex-initial {
    flex: 0 1 auto;
  }

  .lg\:flex-none {
    flex: none;
  }

  .lg\:\!flex-shrink {
    flex-shrink: 1 !important;
  }

  .lg\:\!flex-shrink-0 {
    flex-shrink: 0 !important;
  }

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

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

  .lg\:\!flex-grow {
    flex-grow: 1 !important;
  }

  .lg\:\!flex-grow-0 {
    flex-grow: 0 !important;
  }

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

  .lg\:flex-grow-0 {
    flex-grow: 0;
  }

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

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

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

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

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

  .lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }

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

  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

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

  .lg\:place-items-start {
    place-items: start;
  }

  .lg\:place-items-end {
    place-items: end;
  }

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

  .lg\:place-items-baseline {
    place-items: baseline;
  }

  .lg\:place-items-stretch {
    place-items: stretch;
  }

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

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

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

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

  .lg\:items-stretch {
    align-items: stretch;
  }

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

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

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

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

  .lg\:justify-around {
    justify-content: space-around;
  }

  .lg\:justify-evenly {
    justify-content: space-evenly;
  }

  .lg\:justify-stretch {
    justify-content: stretch;
  }

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

  .lg\:justify-items-end {
    justify-items: end;
  }

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

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

  .lg\:overflow-auto {
    overflow: auto;
  }

  .lg\:overflow-hidden {
    overflow: hidden;
  }

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

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

  .lg\:\!border-0 {
    border-width: 0 !important;
  }

  .lg\:\!border-0\.25 {
    border-width: 0.0625rem !important;
  }

  .lg\:\!border-0\.5 {
    border-width: 0.1250rem !important;
  }

  .lg\:\!border-0\.75 {
    border-width: clamp(0.140625rem, 0.20833333333333334vw, 0.25rem) !important;
  }

  .lg\:\!border-1 {
    border-width: clamp(0.1875rem, 0.2777777777777778vw, 0.33333333333333337rem) !important;
  }

  .lg\:\!border-1\.5 {
    border-width: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem) !important;
  }

  .lg\:\!border-10 {
    border-width: clamp(1.875rem, 2.7777777777777777vw, 3.333333333333333rem) !important;
  }

  .lg\:\!border-11 {
    border-width: clamp(2.0625rem, 3.0555555555555554vw, 3.6666666666666665rem) !important;
  }

  .lg\:\!border-12 {
    border-width: clamp(2.25rem, 3.3333333333333335vw, 4rem) !important;
  }

  .lg\:\!border-13 {
    border-width: clamp(2.4374999999999996rem, 3.6111111111111107vw, 4.333333333333333rem) !important;
  }

  .lg\:\!border-14 {
    border-width: clamp(2.625rem, 3.888888888888889vw, 4.666666666666667rem) !important;
  }

  .lg\:\!border-15 {
    border-width: clamp(2.8125rem, 4.166666666666666vw, 5rem) !important;
  }

  .lg\:\!border-16 {
    border-width: clamp(3rem, 4.444444444444445vw, 5.333333333333334rem) !important;
  }

  .lg\:\!border-17 {
    border-width: clamp(3.1875rem, 4.722222222222222vw, 5.666666666666666rem) !important;
  }

  .lg\:\!border-18 {
    border-width: clamp(3.375rem, 5vw, 6rem) !important;
  }

  .lg\:\!border-19 {
    border-width: clamp(3.5625rem, 5.277777777777778vw, 6.333333333333333rem) !important;
  }

  .lg\:\!border-2 {
    border-width: clamp(0.375rem, 0.5555555555555556vw, 0.6666666666666667rem) !important;
  }

  .lg\:\!border-20 {
    border-width: clamp(3.75rem, 5.555555555555555vw, 6.666666666666666rem) !important;
  }

  .lg\:\!border-21 {
    border-width: clamp(3.9375rem, 5.833333333333333vw, 7rem) !important;
  }

  .lg\:\!border-22 {
    border-width: clamp(4.125rem, 6.111111111111111vw, 7.333333333333333rem) !important;
  }

  .lg\:\!border-23 {
    border-width: clamp(4.3125rem, 6.388888888888888vw, 7.666666666666666rem) !important;
  }

  .lg\:\!border-24 {
    border-width: clamp(4.5rem, 6.666666666666667vw, 8rem) !important;
  }

  .lg\:\!border-25 {
    border-width: clamp(4.6875rem, 6.944444444444445vw, 8.333333333333334rem) !important;
  }

  .lg\:\!border-26 {
    border-width: clamp(4.874999999999999rem, 7.222222222222221vw, 8.666666666666666rem) !important;
  }

  .lg\:\!border-27 {
    border-width: clamp(5.0625rem, 7.5vw, 9rem) !important;
  }

  .lg\:\!border-28 {
    border-width: clamp(5.25rem, 7.777777777777778vw, 9.333333333333334rem) !important;
  }

  .lg\:\!border-29 {
    border-width: clamp(5.4375rem, 8.055555555555555vw, 9.666666666666668rem) !important;
  }

  .lg\:\!border-3 {
    border-width: clamp(0.5625rem, 0.8333333333333334vw, 1rem) !important;
  }

  .lg\:\!border-3\.5 {
    border-width: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem) !important;
  }

  .lg\:\!border-30 {
    border-width: clamp(5.625rem, 8.333333333333332vw, 10rem) !important;
  }

  .lg\:\!border-31 {
    border-width: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem) !important;
  }

  .lg\:\!border-32 {
    border-width: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem) !important;
  }

  .lg\:\!border-33 {
    border-width: clamp(6.1875rem, 9.166666666666666vw, 11rem) !important;
  }

  .lg\:\!border-34 {
    border-width: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem) !important;
  }

  .lg\:\!border-35 {
    border-width: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem) !important;
  }

  .lg\:\!border-36 {
    border-width: clamp(6.75rem, 10vw, 12rem) !important;
  }

  .lg\:\!border-37 {
    border-width: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem) !important;
  }

  .lg\:\!border-38 {
    border-width: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem) !important;
  }

  .lg\:\!border-39 {
    border-width: clamp(7.3125rem, 10.833333333333334vw, 13rem) !important;
  }

  .lg\:\!border-4 {
    border-width: clamp(0.75rem, 1.1111111111111112vw, 1.3333333333333335rem) !important;
  }

  .lg\:\!border-40 {
    border-width: clamp(7.5rem, 11.11111111111111vw, 13.333333333333332rem) !important;
  }

  .lg\:\!border-41 {
    border-width: clamp(7.6875rem, 11.38888888888889vw, 13.666666666666666rem) !important;
  }

  .lg\:\!border-42 {
    border-width: clamp(7.875rem, 11.666666666666666vw, 14rem) !important;
  }

  .lg\:\!border-43 {
    border-width: clamp(8.0625rem, 11.944444444444445vw, 14.333333333333334rem) !important;
  }

  .lg\:\!border-44 {
    border-width: clamp(8.25rem, 12.222222222222221vw, 14.666666666666666rem) !important;
  }

  .lg\:\!border-45 {
    border-width: clamp(8.4375rem, 12.5vw, 15rem) !important;
  }

  .lg\:\!border-46 {
    border-width: clamp(8.625rem, 12.777777777777777vw, 15.333333333333332rem) !important;
  }

  .lg\:\!border-47 {
    border-width: clamp(8.8125rem, 13.055555555555557vw, 15.666666666666668rem) !important;
  }

  .lg\:\!border-48 {
    border-width: clamp(9rem, 13.333333333333334vw, 16rem) !important;
  }

  .lg\:\!border-49 {
    border-width: clamp(9.1875rem, 13.61111111111111vw, 16.333333333333332rem) !important;
  }

  .lg\:\!border-5 {
    border-width: clamp(0.9375rem, 1.3888888888888888vw, 1.6666666666666665rem) !important;
  }

  .lg\:\!border-50 {
    border-width: clamp(9.375rem, 13.88888888888889vw, 16.666666666666668rem) !important;
  }

  .lg\:\!border-6 {
    border-width: clamp(1.125rem, 1.6666666666666667vw, 2rem) !important;
  }

  .lg\:\!border-7 {
    border-width: clamp(1.3125rem, 1.9444444444444444vw, 2.3333333333333335rem) !important;
  }

  .lg\:\!border-8 {
    border-width: clamp(1.5rem, 2.2222222222222223vw, 2.666666666666667rem) !important;
  }

  .lg\:\!border-9 {
    border-width: clamp(1.6875rem, 2.5vw, 3rem) !important;
  }

  .lg\:\!border-96 {
    border-width: clamp(18rem, 26.666666666666668vw, 32rem) !important;
  }

  .lg\:border-0 {
    border-width: 0;
  }

  .lg\:border-0\.25 {
    border-width: 0.0625rem;
  }

  .lg\:border-0\.5 {
    border-width: 0.1250rem;
  }

  .lg\:border-0\.75 {
    border-width: clamp(0.140625rem, 0.20833333333333334vw, 0.25rem);
  }

  .lg\:border-1 {
    border-width: clamp(0.1875rem, 0.2777777777777778vw, 0.33333333333333337rem);
  }

  .lg\:border-1\.5 {
    border-width: clamp(0.28125rem, 0.4166666666666667vw, 0.5rem);
  }

  .lg\:border-10 {
    border-width: clamp(1.875rem, 2.7777777777777777vw, 3.333333333333333rem);
  }

  .lg\:border-11 {
    border-width: clamp(2.0625rem, 3.0555555555555554vw, 3.6666666666666665rem);
  }

  .lg\:border-12 {
    border-width: clamp(2.25rem, 3.3333333333333335vw, 4rem);
  }

  .lg\:border-13 {
    border-width: clamp(2.4374999999999996rem, 3.6111111111111107vw, 4.333333333333333rem);
  }

  .lg\:border-14 {
    border-width: clamp(2.625rem, 3.888888888888889vw, 4.666666666666667rem);
  }

  .lg\:border-15 {
    border-width: clamp(2.8125rem, 4.166666666666666vw, 5rem);
  }

  .lg\:border-16 {
    border-width: clamp(3rem, 4.444444444444445vw, 5.333333333333334rem);
  }

  .lg\:border-17 {
    border-width: clamp(3.1875rem, 4.722222222222222vw, 5.666666666666666rem);
  }

  .lg\:border-18 {
    border-width: clamp(3.375rem, 5vw, 6rem);
  }

  .lg\:border-19 {
    border-width: clamp(3.5625rem, 5.277777777777778vw, 6.333333333333333rem);
  }

  .lg\:border-2 {
    border-width: clamp(0.375rem, 0.5555555555555556vw, 0.6666666666666667rem);
  }

  .lg\:border-20 {
    border-width: clamp(3.75rem, 5.555555555555555vw, 6.666666666666666rem);
  }

  .lg\:border-21 {
    border-width: clamp(3.9375rem, 5.833333333333333vw, 7rem);
  }

  .lg\:border-22 {
    border-width: clamp(4.125rem, 6.111111111111111vw, 7.333333333333333rem);
  }

  .lg\:border-23 {
    border-width: clamp(4.3125rem, 6.388888888888888vw, 7.666666666666666rem);
  }

  .lg\:border-24 {
    border-width: clamp(4.5rem, 6.666666666666667vw, 8rem);
  }

  .lg\:border-25 {
    border-width: clamp(4.6875rem, 6.944444444444445vw, 8.333333333333334rem);
  }

  .lg\:border-26 {
    border-width: clamp(4.874999999999999rem, 7.222222222222221vw, 8.666666666666666rem);
  }

  .lg\:border-27 {
    border-width: clamp(5.0625rem, 7.5vw, 9rem);
  }

  .lg\:border-28 {
    border-width: clamp(5.25rem, 7.777777777777778vw, 9.333333333333334rem);
  }

  .lg\:border-29 {
    border-width: clamp(5.4375rem, 8.055555555555555vw, 9.666666666666668rem);
  }

  .lg\:border-3 {
    border-width: clamp(0.5625rem, 0.8333333333333334vw, 1rem);
  }

  .lg\:border-3\.5 {
    border-width: clamp(0.65625rem, 0.9722222222222222vw, 1.1666666666666667rem);
  }

  .lg\:border-30 {
    border-width: clamp(5.625rem, 8.333333333333332vw, 10rem);
  }

  .lg\:border-31 {
    border-width: clamp(5.8125rem, 8.61111111111111vw, 10.333333333333334rem);
  }

  .lg\:border-32 {
    border-width: clamp(6rem, 8.88888888888889vw, 10.666666666666668rem);
  }

  .lg\:border-33 {
    border-width: clamp(6.1875rem, 9.166666666666666vw, 11rem);
  }

  .lg\:border-34 {
    border-width: clamp(6.375rem, 9.444444444444445vw, 11.333333333333332rem);
  }

  .lg\:border-35 {
    border-width: clamp(6.5625rem, 9.722222222222223vw, 11.666666666666666rem);
  }

  .lg\:border-36 {
    border-width: clamp(6.75rem, 10vw, 12rem);
  }

  .lg\:border-37 {
    border-width: clamp(6.9375rem, 10.277777777777777vw, 12.333333333333332rem);
  }

  .lg\:border-38 {
    border-width: clamp(7.125rem, 10.555555555555555vw, 12.666666666666666rem);
  }

  .lg\:border-39 {
    border-width: clamp(7.3125rem, 10.833333333333334vw, 13rem);
  }

  .lg\:border-4 {
    border-width: clamp(0.75rem, 1.1111111111111112vw, 1.3333333333333335rem);
  }

  .lg\:border-40 {
    border-width: clamp(7.5rem, 11.11111111111111vw, 13.333333333333332rem);
  }

  .lg\:border-41 {
    border-width: clamp(7.6875rem, 11.38888888888889vw, 13.666666666666666rem);
  }

  .lg\:border-42 {
    border-width: clamp(7.875rem, 11.666666666666666vw, 14rem);
  }

  .lg\:border-43 {
    border-width: clamp(8.0625rem, 11.944444444444445vw, 14.333333333333334rem);
  }

  .lg\:border-44 {
    border-width: clamp(8.25rem, 12.222222222222221vw, 14.666666666666666rem);
  }

  .lg\:border-45 {
    border-width: clamp(8.4375rem, 12.5vw, 15rem);
  }

  .lg\:border-46 {
    border-width: clamp(8.625rem, 12.777777777777777vw, 15.333333333333332rem);
  }

  .lg\:border-47 {
    border-width: clamp(8.8125rem, 13.055555555555557vw, 15.666666666666668rem);
  }

  .lg\:border-48 {
    border-width: clamp(9rem, 13.333333333333334vw, 16rem);
  }

  .lg\:border-49 {
    border-width: clamp(9.1875rem, 13.61111111111111vw, 16.333333333333332rem);
  }

  .lg\:border-5 {
    border-width: clamp(0.9375rem, 1.3888888888888888vw, 1.6666666666666665rem);
  }

  .lg\:border-50 {
    border-width: clamp(9.375rem, 13.88888888888889vw, 16.666666666666668rem);
  }

  .lg\:border-6 {
    border-width: clamp(1.125rem, 1.6666666666666667vw, 2rem);
  }

  .lg\:border-7 {
    border-width: clamp(1.3125rem, 1.9444444444444444vw, 2.3333333333333335rem);
  }

  .lg\:border-8 {
    border-width: clamp(1.5rem, 2.2222222222222223vw, 2.666666666666667rem);
  }

  .lg\:border-9 {
    border-width: clamp(1.6875rem, 2.5vw, 3rem);
  }

  .lg\:border-96 {
    border-width: clamp(18rem, 26.666666666666668vw, 32rem);
  }

  .lg\:border-hidden {
    border-style: hidden;
  }

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

  .lg\:p-5 {
    padding: clamp(0.9375rem, 1.3888888888888888vw, 1.6666666666666665rem);
  }

  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:px-1 {
    padding-left: clamp(0.1875rem, 0.2777777777777778vw, 0.33333333333333337rem);
    padding-right: clamp(0.1875rem, 0.2777777777777778vw, 0.33333333333333337rem);
  }

  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:text-s {
    font-size: clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.179), 1rem);
  }

  .lg\:contain-inline-size {
    --tw-contain-size: inline-size;
    contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
  }
}
@media (min-aspect-ratio: 4/3) {

  .min-aspect\:min-h-dvh {
    min-height: 100dvh;
  }

  .min-aspect\:\[aspect-ratio\:16\/9\] {
    aspect-ratio: 16/9;
  }
}
@media (min-width: 37.5em) {

  @media (min-aspect-ratio: 4/3) {

    .sm\:min-aspect\:\[aspect-ratio\:16\/9\] {
      aspect-ratio: 16/9;
    }
  }
}
@media (max-aspect-ratio: 2/1) {

  .max-aspect\:\[aspect-ratio\:4\/3\] {
    aspect-ratio: 4/3;
  }
}
@media (min-width: 37.5em) {

  @media (max-aspect-ratio: 2/1) {

    .sm\:max-aspect\:\[aspect-ratio\:4\/3\] {
      aspect-ratio: 4/3;
    }
  }
}
@media (min-aspect-ratio: 4/3) and (max-aspect-ratio: 2/1) {

  .between-aspect\:h-dvh {
    height: 100dvh;
  }
}
@media (min-width: 37.5em) {

  @media (min-aspect-ratio: 4/3) and (max-aspect-ratio: 2/1) {

    .sm\:between-aspect\:h-dvh {
      height: 100dvh;
    }
  }
}
.\[\&\>\*\:not\(div\)\]\:w-full>*:not(div) {
  width: 100%;
}
.\[\&\>span\[data-state\=checked\]\]\:bg-form-checkbox-fg>span[data-state=checked] {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--colors-form-checkbox-fg) / var(--tw-bg-opacity, 1));
}
.\[\&\>span\]\:flex>span {
  display: flex;
}
.\[\&\>span\]\:rounded-0\.5>span {
  border-radius: 0.1250rem;
}
.\[\&_a\:hover\]\:text-link a:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-link) / var(--tw-text-opacity, 1));
}
.\[\&_a\:hover\]\:text-link-hover a:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-link-hover) / var(--tw-text-opacity, 1));
}
.\[\&_a\:hover\]\:decoration-link-underline-hover a:hover {
  text-decoration-color: rgb(var(--colors-link-underline-hover) / 1);
}
.\[\&_a\]\:text-fg a {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-fg) / var(--tw-text-opacity, 1));
}
.\[\&_a\]\:text-link a {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-link) / var(--tw-text-opacity, 1));
}
.\[\&_a\]\:text-quote a {
  --tw-text-opacity: 1;
  color: rgb(var(--colors-quote) / var(--tw-text-opacity, 1));
}
.\[\&_a\]\:underline a {
  text-decoration-line: underline;
}
.\[\&_a\]\:decoration-link-underline a {
  text-decoration-color: rgb(var(--colors-link-underline) / 1);
}
.\[\&_a\]\:transition-colors a {
  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;
}
.\[\&_a\]\:\[text-underline-position\:under\] a {
  text-underline-position: under;
}
.\[\&_img\]\:pointer-events-none img {
  pointer-events: none;
}
.\[\&_path\]\:transition-all path {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.\[\&_path\]\:duration-200 path {
  transition-duration: 200ms;
}
.\[\&_path\]\:ease-in-out path {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.\[\&_svg\]\:h-\[1em\] svg {
  height: 1em;
}
.\[\&_svg\]\:h-full svg {
  height: 100%;
}
.\[\&_svg\]\:w-\[1em\] svg {
  width: 1em;
}
.\[\&_svg\]\:w-full svg {
  width: 100%;
}
.\[\&_svg\]\:fill-\[currentColor\] svg {
  fill: currentColor;
}
.\[\&_svg\]\:stroke-iconStroke svg {
  stroke-width: 2;
}

