/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

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

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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.
 */

[type="search"]::-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 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

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

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

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

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

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0aec0;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a0aec0;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

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

table {
  border-collapse: collapse;
}

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

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

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

.tw-container {
  width: 100%;
}

@media (min-width: 640px) {
  .tw-container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .tw-container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .tw-container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .tw-container {
    max-width: 1280px;
  }
}

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

.tw-space-x-0 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(0px * var(--space-x-reverse)) !important;
  margin-left: calc(0px * calc(1 - var(--space-x-reverse))) !important;
}

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

.tw-space-x-1 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(0.25rem * var(--space-x-reverse)) !important;
  margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw-space-y-2 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(0.5rem * var(--space-y-reverse)) !important;
}

.tw-space-x-2 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(0.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw-space-y-3 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(0.75rem * var(--space-y-reverse)) !important;
}

.tw-space-x-3 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(0.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw-space-y-4 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(1rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(1rem * var(--space-y-reverse)) !important;
}

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

.tw-space-y-5 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(1.25rem * var(--space-y-reverse)) !important;
}

.tw-space-x-5 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
  margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw-space-y-6 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(1.5rem * var(--space-y-reverse)) !important;
}

.tw-space-x-6 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw-space-y-8 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(2rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(2rem * var(--space-y-reverse)) !important;
}

.tw-space-x-8 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(2rem * var(--space-x-reverse)) !important;
  margin-left: calc(2rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw-space-y-10 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(2.5rem * var(--space-y-reverse)) !important;
}

.tw-space-x-10 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw-space-y-12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(3rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(3rem * var(--space-y-reverse)) !important;
}

.tw-space-x-12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(3rem * var(--space-x-reverse)) !important;
  margin-left: calc(3rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw-space-y-16 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(4rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(4rem * var(--space-y-reverse)) !important;
}

.tw-space-x-16 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(4rem * var(--space-x-reverse)) !important;
  margin-left: calc(4rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw-space-y-20 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(5rem * var(--space-y-reverse)) !important;
}

.tw-space-x-20 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(5rem * var(--space-x-reverse)) !important;
  margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw-space-y-24 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(6rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(6rem * var(--space-y-reverse)) !important;
}

.tw-space-x-24 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(6rem * var(--space-x-reverse)) !important;
  margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw-space-y-32 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(8rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(8rem * var(--space-y-reverse)) !important;
}

.tw-space-x-32 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(8rem * var(--space-x-reverse)) !important;
  margin-left: calc(8rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw-space-y-40 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(10rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(10rem * var(--space-y-reverse)) !important;
}

.tw-space-x-40 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(10rem * var(--space-x-reverse)) !important;
  margin-left: calc(10rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw-space-y-48 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(12rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(12rem * var(--space-y-reverse)) !important;
}

.tw-space-x-48 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(12rem * var(--space-x-reverse)) !important;
  margin-left: calc(12rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw-space-y-56 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(14rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(14rem * var(--space-y-reverse)) !important;
}

.tw-space-x-56 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(14rem * var(--space-x-reverse)) !important;
  margin-left: calc(14rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw-space-y-64 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(16rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(16rem * var(--space-y-reverse)) !important;
}

.tw-space-x-64 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(16rem * var(--space-x-reverse)) !important;
  margin-left: calc(16rem * calc(1 - var(--space-x-reverse))) !important;
}

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

.tw-space-x-px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(1px * var(--space-x-reverse)) !important;
  margin-left: calc(1px * calc(1 - var(--space-x-reverse))) !important;
}

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

.tw--space-x-1 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-0.25rem * var(--space-x-reverse)) !important;
  margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw--space-y-2 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-0.5rem * var(--space-y-reverse)) !important;
}

.tw--space-x-2 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-0.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw--space-y-3 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-0.75rem * var(--space-y-reverse)) !important;
}

.tw--space-x-3 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-0.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw--space-y-4 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-1rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-1rem * var(--space-y-reverse)) !important;
}

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

.tw--space-y-5 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-1.25rem * var(--space-y-reverse)) !important;
}

.tw--space-x-5 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
  margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw--space-y-6 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-1.5rem * var(--space-y-reverse)) !important;
}

.tw--space-x-6 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw--space-y-8 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-2rem * var(--space-y-reverse)) !important;
}

.tw--space-x-8 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-2rem * var(--space-x-reverse)) !important;
  margin-left: calc(-2rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw--space-y-10 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-2.5rem * var(--space-y-reverse)) !important;
}

.tw--space-x-10 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw--space-y-12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-3rem * var(--space-y-reverse)) !important;
}

.tw--space-x-12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-3rem * var(--space-x-reverse)) !important;
  margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw--space-y-16 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-4rem * var(--space-y-reverse)) !important;
}

.tw--space-x-16 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-4rem * var(--space-x-reverse)) !important;
  margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw--space-y-20 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-5rem * var(--space-y-reverse)) !important;
}

.tw--space-x-20 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-5rem * var(--space-x-reverse)) !important;
  margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw--space-y-24 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-6rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-6rem * var(--space-y-reverse)) !important;
}

.tw--space-x-24 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-6rem * var(--space-x-reverse)) !important;
  margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw--space-y-32 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-8rem * var(--space-y-reverse)) !important;
}

.tw--space-x-32 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-8rem * var(--space-x-reverse)) !important;
  margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw--space-y-40 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-10rem * var(--space-y-reverse)) !important;
}

.tw--space-x-40 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-10rem * var(--space-x-reverse)) !important;
  margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw--space-y-48 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-12rem * var(--space-y-reverse)) !important;
}

.tw--space-x-48 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-12rem * var(--space-x-reverse)) !important;
  margin-left: calc(-12rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw--space-y-56 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-14rem * var(--space-y-reverse)) !important;
}

.tw--space-x-56 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-14rem * var(--space-x-reverse)) !important;
  margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))) !important;
}

.tw--space-y-64 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-16rem * var(--space-y-reverse)) !important;
}

.tw--space-x-64 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-16rem * var(--space-x-reverse)) !important;
  margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))) !important;
}

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

.tw--space-x-px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-1px * var(--space-x-reverse)) !important;
  margin-left: calc(-1px * calc(1 - var(--space-x-reverse))) !important;
}

.tw-space-y-reverse > :not(template) ~ :not(template) {
  --space-y-reverse: 1 !important;
}

.tw-space-x-reverse > :not(template) ~ :not(template) {
  --space-x-reverse: 1 !important;
}

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

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

.tw-divide-y-2 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0 !important;
  border-top-width: calc(2px * calc(1 - var(--divide-y-reverse))) !important;
  border-bottom-width: calc(2px * var(--divide-y-reverse)) !important;
}

.tw-divide-x-2 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0 !important;
  border-right-width: calc(2px * var(--divide-x-reverse)) !important;
  border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
}

.tw-divide-y-4 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0 !important;
  border-top-width: calc(4px * calc(1 - var(--divide-y-reverse))) !important;
  border-bottom-width: calc(4px * var(--divide-y-reverse)) !important;
}

.tw-divide-x-4 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0 !important;
  border-right-width: calc(4px * var(--divide-x-reverse)) !important;
  border-left-width: calc(4px * calc(1 - var(--divide-x-reverse))) !important;
}

.tw-divide-y-8 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0 !important;
  border-top-width: calc(8px * calc(1 - var(--divide-y-reverse))) !important;
  border-bottom-width: calc(8px * var(--divide-y-reverse)) !important;
}

.tw-divide-x-8 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0 !important;
  border-right-width: calc(8px * var(--divide-x-reverse)) !important;
  border-left-width: calc(8px * calc(1 - var(--divide-x-reverse))) !important;
}

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

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

.tw-divide-y-reverse > :not(template) ~ :not(template) {
  --divide-y-reverse: 1 !important;
}

.tw-divide-x-reverse > :not(template) ~ :not(template) {
  --divide-x-reverse: 1 !important;
}

.tw-divide-transparent > :not(template) ~ :not(template) {
  border-color: transparent !important;
}

.tw-divide-current > :not(template) ~ :not(template) {
  border-color: currentColor !important;
}

.tw-divide-black > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #000 !important;
  border-color: rgba(0, 0, 0, var(--divide-opacity)) !important;
}

.tw-divide-white > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #fff !important;
  border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
}

.tw-divide-gray-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #f7fafc !important;
  border-color: rgba(247, 250, 252, var(--divide-opacity)) !important;
}

.tw-divide-gray-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #edf2f7 !important;
  border-color: rgba(237, 242, 247, var(--divide-opacity)) !important;
}

.tw-divide-gray-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #e2e8f0 !important;
  border-color: rgba(226, 232, 240, var(--divide-opacity)) !important;
}

.tw-divide-gray-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #cbd5e0 !important;
  border-color: rgba(203, 213, 224, var(--divide-opacity)) !important;
}

.tw-divide-gray-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #a0aec0 !important;
  border-color: rgba(160, 174, 192, var(--divide-opacity)) !important;
}

.tw-divide-gray-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #718096 !important;
  border-color: rgba(113, 128, 150, var(--divide-opacity)) !important;
}

.tw-divide-gray-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #4a5568 !important;
  border-color: rgba(74, 85, 104, var(--divide-opacity)) !important;
}

.tw-divide-gray-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #2d3748 !important;
  border-color: rgba(45, 55, 72, var(--divide-opacity)) !important;
}

.tw-divide-gray-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #1a202c !important;
  border-color: rgba(26, 32, 44, var(--divide-opacity)) !important;
}

.tw-divide-red-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #fff5f5 !important;
  border-color: rgba(255, 245, 245, var(--divide-opacity)) !important;
}

.tw-divide-red-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #fed7d7 !important;
  border-color: rgba(254, 215, 215, var(--divide-opacity)) !important;
}

.tw-divide-red-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #feb2b2 !important;
  border-color: rgba(254, 178, 178, var(--divide-opacity)) !important;
}

.tw-divide-red-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #fc8181 !important;
  border-color: rgba(252, 129, 129, var(--divide-opacity)) !important;
}

.tw-divide-red-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #f56565 !important;
  border-color: rgba(245, 101, 101, var(--divide-opacity)) !important;
}

.tw-divide-red-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #e53e3e !important;
  border-color: rgba(229, 62, 62, var(--divide-opacity)) !important;
}

.tw-divide-red-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #c53030 !important;
  border-color: rgba(197, 48, 48, var(--divide-opacity)) !important;
}

.tw-divide-red-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #9b2c2c !important;
  border-color: rgba(155, 44, 44, var(--divide-opacity)) !important;
}

.tw-divide-red-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #742a2a !important;
  border-color: rgba(116, 42, 42, var(--divide-opacity)) !important;
}

.tw-divide-orange-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #fffaf0 !important;
  border-color: rgba(255, 250, 240, var(--divide-opacity)) !important;
}

.tw-divide-orange-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #feebc8 !important;
  border-color: rgba(254, 235, 200, var(--divide-opacity)) !important;
}

.tw-divide-orange-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #fbd38d !important;
  border-color: rgba(251, 211, 141, var(--divide-opacity)) !important;
}

.tw-divide-orange-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #f6ad55 !important;
  border-color: rgba(246, 173, 85, var(--divide-opacity)) !important;
}

.tw-divide-orange-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #ed8936 !important;
  border-color: rgba(237, 137, 54, var(--divide-opacity)) !important;
}

.tw-divide-orange-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #dd6b20 !important;
  border-color: rgba(221, 107, 32, var(--divide-opacity)) !important;
}

.tw-divide-orange-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #c05621 !important;
  border-color: rgba(192, 86, 33, var(--divide-opacity)) !important;
}

.tw-divide-orange-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #9c4221 !important;
  border-color: rgba(156, 66, 33, var(--divide-opacity)) !important;
}

.tw-divide-orange-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #7b341e !important;
  border-color: rgba(123, 52, 30, var(--divide-opacity)) !important;
}

.tw-divide-yellow-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #fffff0 !important;
  border-color: rgba(255, 255, 240, var(--divide-opacity)) !important;
}

.tw-divide-yellow-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #fefcbf !important;
  border-color: rgba(254, 252, 191, var(--divide-opacity)) !important;
}

.tw-divide-yellow-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #faf089 !important;
  border-color: rgba(250, 240, 137, var(--divide-opacity)) !important;
}

.tw-divide-yellow-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #f6e05e !important;
  border-color: rgba(246, 224, 94, var(--divide-opacity)) !important;
}

.tw-divide-yellow-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #ecc94b !important;
  border-color: rgba(236, 201, 75, var(--divide-opacity)) !important;
}

.tw-divide-yellow-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #d69e2e !important;
  border-color: rgba(214, 158, 46, var(--divide-opacity)) !important;
}

.tw-divide-yellow-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #b7791f !important;
  border-color: rgba(183, 121, 31, var(--divide-opacity)) !important;
}

.tw-divide-yellow-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #975a16 !important;
  border-color: rgba(151, 90, 22, var(--divide-opacity)) !important;
}

.tw-divide-yellow-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #744210 !important;
  border-color: rgba(116, 66, 16, var(--divide-opacity)) !important;
}

.tw-divide-green-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #f0fff4 !important;
  border-color: rgba(240, 255, 244, var(--divide-opacity)) !important;
}

.tw-divide-green-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #c6f6d5 !important;
  border-color: rgba(198, 246, 213, var(--divide-opacity)) !important;
}

.tw-divide-green-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #9ae6b4 !important;
  border-color: rgba(154, 230, 180, var(--divide-opacity)) !important;
}

.tw-divide-green-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #68d391 !important;
  border-color: rgba(104, 211, 145, var(--divide-opacity)) !important;
}

.tw-divide-green-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #48bb78 !important;
  border-color: rgba(72, 187, 120, var(--divide-opacity)) !important;
}

.tw-divide-green-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #38a169 !important;
  border-color: rgba(56, 161, 105, var(--divide-opacity)) !important;
}

.tw-divide-green-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #2f855a !important;
  border-color: rgba(47, 133, 90, var(--divide-opacity)) !important;
}

.tw-divide-green-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #276749 !important;
  border-color: rgba(39, 103, 73, var(--divide-opacity)) !important;
}

.tw-divide-green-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #22543d !important;
  border-color: rgba(34, 84, 61, var(--divide-opacity)) !important;
}

.tw-divide-teal-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #e6fffa !important;
  border-color: rgba(230, 255, 250, var(--divide-opacity)) !important;
}

.tw-divide-teal-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #b2f5ea !important;
  border-color: rgba(178, 245, 234, var(--divide-opacity)) !important;
}

.tw-divide-teal-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #81e6d9 !important;
  border-color: rgba(129, 230, 217, var(--divide-opacity)) !important;
}

.tw-divide-teal-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #4fd1c5 !important;
  border-color: rgba(79, 209, 197, var(--divide-opacity)) !important;
}

.tw-divide-teal-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #38b2ac !important;
  border-color: rgba(56, 178, 172, var(--divide-opacity)) !important;
}

.tw-divide-teal-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #319795 !important;
  border-color: rgba(49, 151, 149, var(--divide-opacity)) !important;
}

.tw-divide-teal-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #2c7a7b !important;
  border-color: rgba(44, 122, 123, var(--divide-opacity)) !important;
}

.tw-divide-teal-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #285e61 !important;
  border-color: rgba(40, 94, 97, var(--divide-opacity)) !important;
}

.tw-divide-teal-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #234e52 !important;
  border-color: rgba(35, 78, 82, var(--divide-opacity)) !important;
}

.tw-divide-blue-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #ebf8ff !important;
  border-color: rgba(235, 248, 255, var(--divide-opacity)) !important;
}

.tw-divide-blue-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #bee3f8 !important;
  border-color: rgba(190, 227, 248, var(--divide-opacity)) !important;
}

.tw-divide-blue-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #90cdf4 !important;
  border-color: rgba(144, 205, 244, var(--divide-opacity)) !important;
}

.tw-divide-blue-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #63b3ed !important;
  border-color: rgba(99, 179, 237, var(--divide-opacity)) !important;
}

.tw-divide-blue-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #4299e1 !important;
  border-color: rgba(66, 153, 225, var(--divide-opacity)) !important;
}

.tw-divide-blue-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #3182ce !important;
  border-color: rgba(49, 130, 206, var(--divide-opacity)) !important;
}

.tw-divide-blue-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #2b6cb0 !important;
  border-color: rgba(43, 108, 176, var(--divide-opacity)) !important;
}

.tw-divide-blue-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #2c5282 !important;
  border-color: rgba(44, 82, 130, var(--divide-opacity)) !important;
}

.tw-divide-blue-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #2a4365 !important;
  border-color: rgba(42, 67, 101, var(--divide-opacity)) !important;
}

.tw-divide-indigo-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #ebf4ff !important;
  border-color: rgba(235, 244, 255, var(--divide-opacity)) !important;
}

.tw-divide-indigo-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #c3dafe !important;
  border-color: rgba(195, 218, 254, var(--divide-opacity)) !important;
}

.tw-divide-indigo-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #a3bffa !important;
  border-color: rgba(163, 191, 250, var(--divide-opacity)) !important;
}

.tw-divide-indigo-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #7f9cf5 !important;
  border-color: rgba(127, 156, 245, var(--divide-opacity)) !important;
}

.tw-divide-indigo-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #667eea !important;
  border-color: rgba(102, 126, 234, var(--divide-opacity)) !important;
}

.tw-divide-indigo-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #5a67d8 !important;
  border-color: rgba(90, 103, 216, var(--divide-opacity)) !important;
}

.tw-divide-indigo-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #4c51bf !important;
  border-color: rgba(76, 81, 191, var(--divide-opacity)) !important;
}

.tw-divide-indigo-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #434190 !important;
  border-color: rgba(67, 65, 144, var(--divide-opacity)) !important;
}

.tw-divide-indigo-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #3c366b !important;
  border-color: rgba(60, 54, 107, var(--divide-opacity)) !important;
}

.tw-divide-purple-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #faf5ff !important;
  border-color: rgba(250, 245, 255, var(--divide-opacity)) !important;
}

.tw-divide-purple-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #e9d8fd !important;
  border-color: rgba(233, 216, 253, var(--divide-opacity)) !important;
}

.tw-divide-purple-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #d6bcfa !important;
  border-color: rgba(214, 188, 250, var(--divide-opacity)) !important;
}

.tw-divide-purple-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #b794f4 !important;
  border-color: rgba(183, 148, 244, var(--divide-opacity)) !important;
}

.tw-divide-purple-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #9f7aea !important;
  border-color: rgba(159, 122, 234, var(--divide-opacity)) !important;
}

.tw-divide-purple-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #805ad5 !important;
  border-color: rgba(128, 90, 213, var(--divide-opacity)) !important;
}

.tw-divide-purple-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #6b46c1 !important;
  border-color: rgba(107, 70, 193, var(--divide-opacity)) !important;
}

.tw-divide-purple-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #553c9a !important;
  border-color: rgba(85, 60, 154, var(--divide-opacity)) !important;
}

.tw-divide-purple-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #44337a !important;
  border-color: rgba(68, 51, 122, var(--divide-opacity)) !important;
}

.tw-divide-pink-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #fff5f7 !important;
  border-color: rgba(255, 245, 247, var(--divide-opacity)) !important;
}

.tw-divide-pink-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #fed7e2 !important;
  border-color: rgba(254, 215, 226, var(--divide-opacity)) !important;
}

.tw-divide-pink-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #fbb6ce !important;
  border-color: rgba(251, 182, 206, var(--divide-opacity)) !important;
}

.tw-divide-pink-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #f687b3 !important;
  border-color: rgba(246, 135, 179, var(--divide-opacity)) !important;
}

.tw-divide-pink-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #ed64a6 !important;
  border-color: rgba(237, 100, 166, var(--divide-opacity)) !important;
}

.tw-divide-pink-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #d53f8c !important;
  border-color: rgba(213, 63, 140, var(--divide-opacity)) !important;
}

.tw-divide-pink-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #b83280 !important;
  border-color: rgba(184, 50, 128, var(--divide-opacity)) !important;
}

.tw-divide-pink-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #97266d !important;
  border-color: rgba(151, 38, 109, var(--divide-opacity)) !important;
}

.tw-divide-pink-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #702459 !important;
  border-color: rgba(112, 36, 89, var(--divide-opacity)) !important;
}

.tw-divide-lac-blue > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #123440 !important;
  border-color: rgba(18, 52, 64, var(--divide-opacity)) !important;
}

.tw-divide-lac-darkblue > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #0F2E39 !important;
  border-color: rgba(15, 46, 57, var(--divide-opacity)) !important;
}

.tw-divide-lac-brass > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #D19A86 !important;
  border-color: rgba(209, 154, 134, var(--divide-opacity)) !important;
}

.tw-divide-lac-offwhite > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #F8F8F7 !important;
  border-color: rgba(248, 248, 247, var(--divide-opacity)) !important;
}

.tw-divide-opacity-0 > :not(template) ~ :not(template) {
  --divide-opacity: 0 !important;
}

.tw-divide-opacity-25 > :not(template) ~ :not(template) {
  --divide-opacity: 0.25 !important;
}

.tw-divide-opacity-50 > :not(template) ~ :not(template) {
  --divide-opacity: 0.5 !important;
}

.tw-divide-opacity-75 > :not(template) ~ :not(template) {
  --divide-opacity: 0.75 !important;
}

.tw-divide-opacity-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

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

.tw-not-sr-only {
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

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

.focus-tw-not-sr-only:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.tw-appearance-none {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

.tw-bg-fixed {
  background-attachment: fixed !important;
}

.tw-bg-local {
  background-attachment: local !important;
}

.tw-bg-scroll {
  background-attachment: scroll !important;
}

.tw-bg-transparent {
  background-color: transparent !important;
}

.tw-bg-current {
  background-color: currentColor !important;
}

.tw-bg-black {
  --bg-opacity: 1 !important;
  background-color: #000 !important;
  background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
}

.tw-bg-white {
  --bg-opacity: 1 !important;
  background-color: #fff !important;
  background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
}

.tw-bg-gray-100 {
  --bg-opacity: 1 !important;
  background-color: #f7fafc !important;
  background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
}

.tw-bg-gray-200 {
  --bg-opacity: 1 !important;
  background-color: #edf2f7 !important;
  background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
}

.tw-bg-gray-300 {
  --bg-opacity: 1 !important;
  background-color: #e2e8f0 !important;
  background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
}

.tw-bg-gray-400 {
  --bg-opacity: 1 !important;
  background-color: #cbd5e0 !important;
  background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
}

.tw-bg-gray-500 {
  --bg-opacity: 1 !important;
  background-color: #a0aec0 !important;
  background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
}

.tw-bg-gray-600 {
  --bg-opacity: 1 !important;
  background-color: #718096 !important;
  background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
}

.tw-bg-gray-700 {
  --bg-opacity: 1 !important;
  background-color: #4a5568 !important;
  background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
}

.tw-bg-gray-800 {
  --bg-opacity: 1 !important;
  background-color: #2d3748 !important;
  background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
}

.tw-bg-gray-900 {
  --bg-opacity: 1 !important;
  background-color: #1a202c !important;
  background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
}

.tw-bg-red-100 {
  --bg-opacity: 1 !important;
  background-color: #fff5f5 !important;
  background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
}

.tw-bg-red-200 {
  --bg-opacity: 1 !important;
  background-color: #fed7d7 !important;
  background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
}

.tw-bg-red-300 {
  --bg-opacity: 1 !important;
  background-color: #feb2b2 !important;
  background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
}

.tw-bg-red-400 {
  --bg-opacity: 1 !important;
  background-color: #fc8181 !important;
  background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
}

.tw-bg-red-500 {
  --bg-opacity: 1 !important;
  background-color: #f56565 !important;
  background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
}

.tw-bg-red-600 {
  --bg-opacity: 1 !important;
  background-color: #e53e3e !important;
  background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
}

.tw-bg-red-700 {
  --bg-opacity: 1 !important;
  background-color: #c53030 !important;
  background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
}

.tw-bg-red-800 {
  --bg-opacity: 1 !important;
  background-color: #9b2c2c !important;
  background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
}

.tw-bg-red-900 {
  --bg-opacity: 1 !important;
  background-color: #742a2a !important;
  background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
}

.tw-bg-orange-100 {
  --bg-opacity: 1 !important;
  background-color: #fffaf0 !important;
  background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
}

.tw-bg-orange-200 {
  --bg-opacity: 1 !important;
  background-color: #feebc8 !important;
  background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
}

.tw-bg-orange-300 {
  --bg-opacity: 1 !important;
  background-color: #fbd38d !important;
  background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
}

.tw-bg-orange-400 {
  --bg-opacity: 1 !important;
  background-color: #f6ad55 !important;
  background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
}

.tw-bg-orange-500 {
  --bg-opacity: 1 !important;
  background-color: #ed8936 !important;
  background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
}

.tw-bg-orange-600 {
  --bg-opacity: 1 !important;
  background-color: #dd6b20 !important;
  background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
}

.tw-bg-orange-700 {
  --bg-opacity: 1 !important;
  background-color: #c05621 !important;
  background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
}

.tw-bg-orange-800 {
  --bg-opacity: 1 !important;
  background-color: #9c4221 !important;
  background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
}

.tw-bg-orange-900 {
  --bg-opacity: 1 !important;
  background-color: #7b341e !important;
  background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
}

.tw-bg-yellow-100 {
  --bg-opacity: 1 !important;
  background-color: #fffff0 !important;
  background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
}

.tw-bg-yellow-200 {
  --bg-opacity: 1 !important;
  background-color: #fefcbf !important;
  background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
}

.tw-bg-yellow-300 {
  --bg-opacity: 1 !important;
  background-color: #faf089 !important;
  background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
}

.tw-bg-yellow-400 {
  --bg-opacity: 1 !important;
  background-color: #f6e05e !important;
  background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
}

.tw-bg-yellow-500 {
  --bg-opacity: 1 !important;
  background-color: #ecc94b !important;
  background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
}

.tw-bg-yellow-600 {
  --bg-opacity: 1 !important;
  background-color: #d69e2e !important;
  background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
}

.tw-bg-yellow-700 {
  --bg-opacity: 1 !important;
  background-color: #b7791f !important;
  background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
}

.tw-bg-yellow-800 {
  --bg-opacity: 1 !important;
  background-color: #975a16 !important;
  background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
}

.tw-bg-yellow-900 {
  --bg-opacity: 1 !important;
  background-color: #744210 !important;
  background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
}

.tw-bg-green-100 {
  --bg-opacity: 1 !important;
  background-color: #f0fff4 !important;
  background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
}

.tw-bg-green-200 {
  --bg-opacity: 1 !important;
  background-color: #c6f6d5 !important;
  background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
}

.tw-bg-green-300 {
  --bg-opacity: 1 !important;
  background-color: #9ae6b4 !important;
  background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
}

.tw-bg-green-400 {
  --bg-opacity: 1 !important;
  background-color: #68d391 !important;
  background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
}

.tw-bg-green-500 {
  --bg-opacity: 1 !important;
  background-color: #48bb78 !important;
  background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
}

.tw-bg-green-600 {
  --bg-opacity: 1 !important;
  background-color: #38a169 !important;
  background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
}

.tw-bg-green-700 {
  --bg-opacity: 1 !important;
  background-color: #2f855a !important;
  background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
}

.tw-bg-green-800 {
  --bg-opacity: 1 !important;
  background-color: #276749 !important;
  background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
}

.tw-bg-green-900 {
  --bg-opacity: 1 !important;
  background-color: #22543d !important;
  background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
}

.tw-bg-teal-100 {
  --bg-opacity: 1 !important;
  background-color: #e6fffa !important;
  background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
}

.tw-bg-teal-200 {
  --bg-opacity: 1 !important;
  background-color: #b2f5ea !important;
  background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
}

.tw-bg-teal-300 {
  --bg-opacity: 1 !important;
  background-color: #81e6d9 !important;
  background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
}

.tw-bg-teal-400 {
  --bg-opacity: 1 !important;
  background-color: #4fd1c5 !important;
  background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
}

.tw-bg-teal-500 {
  --bg-opacity: 1 !important;
  background-color: #38b2ac !important;
  background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
}

.tw-bg-teal-600 {
  --bg-opacity: 1 !important;
  background-color: #319795 !important;
  background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
}

.tw-bg-teal-700 {
  --bg-opacity: 1 !important;
  background-color: #2c7a7b !important;
  background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
}

.tw-bg-teal-800 {
  --bg-opacity: 1 !important;
  background-color: #285e61 !important;
  background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
}

.tw-bg-teal-900 {
  --bg-opacity: 1 !important;
  background-color: #234e52 !important;
  background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
}

.tw-bg-blue-100 {
  --bg-opacity: 1 !important;
  background-color: #ebf8ff !important;
  background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
}

.tw-bg-blue-200 {
  --bg-opacity: 1 !important;
  background-color: #bee3f8 !important;
  background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
}

.tw-bg-blue-300 {
  --bg-opacity: 1 !important;
  background-color: #90cdf4 !important;
  background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
}

.tw-bg-blue-400 {
  --bg-opacity: 1 !important;
  background-color: #63b3ed !important;
  background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
}

.tw-bg-blue-500 {
  --bg-opacity: 1 !important;
  background-color: #4299e1 !important;
  background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
}

.tw-bg-blue-600 {
  --bg-opacity: 1 !important;
  background-color: #3182ce !important;
  background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
}

.tw-bg-blue-700 {
  --bg-opacity: 1 !important;
  background-color: #2b6cb0 !important;
  background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
}

.tw-bg-blue-800 {
  --bg-opacity: 1 !important;
  background-color: #2c5282 !important;
  background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
}

.tw-bg-blue-900 {
  --bg-opacity: 1 !important;
  background-color: #2a4365 !important;
  background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
}

.tw-bg-indigo-100 {
  --bg-opacity: 1 !important;
  background-color: #ebf4ff !important;
  background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
}

.tw-bg-indigo-200 {
  --bg-opacity: 1 !important;
  background-color: #c3dafe !important;
  background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
}

.tw-bg-indigo-300 {
  --bg-opacity: 1 !important;
  background-color: #a3bffa !important;
  background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
}

.tw-bg-indigo-400 {
  --bg-opacity: 1 !important;
  background-color: #7f9cf5 !important;
  background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
}

.tw-bg-indigo-500 {
  --bg-opacity: 1 !important;
  background-color: #667eea !important;
  background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
}

.tw-bg-indigo-600 {
  --bg-opacity: 1 !important;
  background-color: #5a67d8 !important;
  background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
}

.tw-bg-indigo-700 {
  --bg-opacity: 1 !important;
  background-color: #4c51bf !important;
  background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
}

.tw-bg-indigo-800 {
  --bg-opacity: 1 !important;
  background-color: #434190 !important;
  background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
}

.tw-bg-indigo-900 {
  --bg-opacity: 1 !important;
  background-color: #3c366b !important;
  background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
}

.tw-bg-purple-100 {
  --bg-opacity: 1 !important;
  background-color: #faf5ff !important;
  background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
}

.tw-bg-purple-200 {
  --bg-opacity: 1 !important;
  background-color: #e9d8fd !important;
  background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
}

.tw-bg-purple-300 {
  --bg-opacity: 1 !important;
  background-color: #d6bcfa !important;
  background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
}

.tw-bg-purple-400 {
  --bg-opacity: 1 !important;
  background-color: #b794f4 !important;
  background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
}

.tw-bg-purple-500 {
  --bg-opacity: 1 !important;
  background-color: #9f7aea !important;
  background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
}

.tw-bg-purple-600 {
  --bg-opacity: 1 !important;
  background-color: #805ad5 !important;
  background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
}

.tw-bg-purple-700 {
  --bg-opacity: 1 !important;
  background-color: #6b46c1 !important;
  background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
}

.tw-bg-purple-800 {
  --bg-opacity: 1 !important;
  background-color: #553c9a !important;
  background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
}

.tw-bg-purple-900 {
  --bg-opacity: 1 !important;
  background-color: #44337a !important;
  background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
}

.tw-bg-pink-100 {
  --bg-opacity: 1 !important;
  background-color: #fff5f7 !important;
  background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
}

.tw-bg-pink-200 {
  --bg-opacity: 1 !important;
  background-color: #fed7e2 !important;
  background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
}

.tw-bg-pink-300 {
  --bg-opacity: 1 !important;
  background-color: #fbb6ce !important;
  background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
}

.tw-bg-pink-400 {
  --bg-opacity: 1 !important;
  background-color: #f687b3 !important;
  background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
}

.tw-bg-pink-500 {
  --bg-opacity: 1 !important;
  background-color: #ed64a6 !important;
  background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
}

.tw-bg-pink-600 {
  --bg-opacity: 1 !important;
  background-color: #d53f8c !important;
  background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
}

.tw-bg-pink-700 {
  --bg-opacity: 1 !important;
  background-color: #b83280 !important;
  background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
}

.tw-bg-pink-800 {
  --bg-opacity: 1 !important;
  background-color: #97266d !important;
  background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
}

.tw-bg-pink-900 {
  --bg-opacity: 1 !important;
  background-color: #702459 !important;
  background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
}

.tw-bg-lac-blue {
  --bg-opacity: 1 !important;
  background-color: #123440 !important;
  background-color: rgba(18, 52, 64, var(--bg-opacity)) !important;
}

.tw-bg-lac-darkblue {
  --bg-opacity: 1 !important;
  background-color: #0F2E39 !important;
  background-color: rgba(15, 46, 57, var(--bg-opacity)) !important;
}

.tw-bg-lac-brass {
  --bg-opacity: 1 !important;
  background-color: #D19A86 !important;
  background-color: rgba(209, 154, 134, var(--bg-opacity)) !important;
}

.tw-bg-lac-offwhite {
  --bg-opacity: 1 !important;
  background-color: #F8F8F7 !important;
  background-color: rgba(248, 248, 247, var(--bg-opacity)) !important;
}

.hover-tw-bg-transparent:hover {
  background-color: transparent !important;
}

.hover-tw-bg-current:hover {
  background-color: currentColor !important;
}

.hover-tw-bg-black:hover {
  --bg-opacity: 1 !important;
  background-color: #000 !important;
  background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
}

.hover-tw-bg-white:hover {
  --bg-opacity: 1 !important;
  background-color: #fff !important;
  background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
}

.hover-tw-bg-gray-100:hover {
  --bg-opacity: 1 !important;
  background-color: #f7fafc !important;
  background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
}

.hover-tw-bg-gray-200:hover {
  --bg-opacity: 1 !important;
  background-color: #edf2f7 !important;
  background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
}

.hover-tw-bg-gray-300:hover {
  --bg-opacity: 1 !important;
  background-color: #e2e8f0 !important;
  background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
}

.hover-tw-bg-gray-400:hover {
  --bg-opacity: 1 !important;
  background-color: #cbd5e0 !important;
  background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
}

.hover-tw-bg-gray-500:hover {
  --bg-opacity: 1 !important;
  background-color: #a0aec0 !important;
  background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
}

.hover-tw-bg-gray-600:hover {
  --bg-opacity: 1 !important;
  background-color: #718096 !important;
  background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
}

.hover-tw-bg-gray-700:hover {
  --bg-opacity: 1 !important;
  background-color: #4a5568 !important;
  background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
}

.hover-tw-bg-gray-800:hover {
  --bg-opacity: 1 !important;
  background-color: #2d3748 !important;
  background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
}

.hover-tw-bg-gray-900:hover {
  --bg-opacity: 1 !important;
  background-color: #1a202c !important;
  background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
}

.hover-tw-bg-red-100:hover {
  --bg-opacity: 1 !important;
  background-color: #fff5f5 !important;
  background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
}

.hover-tw-bg-red-200:hover {
  --bg-opacity: 1 !important;
  background-color: #fed7d7 !important;
  background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
}

.hover-tw-bg-red-300:hover {
  --bg-opacity: 1 !important;
  background-color: #feb2b2 !important;
  background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
}

.hover-tw-bg-red-400:hover {
  --bg-opacity: 1 !important;
  background-color: #fc8181 !important;
  background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
}

.hover-tw-bg-red-500:hover {
  --bg-opacity: 1 !important;
  background-color: #f56565 !important;
  background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
}

.hover-tw-bg-red-600:hover {
  --bg-opacity: 1 !important;
  background-color: #e53e3e !important;
  background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
}

.hover-tw-bg-red-700:hover {
  --bg-opacity: 1 !important;
  background-color: #c53030 !important;
  background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
}

.hover-tw-bg-red-800:hover {
  --bg-opacity: 1 !important;
  background-color: #9b2c2c !important;
  background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
}

.hover-tw-bg-red-900:hover {
  --bg-opacity: 1 !important;
  background-color: #742a2a !important;
  background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
}

.hover-tw-bg-orange-100:hover {
  --bg-opacity: 1 !important;
  background-color: #fffaf0 !important;
  background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
}

.hover-tw-bg-orange-200:hover {
  --bg-opacity: 1 !important;
  background-color: #feebc8 !important;
  background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
}

.hover-tw-bg-orange-300:hover {
  --bg-opacity: 1 !important;
  background-color: #fbd38d !important;
  background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
}

.hover-tw-bg-orange-400:hover {
  --bg-opacity: 1 !important;
  background-color: #f6ad55 !important;
  background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
}

.hover-tw-bg-orange-500:hover {
  --bg-opacity: 1 !important;
  background-color: #ed8936 !important;
  background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
}

.hover-tw-bg-orange-600:hover {
  --bg-opacity: 1 !important;
  background-color: #dd6b20 !important;
  background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
}

.hover-tw-bg-orange-700:hover {
  --bg-opacity: 1 !important;
  background-color: #c05621 !important;
  background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
}

.hover-tw-bg-orange-800:hover {
  --bg-opacity: 1 !important;
  background-color: #9c4221 !important;
  background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
}

.hover-tw-bg-orange-900:hover {
  --bg-opacity: 1 !important;
  background-color: #7b341e !important;
  background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
}

.hover-tw-bg-yellow-100:hover {
  --bg-opacity: 1 !important;
  background-color: #fffff0 !important;
  background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
}

.hover-tw-bg-yellow-200:hover {
  --bg-opacity: 1 !important;
  background-color: #fefcbf !important;
  background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
}

.hover-tw-bg-yellow-300:hover {
  --bg-opacity: 1 !important;
  background-color: #faf089 !important;
  background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
}

.hover-tw-bg-yellow-400:hover {
  --bg-opacity: 1 !important;
  background-color: #f6e05e !important;
  background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
}

.hover-tw-bg-yellow-500:hover {
  --bg-opacity: 1 !important;
  background-color: #ecc94b !important;
  background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
}

.hover-tw-bg-yellow-600:hover {
  --bg-opacity: 1 !important;
  background-color: #d69e2e !important;
  background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
}

.hover-tw-bg-yellow-700:hover {
  --bg-opacity: 1 !important;
  background-color: #b7791f !important;
  background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
}

.hover-tw-bg-yellow-800:hover {
  --bg-opacity: 1 !important;
  background-color: #975a16 !important;
  background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
}

.hover-tw-bg-yellow-900:hover {
  --bg-opacity: 1 !important;
  background-color: #744210 !important;
  background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
}

.hover-tw-bg-green-100:hover {
  --bg-opacity: 1 !important;
  background-color: #f0fff4 !important;
  background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
}

.hover-tw-bg-green-200:hover {
  --bg-opacity: 1 !important;
  background-color: #c6f6d5 !important;
  background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
}

.hover-tw-bg-green-300:hover {
  --bg-opacity: 1 !important;
  background-color: #9ae6b4 !important;
  background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
}

.hover-tw-bg-green-400:hover {
  --bg-opacity: 1 !important;
  background-color: #68d391 !important;
  background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
}

.hover-tw-bg-green-500:hover {
  --bg-opacity: 1 !important;
  background-color: #48bb78 !important;
  background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
}

.hover-tw-bg-green-600:hover {
  --bg-opacity: 1 !important;
  background-color: #38a169 !important;
  background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
}

.hover-tw-bg-green-700:hover {
  --bg-opacity: 1 !important;
  background-color: #2f855a !important;
  background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
}

.hover-tw-bg-green-800:hover {
  --bg-opacity: 1 !important;
  background-color: #276749 !important;
  background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
}

.hover-tw-bg-green-900:hover {
  --bg-opacity: 1 !important;
  background-color: #22543d !important;
  background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
}

.hover-tw-bg-teal-100:hover {
  --bg-opacity: 1 !important;
  background-color: #e6fffa !important;
  background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
}

.hover-tw-bg-teal-200:hover {
  --bg-opacity: 1 !important;
  background-color: #b2f5ea !important;
  background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
}

.hover-tw-bg-teal-300:hover {
  --bg-opacity: 1 !important;
  background-color: #81e6d9 !important;
  background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
}

.hover-tw-bg-teal-400:hover {
  --bg-opacity: 1 !important;
  background-color: #4fd1c5 !important;
  background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
}

.hover-tw-bg-teal-500:hover {
  --bg-opacity: 1 !important;
  background-color: #38b2ac !important;
  background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
}

.hover-tw-bg-teal-600:hover {
  --bg-opacity: 1 !important;
  background-color: #319795 !important;
  background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
}

.hover-tw-bg-teal-700:hover {
  --bg-opacity: 1 !important;
  background-color: #2c7a7b !important;
  background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
}

.hover-tw-bg-teal-800:hover {
  --bg-opacity: 1 !important;
  background-color: #285e61 !important;
  background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
}

.hover-tw-bg-teal-900:hover {
  --bg-opacity: 1 !important;
  background-color: #234e52 !important;
  background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
}

.hover-tw-bg-blue-100:hover {
  --bg-opacity: 1 !important;
  background-color: #ebf8ff !important;
  background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
}

.hover-tw-bg-blue-200:hover {
  --bg-opacity: 1 !important;
  background-color: #bee3f8 !important;
  background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
}

.hover-tw-bg-blue-300:hover {
  --bg-opacity: 1 !important;
  background-color: #90cdf4 !important;
  background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
}

.hover-tw-bg-blue-400:hover {
  --bg-opacity: 1 !important;
  background-color: #63b3ed !important;
  background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
}

.hover-tw-bg-blue-500:hover {
  --bg-opacity: 1 !important;
  background-color: #4299e1 !important;
  background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
}

.hover-tw-bg-blue-600:hover {
  --bg-opacity: 1 !important;
  background-color: #3182ce !important;
  background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
}

.hover-tw-bg-blue-700:hover {
  --bg-opacity: 1 !important;
  background-color: #2b6cb0 !important;
  background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
}

.hover-tw-bg-blue-800:hover {
  --bg-opacity: 1 !important;
  background-color: #2c5282 !important;
  background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
}

.hover-tw-bg-blue-900:hover {
  --bg-opacity: 1 !important;
  background-color: #2a4365 !important;
  background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
}

.hover-tw-bg-indigo-100:hover {
  --bg-opacity: 1 !important;
  background-color: #ebf4ff !important;
  background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
}

.hover-tw-bg-indigo-200:hover {
  --bg-opacity: 1 !important;
  background-color: #c3dafe !important;
  background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
}

.hover-tw-bg-indigo-300:hover {
  --bg-opacity: 1 !important;
  background-color: #a3bffa !important;
  background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
}

.hover-tw-bg-indigo-400:hover {
  --bg-opacity: 1 !important;
  background-color: #7f9cf5 !important;
  background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
}

.hover-tw-bg-indigo-500:hover {
  --bg-opacity: 1 !important;
  background-color: #667eea !important;
  background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
}

.hover-tw-bg-indigo-600:hover {
  --bg-opacity: 1 !important;
  background-color: #5a67d8 !important;
  background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
}

.hover-tw-bg-indigo-700:hover {
  --bg-opacity: 1 !important;
  background-color: #4c51bf !important;
  background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
}

.hover-tw-bg-indigo-800:hover {
  --bg-opacity: 1 !important;
  background-color: #434190 !important;
  background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
}

.hover-tw-bg-indigo-900:hover {
  --bg-opacity: 1 !important;
  background-color: #3c366b !important;
  background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
}

.hover-tw-bg-purple-100:hover {
  --bg-opacity: 1 !important;
  background-color: #faf5ff !important;
  background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
}

.hover-tw-bg-purple-200:hover {
  --bg-opacity: 1 !important;
  background-color: #e9d8fd !important;
  background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
}

.hover-tw-bg-purple-300:hover {
  --bg-opacity: 1 !important;
  background-color: #d6bcfa !important;
  background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
}

.hover-tw-bg-purple-400:hover {
  --bg-opacity: 1 !important;
  background-color: #b794f4 !important;
  background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
}

.hover-tw-bg-purple-500:hover {
  --bg-opacity: 1 !important;
  background-color: #9f7aea !important;
  background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
}

.hover-tw-bg-purple-600:hover {
  --bg-opacity: 1 !important;
  background-color: #805ad5 !important;
  background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
}

.hover-tw-bg-purple-700:hover {
  --bg-opacity: 1 !important;
  background-color: #6b46c1 !important;
  background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
}

.hover-tw-bg-purple-800:hover {
  --bg-opacity: 1 !important;
  background-color: #553c9a !important;
  background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
}

.hover-tw-bg-purple-900:hover {
  --bg-opacity: 1 !important;
  background-color: #44337a !important;
  background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
}

.hover-tw-bg-pink-100:hover {
  --bg-opacity: 1 !important;
  background-color: #fff5f7 !important;
  background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
}

.hover-tw-bg-pink-200:hover {
  --bg-opacity: 1 !important;
  background-color: #fed7e2 !important;
  background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
}

.hover-tw-bg-pink-300:hover {
  --bg-opacity: 1 !important;
  background-color: #fbb6ce !important;
  background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
}

.hover-tw-bg-pink-400:hover {
  --bg-opacity: 1 !important;
  background-color: #f687b3 !important;
  background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
}

.hover-tw-bg-pink-500:hover {
  --bg-opacity: 1 !important;
  background-color: #ed64a6 !important;
  background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
}

.hover-tw-bg-pink-600:hover {
  --bg-opacity: 1 !important;
  background-color: #d53f8c !important;
  background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
}

.hover-tw-bg-pink-700:hover {
  --bg-opacity: 1 !important;
  background-color: #b83280 !important;
  background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
}

.hover-tw-bg-pink-800:hover {
  --bg-opacity: 1 !important;
  background-color: #97266d !important;
  background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
}

.hover-tw-bg-pink-900:hover {
  --bg-opacity: 1 !important;
  background-color: #702459 !important;
  background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
}

.hover-tw-bg-lac-blue:hover {
  --bg-opacity: 1 !important;
  background-color: #123440 !important;
  background-color: rgba(18, 52, 64, var(--bg-opacity)) !important;
}

.hover-tw-bg-lac-darkblue:hover {
  --bg-opacity: 1 !important;
  background-color: #0F2E39 !important;
  background-color: rgba(15, 46, 57, var(--bg-opacity)) !important;
}

.hover-tw-bg-lac-brass:hover {
  --bg-opacity: 1 !important;
  background-color: #D19A86 !important;
  background-color: rgba(209, 154, 134, var(--bg-opacity)) !important;
}

.hover-tw-bg-lac-offwhite:hover {
  --bg-opacity: 1 !important;
  background-color: #F8F8F7 !important;
  background-color: rgba(248, 248, 247, var(--bg-opacity)) !important;
}

.focus-tw-bg-transparent:focus {
  background-color: transparent !important;
}

.focus-tw-bg-current:focus {
  background-color: currentColor !important;
}

.focus-tw-bg-black:focus {
  --bg-opacity: 1 !important;
  background-color: #000 !important;
  background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
}

.focus-tw-bg-white:focus {
  --bg-opacity: 1 !important;
  background-color: #fff !important;
  background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
}

.focus-tw-bg-gray-100:focus {
  --bg-opacity: 1 !important;
  background-color: #f7fafc !important;
  background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
}

.focus-tw-bg-gray-200:focus {
  --bg-opacity: 1 !important;
  background-color: #edf2f7 !important;
  background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
}

.focus-tw-bg-gray-300:focus {
  --bg-opacity: 1 !important;
  background-color: #e2e8f0 !important;
  background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
}

.focus-tw-bg-gray-400:focus {
  --bg-opacity: 1 !important;
  background-color: #cbd5e0 !important;
  background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
}

.focus-tw-bg-gray-500:focus {
  --bg-opacity: 1 !important;
  background-color: #a0aec0 !important;
  background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
}

.focus-tw-bg-gray-600:focus {
  --bg-opacity: 1 !important;
  background-color: #718096 !important;
  background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
}

.focus-tw-bg-gray-700:focus {
  --bg-opacity: 1 !important;
  background-color: #4a5568 !important;
  background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
}

.focus-tw-bg-gray-800:focus {
  --bg-opacity: 1 !important;
  background-color: #2d3748 !important;
  background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
}

.focus-tw-bg-gray-900:focus {
  --bg-opacity: 1 !important;
  background-color: #1a202c !important;
  background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
}

.focus-tw-bg-red-100:focus {
  --bg-opacity: 1 !important;
  background-color: #fff5f5 !important;
  background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
}

.focus-tw-bg-red-200:focus {
  --bg-opacity: 1 !important;
  background-color: #fed7d7 !important;
  background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
}

.focus-tw-bg-red-300:focus {
  --bg-opacity: 1 !important;
  background-color: #feb2b2 !important;
  background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
}

.focus-tw-bg-red-400:focus {
  --bg-opacity: 1 !important;
  background-color: #fc8181 !important;
  background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
}

.focus-tw-bg-red-500:focus {
  --bg-opacity: 1 !important;
  background-color: #f56565 !important;
  background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
}

.focus-tw-bg-red-600:focus {
  --bg-opacity: 1 !important;
  background-color: #e53e3e !important;
  background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
}

.focus-tw-bg-red-700:focus {
  --bg-opacity: 1 !important;
  background-color: #c53030 !important;
  background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
}

.focus-tw-bg-red-800:focus {
  --bg-opacity: 1 !important;
  background-color: #9b2c2c !important;
  background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
}

.focus-tw-bg-red-900:focus {
  --bg-opacity: 1 !important;
  background-color: #742a2a !important;
  background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
}

.focus-tw-bg-orange-100:focus {
  --bg-opacity: 1 !important;
  background-color: #fffaf0 !important;
  background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
}

.focus-tw-bg-orange-200:focus {
  --bg-opacity: 1 !important;
  background-color: #feebc8 !important;
  background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
}

.focus-tw-bg-orange-300:focus {
  --bg-opacity: 1 !important;
  background-color: #fbd38d !important;
  background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
}

.focus-tw-bg-orange-400:focus {
  --bg-opacity: 1 !important;
  background-color: #f6ad55 !important;
  background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
}

.focus-tw-bg-orange-500:focus {
  --bg-opacity: 1 !important;
  background-color: #ed8936 !important;
  background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
}

.focus-tw-bg-orange-600:focus {
  --bg-opacity: 1 !important;
  background-color: #dd6b20 !important;
  background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
}

.focus-tw-bg-orange-700:focus {
  --bg-opacity: 1 !important;
  background-color: #c05621 !important;
  background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
}

.focus-tw-bg-orange-800:focus {
  --bg-opacity: 1 !important;
  background-color: #9c4221 !important;
  background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
}

.focus-tw-bg-orange-900:focus {
  --bg-opacity: 1 !important;
  background-color: #7b341e !important;
  background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
}

.focus-tw-bg-yellow-100:focus {
  --bg-opacity: 1 !important;
  background-color: #fffff0 !important;
  background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
}

.focus-tw-bg-yellow-200:focus {
  --bg-opacity: 1 !important;
  background-color: #fefcbf !important;
  background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
}

.focus-tw-bg-yellow-300:focus {
  --bg-opacity: 1 !important;
  background-color: #faf089 !important;
  background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
}

.focus-tw-bg-yellow-400:focus {
  --bg-opacity: 1 !important;
  background-color: #f6e05e !important;
  background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
}

.focus-tw-bg-yellow-500:focus {
  --bg-opacity: 1 !important;
  background-color: #ecc94b !important;
  background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
}

.focus-tw-bg-yellow-600:focus {
  --bg-opacity: 1 !important;
  background-color: #d69e2e !important;
  background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
}

.focus-tw-bg-yellow-700:focus {
  --bg-opacity: 1 !important;
  background-color: #b7791f !important;
  background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
}

.focus-tw-bg-yellow-800:focus {
  --bg-opacity: 1 !important;
  background-color: #975a16 !important;
  background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
}

.focus-tw-bg-yellow-900:focus {
  --bg-opacity: 1 !important;
  background-color: #744210 !important;
  background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
}

.focus-tw-bg-green-100:focus {
  --bg-opacity: 1 !important;
  background-color: #f0fff4 !important;
  background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
}

.focus-tw-bg-green-200:focus {
  --bg-opacity: 1 !important;
  background-color: #c6f6d5 !important;
  background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
}

.focus-tw-bg-green-300:focus {
  --bg-opacity: 1 !important;
  background-color: #9ae6b4 !important;
  background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
}

.focus-tw-bg-green-400:focus {
  --bg-opacity: 1 !important;
  background-color: #68d391 !important;
  background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
}

.focus-tw-bg-green-500:focus {
  --bg-opacity: 1 !important;
  background-color: #48bb78 !important;
  background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
}

.focus-tw-bg-green-600:focus {
  --bg-opacity: 1 !important;
  background-color: #38a169 !important;
  background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
}

.focus-tw-bg-green-700:focus {
  --bg-opacity: 1 !important;
  background-color: #2f855a !important;
  background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
}

.focus-tw-bg-green-800:focus {
  --bg-opacity: 1 !important;
  background-color: #276749 !important;
  background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
}

.focus-tw-bg-green-900:focus {
  --bg-opacity: 1 !important;
  background-color: #22543d !important;
  background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
}

.focus-tw-bg-teal-100:focus {
  --bg-opacity: 1 !important;
  background-color: #e6fffa !important;
  background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
}

.focus-tw-bg-teal-200:focus {
  --bg-opacity: 1 !important;
  background-color: #b2f5ea !important;
  background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
}

.focus-tw-bg-teal-300:focus {
  --bg-opacity: 1 !important;
  background-color: #81e6d9 !important;
  background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
}

.focus-tw-bg-teal-400:focus {
  --bg-opacity: 1 !important;
  background-color: #4fd1c5 !important;
  background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
}

.focus-tw-bg-teal-500:focus {
  --bg-opacity: 1 !important;
  background-color: #38b2ac !important;
  background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
}

.focus-tw-bg-teal-600:focus {
  --bg-opacity: 1 !important;
  background-color: #319795 !important;
  background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
}

.focus-tw-bg-teal-700:focus {
  --bg-opacity: 1 !important;
  background-color: #2c7a7b !important;
  background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
}

.focus-tw-bg-teal-800:focus {
  --bg-opacity: 1 !important;
  background-color: #285e61 !important;
  background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
}

.focus-tw-bg-teal-900:focus {
  --bg-opacity: 1 !important;
  background-color: #234e52 !important;
  background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
}

.focus-tw-bg-blue-100:focus {
  --bg-opacity: 1 !important;
  background-color: #ebf8ff !important;
  background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
}

.focus-tw-bg-blue-200:focus {
  --bg-opacity: 1 !important;
  background-color: #bee3f8 !important;
  background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
}

.focus-tw-bg-blue-300:focus {
  --bg-opacity: 1 !important;
  background-color: #90cdf4 !important;
  background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
}

.focus-tw-bg-blue-400:focus {
  --bg-opacity: 1 !important;
  background-color: #63b3ed !important;
  background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
}

.focus-tw-bg-blue-500:focus {
  --bg-opacity: 1 !important;
  background-color: #4299e1 !important;
  background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
}

.focus-tw-bg-blue-600:focus {
  --bg-opacity: 1 !important;
  background-color: #3182ce !important;
  background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
}

.focus-tw-bg-blue-700:focus {
  --bg-opacity: 1 !important;
  background-color: #2b6cb0 !important;
  background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
}

.focus-tw-bg-blue-800:focus {
  --bg-opacity: 1 !important;
  background-color: #2c5282 !important;
  background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
}

.focus-tw-bg-blue-900:focus {
  --bg-opacity: 1 !important;
  background-color: #2a4365 !important;
  background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
}

.focus-tw-bg-indigo-100:focus {
  --bg-opacity: 1 !important;
  background-color: #ebf4ff !important;
  background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
}

.focus-tw-bg-indigo-200:focus {
  --bg-opacity: 1 !important;
  background-color: #c3dafe !important;
  background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
}

.focus-tw-bg-indigo-300:focus {
  --bg-opacity: 1 !important;
  background-color: #a3bffa !important;
  background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
}

.focus-tw-bg-indigo-400:focus {
  --bg-opacity: 1 !important;
  background-color: #7f9cf5 !important;
  background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
}

.focus-tw-bg-indigo-500:focus {
  --bg-opacity: 1 !important;
  background-color: #667eea !important;
  background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
}

.focus-tw-bg-indigo-600:focus {
  --bg-opacity: 1 !important;
  background-color: #5a67d8 !important;
  background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
}

.focus-tw-bg-indigo-700:focus {
  --bg-opacity: 1 !important;
  background-color: #4c51bf !important;
  background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
}

.focus-tw-bg-indigo-800:focus {
  --bg-opacity: 1 !important;
  background-color: #434190 !important;
  background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
}

.focus-tw-bg-indigo-900:focus {
  --bg-opacity: 1 !important;
  background-color: #3c366b !important;
  background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
}

.focus-tw-bg-purple-100:focus {
  --bg-opacity: 1 !important;
  background-color: #faf5ff !important;
  background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
}

.focus-tw-bg-purple-200:focus {
  --bg-opacity: 1 !important;
  background-color: #e9d8fd !important;
  background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
}

.focus-tw-bg-purple-300:focus {
  --bg-opacity: 1 !important;
  background-color: #d6bcfa !important;
  background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
}

.focus-tw-bg-purple-400:focus {
  --bg-opacity: 1 !important;
  background-color: #b794f4 !important;
  background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
}

.focus-tw-bg-purple-500:focus {
  --bg-opacity: 1 !important;
  background-color: #9f7aea !important;
  background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
}

.focus-tw-bg-purple-600:focus {
  --bg-opacity: 1 !important;
  background-color: #805ad5 !important;
  background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
}

.focus-tw-bg-purple-700:focus {
  --bg-opacity: 1 !important;
  background-color: #6b46c1 !important;
  background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
}

.focus-tw-bg-purple-800:focus {
  --bg-opacity: 1 !important;
  background-color: #553c9a !important;
  background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
}

.focus-tw-bg-purple-900:focus {
  --bg-opacity: 1 !important;
  background-color: #44337a !important;
  background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
}

.focus-tw-bg-pink-100:focus {
  --bg-opacity: 1 !important;
  background-color: #fff5f7 !important;
  background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
}

.focus-tw-bg-pink-200:focus {
  --bg-opacity: 1 !important;
  background-color: #fed7e2 !important;
  background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
}

.focus-tw-bg-pink-300:focus {
  --bg-opacity: 1 !important;
  background-color: #fbb6ce !important;
  background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
}

.focus-tw-bg-pink-400:focus {
  --bg-opacity: 1 !important;
  background-color: #f687b3 !important;
  background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
}

.focus-tw-bg-pink-500:focus {
  --bg-opacity: 1 !important;
  background-color: #ed64a6 !important;
  background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
}

.focus-tw-bg-pink-600:focus {
  --bg-opacity: 1 !important;
  background-color: #d53f8c !important;
  background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
}

.focus-tw-bg-pink-700:focus {
  --bg-opacity: 1 !important;
  background-color: #b83280 !important;
  background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
}

.focus-tw-bg-pink-800:focus {
  --bg-opacity: 1 !important;
  background-color: #97266d !important;
  background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
}

.focus-tw-bg-pink-900:focus {
  --bg-opacity: 1 !important;
  background-color: #702459 !important;
  background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
}

.focus-tw-bg-lac-blue:focus {
  --bg-opacity: 1 !important;
  background-color: #123440 !important;
  background-color: rgba(18, 52, 64, var(--bg-opacity)) !important;
}

.focus-tw-bg-lac-darkblue:focus {
  --bg-opacity: 1 !important;
  background-color: #0F2E39 !important;
  background-color: rgba(15, 46, 57, var(--bg-opacity)) !important;
}

.focus-tw-bg-lac-brass:focus {
  --bg-opacity: 1 !important;
  background-color: #D19A86 !important;
  background-color: rgba(209, 154, 134, var(--bg-opacity)) !important;
}

.focus-tw-bg-lac-offwhite:focus {
  --bg-opacity: 1 !important;
  background-color: #F8F8F7 !important;
  background-color: rgba(248, 248, 247, var(--bg-opacity)) !important;
}

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

.tw-bg-opacity-25 {
  --bg-opacity: 0.25 !important;
}

.tw-bg-opacity-50 {
  --bg-opacity: 0.5 !important;
}

.tw-bg-opacity-75 {
  --bg-opacity: 0.75 !important;
}

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

.hover-tw-bg-opacity-0:hover {
  --bg-opacity: 0 !important;
}

.hover-tw-bg-opacity-25:hover {
  --bg-opacity: 0.25 !important;
}

.hover-tw-bg-opacity-50:hover {
  --bg-opacity: 0.5 !important;
}

.hover-tw-bg-opacity-75:hover {
  --bg-opacity: 0.75 !important;
}

.hover-tw-bg-opacity-100:hover {
  --bg-opacity: 1 !important;
}

.focus-tw-bg-opacity-0:focus {
  --bg-opacity: 0 !important;
}

.focus-tw-bg-opacity-25:focus {
  --bg-opacity: 0.25 !important;
}

.focus-tw-bg-opacity-50:focus {
  --bg-opacity: 0.5 !important;
}

.focus-tw-bg-opacity-75:focus {
  --bg-opacity: 0.75 !important;
}

.focus-tw-bg-opacity-100:focus {
  --bg-opacity: 1 !important;
}

.tw-bg-bottom {
  background-position: bottom !important;
}

.tw-bg-center {
  background-position: center !important;
}

.tw-bg-left {
  background-position: left !important;
}

.tw-bg-left-bottom {
  background-position: left bottom !important;
}

.tw-bg-left-top {
  background-position: left top !important;
}

.tw-bg-right {
  background-position: right !important;
}

.tw-bg-right-bottom {
  background-position: right bottom !important;
}

.tw-bg-right-top {
  background-position: right top !important;
}

.tw-bg-top {
  background-position: top !important;
}

.tw-bg-repeat {
  background-repeat: repeat !important;
}

.tw-bg-no-repeat {
  background-repeat: no-repeat !important;
}

.tw-bg-repeat-x {
  background-repeat: repeat-x !important;
}

.tw-bg-repeat-y {
  background-repeat: repeat-y !important;
}

.tw-bg-repeat-round {
  background-repeat: round !important;
}

.tw-bg-repeat-space {
  background-repeat: space !important;
}

.tw-bg-auto {
  background-size: auto !important;
}

.tw-bg-cover {
  background-size: cover !important;
}

.tw-bg-contain {
  background-size: contain !important;
}

.tw-border-collapse {
  border-collapse: collapse !important;
}

.tw-border-separate {
  border-collapse: separate !important;
}

.tw-border-transparent {
  border-color: transparent !important;
}

.tw-border-current {
  border-color: currentColor !important;
}

.tw-border-black {
  --border-opacity: 1 !important;
  border-color: #000 !important;
  border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
}

.tw-border-white {
  --border-opacity: 1 !important;
  border-color: #fff !important;
  border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
}

.tw-border-gray-100 {
  --border-opacity: 1 !important;
  border-color: #f7fafc !important;
  border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
}

.tw-border-gray-200 {
  --border-opacity: 1 !important;
  border-color: #edf2f7 !important;
  border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
}

.tw-border-gray-300 {
  --border-opacity: 1 !important;
  border-color: #e2e8f0 !important;
  border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
}

.tw-border-gray-400 {
  --border-opacity: 1 !important;
  border-color: #cbd5e0 !important;
  border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
}

.tw-border-gray-500 {
  --border-opacity: 1 !important;
  border-color: #a0aec0 !important;
  border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
}

.tw-border-gray-600 {
  --border-opacity: 1 !important;
  border-color: #718096 !important;
  border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
}

.tw-border-gray-700 {
  --border-opacity: 1 !important;
  border-color: #4a5568 !important;
  border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
}

.tw-border-gray-800 {
  --border-opacity: 1 !important;
  border-color: #2d3748 !important;
  border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
}

.tw-border-gray-900 {
  --border-opacity: 1 !important;
  border-color: #1a202c !important;
  border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
}

.tw-border-red-100 {
  --border-opacity: 1 !important;
  border-color: #fff5f5 !important;
  border-color: rgba(255, 245, 245, var(--border-opacity)) !important;
}

.tw-border-red-200 {
  --border-opacity: 1 !important;
  border-color: #fed7d7 !important;
  border-color: rgba(254, 215, 215, var(--border-opacity)) !important;
}

.tw-border-red-300 {
  --border-opacity: 1 !important;
  border-color: #feb2b2 !important;
  border-color: rgba(254, 178, 178, var(--border-opacity)) !important;
}

.tw-border-red-400 {
  --border-opacity: 1 !important;
  border-color: #fc8181 !important;
  border-color: rgba(252, 129, 129, var(--border-opacity)) !important;
}

.tw-border-red-500 {
  --border-opacity: 1 !important;
  border-color: #f56565 !important;
  border-color: rgba(245, 101, 101, var(--border-opacity)) !important;
}

.tw-border-red-600 {
  --border-opacity: 1 !important;
  border-color: #e53e3e !important;
  border-color: rgba(229, 62, 62, var(--border-opacity)) !important;
}

.tw-border-red-700 {
  --border-opacity: 1 !important;
  border-color: #c53030 !important;
  border-color: rgba(197, 48, 48, var(--border-opacity)) !important;
}

.tw-border-red-800 {
  --border-opacity: 1 !important;
  border-color: #9b2c2c !important;
  border-color: rgba(155, 44, 44, var(--border-opacity)) !important;
}

.tw-border-red-900 {
  --border-opacity: 1 !important;
  border-color: #742a2a !important;
  border-color: rgba(116, 42, 42, var(--border-opacity)) !important;
}

.tw-border-orange-100 {
  --border-opacity: 1 !important;
  border-color: #fffaf0 !important;
  border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
}

.tw-border-orange-200 {
  --border-opacity: 1 !important;
  border-color: #feebc8 !important;
  border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
}

.tw-border-orange-300 {
  --border-opacity: 1 !important;
  border-color: #fbd38d !important;
  border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
}

.tw-border-orange-400 {
  --border-opacity: 1 !important;
  border-color: #f6ad55 !important;
  border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
}

.tw-border-orange-500 {
  --border-opacity: 1 !important;
  border-color: #ed8936 !important;
  border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
}

.tw-border-orange-600 {
  --border-opacity: 1 !important;
  border-color: #dd6b20 !important;
  border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
}

.tw-border-orange-700 {
  --border-opacity: 1 !important;
  border-color: #c05621 !important;
  border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
}

.tw-border-orange-800 {
  --border-opacity: 1 !important;
  border-color: #9c4221 !important;
  border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
}

.tw-border-orange-900 {
  --border-opacity: 1 !important;
  border-color: #7b341e !important;
  border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
}

.tw-border-yellow-100 {
  --border-opacity: 1 !important;
  border-color: #fffff0 !important;
  border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
}

.tw-border-yellow-200 {
  --border-opacity: 1 !important;
  border-color: #fefcbf !important;
  border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
}

.tw-border-yellow-300 {
  --border-opacity: 1 !important;
  border-color: #faf089 !important;
  border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
}

.tw-border-yellow-400 {
  --border-opacity: 1 !important;
  border-color: #f6e05e !important;
  border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
}

.tw-border-yellow-500 {
  --border-opacity: 1 !important;
  border-color: #ecc94b !important;
  border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
}

.tw-border-yellow-600 {
  --border-opacity: 1 !important;
  border-color: #d69e2e !important;
  border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
}

.tw-border-yellow-700 {
  --border-opacity: 1 !important;
  border-color: #b7791f !important;
  border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
}

.tw-border-yellow-800 {
  --border-opacity: 1 !important;
  border-color: #975a16 !important;
  border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
}

.tw-border-yellow-900 {
  --border-opacity: 1 !important;
  border-color: #744210 !important;
  border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
}

.tw-border-green-100 {
  --border-opacity: 1 !important;
  border-color: #f0fff4 !important;
  border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
}

.tw-border-green-200 {
  --border-opacity: 1 !important;
  border-color: #c6f6d5 !important;
  border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
}

.tw-border-green-300 {
  --border-opacity: 1 !important;
  border-color: #9ae6b4 !important;
  border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
}

.tw-border-green-400 {
  --border-opacity: 1 !important;
  border-color: #68d391 !important;
  border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
}

.tw-border-green-500 {
  --border-opacity: 1 !important;
  border-color: #48bb78 !important;
  border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
}

.tw-border-green-600 {
  --border-opacity: 1 !important;
  border-color: #38a169 !important;
  border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
}

.tw-border-green-700 {
  --border-opacity: 1 !important;
  border-color: #2f855a !important;
  border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
}

.tw-border-green-800 {
  --border-opacity: 1 !important;
  border-color: #276749 !important;
  border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
}

.tw-border-green-900 {
  --border-opacity: 1 !important;
  border-color: #22543d !important;
  border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
}

.tw-border-teal-100 {
  --border-opacity: 1 !important;
  border-color: #e6fffa !important;
  border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
}

.tw-border-teal-200 {
  --border-opacity: 1 !important;
  border-color: #b2f5ea !important;
  border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
}

.tw-border-teal-300 {
  --border-opacity: 1 !important;
  border-color: #81e6d9 !important;
  border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
}

.tw-border-teal-400 {
  --border-opacity: 1 !important;
  border-color: #4fd1c5 !important;
  border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
}

.tw-border-teal-500 {
  --border-opacity: 1 !important;
  border-color: #38b2ac !important;
  border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
}

.tw-border-teal-600 {
  --border-opacity: 1 !important;
  border-color: #319795 !important;
  border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
}

.tw-border-teal-700 {
  --border-opacity: 1 !important;
  border-color: #2c7a7b !important;
  border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
}

.tw-border-teal-800 {
  --border-opacity: 1 !important;
  border-color: #285e61 !important;
  border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
}

.tw-border-teal-900 {
  --border-opacity: 1 !important;
  border-color: #234e52 !important;
  border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
}

.tw-border-blue-100 {
  --border-opacity: 1 !important;
  border-color: #ebf8ff !important;
  border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
}

.tw-border-blue-200 {
  --border-opacity: 1 !important;
  border-color: #bee3f8 !important;
  border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
}

.tw-border-blue-300 {
  --border-opacity: 1 !important;
  border-color: #90cdf4 !important;
  border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
}

.tw-border-blue-400 {
  --border-opacity: 1 !important;
  border-color: #63b3ed !important;
  border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
}

.tw-border-blue-500 {
  --border-opacity: 1 !important;
  border-color: #4299e1 !important;
  border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
}

.tw-border-blue-600 {
  --border-opacity: 1 !important;
  border-color: #3182ce !important;
  border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
}

.tw-border-blue-700 {
  --border-opacity: 1 !important;
  border-color: #2b6cb0 !important;
  border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
}

.tw-border-blue-800 {
  --border-opacity: 1 !important;
  border-color: #2c5282 !important;
  border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
}

.tw-border-blue-900 {
  --border-opacity: 1 !important;
  border-color: #2a4365 !important;
  border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
}

.tw-border-indigo-100 {
  --border-opacity: 1 !important;
  border-color: #ebf4ff !important;
  border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
}

.tw-border-indigo-200 {
  --border-opacity: 1 !important;
  border-color: #c3dafe !important;
  border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
}

.tw-border-indigo-300 {
  --border-opacity: 1 !important;
  border-color: #a3bffa !important;
  border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
}

.tw-border-indigo-400 {
  --border-opacity: 1 !important;
  border-color: #7f9cf5 !important;
  border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
}

.tw-border-indigo-500 {
  --border-opacity: 1 !important;
  border-color: #667eea !important;
  border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
}

.tw-border-indigo-600 {
  --border-opacity: 1 !important;
  border-color: #5a67d8 !important;
  border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
}

.tw-border-indigo-700 {
  --border-opacity: 1 !important;
  border-color: #4c51bf !important;
  border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
}

.tw-border-indigo-800 {
  --border-opacity: 1 !important;
  border-color: #434190 !important;
  border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
}

.tw-border-indigo-900 {
  --border-opacity: 1 !important;
  border-color: #3c366b !important;
  border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
}

.tw-border-purple-100 {
  --border-opacity: 1 !important;
  border-color: #faf5ff !important;
  border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
}

.tw-border-purple-200 {
  --border-opacity: 1 !important;
  border-color: #e9d8fd !important;
  border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
}

.tw-border-purple-300 {
  --border-opacity: 1 !important;
  border-color: #d6bcfa !important;
  border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
}

.tw-border-purple-400 {
  --border-opacity: 1 !important;
  border-color: #b794f4 !important;
  border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
}

.tw-border-purple-500 {
  --border-opacity: 1 !important;
  border-color: #9f7aea !important;
  border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
}

.tw-border-purple-600 {
  --border-opacity: 1 !important;
  border-color: #805ad5 !important;
  border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
}

.tw-border-purple-700 {
  --border-opacity: 1 !important;
  border-color: #6b46c1 !important;
  border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
}

.tw-border-purple-800 {
  --border-opacity: 1 !important;
  border-color: #553c9a !important;
  border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
}

.tw-border-purple-900 {
  --border-opacity: 1 !important;
  border-color: #44337a !important;
  border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
}

.tw-border-pink-100 {
  --border-opacity: 1 !important;
  border-color: #fff5f7 !important;
  border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
}

.tw-border-pink-200 {
  --border-opacity: 1 !important;
  border-color: #fed7e2 !important;
  border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
}

.tw-border-pink-300 {
  --border-opacity: 1 !important;
  border-color: #fbb6ce !important;
  border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
}

.tw-border-pink-400 {
  --border-opacity: 1 !important;
  border-color: #f687b3 !important;
  border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
}

.tw-border-pink-500 {
  --border-opacity: 1 !important;
  border-color: #ed64a6 !important;
  border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
}

.tw-border-pink-600 {
  --border-opacity: 1 !important;
  border-color: #d53f8c !important;
  border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
}

.tw-border-pink-700 {
  --border-opacity: 1 !important;
  border-color: #b83280 !important;
  border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
}

.tw-border-pink-800 {
  --border-opacity: 1 !important;
  border-color: #97266d !important;
  border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
}

.tw-border-pink-900 {
  --border-opacity: 1 !important;
  border-color: #702459 !important;
  border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
}

.tw-border-lac-blue {
  --border-opacity: 1 !important;
  border-color: #123440 !important;
  border-color: rgba(18, 52, 64, var(--border-opacity)) !important;
}

.tw-border-lac-darkblue {
  --border-opacity: 1 !important;
  border-color: #0F2E39 !important;
  border-color: rgba(15, 46, 57, var(--border-opacity)) !important;
}

.tw-border-lac-brass {
  --border-opacity: 1 !important;
  border-color: #D19A86 !important;
  border-color: rgba(209, 154, 134, var(--border-opacity)) !important;
}

.tw-border-lac-offwhite {
  --border-opacity: 1 !important;
  border-color: #F8F8F7 !important;
  border-color: rgba(248, 248, 247, var(--border-opacity)) !important;
}

.hover-tw-border-transparent:hover {
  border-color: transparent !important;
}

.hover-tw-border-current:hover {
  border-color: currentColor !important;
}

.hover-tw-border-black:hover {
  --border-opacity: 1 !important;
  border-color: #000 !important;
  border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
}

.hover-tw-border-white:hover {
  --border-opacity: 1 !important;
  border-color: #fff !important;
  border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
}

.hover-tw-border-gray-100:hover {
  --border-opacity: 1 !important;
  border-color: #f7fafc !important;
  border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
}

.hover-tw-border-gray-200:hover {
  --border-opacity: 1 !important;
  border-color: #edf2f7 !important;
  border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
}

.hover-tw-border-gray-300:hover {
  --border-opacity: 1 !important;
  border-color: #e2e8f0 !important;
  border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
}

.hover-tw-border-gray-400:hover {
  --border-opacity: 1 !important;
  border-color: #cbd5e0 !important;
  border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
}

.hover-tw-border-gray-500:hover {
  --border-opacity: 1 !important;
  border-color: #a0aec0 !important;
  border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
}

.hover-tw-border-gray-600:hover {
  --border-opacity: 1 !important;
  border-color: #718096 !important;
  border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
}

.hover-tw-border-gray-700:hover {
  --border-opacity: 1 !important;
  border-color: #4a5568 !important;
  border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
}

.hover-tw-border-gray-800:hover {
  --border-opacity: 1 !important;
  border-color: #2d3748 !important;
  border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
}

.hover-tw-border-gray-900:hover {
  --border-opacity: 1 !important;
  border-color: #1a202c !important;
  border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
}

.hover-tw-border-red-100:hover {
  --border-opacity: 1 !important;
  border-color: #fff5f5 !important;
  border-color: rgba(255, 245, 245, var(--border-opacity)) !important;
}

.hover-tw-border-red-200:hover {
  --border-opacity: 1 !important;
  border-color: #fed7d7 !important;
  border-color: rgba(254, 215, 215, var(--border-opacity)) !important;
}

.hover-tw-border-red-300:hover {
  --border-opacity: 1 !important;
  border-color: #feb2b2 !important;
  border-color: rgba(254, 178, 178, var(--border-opacity)) !important;
}

.hover-tw-border-red-400:hover {
  --border-opacity: 1 !important;
  border-color: #fc8181 !important;
  border-color: rgba(252, 129, 129, var(--border-opacity)) !important;
}

.hover-tw-border-red-500:hover {
  --border-opacity: 1 !important;
  border-color: #f56565 !important;
  border-color: rgba(245, 101, 101, var(--border-opacity)) !important;
}

.hover-tw-border-red-600:hover {
  --border-opacity: 1 !important;
  border-color: #e53e3e !important;
  border-color: rgba(229, 62, 62, var(--border-opacity)) !important;
}

.hover-tw-border-red-700:hover {
  --border-opacity: 1 !important;
  border-color: #c53030 !important;
  border-color: rgba(197, 48, 48, var(--border-opacity)) !important;
}

.hover-tw-border-red-800:hover {
  --border-opacity: 1 !important;
  border-color: #9b2c2c !important;
  border-color: rgba(155, 44, 44, var(--border-opacity)) !important;
}

.hover-tw-border-red-900:hover {
  --border-opacity: 1 !important;
  border-color: #742a2a !important;
  border-color: rgba(116, 42, 42, var(--border-opacity)) !important;
}

.hover-tw-border-orange-100:hover {
  --border-opacity: 1 !important;
  border-color: #fffaf0 !important;
  border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
}

.hover-tw-border-orange-200:hover {
  --border-opacity: 1 !important;
  border-color: #feebc8 !important;
  border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
}

.hover-tw-border-orange-300:hover {
  --border-opacity: 1 !important;
  border-color: #fbd38d !important;
  border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
}

.hover-tw-border-orange-400:hover {
  --border-opacity: 1 !important;
  border-color: #f6ad55 !important;
  border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
}

.hover-tw-border-orange-500:hover {
  --border-opacity: 1 !important;
  border-color: #ed8936 !important;
  border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
}

.hover-tw-border-orange-600:hover {
  --border-opacity: 1 !important;
  border-color: #dd6b20 !important;
  border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
}

.hover-tw-border-orange-700:hover {
  --border-opacity: 1 !important;
  border-color: #c05621 !important;
  border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
}

.hover-tw-border-orange-800:hover {
  --border-opacity: 1 !important;
  border-color: #9c4221 !important;
  border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
}

.hover-tw-border-orange-900:hover {
  --border-opacity: 1 !important;
  border-color: #7b341e !important;
  border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
}

.hover-tw-border-yellow-100:hover {
  --border-opacity: 1 !important;
  border-color: #fffff0 !important;
  border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
}

.hover-tw-border-yellow-200:hover {
  --border-opacity: 1 !important;
  border-color: #fefcbf !important;
  border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
}

.hover-tw-border-yellow-300:hover {
  --border-opacity: 1 !important;
  border-color: #faf089 !important;
  border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
}

.hover-tw-border-yellow-400:hover {
  --border-opacity: 1 !important;
  border-color: #f6e05e !important;
  border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
}

.hover-tw-border-yellow-500:hover {
  --border-opacity: 1 !important;
  border-color: #ecc94b !important;
  border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
}

.hover-tw-border-yellow-600:hover {
  --border-opacity: 1 !important;
  border-color: #d69e2e !important;
  border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
}

.hover-tw-border-yellow-700:hover {
  --border-opacity: 1 !important;
  border-color: #b7791f !important;
  border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
}

.hover-tw-border-yellow-800:hover {
  --border-opacity: 1 !important;
  border-color: #975a16 !important;
  border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
}

.hover-tw-border-yellow-900:hover {
  --border-opacity: 1 !important;
  border-color: #744210 !important;
  border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
}

.hover-tw-border-green-100:hover {
  --border-opacity: 1 !important;
  border-color: #f0fff4 !important;
  border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
}

.hover-tw-border-green-200:hover {
  --border-opacity: 1 !important;
  border-color: #c6f6d5 !important;
  border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
}

.hover-tw-border-green-300:hover {
  --border-opacity: 1 !important;
  border-color: #9ae6b4 !important;
  border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
}

.hover-tw-border-green-400:hover {
  --border-opacity: 1 !important;
  border-color: #68d391 !important;
  border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
}

.hover-tw-border-green-500:hover {
  --border-opacity: 1 !important;
  border-color: #48bb78 !important;
  border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
}

.hover-tw-border-green-600:hover {
  --border-opacity: 1 !important;
  border-color: #38a169 !important;
  border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
}

.hover-tw-border-green-700:hover {
  --border-opacity: 1 !important;
  border-color: #2f855a !important;
  border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
}

.hover-tw-border-green-800:hover {
  --border-opacity: 1 !important;
  border-color: #276749 !important;
  border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
}

.hover-tw-border-green-900:hover {
  --border-opacity: 1 !important;
  border-color: #22543d !important;
  border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
}

.hover-tw-border-teal-100:hover {
  --border-opacity: 1 !important;
  border-color: #e6fffa !important;
  border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
}

.hover-tw-border-teal-200:hover {
  --border-opacity: 1 !important;
  border-color: #b2f5ea !important;
  border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
}

.hover-tw-border-teal-300:hover {
  --border-opacity: 1 !important;
  border-color: #81e6d9 !important;
  border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
}

.hover-tw-border-teal-400:hover {
  --border-opacity: 1 !important;
  border-color: #4fd1c5 !important;
  border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
}

.hover-tw-border-teal-500:hover {
  --border-opacity: 1 !important;
  border-color: #38b2ac !important;
  border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
}

.hover-tw-border-teal-600:hover {
  --border-opacity: 1 !important;
  border-color: #319795 !important;
  border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
}

.hover-tw-border-teal-700:hover {
  --border-opacity: 1 !important;
  border-color: #2c7a7b !important;
  border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
}

.hover-tw-border-teal-800:hover {
  --border-opacity: 1 !important;
  border-color: #285e61 !important;
  border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
}

.hover-tw-border-teal-900:hover {
  --border-opacity: 1 !important;
  border-color: #234e52 !important;
  border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
}

.hover-tw-border-blue-100:hover {
  --border-opacity: 1 !important;
  border-color: #ebf8ff !important;
  border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
}

.hover-tw-border-blue-200:hover {
  --border-opacity: 1 !important;
  border-color: #bee3f8 !important;
  border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
}

.hover-tw-border-blue-300:hover {
  --border-opacity: 1 !important;
  border-color: #90cdf4 !important;
  border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
}

.hover-tw-border-blue-400:hover {
  --border-opacity: 1 !important;
  border-color: #63b3ed !important;
  border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
}

.hover-tw-border-blue-500:hover {
  --border-opacity: 1 !important;
  border-color: #4299e1 !important;
  border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
}

.hover-tw-border-blue-600:hover {
  --border-opacity: 1 !important;
  border-color: #3182ce !important;
  border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
}

.hover-tw-border-blue-700:hover {
  --border-opacity: 1 !important;
  border-color: #2b6cb0 !important;
  border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
}

.hover-tw-border-blue-800:hover {
  --border-opacity: 1 !important;
  border-color: #2c5282 !important;
  border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
}

.hover-tw-border-blue-900:hover {
  --border-opacity: 1 !important;
  border-color: #2a4365 !important;
  border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
}

.hover-tw-border-indigo-100:hover {
  --border-opacity: 1 !important;
  border-color: #ebf4ff !important;
  border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
}

.hover-tw-border-indigo-200:hover {
  --border-opacity: 1 !important;
  border-color: #c3dafe !important;
  border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
}

.hover-tw-border-indigo-300:hover {
  --border-opacity: 1 !important;
  border-color: #a3bffa !important;
  border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
}

.hover-tw-border-indigo-400:hover {
  --border-opacity: 1 !important;
  border-color: #7f9cf5 !important;
  border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
}

.hover-tw-border-indigo-500:hover {
  --border-opacity: 1 !important;
  border-color: #667eea !important;
  border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
}

.hover-tw-border-indigo-600:hover {
  --border-opacity: 1 !important;
  border-color: #5a67d8 !important;
  border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
}

.hover-tw-border-indigo-700:hover {
  --border-opacity: 1 !important;
  border-color: #4c51bf !important;
  border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
}

.hover-tw-border-indigo-800:hover {
  --border-opacity: 1 !important;
  border-color: #434190 !important;
  border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
}

.hover-tw-border-indigo-900:hover {
  --border-opacity: 1 !important;
  border-color: #3c366b !important;
  border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
}

.hover-tw-border-purple-100:hover {
  --border-opacity: 1 !important;
  border-color: #faf5ff !important;
  border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
}

.hover-tw-border-purple-200:hover {
  --border-opacity: 1 !important;
  border-color: #e9d8fd !important;
  border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
}

.hover-tw-border-purple-300:hover {
  --border-opacity: 1 !important;
  border-color: #d6bcfa !important;
  border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
}

.hover-tw-border-purple-400:hover {
  --border-opacity: 1 !important;
  border-color: #b794f4 !important;
  border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
}

.hover-tw-border-purple-500:hover {
  --border-opacity: 1 !important;
  border-color: #9f7aea !important;
  border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
}

.hover-tw-border-purple-600:hover {
  --border-opacity: 1 !important;
  border-color: #805ad5 !important;
  border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
}

.hover-tw-border-purple-700:hover {
  --border-opacity: 1 !important;
  border-color: #6b46c1 !important;
  border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
}

.hover-tw-border-purple-800:hover {
  --border-opacity: 1 !important;
  border-color: #553c9a !important;
  border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
}

.hover-tw-border-purple-900:hover {
  --border-opacity: 1 !important;
  border-color: #44337a !important;
  border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
}

.hover-tw-border-pink-100:hover {
  --border-opacity: 1 !important;
  border-color: #fff5f7 !important;
  border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
}

.hover-tw-border-pink-200:hover {
  --border-opacity: 1 !important;
  border-color: #fed7e2 !important;
  border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
}

.hover-tw-border-pink-300:hover {
  --border-opacity: 1 !important;
  border-color: #fbb6ce !important;
  border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
}

.hover-tw-border-pink-400:hover {
  --border-opacity: 1 !important;
  border-color: #f687b3 !important;
  border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
}

.hover-tw-border-pink-500:hover {
  --border-opacity: 1 !important;
  border-color: #ed64a6 !important;
  border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
}

.hover-tw-border-pink-600:hover {
  --border-opacity: 1 !important;
  border-color: #d53f8c !important;
  border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
}

.hover-tw-border-pink-700:hover {
  --border-opacity: 1 !important;
  border-color: #b83280 !important;
  border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
}

.hover-tw-border-pink-800:hover {
  --border-opacity: 1 !important;
  border-color: #97266d !important;
  border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
}

.hover-tw-border-pink-900:hover {
  --border-opacity: 1 !important;
  border-color: #702459 !important;
  border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
}

.hover-tw-border-lac-blue:hover {
  --border-opacity: 1 !important;
  border-color: #123440 !important;
  border-color: rgba(18, 52, 64, var(--border-opacity)) !important;
}

.hover-tw-border-lac-darkblue:hover {
  --border-opacity: 1 !important;
  border-color: #0F2E39 !important;
  border-color: rgba(15, 46, 57, var(--border-opacity)) !important;
}

.hover-tw-border-lac-brass:hover {
  --border-opacity: 1 !important;
  border-color: #D19A86 !important;
  border-color: rgba(209, 154, 134, var(--border-opacity)) !important;
}

.hover-tw-border-lac-offwhite:hover {
  --border-opacity: 1 !important;
  border-color: #F8F8F7 !important;
  border-color: rgba(248, 248, 247, var(--border-opacity)) !important;
}

.focus-tw-border-transparent:focus {
  border-color: transparent !important;
}

.focus-tw-border-current:focus {
  border-color: currentColor !important;
}

.focus-tw-border-black:focus {
  --border-opacity: 1 !important;
  border-color: #000 !important;
  border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
}

.focus-tw-border-white:focus {
  --border-opacity: 1 !important;
  border-color: #fff !important;
  border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
}

.focus-tw-border-gray-100:focus {
  --border-opacity: 1 !important;
  border-color: #f7fafc !important;
  border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
}

.focus-tw-border-gray-200:focus {
  --border-opacity: 1 !important;
  border-color: #edf2f7 !important;
  border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
}

.focus-tw-border-gray-300:focus {
  --border-opacity: 1 !important;
  border-color: #e2e8f0 !important;
  border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
}

.focus-tw-border-gray-400:focus {
  --border-opacity: 1 !important;
  border-color: #cbd5e0 !important;
  border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
}

.focus-tw-border-gray-500:focus {
  --border-opacity: 1 !important;
  border-color: #a0aec0 !important;
  border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
}

.focus-tw-border-gray-600:focus {
  --border-opacity: 1 !important;
  border-color: #718096 !important;
  border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
}

.focus-tw-border-gray-700:focus {
  --border-opacity: 1 !important;
  border-color: #4a5568 !important;
  border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
}

.focus-tw-border-gray-800:focus {
  --border-opacity: 1 !important;
  border-color: #2d3748 !important;
  border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
}

.focus-tw-border-gray-900:focus {
  --border-opacity: 1 !important;
  border-color: #1a202c !important;
  border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
}

.focus-tw-border-red-100:focus {
  --border-opacity: 1 !important;
  border-color: #fff5f5 !important;
  border-color: rgba(255, 245, 245, var(--border-opacity)) !important;
}

.focus-tw-border-red-200:focus {
  --border-opacity: 1 !important;
  border-color: #fed7d7 !important;
  border-color: rgba(254, 215, 215, var(--border-opacity)) !important;
}

.focus-tw-border-red-300:focus {
  --border-opacity: 1 !important;
  border-color: #feb2b2 !important;
  border-color: rgba(254, 178, 178, var(--border-opacity)) !important;
}

.focus-tw-border-red-400:focus {
  --border-opacity: 1 !important;
  border-color: #fc8181 !important;
  border-color: rgba(252, 129, 129, var(--border-opacity)) !important;
}

.focus-tw-border-red-500:focus {
  --border-opacity: 1 !important;
  border-color: #f56565 !important;
  border-color: rgba(245, 101, 101, var(--border-opacity)) !important;
}

.focus-tw-border-red-600:focus {
  --border-opacity: 1 !important;
  border-color: #e53e3e !important;
  border-color: rgba(229, 62, 62, var(--border-opacity)) !important;
}

.focus-tw-border-red-700:focus {
  --border-opacity: 1 !important;
  border-color: #c53030 !important;
  border-color: rgba(197, 48, 48, var(--border-opacity)) !important;
}

.focus-tw-border-red-800:focus {
  --border-opacity: 1 !important;
  border-color: #9b2c2c !important;
  border-color: rgba(155, 44, 44, var(--border-opacity)) !important;
}

.focus-tw-border-red-900:focus {
  --border-opacity: 1 !important;
  border-color: #742a2a !important;
  border-color: rgba(116, 42, 42, var(--border-opacity)) !important;
}

.focus-tw-border-orange-100:focus {
  --border-opacity: 1 !important;
  border-color: #fffaf0 !important;
  border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
}

.focus-tw-border-orange-200:focus {
  --border-opacity: 1 !important;
  border-color: #feebc8 !important;
  border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
}

.focus-tw-border-orange-300:focus {
  --border-opacity: 1 !important;
  border-color: #fbd38d !important;
  border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
}

.focus-tw-border-orange-400:focus {
  --border-opacity: 1 !important;
  border-color: #f6ad55 !important;
  border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
}

.focus-tw-border-orange-500:focus {
  --border-opacity: 1 !important;
  border-color: #ed8936 !important;
  border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
}

.focus-tw-border-orange-600:focus {
  --border-opacity: 1 !important;
  border-color: #dd6b20 !important;
  border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
}

.focus-tw-border-orange-700:focus {
  --border-opacity: 1 !important;
  border-color: #c05621 !important;
  border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
}

.focus-tw-border-orange-800:focus {
  --border-opacity: 1 !important;
  border-color: #9c4221 !important;
  border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
}

.focus-tw-border-orange-900:focus {
  --border-opacity: 1 !important;
  border-color: #7b341e !important;
  border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
}

.focus-tw-border-yellow-100:focus {
  --border-opacity: 1 !important;
  border-color: #fffff0 !important;
  border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
}

.focus-tw-border-yellow-200:focus {
  --border-opacity: 1 !important;
  border-color: #fefcbf !important;
  border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
}

.focus-tw-border-yellow-300:focus {
  --border-opacity: 1 !important;
  border-color: #faf089 !important;
  border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
}

.focus-tw-border-yellow-400:focus {
  --border-opacity: 1 !important;
  border-color: #f6e05e !important;
  border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
}

.focus-tw-border-yellow-500:focus {
  --border-opacity: 1 !important;
  border-color: #ecc94b !important;
  border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
}

.focus-tw-border-yellow-600:focus {
  --border-opacity: 1 !important;
  border-color: #d69e2e !important;
  border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
}

.focus-tw-border-yellow-700:focus {
  --border-opacity: 1 !important;
  border-color: #b7791f !important;
  border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
}

.focus-tw-border-yellow-800:focus {
  --border-opacity: 1 !important;
  border-color: #975a16 !important;
  border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
}

.focus-tw-border-yellow-900:focus {
  --border-opacity: 1 !important;
  border-color: #744210 !important;
  border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
}

.focus-tw-border-green-100:focus {
  --border-opacity: 1 !important;
  border-color: #f0fff4 !important;
  border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
}

.focus-tw-border-green-200:focus {
  --border-opacity: 1 !important;
  border-color: #c6f6d5 !important;
  border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
}

.focus-tw-border-green-300:focus {
  --border-opacity: 1 !important;
  border-color: #9ae6b4 !important;
  border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
}

.focus-tw-border-green-400:focus {
  --border-opacity: 1 !important;
  border-color: #68d391 !important;
  border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
}

.focus-tw-border-green-500:focus {
  --border-opacity: 1 !important;
  border-color: #48bb78 !important;
  border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
}

.focus-tw-border-green-600:focus {
  --border-opacity: 1 !important;
  border-color: #38a169 !important;
  border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
}

.focus-tw-border-green-700:focus {
  --border-opacity: 1 !important;
  border-color: #2f855a !important;
  border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
}

.focus-tw-border-green-800:focus {
  --border-opacity: 1 !important;
  border-color: #276749 !important;
  border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
}

.focus-tw-border-green-900:focus {
  --border-opacity: 1 !important;
  border-color: #22543d !important;
  border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
}

.focus-tw-border-teal-100:focus {
  --border-opacity: 1 !important;
  border-color: #e6fffa !important;
  border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
}

.focus-tw-border-teal-200:focus {
  --border-opacity: 1 !important;
  border-color: #b2f5ea !important;
  border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
}

.focus-tw-border-teal-300:focus {
  --border-opacity: 1 !important;
  border-color: #81e6d9 !important;
  border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
}

.focus-tw-border-teal-400:focus {
  --border-opacity: 1 !important;
  border-color: #4fd1c5 !important;
  border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
}

.focus-tw-border-teal-500:focus {
  --border-opacity: 1 !important;
  border-color: #38b2ac !important;
  border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
}

.focus-tw-border-teal-600:focus {
  --border-opacity: 1 !important;
  border-color: #319795 !important;
  border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
}

.focus-tw-border-teal-700:focus {
  --border-opacity: 1 !important;
  border-color: #2c7a7b !important;
  border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
}

.focus-tw-border-teal-800:focus {
  --border-opacity: 1 !important;
  border-color: #285e61 !important;
  border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
}

.focus-tw-border-teal-900:focus {
  --border-opacity: 1 !important;
  border-color: #234e52 !important;
  border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
}

.focus-tw-border-blue-100:focus {
  --border-opacity: 1 !important;
  border-color: #ebf8ff !important;
  border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
}

.focus-tw-border-blue-200:focus {
  --border-opacity: 1 !important;
  border-color: #bee3f8 !important;
  border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
}

.focus-tw-border-blue-300:focus {
  --border-opacity: 1 !important;
  border-color: #90cdf4 !important;
  border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
}

.focus-tw-border-blue-400:focus {
  --border-opacity: 1 !important;
  border-color: #63b3ed !important;
  border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
}

.focus-tw-border-blue-500:focus {
  --border-opacity: 1 !important;
  border-color: #4299e1 !important;
  border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
}

.focus-tw-border-blue-600:focus {
  --border-opacity: 1 !important;
  border-color: #3182ce !important;
  border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
}

.focus-tw-border-blue-700:focus {
  --border-opacity: 1 !important;
  border-color: #2b6cb0 !important;
  border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
}

.focus-tw-border-blue-800:focus {
  --border-opacity: 1 !important;
  border-color: #2c5282 !important;
  border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
}

.focus-tw-border-blue-900:focus {
  --border-opacity: 1 !important;
  border-color: #2a4365 !important;
  border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
}

.focus-tw-border-indigo-100:focus {
  --border-opacity: 1 !important;
  border-color: #ebf4ff !important;
  border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
}

.focus-tw-border-indigo-200:focus {
  --border-opacity: 1 !important;
  border-color: #c3dafe !important;
  border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
}

.focus-tw-border-indigo-300:focus {
  --border-opacity: 1 !important;
  border-color: #a3bffa !important;
  border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
}

.focus-tw-border-indigo-400:focus {
  --border-opacity: 1 !important;
  border-color: #7f9cf5 !important;
  border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
}

.focus-tw-border-indigo-500:focus {
  --border-opacity: 1 !important;
  border-color: #667eea !important;
  border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
}

.focus-tw-border-indigo-600:focus {
  --border-opacity: 1 !important;
  border-color: #5a67d8 !important;
  border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
}

.focus-tw-border-indigo-700:focus {
  --border-opacity: 1 !important;
  border-color: #4c51bf !important;
  border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
}

.focus-tw-border-indigo-800:focus {
  --border-opacity: 1 !important;
  border-color: #434190 !important;
  border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
}

.focus-tw-border-indigo-900:focus {
  --border-opacity: 1 !important;
  border-color: #3c366b !important;
  border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
}

.focus-tw-border-purple-100:focus {
  --border-opacity: 1 !important;
  border-color: #faf5ff !important;
  border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
}

.focus-tw-border-purple-200:focus {
  --border-opacity: 1 !important;
  border-color: #e9d8fd !important;
  border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
}

.focus-tw-border-purple-300:focus {
  --border-opacity: 1 !important;
  border-color: #d6bcfa !important;
  border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
}

.focus-tw-border-purple-400:focus {
  --border-opacity: 1 !important;
  border-color: #b794f4 !important;
  border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
}

.focus-tw-border-purple-500:focus {
  --border-opacity: 1 !important;
  border-color: #9f7aea !important;
  border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
}

.focus-tw-border-purple-600:focus {
  --border-opacity: 1 !important;
  border-color: #805ad5 !important;
  border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
}

.focus-tw-border-purple-700:focus {
  --border-opacity: 1 !important;
  border-color: #6b46c1 !important;
  border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
}

.focus-tw-border-purple-800:focus {
  --border-opacity: 1 !important;
  border-color: #553c9a !important;
  border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
}

.focus-tw-border-purple-900:focus {
  --border-opacity: 1 !important;
  border-color: #44337a !important;
  border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
}

.focus-tw-border-pink-100:focus {
  --border-opacity: 1 !important;
  border-color: #fff5f7 !important;
  border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
}

.focus-tw-border-pink-200:focus {
  --border-opacity: 1 !important;
  border-color: #fed7e2 !important;
  border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
}

.focus-tw-border-pink-300:focus {
  --border-opacity: 1 !important;
  border-color: #fbb6ce !important;
  border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
}

.focus-tw-border-pink-400:focus {
  --border-opacity: 1 !important;
  border-color: #f687b3 !important;
  border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
}

.focus-tw-border-pink-500:focus {
  --border-opacity: 1 !important;
  border-color: #ed64a6 !important;
  border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
}

.focus-tw-border-pink-600:focus {
  --border-opacity: 1 !important;
  border-color: #d53f8c !important;
  border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
}

.focus-tw-border-pink-700:focus {
  --border-opacity: 1 !important;
  border-color: #b83280 !important;
  border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
}

.focus-tw-border-pink-800:focus {
  --border-opacity: 1 !important;
  border-color: #97266d !important;
  border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
}

.focus-tw-border-pink-900:focus {
  --border-opacity: 1 !important;
  border-color: #702459 !important;
  border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
}

.focus-tw-border-lac-blue:focus {
  --border-opacity: 1 !important;
  border-color: #123440 !important;
  border-color: rgba(18, 52, 64, var(--border-opacity)) !important;
}

.focus-tw-border-lac-darkblue:focus {
  --border-opacity: 1 !important;
  border-color: #0F2E39 !important;
  border-color: rgba(15, 46, 57, var(--border-opacity)) !important;
}

.focus-tw-border-lac-brass:focus {
  --border-opacity: 1 !important;
  border-color: #D19A86 !important;
  border-color: rgba(209, 154, 134, var(--border-opacity)) !important;
}

.focus-tw-border-lac-offwhite:focus {
  --border-opacity: 1 !important;
  border-color: #F8F8F7 !important;
  border-color: rgba(248, 248, 247, var(--border-opacity)) !important;
}

.tw-border-opacity-0 {
  --border-opacity: 0 !important;
}

.tw-border-opacity-25 {
  --border-opacity: 0.25 !important;
}

.tw-border-opacity-50 {
  --border-opacity: 0.5 !important;
}

.tw-border-opacity-75 {
  --border-opacity: 0.75 !important;
}

.tw-border-opacity-100 {
  --border-opacity: 1 !important;
}

.hover-tw-border-opacity-0:hover {
  --border-opacity: 0 !important;
}

.hover-tw-border-opacity-25:hover {
  --border-opacity: 0.25 !important;
}

.hover-tw-border-opacity-50:hover {
  --border-opacity: 0.5 !important;
}

.hover-tw-border-opacity-75:hover {
  --border-opacity: 0.75 !important;
}

.hover-tw-border-opacity-100:hover {
  --border-opacity: 1 !important;
}

.focus-tw-border-opacity-0:focus {
  --border-opacity: 0 !important;
}

.focus-tw-border-opacity-25:focus {
  --border-opacity: 0.25 !important;
}

.focus-tw-border-opacity-50:focus {
  --border-opacity: 0.5 !important;
}

.focus-tw-border-opacity-75:focus {
  --border-opacity: 0.75 !important;
}

.focus-tw-border-opacity-100:focus {
  --border-opacity: 1 !important;
}

.tw-rounded-none {
  border-radius: 0 !important;
}

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

.tw-rounded {
  border-radius: 0.25rem !important;
}

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

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

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

.tw-rounded-t-none {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.tw-rounded-r-none {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.tw-rounded-b-none {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.tw-rounded-l-none {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.tw-rounded-t-sm {
  border-top-left-radius: 0.125rem !important;
  border-top-right-radius: 0.125rem !important;
}

.tw-rounded-r-sm {
  border-top-right-radius: 0.125rem !important;
  border-bottom-right-radius: 0.125rem !important;
}

.tw-rounded-b-sm {
  border-bottom-right-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important;
}

.tw-rounded-l-sm {
  border-top-left-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important;
}

.tw-rounded-t {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.tw-rounded-r {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.tw-rounded-b {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.tw-rounded-l {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

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

.tw-rounded-r-md {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

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

.tw-rounded-l-md {
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.tw-rounded-t-lg {
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}

.tw-rounded-r-lg {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}

.tw-rounded-b-lg {
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.tw-rounded-l-lg {
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.tw-rounded-t-full {
  border-top-left-radius: 9999px !important;
  border-top-right-radius: 9999px !important;
}

.tw-rounded-r-full {
  border-top-right-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}

.tw-rounded-b-full {
  border-bottom-right-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.tw-rounded-l-full {
  border-top-left-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.tw-rounded-tl-none {
  border-top-left-radius: 0 !important;
}

.tw-rounded-tr-none {
  border-top-right-radius: 0 !important;
}

.tw-rounded-br-none {
  border-bottom-right-radius: 0 !important;
}

.tw-rounded-bl-none {
  border-bottom-left-radius: 0 !important;
}

.tw-rounded-tl-sm {
  border-top-left-radius: 0.125rem !important;
}

.tw-rounded-tr-sm {
  border-top-right-radius: 0.125rem !important;
}

.tw-rounded-br-sm {
  border-bottom-right-radius: 0.125rem !important;
}

.tw-rounded-bl-sm {
  border-bottom-left-radius: 0.125rem !important;
}

.tw-rounded-tl {
  border-top-left-radius: 0.25rem !important;
}

.tw-rounded-tr {
  border-top-right-radius: 0.25rem !important;
}

.tw-rounded-br {
  border-bottom-right-radius: 0.25rem !important;
}

.tw-rounded-bl {
  border-bottom-left-radius: 0.25rem !important;
}

.tw-rounded-tl-md {
  border-top-left-radius: 0.375rem !important;
}

.tw-rounded-tr-md {
  border-top-right-radius: 0.375rem !important;
}

.tw-rounded-br-md {
  border-bottom-right-radius: 0.375rem !important;
}

.tw-rounded-bl-md {
  border-bottom-left-radius: 0.375rem !important;
}

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

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

.tw-rounded-br-lg {
  border-bottom-right-radius: 0.5rem !important;
}

.tw-rounded-bl-lg {
  border-bottom-left-radius: 0.5rem !important;
}

.tw-rounded-tl-full {
  border-top-left-radius: 9999px !important;
}

.tw-rounded-tr-full {
  border-top-right-radius: 9999px !important;
}

.tw-rounded-br-full {
  border-bottom-right-radius: 9999px !important;
}

.tw-rounded-bl-full {
  border-bottom-left-radius: 9999px !important;
}

.tw-border-solid {
  border-style: solid !important;
}

.tw-border-dashed {
  border-style: dashed !important;
}

.tw-border-dotted {
  border-style: dotted !important;
}

.tw-border-double {
  border-style: double !important;
}

.tw-border-none {
  border-style: none !important;
}

.tw-border-0 {
  border-width: 0 !important;
}

.tw-border-2 {
  border-width: 2px !important;
}

.tw-border-4 {
  border-width: 4px !important;
}

.tw-border-8 {
  border-width: 8px !important;
}

.tw-border {
  border-width: 1px !important;
}

.tw-border-t-0 {
  border-top-width: 0 !important;
}

.tw-border-r-0 {
  border-right-width: 0 !important;
}

.tw-border-b-0 {
  border-bottom-width: 0 !important;
}

.tw-border-l-0 {
  border-left-width: 0 !important;
}

.tw-border-t-2 {
  border-top-width: 2px !important;
}

.tw-border-r-2 {
  border-right-width: 2px !important;
}

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

.tw-border-l-2 {
  border-left-width: 2px !important;
}

.tw-border-t-4 {
  border-top-width: 4px !important;
}

.tw-border-r-4 {
  border-right-width: 4px !important;
}

.tw-border-b-4 {
  border-bottom-width: 4px !important;
}

.tw-border-l-4 {
  border-left-width: 4px !important;
}

.tw-border-t-8 {
  border-top-width: 8px !important;
}

.tw-border-r-8 {
  border-right-width: 8px !important;
}

.tw-border-b-8 {
  border-bottom-width: 8px !important;
}

.tw-border-l-8 {
  border-left-width: 8px !important;
}

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

.tw-border-r {
  border-right-width: 1px !important;
}

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

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

.tw-box-border {
  box-sizing: border-box !important;
}

.tw-box-content {
  box-sizing: content-box !important;
}

.tw-cursor-auto {
  cursor: auto !important;
}

.tw-cursor-default {
  cursor: default !important;
}

.tw-cursor-pointer {
  cursor: pointer !important;
}

.tw-cursor-wait {
  cursor: wait !important;
}

.tw-cursor-text {
  cursor: text !important;
}

.tw-cursor-move {
  cursor: move !important;
}

.tw-cursor-not-allowed {
  cursor: not-allowed !important;
}

.tw-block {
  display: block !important;
}

.tw-inline-block {
  display: inline-block !important;
}

.tw-inline {
  display: inline !important;
}

.tw-flex {
  display: flex !important;
}

.tw-inline-flex {
  display: inline-flex !important;
}

.tw-table {
  display: table !important;
}

.tw-table-caption {
  display: table-caption !important;
}

.tw-table-cell {
  display: table-cell !important;
}

.tw-table-column {
  display: table-column !important;
}

.tw-table-column-group {
  display: table-column-group !important;
}

.tw-table-footer-group {
  display: table-footer-group !important;
}

.tw-table-header-group {
  display: table-header-group !important;
}

.tw-table-row-group {
  display: table-row-group !important;
}

.tw-table-row {
  display: table-row !important;
}

.tw-flow-root {
  display: flow-root !important;
}

.tw-grid {
  display: grid !important;
}

.tw-inline-grid {
  display: inline-grid !important;
}

.tw-hidden {
  display: none !important;
}

.tw-flex-row {
  flex-direction: row !important;
}

.tw-flex-row-reverse {
  flex-direction: row-reverse !important;
}

.tw-flex-col {
  flex-direction: column !important;
}

.tw-flex-col-reverse {
  flex-direction: column-reverse !important;
}

.tw-flex-wrap {
  flex-wrap: wrap !important;
}

.tw-flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.tw-flex-no-wrap {
  flex-wrap: nowrap !important;
}

.tw-items-start {
  align-items: flex-start !important;
}

.tw-items-end {
  align-items: flex-end !important;
}

.tw-items-center {
  align-items: center !important;
}

.tw-items-baseline {
  align-items: baseline !important;
}

.tw-items-stretch {
  align-items: stretch !important;
}

.tw-self-auto {
  align-self: auto !important;
}

.tw-self-start {
  align-self: flex-start !important;
}

.tw-self-end {
  align-self: flex-end !important;
}

.tw-self-center {
  align-self: center !important;
}

.tw-self-stretch {
  align-self: stretch !important;
}

.tw-justify-start {
  justify-content: flex-start !important;
}

.tw-justify-end {
  justify-content: flex-end !important;
}

.tw-justify-center {
  justify-content: center !important;
}

.tw-justify-between {
  justify-content: space-between !important;
}

.tw-justify-around {
  justify-content: space-around !important;
}

.tw-justify-evenly {
  justify-content: space-evenly !important;
}

.tw-content-center {
  align-content: center !important;
}

.tw-content-start {
  align-content: flex-start !important;
}

.tw-content-end {
  align-content: flex-end !important;
}

.tw-content-between {
  align-content: space-between !important;
}

.tw-content-around {
  align-content: space-around !important;
}

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

.tw-flex-auto {
  flex: 1 1 auto !important;
}

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

.tw-flex-none {
  flex: none !important;
}

.tw-flex-grow-0 {
  flex-grow: 0 !important;
}

.tw-flex-grow {
  flex-grow: 1 !important;
}

.tw-flex-shrink-0 {
  flex-shrink: 0 !important;
}

.tw-flex-shrink {
  flex-shrink: 1 !important;
}

.tw-order-1 {
  order: 1 !important;
}

.tw-order-2 {
  order: 2 !important;
}

.tw-order-3 {
  order: 3 !important;
}

.tw-order-4 {
  order: 4 !important;
}

.tw-order-5 {
  order: 5 !important;
}

.tw-order-6 {
  order: 6 !important;
}

.tw-order-7 {
  order: 7 !important;
}

.tw-order-8 {
  order: 8 !important;
}

.tw-order-9 {
  order: 9 !important;
}

.tw-order-10 {
  order: 10 !important;
}

.tw-order-11 {
  order: 11 !important;
}

.tw-order-12 {
  order: 12 !important;
}

.tw-order-first {
  order: -9999 !important;
}

.tw-order-last {
  order: 9999 !important;
}

.tw-order-none {
  order: 0 !important;
}

.tw-float-right {
  float: right !important;
}

.tw-float-left {
  float: left !important;
}

.tw-float-none {
  float: none !important;
}

.tw-clearfix:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}

.tw-clear-left {
  clear: left !important;
}

.tw-clear-right {
  clear: right !important;
}

.tw-clear-both {
  clear: both !important;
}

.tw-clear-none {
  clear: none !important;
}

.tw-font-sans {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.tw-font-serif {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
}

.tw-font-mono {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.tw-font-lac-serif {
  font-family: Vollkorn, serif !important;
}

.tw-font-hairline {
  font-weight: 100 !important;
}

.tw-font-thin {
  font-weight: 200 !important;
}

.tw-font-light {
  font-weight: 300 !important;
}

.tw-font-normal {
  font-weight: 400 !important;
}

.tw-font-medium {
  font-weight: 500 !important;
}

.tw-font-semibold {
  font-weight: 600 !important;
}

.tw-font-bold {
  font-weight: 700 !important;
}

.tw-font-extrabold {
  font-weight: 800 !important;
}

.tw-font-black {
  font-weight: 900 !important;
}

.hover-tw-font-hairline:hover {
  font-weight: 100 !important;
}

.hover-tw-font-thin:hover {
  font-weight: 200 !important;
}

.hover-tw-font-light:hover {
  font-weight: 300 !important;
}

.hover-tw-font-normal:hover {
  font-weight: 400 !important;
}

.hover-tw-font-medium:hover {
  font-weight: 500 !important;
}

.hover-tw-font-semibold:hover {
  font-weight: 600 !important;
}

.hover-tw-font-bold:hover {
  font-weight: 700 !important;
}

.hover-tw-font-extrabold:hover {
  font-weight: 800 !important;
}

.hover-tw-font-black:hover {
  font-weight: 900 !important;
}

.focus-tw-font-hairline:focus {
  font-weight: 100 !important;
}

.focus-tw-font-thin:focus {
  font-weight: 200 !important;
}

.focus-tw-font-light:focus {
  font-weight: 300 !important;
}

.focus-tw-font-normal:focus {
  font-weight: 400 !important;
}

.focus-tw-font-medium:focus {
  font-weight: 500 !important;
}

.focus-tw-font-semibold:focus {
  font-weight: 600 !important;
}

.focus-tw-font-bold:focus {
  font-weight: 700 !important;
}

.focus-tw-font-extrabold:focus {
  font-weight: 800 !important;
}

.focus-tw-font-black:focus {
  font-weight: 900 !important;
}

.tw-h-0 {
  height: 0 !important;
}

.tw-h-1 {
  height: 0.25rem !important;
}

.tw-h-2 {
  height: 0.5rem !important;
}

.tw-h-3 {
  height: 0.75rem !important;
}

.tw-h-4 {
  height: 1rem !important;
}

.tw-h-5 {
  height: 1.25rem !important;
}

.tw-h-6 {
  height: 1.5rem !important;
}

.tw-h-8 {
  height: 2rem !important;
}

.tw-h-10 {
  height: 2.5rem !important;
}

.tw-h-12 {
  height: 3rem !important;
}

.tw-h-16 {
  height: 4rem !important;
}

.tw-h-20 {
  height: 5rem !important;
}

.tw-h-24 {
  height: 6rem !important;
}

.tw-h-32 {
  height: 8rem !important;
}

.tw-h-40 {
  height: 10rem !important;
}

.tw-h-48 {
  height: 12rem !important;
}

.tw-h-56 {
  height: 14rem !important;
}

.tw-h-64 {
  height: 16rem !important;
}

.tw-h-auto {
  height: auto !important;
}

.tw-h-px {
  height: 1px !important;
}

.tw-h-full {
  height: 100% !important;
}

.tw-h-screen {
  height: 100vh !important;
}

.tw-text-xs {
  font-size: 0.75rem !important;
}

.tw-text-sm {
  font-size: 0.875rem !important;
}

.tw-text-base {
  font-size: 1rem !important;
}

.tw-text-lg {
  font-size: 1.125rem !important;
}

.tw-text-xl {
  font-size: 1.25rem !important;
}

.tw-text-2xl {
  font-size: 1.5rem !important;
}

.tw-text-3xl {
  font-size: 1.875rem !important;
}

.tw-text-4xl {
  font-size: 2.25rem !important;
}

.tw-text-5xl {
  font-size: 3rem !important;
}

.tw-text-6xl {
  font-size: 4rem !important;
}

.tw-text-donate {
  font-size: 140px !important;
}

.tw-leading-3 {
  line-height: .75rem !important;
}

.tw-leading-4 {
  line-height: 1rem !important;
}

.tw-leading-5 {
  line-height: 1.25rem !important;
}

.tw-leading-6 {
  line-height: 1.5rem !important;
}

.tw-leading-7 {
  line-height: 1.75rem !important;
}

.tw-leading-8 {
  line-height: 2rem !important;
}

.tw-leading-9 {
  line-height: 2.25rem !important;
}

.tw-leading-10 {
  line-height: 2.5rem !important;
}

.tw-leading-none {
  line-height: 1 !important;
}

.tw-leading-tight {
  line-height: 1.25 !important;
}

.tw-leading-snug {
  line-height: 1.375 !important;
}

.tw-leading-normal {
  line-height: 1.5 !important;
}

.tw-leading-relaxed {
  line-height: 1.625 !important;
}

.tw-leading-loose {
  line-height: 2 !important;
}

.tw-list-inside {
  list-style-position: inside !important;
}

.tw-list-outside {
  list-style-position: outside !important;
}

.tw-list-none {
  list-style-type: none !important;
}

.tw-list-disc {
  list-style-type: disc !important;
}

.tw-list-decimal {
  list-style-type: decimal !important;
}

.tw-m-0 {
  margin: 0 !important;
}

.tw-m-1 {
  margin: 0.25rem !important;
}

.tw-m-2 {
  margin: 0.5rem !important;
}

.tw-m-3 {
  margin: 0.75rem !important;
}

.tw-m-4 {
  margin: 1rem !important;
}

.tw-m-5 {
  margin: 1.25rem !important;
}

.tw-m-6 {
  margin: 1.5rem !important;
}

.tw-m-8 {
  margin: 2rem !important;
}

.tw-m-10 {
  margin: 2.5rem !important;
}

.tw-m-12 {
  margin: 3rem !important;
}

.tw-m-16 {
  margin: 4rem !important;
}

.tw-m-20 {
  margin: 5rem !important;
}

.tw-m-24 {
  margin: 6rem !important;
}

.tw-m-32 {
  margin: 8rem !important;
}

.tw-m-40 {
  margin: 10rem !important;
}

.tw-m-48 {
  margin: 12rem !important;
}

.tw-m-56 {
  margin: 14rem !important;
}

.tw-m-64 {
  margin: 16rem !important;
}

.tw-m-auto {
  margin: auto !important;
}

.tw-m-px {
  margin: 1px !important;
}

.tw--m-1 {
  margin: -0.25rem !important;
}

.tw--m-2 {
  margin: -0.5rem !important;
}

.tw--m-3 {
  margin: -0.75rem !important;
}

.tw--m-4 {
  margin: -1rem !important;
}

.tw--m-5 {
  margin: -1.25rem !important;
}

.tw--m-6 {
  margin: -1.5rem !important;
}

.tw--m-8 {
  margin: -2rem !important;
}

.tw--m-10 {
  margin: -2.5rem !important;
}

.tw--m-12 {
  margin: -3rem !important;
}

.tw--m-16 {
  margin: -4rem !important;
}

.tw--m-20 {
  margin: -5rem !important;
}

.tw--m-24 {
  margin: -6rem !important;
}

.tw--m-32 {
  margin: -8rem !important;
}

.tw--m-40 {
  margin: -10rem !important;
}

.tw--m-48 {
  margin: -12rem !important;
}

.tw--m-56 {
  margin: -14rem !important;
}

.tw--m-64 {
  margin: -16rem !important;
}

.tw--m-px {
  margin: -1px !important;
}

.tw-my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.tw-mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.tw-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.tw-my-px {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}

.tw-mx-px {
  margin-left: 1px !important;
  margin-right: 1px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw--my-px {
  margin-top: -1px !important;
  margin-bottom: -1px !important;
}

.tw--mx-px {
  margin-left: -1px !important;
  margin-right: -1px !important;
}

.tw-mt-0 {
  margin-top: 0 !important;
}

.tw-mr-0 {
  margin-right: 0 !important;
}

.tw-mb-0 {
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-mt-auto {
  margin-top: auto !important;
}

.tw-mr-auto {
  margin-right: auto !important;
}

.tw-mb-auto {
  margin-bottom: auto !important;
}

.tw-ml-auto {
  margin-left: auto !important;
}

.tw-mt-px {
  margin-top: 1px !important;
}

.tw-mr-px {
  margin-right: 1px !important;
}

.tw-mb-px {
  margin-bottom: 1px !important;
}

.tw-ml-px {
  margin-left: 1px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw--mt-px {
  margin-top: -1px !important;
}

.tw--mr-px {
  margin-right: -1px !important;
}

.tw--mb-px {
  margin-bottom: -1px !important;
}

.tw--ml-px {
  margin-left: -1px !important;
}

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

.tw-max-h-screen {
  max-height: 100vh !important;
}

.tw-max-w-none {
  max-width: none !important;
}

.tw-max-w-xs {
  max-width: 20rem !important;
}

.tw-max-w-sm {
  max-width: 24rem !important;
}

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

.tw-max-w-lg {
  max-width: 32rem !important;
}

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

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

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

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

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

.tw-max-w-6xl {
  max-width: 72rem !important;
}

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

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

.tw-max-w-screen-md {
  max-width: 768px !important;
}

.tw-max-w-screen-lg {
  max-width: 1024px !important;
}

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

.tw-min-h-0 {
  min-height: 0 !important;
}

.tw-min-h-full {
  min-height: 100% !important;
}

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

.tw-min-w-0 {
  min-width: 0 !important;
}

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

.tw-object-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

.tw-object-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.tw-object-fill {
  -o-object-fit: fill !important;
  object-fit: fill !important;
}

.tw-object-none {
  -o-object-fit: none !important;
  object-fit: none !important;
}

.tw-object-scale-down {
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important;
}

.tw-object-bottom {
  -o-object-position: bottom !important;
  object-position: bottom !important;
}

.tw-object-center {
  -o-object-position: center !important;
  object-position: center !important;
}

.tw-object-left {
  -o-object-position: left !important;
  object-position: left !important;
}

.tw-object-left-bottom {
  -o-object-position: left bottom !important;
  object-position: left bottom !important;
}

.tw-object-left-top {
  -o-object-position: left top !important;
  object-position: left top !important;
}

.tw-object-right {
  -o-object-position: right !important;
  object-position: right !important;
}

.tw-object-right-bottom {
  -o-object-position: right bottom !important;
  object-position: right bottom !important;
}

.tw-object-right-top {
  -o-object-position: right top !important;
  object-position: right top !important;
}

.tw-object-top {
  -o-object-position: top !important;
  object-position: top !important;
}

.tw-opacity-0 {
  opacity: 0 !important;
}

.tw-opacity-25 {
  opacity: 0.25 !important;
}

.tw-opacity-50 {
  opacity: 0.5 !important;
}

.tw-opacity-75 {
  opacity: 0.75 !important;
}

.tw-opacity-100 {
  opacity: 1 !important;
}

.hover-tw-opacity-0:hover {
  opacity: 0 !important;
}

.hover-tw-opacity-25:hover {
  opacity: 0.25 !important;
}

.hover-tw-opacity-50:hover {
  opacity: 0.5 !important;
}

.hover-tw-opacity-75:hover {
  opacity: 0.75 !important;
}

.hover-tw-opacity-100:hover {
  opacity: 1 !important;
}

.focus-tw-opacity-0:focus {
  opacity: 0 !important;
}

.focus-tw-opacity-25:focus {
  opacity: 0.25 !important;
}

.focus-tw-opacity-50:focus {
  opacity: 0.5 !important;
}

.focus-tw-opacity-75:focus {
  opacity: 0.75 !important;
}

.focus-tw-opacity-100:focus {
  opacity: 1 !important;
}

.tw-outline-none {
  outline: 0 !important;
}

.focus-tw-outline-none:focus {
  outline: 0 !important;
}

.tw-overflow-auto {
  overflow: auto !important;
}

.tw-overflow-hidden {
  overflow: hidden !important;
}

.tw-overflow-visible {
  overflow: visible !important;
}

.tw-overflow-scroll {
  overflow: scroll !important;
}

.tw-overflow-x-auto {
  overflow-x: auto !important;
}

.tw-overflow-y-auto {
  overflow-y: auto !important;
}

.tw-overflow-x-hidden {
  overflow-x: hidden !important;
}

.tw-overflow-y-hidden {
  overflow-y: hidden !important;
}

.tw-overflow-x-visible {
  overflow-x: visible !important;
}

.tw-overflow-y-visible {
  overflow-y: visible !important;
}

.tw-overflow-x-scroll {
  overflow-x: scroll !important;
}

.tw-overflow-y-scroll {
  overflow-y: scroll !important;
}

.tw-scrolling-touch {
  -webkit-overflow-scrolling: touch !important;
}

.tw-scrolling-auto {
  -webkit-overflow-scrolling: auto !important;
}

.tw-p-0 {
  padding: 0 !important;
}

.tw-p-1 {
  padding: 0.25rem !important;
}

.tw-p-2 {
  padding: 0.5rem !important;
}

.tw-p-3 {
  padding: 0.75rem !important;
}

.tw-p-4 {
  padding: 1rem !important;
}

.tw-p-5 {
  padding: 1.25rem !important;
}

.tw-p-6 {
  padding: 1.5rem !important;
}

.tw-p-8 {
  padding: 2rem !important;
}

.tw-p-10 {
  padding: 2.5rem !important;
}

.tw-p-12 {
  padding: 3rem !important;
}

.tw-p-16 {
  padding: 4rem !important;
}

.tw-p-20 {
  padding: 5rem !important;
}

.tw-p-24 {
  padding: 6rem !important;
}

.tw-p-32 {
  padding: 8rem !important;
}

.tw-p-40 {
  padding: 10rem !important;
}

.tw-p-48 {
  padding: 12rem !important;
}

.tw-p-56 {
  padding: 14rem !important;
}

.tw-p-64 {
  padding: 16rem !important;
}

.tw-p-px {
  padding: 1px !important;
}

.tw-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.tw-px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.tw-py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.tw-px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.tw-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.tw-px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.tw-py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.tw-px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.tw-py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.tw-px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.tw-py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.tw-px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.tw-py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.tw-px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.tw-py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.tw-px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.tw-py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.tw-px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.tw-py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.tw-px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.tw-py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.tw-px-16 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.tw-py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.tw-px-20 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.tw-py-24 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.tw-px-24 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.tw-py-32 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.tw-px-32 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.tw-py-40 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.tw-px-40 {
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}

.tw-py-48 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.tw-px-48 {
  padding-left: 12rem !important;
  padding-right: 12rem !important;
}

.tw-py-56 {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}

.tw-px-56 {
  padding-left: 14rem !important;
  padding-right: 14rem !important;
}

.tw-py-64 {
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}

.tw-px-64 {
  padding-left: 16rem !important;
  padding-right: 16rem !important;
}

.tw-py-px {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.tw-px-px {
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.tw-pt-0 {
  padding-top: 0 !important;
}

.tw-pr-0 {
  padding-right: 0 !important;
}

.tw-pb-0 {
  padding-bottom: 0 !important;
}

.tw-pl-0 {
  padding-left: 0 !important;
}

.tw-pt-1 {
  padding-top: 0.25rem !important;
}

.tw-pr-1 {
  padding-right: 0.25rem !important;
}

.tw-pb-1 {
  padding-bottom: 0.25rem !important;
}

.tw-pl-1 {
  padding-left: 0.25rem !important;
}

.tw-pt-2 {
  padding-top: 0.5rem !important;
}

.tw-pr-2 {
  padding-right: 0.5rem !important;
}

.tw-pb-2 {
  padding-bottom: 0.5rem !important;
}

.tw-pl-2 {
  padding-left: 0.5rem !important;
}

.tw-pt-3 {
  padding-top: 0.75rem !important;
}

.tw-pr-3 {
  padding-right: 0.75rem !important;
}

.tw-pb-3 {
  padding-bottom: 0.75rem !important;
}

.tw-pl-3 {
  padding-left: 0.75rem !important;
}

.tw-pt-4 {
  padding-top: 1rem !important;
}

.tw-pr-4 {
  padding-right: 1rem !important;
}

.tw-pb-4 {
  padding-bottom: 1rem !important;
}

.tw-pl-4 {
  padding-left: 1rem !important;
}

.tw-pt-5 {
  padding-top: 1.25rem !important;
}

.tw-pr-5 {
  padding-right: 1.25rem !important;
}

.tw-pb-5 {
  padding-bottom: 1.25rem !important;
}

.tw-pl-5 {
  padding-left: 1.25rem !important;
}

.tw-pt-6 {
  padding-top: 1.5rem !important;
}

.tw-pr-6 {
  padding-right: 1.5rem !important;
}

.tw-pb-6 {
  padding-bottom: 1.5rem !important;
}

.tw-pl-6 {
  padding-left: 1.5rem !important;
}

.tw-pt-8 {
  padding-top: 2rem !important;
}

.tw-pr-8 {
  padding-right: 2rem !important;
}

.tw-pb-8 {
  padding-bottom: 2rem !important;
}

.tw-pl-8 {
  padding-left: 2rem !important;
}

.tw-pt-10 {
  padding-top: 2.5rem !important;
}

.tw-pr-10 {
  padding-right: 2.5rem !important;
}

.tw-pb-10 {
  padding-bottom: 2.5rem !important;
}

.tw-pl-10 {
  padding-left: 2.5rem !important;
}

.tw-pt-12 {
  padding-top: 3rem !important;
}

.tw-pr-12 {
  padding-right: 3rem !important;
}

.tw-pb-12 {
  padding-bottom: 3rem !important;
}

.tw-pl-12 {
  padding-left: 3rem !important;
}

.tw-pt-16 {
  padding-top: 4rem !important;
}

.tw-pr-16 {
  padding-right: 4rem !important;
}

.tw-pb-16 {
  padding-bottom: 4rem !important;
}

.tw-pl-16 {
  padding-left: 4rem !important;
}

.tw-pt-20 {
  padding-top: 5rem !important;
}

.tw-pr-20 {
  padding-right: 5rem !important;
}

.tw-pb-20 {
  padding-bottom: 5rem !important;
}

.tw-pl-20 {
  padding-left: 5rem !important;
}

.tw-pt-24 {
  padding-top: 6rem !important;
}

.tw-pr-24 {
  padding-right: 6rem !important;
}

.tw-pb-24 {
  padding-bottom: 6rem !important;
}

.tw-pl-24 {
  padding-left: 6rem !important;
}

.tw-pt-32 {
  padding-top: 8rem !important;
}

.tw-pr-32 {
  padding-right: 8rem !important;
}

.tw-pb-32 {
  padding-bottom: 8rem !important;
}

.tw-pl-32 {
  padding-left: 8rem !important;
}

.tw-pt-40 {
  padding-top: 10rem !important;
}

.tw-pr-40 {
  padding-right: 10rem !important;
}

.tw-pb-40 {
  padding-bottom: 10rem !important;
}

.tw-pl-40 {
  padding-left: 10rem !important;
}

.tw-pt-48 {
  padding-top: 12rem !important;
}

.tw-pr-48 {
  padding-right: 12rem !important;
}

.tw-pb-48 {
  padding-bottom: 12rem !important;
}

.tw-pl-48 {
  padding-left: 12rem !important;
}

.tw-pt-56 {
  padding-top: 14rem !important;
}

.tw-pr-56 {
  padding-right: 14rem !important;
}

.tw-pb-56 {
  padding-bottom: 14rem !important;
}

.tw-pl-56 {
  padding-left: 14rem !important;
}

.tw-pt-64 {
  padding-top: 16rem !important;
}

.tw-pr-64 {
  padding-right: 16rem !important;
}

.tw-pb-64 {
  padding-bottom: 16rem !important;
}

.tw-pl-64 {
  padding-left: 16rem !important;
}

.tw-pt-px {
  padding-top: 1px !important;
}

.tw-pr-px {
  padding-right: 1px !important;
}

.tw-pb-px {
  padding-bottom: 1px !important;
}

.tw-pl-px {
  padding-left: 1px !important;
}

.tw-placeholder-transparent::-moz-placeholder {
  color: transparent !important;
}

.tw-placeholder-transparent:-ms-input-placeholder {
  color: transparent !important;
}

.tw-placeholder-transparent::-ms-input-placeholder {
  color: transparent !important;
}

.tw-placeholder-transparent::placeholder {
  color: transparent !important;
}

.tw-placeholder-current::-moz-placeholder {
  color: currentColor !important;
}

.tw-placeholder-current:-ms-input-placeholder {
  color: currentColor !important;
}

.tw-placeholder-current::-ms-input-placeholder {
  color: currentColor !important;
}

.tw-placeholder-current::placeholder {
  color: currentColor !important;
}

.tw-placeholder-black::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.tw-placeholder-black:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.tw-placeholder-black::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.tw-placeholder-black::placeholder {
  --placeholder-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.tw-placeholder-white::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-white:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-white::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-white::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-100::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f7fafc !important;
  color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-100:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f7fafc !important;
  color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-100::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f7fafc !important;
  color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-100::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f7fafc !important;
  color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-200::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #edf2f7 !important;
  color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-200:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #edf2f7 !important;
  color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-200::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #edf2f7 !important;
  color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-200::placeholder {
  --placeholder-opacity: 1 !important;
  color: #edf2f7 !important;
  color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-300::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-300:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-300::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-300::placeholder {
  --placeholder-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-400::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #cbd5e0 !important;
  color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-400:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #cbd5e0 !important;
  color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-400::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #cbd5e0 !important;
  color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-400::placeholder {
  --placeholder-opacity: 1 !important;
  color: #cbd5e0 !important;
  color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-500::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a0aec0 !important;
  color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-500:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a0aec0 !important;
  color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-500::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a0aec0 !important;
  color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-500::placeholder {
  --placeholder-opacity: 1 !important;
  color: #a0aec0 !important;
  color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-600::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #718096 !important;
  color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-600:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #718096 !important;
  color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-600::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #718096 !important;
  color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-600::placeholder {
  --placeholder-opacity: 1 !important;
  color: #718096 !important;
  color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-700::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4a5568 !important;
  color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-700:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4a5568 !important;
  color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-700::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4a5568 !important;
  color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-700::placeholder {
  --placeholder-opacity: 1 !important;
  color: #4a5568 !important;
  color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-800::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2d3748 !important;
  color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-800:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2d3748 !important;
  color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-800::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2d3748 !important;
  color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-800::placeholder {
  --placeholder-opacity: 1 !important;
  color: #2d3748 !important;
  color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-900::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1a202c !important;
  color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-900:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1a202c !important;
  color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-900::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1a202c !important;
  color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
}

.tw-placeholder-gray-900::placeholder {
  --placeholder-opacity: 1 !important;
  color: #1a202c !important;
  color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-100::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff5f5 !important;
  color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-100:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff5f5 !important;
  color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-100::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff5f5 !important;
  color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-100::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff5f5 !important;
  color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-200::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fed7d7 !important;
  color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-200:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fed7d7 !important;
  color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-200::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fed7d7 !important;
  color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-200::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fed7d7 !important;
  color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-300::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #feb2b2 !important;
  color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-300:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #feb2b2 !important;
  color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-300::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #feb2b2 !important;
  color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-300::placeholder {
  --placeholder-opacity: 1 !important;
  color: #feb2b2 !important;
  color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-400::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fc8181 !important;
  color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-400:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fc8181 !important;
  color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-400::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fc8181 !important;
  color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-400::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fc8181 !important;
  color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-500::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f56565 !important;
  color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-500:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f56565 !important;
  color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-500::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f56565 !important;
  color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-500::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f56565 !important;
  color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-600::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e53e3e !important;
  color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-600:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e53e3e !important;
  color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-600::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e53e3e !important;
  color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-600::placeholder {
  --placeholder-opacity: 1 !important;
  color: #e53e3e !important;
  color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-700::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c53030 !important;
  color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-700:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c53030 !important;
  color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-700::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c53030 !important;
  color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-700::placeholder {
  --placeholder-opacity: 1 !important;
  color: #c53030 !important;
  color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-800::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9b2c2c !important;
  color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-800:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9b2c2c !important;
  color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-800::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9b2c2c !important;
  color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-800::placeholder {
  --placeholder-opacity: 1 !important;
  color: #9b2c2c !important;
  color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-900::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #742a2a !important;
  color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-900:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #742a2a !important;
  color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-900::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #742a2a !important;
  color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
}

.tw-placeholder-red-900::placeholder {
  --placeholder-opacity: 1 !important;
  color: #742a2a !important;
  color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-100::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fffaf0 !important;
  color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-100:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fffaf0 !important;
  color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-100::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fffaf0 !important;
  color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-100::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fffaf0 !important;
  color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-200::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #feebc8 !important;
  color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-200:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #feebc8 !important;
  color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-200::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #feebc8 !important;
  color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-200::placeholder {
  --placeholder-opacity: 1 !important;
  color: #feebc8 !important;
  color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-300::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fbd38d !important;
  color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-300:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fbd38d !important;
  color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-300::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fbd38d !important;
  color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-300::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fbd38d !important;
  color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-400::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f6ad55 !important;
  color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-400:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f6ad55 !important;
  color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-400::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f6ad55 !important;
  color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-400::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f6ad55 !important;
  color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-500::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ed8936 !important;
  color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-500:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ed8936 !important;
  color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-500::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ed8936 !important;
  color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-500::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ed8936 !important;
  color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-600::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #dd6b20 !important;
  color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-600:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #dd6b20 !important;
  color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-600::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #dd6b20 !important;
  color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-600::placeholder {
  --placeholder-opacity: 1 !important;
  color: #dd6b20 !important;
  color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-700::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c05621 !important;
  color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-700:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c05621 !important;
  color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-700::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c05621 !important;
  color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-700::placeholder {
  --placeholder-opacity: 1 !important;
  color: #c05621 !important;
  color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-800::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9c4221 !important;
  color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-800:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9c4221 !important;
  color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-800::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9c4221 !important;
  color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-800::placeholder {
  --placeholder-opacity: 1 !important;
  color: #9c4221 !important;
  color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-900::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7b341e !important;
  color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-900:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7b341e !important;
  color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-900::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7b341e !important;
  color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
}

.tw-placeholder-orange-900::placeholder {
  --placeholder-opacity: 1 !important;
  color: #7b341e !important;
  color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-100::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fffff0 !important;
  color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-100:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fffff0 !important;
  color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-100::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fffff0 !important;
  color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-100::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fffff0 !important;
  color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-200::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fefcbf !important;
  color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-200:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fefcbf !important;
  color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-200::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fefcbf !important;
  color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-200::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fefcbf !important;
  color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-300::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #faf089 !important;
  color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-300:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #faf089 !important;
  color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-300::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #faf089 !important;
  color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-300::placeholder {
  --placeholder-opacity: 1 !important;
  color: #faf089 !important;
  color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-400::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f6e05e !important;
  color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-400:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f6e05e !important;
  color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-400::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f6e05e !important;
  color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-400::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f6e05e !important;
  color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-500::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ecc94b !important;
  color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-500:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ecc94b !important;
  color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-500::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ecc94b !important;
  color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-500::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ecc94b !important;
  color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-600::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d69e2e !important;
  color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-600:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d69e2e !important;
  color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-600::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d69e2e !important;
  color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-600::placeholder {
  --placeholder-opacity: 1 !important;
  color: #d69e2e !important;
  color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-700::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #b7791f !important;
  color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-700:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #b7791f !important;
  color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-700::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #b7791f !important;
  color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-700::placeholder {
  --placeholder-opacity: 1 !important;
  color: #b7791f !important;
  color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-800::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #975a16 !important;
  color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-800:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #975a16 !important;
  color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-800::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #975a16 !important;
  color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-800::placeholder {
  --placeholder-opacity: 1 !important;
  color: #975a16 !important;
  color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-900::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #744210 !important;
  color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-900:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #744210 !important;
  color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-900::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #744210 !important;
  color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
}

.tw-placeholder-yellow-900::placeholder {
  --placeholder-opacity: 1 !important;
  color: #744210 !important;
  color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-100::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0fff4 !important;
  color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-100:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0fff4 !important;
  color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-100::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0fff4 !important;
  color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-100::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0fff4 !important;
  color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-200::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c6f6d5 !important;
  color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-200:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c6f6d5 !important;
  color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-200::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c6f6d5 !important;
  color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-200::placeholder {
  --placeholder-opacity: 1 !important;
  color: #c6f6d5 !important;
  color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-300::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9ae6b4 !important;
  color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-300:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9ae6b4 !important;
  color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-300::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9ae6b4 !important;
  color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-300::placeholder {
  --placeholder-opacity: 1 !important;
  color: #9ae6b4 !important;
  color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-400::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #68d391 !important;
  color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-400:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #68d391 !important;
  color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-400::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #68d391 !important;
  color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-400::placeholder {
  --placeholder-opacity: 1 !important;
  color: #68d391 !important;
  color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-500::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-500:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-500::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-500::placeholder {
  --placeholder-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-600::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-600:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-600::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-600::placeholder {
  --placeholder-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-700::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-700:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-700::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-700::placeholder {
  --placeholder-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-800::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #276749 !important;
  color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-800:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #276749 !important;
  color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-800::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #276749 !important;
  color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-800::placeholder {
  --placeholder-opacity: 1 !important;
  color: #276749 !important;
  color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-900::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #22543d !important;
  color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-900:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #22543d !important;
  color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-900::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #22543d !important;
  color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
}

.tw-placeholder-green-900::placeholder {
  --placeholder-opacity: 1 !important;
  color: #22543d !important;
  color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-100::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e6fffa !important;
  color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-100:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e6fffa !important;
  color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-100::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e6fffa !important;
  color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-100::placeholder {
  --placeholder-opacity: 1 !important;
  color: #e6fffa !important;
  color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-200::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #b2f5ea !important;
  color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-200:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #b2f5ea !important;
  color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-200::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #b2f5ea !important;
  color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-200::placeholder {
  --placeholder-opacity: 1 !important;
  color: #b2f5ea !important;
  color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-300::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #81e6d9 !important;
  color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-300:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #81e6d9 !important;
  color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-300::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #81e6d9 !important;
  color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-300::placeholder {
  --placeholder-opacity: 1 !important;
  color: #81e6d9 !important;
  color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-400::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4fd1c5 !important;
  color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-400:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4fd1c5 !important;
  color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-400::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4fd1c5 !important;
  color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-400::placeholder {
  --placeholder-opacity: 1 !important;
  color: #4fd1c5 !important;
  color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-500::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #38b2ac !important;
  color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-500:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #38b2ac !important;
  color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-500::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #38b2ac !important;
  color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-500::placeholder {
  --placeholder-opacity: 1 !important;
  color: #38b2ac !important;
  color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-600::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-600:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-600::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-600::placeholder {
  --placeholder-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-700::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2c7a7b !important;
  color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-700:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2c7a7b !important;
  color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-700::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2c7a7b !important;
  color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-700::placeholder {
  --placeholder-opacity: 1 !important;
  color: #2c7a7b !important;
  color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-800::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #285e61 !important;
  color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-800:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #285e61 !important;
  color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-800::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #285e61 !important;
  color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-800::placeholder {
  --placeholder-opacity: 1 !important;
  color: #285e61 !important;
  color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-900::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #234e52 !important;
  color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-900:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #234e52 !important;
  color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-900::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #234e52 !important;
  color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
}

.tw-placeholder-teal-900::placeholder {
  --placeholder-opacity: 1 !important;
  color: #234e52 !important;
  color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-100::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ebf8ff !important;
  color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-100:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ebf8ff !important;
  color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-100::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ebf8ff !important;
  color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-100::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ebf8ff !important;
  color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-200::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-200:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-200::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-200::placeholder {
  --placeholder-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-300::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-300:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-300::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-300::placeholder {
  --placeholder-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-400::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-400:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-400::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-400::placeholder {
  --placeholder-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-500::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-500:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-500::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-500::placeholder {
  --placeholder-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-600::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-600:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-600::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-600::placeholder {
  --placeholder-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-700::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-700:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-700::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-700::placeholder {
  --placeholder-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-800::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-800:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-800::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-800::placeholder {
  --placeholder-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-900::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-900:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-900::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
}

.tw-placeholder-blue-900::placeholder {
  --placeholder-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-100::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ebf4ff !important;
  color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-100:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ebf4ff !important;
  color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-100::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ebf4ff !important;
  color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-100::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ebf4ff !important;
  color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-200::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c3dafe !important;
  color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-200:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c3dafe !important;
  color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-200::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c3dafe !important;
  color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-200::placeholder {
  --placeholder-opacity: 1 !important;
  color: #c3dafe !important;
  color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-300::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a3bffa !important;
  color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-300:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a3bffa !important;
  color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-300::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a3bffa !important;
  color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-300::placeholder {
  --placeholder-opacity: 1 !important;
  color: #a3bffa !important;
  color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-400::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7f9cf5 !important;
  color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-400:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7f9cf5 !important;
  color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-400::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7f9cf5 !important;
  color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-400::placeholder {
  --placeholder-opacity: 1 !important;
  color: #7f9cf5 !important;
  color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-500::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #667eea !important;
  color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-500:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #667eea !important;
  color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-500::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #667eea !important;
  color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-500::placeholder {
  --placeholder-opacity: 1 !important;
  color: #667eea !important;
  color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-600::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #5a67d8 !important;
  color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-600:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #5a67d8 !important;
  color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-600::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #5a67d8 !important;
  color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-600::placeholder {
  --placeholder-opacity: 1 !important;
  color: #5a67d8 !important;
  color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-700::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4c51bf !important;
  color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-700:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4c51bf !important;
  color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-700::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4c51bf !important;
  color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-700::placeholder {
  --placeholder-opacity: 1 !important;
  color: #4c51bf !important;
  color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-800::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #434190 !important;
  color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-800:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #434190 !important;
  color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-800::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #434190 !important;
  color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-800::placeholder {
  --placeholder-opacity: 1 !important;
  color: #434190 !important;
  color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-900::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3c366b !important;
  color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-900:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3c366b !important;
  color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-900::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3c366b !important;
  color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
}

.tw-placeholder-indigo-900::placeholder {
  --placeholder-opacity: 1 !important;
  color: #3c366b !important;
  color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-100::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-100:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-100::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-100::placeholder {
  --placeholder-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-200::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e9d8fd !important;
  color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-200:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e9d8fd !important;
  color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-200::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e9d8fd !important;
  color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-200::placeholder {
  --placeholder-opacity: 1 !important;
  color: #e9d8fd !important;
  color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-300::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d6bcfa !important;
  color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-300:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d6bcfa !important;
  color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-300::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d6bcfa !important;
  color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-300::placeholder {
  --placeholder-opacity: 1 !important;
  color: #d6bcfa !important;
  color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-400::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #b794f4 !important;
  color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-400:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #b794f4 !important;
  color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-400::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #b794f4 !important;
  color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-400::placeholder {
  --placeholder-opacity: 1 !important;
  color: #b794f4 !important;
  color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-500::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9f7aea !important;
  color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-500:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9f7aea !important;
  color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-500::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9f7aea !important;
  color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-500::placeholder {
  --placeholder-opacity: 1 !important;
  color: #9f7aea !important;
  color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-600::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #805ad5 !important;
  color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-600:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #805ad5 !important;
  color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-600::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #805ad5 !important;
  color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-600::placeholder {
  --placeholder-opacity: 1 !important;
  color: #805ad5 !important;
  color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-700::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #6b46c1 !important;
  color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-700:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #6b46c1 !important;
  color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-700::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #6b46c1 !important;
  color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-700::placeholder {
  --placeholder-opacity: 1 !important;
  color: #6b46c1 !important;
  color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-800::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #553c9a !important;
  color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-800:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #553c9a !important;
  color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-800::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #553c9a !important;
  color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-800::placeholder {
  --placeholder-opacity: 1 !important;
  color: #553c9a !important;
  color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-900::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #44337a !important;
  color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-900:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #44337a !important;
  color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-900::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #44337a !important;
  color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
}

.tw-placeholder-purple-900::placeholder {
  --placeholder-opacity: 1 !important;
  color: #44337a !important;
  color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-100::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff5f7 !important;
  color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-100:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff5f7 !important;
  color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-100::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff5f7 !important;
  color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-100::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff5f7 !important;
  color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-200::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fed7e2 !important;
  color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-200:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fed7e2 !important;
  color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-200::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fed7e2 !important;
  color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-200::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fed7e2 !important;
  color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-300::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fbb6ce !important;
  color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-300:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fbb6ce !important;
  color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-300::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fbb6ce !important;
  color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-300::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fbb6ce !important;
  color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-400::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f687b3 !important;
  color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-400:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f687b3 !important;
  color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-400::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f687b3 !important;
  color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-400::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f687b3 !important;
  color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-500::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ed64a6 !important;
  color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-500:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ed64a6 !important;
  color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-500::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ed64a6 !important;
  color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-500::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ed64a6 !important;
  color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-600::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d53f8c !important;
  color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-600:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d53f8c !important;
  color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-600::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d53f8c !important;
  color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-600::placeholder {
  --placeholder-opacity: 1 !important;
  color: #d53f8c !important;
  color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-700::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #b83280 !important;
  color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-700:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #b83280 !important;
  color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-700::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #b83280 !important;
  color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-700::placeholder {
  --placeholder-opacity: 1 !important;
  color: #b83280 !important;
  color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-800::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-800:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-800::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-800::placeholder {
  --placeholder-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-900::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #702459 !important;
  color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-900:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #702459 !important;
  color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-900::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #702459 !important;
  color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
}

.tw-placeholder-pink-900::placeholder {
  --placeholder-opacity: 1 !important;
  color: #702459 !important;
  color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lac-blue::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #123440 !important;
  color: rgba(18, 52, 64, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lac-blue:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #123440 !important;
  color: rgba(18, 52, 64, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lac-blue::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #123440 !important;
  color: rgba(18, 52, 64, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lac-blue::placeholder {
  --placeholder-opacity: 1 !important;
  color: #123440 !important;
  color: rgba(18, 52, 64, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lac-darkblue::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0F2E39 !important;
  color: rgba(15, 46, 57, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lac-darkblue:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0F2E39 !important;
  color: rgba(15, 46, 57, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lac-darkblue::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0F2E39 !important;
  color: rgba(15, 46, 57, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lac-darkblue::placeholder {
  --placeholder-opacity: 1 !important;
  color: #0F2E39 !important;
  color: rgba(15, 46, 57, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lac-brass::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #D19A86 !important;
  color: rgba(209, 154, 134, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lac-brass:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #D19A86 !important;
  color: rgba(209, 154, 134, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lac-brass::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #D19A86 !important;
  color: rgba(209, 154, 134, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lac-brass::placeholder {
  --placeholder-opacity: 1 !important;
  color: #D19A86 !important;
  color: rgba(209, 154, 134, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lac-offwhite::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #F8F8F7 !important;
  color: rgba(248, 248, 247, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lac-offwhite:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #F8F8F7 !important;
  color: rgba(248, 248, 247, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lac-offwhite::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #F8F8F7 !important;
  color: rgba(248, 248, 247, var(--placeholder-opacity)) !important;
}

.tw-placeholder-lac-offwhite::placeholder {
  --placeholder-opacity: 1 !important;
  color: #F8F8F7 !important;
  color: rgba(248, 248, 247, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-transparent:focus::-moz-placeholder {
  color: transparent !important;
}

.focus-tw-placeholder-transparent:focus:-ms-input-placeholder {
  color: transparent !important;
}

.focus-tw-placeholder-transparent:focus::-ms-input-placeholder {
  color: transparent !important;
}

.focus-tw-placeholder-transparent:focus::placeholder {
  color: transparent !important;
}

.focus-tw-placeholder-current:focus::-moz-placeholder {
  color: currentColor !important;
}

.focus-tw-placeholder-current:focus:-ms-input-placeholder {
  color: currentColor !important;
}

.focus-tw-placeholder-current:focus::-ms-input-placeholder {
  color: currentColor !important;
}

.focus-tw-placeholder-current:focus::placeholder {
  color: currentColor !important;
}

.focus-tw-placeholder-black:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-black:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-black:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-black:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-white:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-white:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-white:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-white:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-gray-100:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f7fafc !important;
  color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-gray-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f7fafc !important;
  color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-gray-100:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f7fafc !important;
  color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-gray-100:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f7fafc !important;
  color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-gray-200:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #edf2f7 !important;
  color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-gray-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #edf2f7 !important;
  color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-gray-200:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #edf2f7 !important;
  color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-gray-200:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #edf2f7 !important;
  color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-gray-300:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-gray-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-gray-300:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-gray-300:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-gray-400:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #cbd5e0 !important;
  color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-gray-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #cbd5e0 !important;
  color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-gray-400:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #cbd5e0 !important;
  color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-gray-400:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #cbd5e0 !important;
  color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-gray-500:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a0aec0 !important;
  color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-gray-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a0aec0 !important;
  color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-gray-500:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a0aec0 !important;
  color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-gray-500:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #a0aec0 !important;
  color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-gray-600:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #718096 !important;
  color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-gray-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #718096 !important;
  color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-gray-600:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #718096 !important;
  color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-gray-600:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #718096 !important;
  color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-gray-700:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4a5568 !important;
  color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-gray-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4a5568 !important;
  color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-gray-700:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4a5568 !important;
  color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-gray-700:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #4a5568 !important;
  color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-gray-800:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2d3748 !important;
  color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-gray-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2d3748 !important;
  color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-gray-800:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2d3748 !important;
  color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-gray-800:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #2d3748 !important;
  color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-gray-900:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1a202c !important;
  color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-gray-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1a202c !important;
  color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-gray-900:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1a202c !important;
  color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-gray-900:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #1a202c !important;
  color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-red-100:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff5f5 !important;
  color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-red-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff5f5 !important;
  color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-red-100:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff5f5 !important;
  color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-red-100:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff5f5 !important;
  color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-red-200:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fed7d7 !important;
  color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-red-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fed7d7 !important;
  color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-red-200:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fed7d7 !important;
  color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-red-200:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fed7d7 !important;
  color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-red-300:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #feb2b2 !important;
  color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-red-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #feb2b2 !important;
  color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-red-300:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #feb2b2 !important;
  color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-red-300:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #feb2b2 !important;
  color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-red-400:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fc8181 !important;
  color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-red-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fc8181 !important;
  color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-red-400:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fc8181 !important;
  color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-red-400:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fc8181 !important;
  color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-red-500:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f56565 !important;
  color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-red-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f56565 !important;
  color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-red-500:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f56565 !important;
  color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-red-500:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f56565 !important;
  color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-red-600:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e53e3e !important;
  color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-red-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e53e3e !important;
  color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-red-600:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e53e3e !important;
  color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-red-600:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #e53e3e !important;
  color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-red-700:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c53030 !important;
  color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-red-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c53030 !important;
  color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-red-700:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c53030 !important;
  color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-red-700:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #c53030 !important;
  color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-red-800:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9b2c2c !important;
  color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-red-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9b2c2c !important;
  color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-red-800:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9b2c2c !important;
  color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-red-800:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #9b2c2c !important;
  color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-red-900:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #742a2a !important;
  color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-red-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #742a2a !important;
  color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-red-900:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #742a2a !important;
  color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-red-900:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #742a2a !important;
  color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-orange-100:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fffaf0 !important;
  color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-orange-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fffaf0 !important;
  color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-orange-100:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fffaf0 !important;
  color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-orange-100:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fffaf0 !important;
  color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-orange-200:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #feebc8 !important;
  color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-orange-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #feebc8 !important;
  color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-orange-200:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #feebc8 !important;
  color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-orange-200:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #feebc8 !important;
  color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-orange-300:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fbd38d !important;
  color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-orange-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fbd38d !important;
  color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-orange-300:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fbd38d !important;
  color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-orange-300:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fbd38d !important;
  color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-orange-400:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f6ad55 !important;
  color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-orange-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f6ad55 !important;
  color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-orange-400:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f6ad55 !important;
  color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-orange-400:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f6ad55 !important;
  color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-orange-500:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ed8936 !important;
  color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-orange-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ed8936 !important;
  color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-orange-500:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ed8936 !important;
  color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-orange-500:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ed8936 !important;
  color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-orange-600:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #dd6b20 !important;
  color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-orange-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #dd6b20 !important;
  color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-orange-600:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #dd6b20 !important;
  color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-orange-600:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #dd6b20 !important;
  color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-orange-700:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c05621 !important;
  color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-orange-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c05621 !important;
  color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-orange-700:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c05621 !important;
  color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-orange-700:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #c05621 !important;
  color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-orange-800:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9c4221 !important;
  color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-orange-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9c4221 !important;
  color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-orange-800:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9c4221 !important;
  color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-orange-800:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #9c4221 !important;
  color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-orange-900:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7b341e !important;
  color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-orange-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7b341e !important;
  color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-orange-900:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7b341e !important;
  color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-orange-900:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #7b341e !important;
  color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-yellow-100:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fffff0 !important;
  color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-yellow-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fffff0 !important;
  color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-yellow-100:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fffff0 !important;
  color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-yellow-100:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fffff0 !important;
  color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-yellow-200:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fefcbf !important;
  color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-yellow-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fefcbf !important;
  color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-yellow-200:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fefcbf !important;
  color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-yellow-200:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fefcbf !important;
  color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-yellow-300:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #faf089 !important;
  color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-yellow-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #faf089 !important;
  color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-yellow-300:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #faf089 !important;
  color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-yellow-300:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #faf089 !important;
  color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-yellow-400:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f6e05e !important;
  color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-yellow-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f6e05e !important;
  color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-yellow-400:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f6e05e !important;
  color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-yellow-400:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f6e05e !important;
  color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-yellow-500:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ecc94b !important;
  color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-yellow-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ecc94b !important;
  color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-yellow-500:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ecc94b !important;
  color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-yellow-500:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ecc94b !important;
  color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-yellow-600:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d69e2e !important;
  color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-yellow-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d69e2e !important;
  color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-yellow-600:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d69e2e !important;
  color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-yellow-600:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #d69e2e !important;
  color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-yellow-700:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #b7791f !important;
  color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-yellow-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #b7791f !important;
  color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-yellow-700:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #b7791f !important;
  color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-yellow-700:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #b7791f !important;
  color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-yellow-800:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #975a16 !important;
  color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-yellow-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #975a16 !important;
  color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-yellow-800:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #975a16 !important;
  color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-yellow-800:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #975a16 !important;
  color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-yellow-900:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #744210 !important;
  color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-yellow-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #744210 !important;
  color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-yellow-900:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #744210 !important;
  color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-yellow-900:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #744210 !important;
  color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-green-100:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0fff4 !important;
  color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-green-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0fff4 !important;
  color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-green-100:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0fff4 !important;
  color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-green-100:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0fff4 !important;
  color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-green-200:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c6f6d5 !important;
  color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-green-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c6f6d5 !important;
  color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-green-200:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c6f6d5 !important;
  color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-green-200:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #c6f6d5 !important;
  color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-green-300:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9ae6b4 !important;
  color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-green-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9ae6b4 !important;
  color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-green-300:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9ae6b4 !important;
  color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-green-300:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #9ae6b4 !important;
  color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-green-400:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #68d391 !important;
  color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-green-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #68d391 !important;
  color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-green-400:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #68d391 !important;
  color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-green-400:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #68d391 !important;
  color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-green-500:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-green-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-green-500:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-green-500:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-green-600:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-green-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-green-600:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-green-600:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-green-700:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-green-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-green-700:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-green-700:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-green-800:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #276749 !important;
  color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-green-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #276749 !important;
  color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-green-800:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #276749 !important;
  color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-green-800:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #276749 !important;
  color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-green-900:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #22543d !important;
  color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-green-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #22543d !important;
  color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-green-900:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #22543d !important;
  color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-green-900:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #22543d !important;
  color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-teal-100:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e6fffa !important;
  color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-teal-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e6fffa !important;
  color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-teal-100:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e6fffa !important;
  color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-teal-100:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #e6fffa !important;
  color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-teal-200:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #b2f5ea !important;
  color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-teal-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #b2f5ea !important;
  color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-teal-200:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #b2f5ea !important;
  color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-teal-200:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #b2f5ea !important;
  color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-teal-300:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #81e6d9 !important;
  color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-teal-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #81e6d9 !important;
  color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-teal-300:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #81e6d9 !important;
  color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-teal-300:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #81e6d9 !important;
  color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-teal-400:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4fd1c5 !important;
  color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-teal-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4fd1c5 !important;
  color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-teal-400:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4fd1c5 !important;
  color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-teal-400:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #4fd1c5 !important;
  color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-teal-500:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #38b2ac !important;
  color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-teal-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #38b2ac !important;
  color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-teal-500:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #38b2ac !important;
  color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-teal-500:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #38b2ac !important;
  color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-teal-600:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-teal-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-teal-600:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-teal-600:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-teal-700:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2c7a7b !important;
  color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-teal-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2c7a7b !important;
  color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-teal-700:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2c7a7b !important;
  color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-teal-700:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #2c7a7b !important;
  color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-teal-800:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #285e61 !important;
  color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-teal-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #285e61 !important;
  color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-teal-800:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #285e61 !important;
  color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-teal-800:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #285e61 !important;
  color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-teal-900:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #234e52 !important;
  color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-teal-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #234e52 !important;
  color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-teal-900:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #234e52 !important;
  color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-teal-900:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #234e52 !important;
  color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-blue-100:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ebf8ff !important;
  color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-blue-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ebf8ff !important;
  color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-blue-100:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ebf8ff !important;
  color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-blue-100:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ebf8ff !important;
  color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-blue-200:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-blue-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-blue-200:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-blue-200:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-blue-300:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-blue-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-blue-300:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-blue-300:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-blue-400:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-blue-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-blue-400:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-blue-400:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-blue-500:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-blue-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-blue-500:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-blue-500:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-blue-600:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-blue-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-blue-600:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-blue-600:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-blue-700:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-blue-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-blue-700:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-blue-700:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-blue-800:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-blue-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-blue-800:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-blue-800:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-blue-900:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-blue-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-blue-900:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-blue-900:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-indigo-100:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ebf4ff !important;
  color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-indigo-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ebf4ff !important;
  color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-indigo-100:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ebf4ff !important;
  color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-indigo-100:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ebf4ff !important;
  color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-indigo-200:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c3dafe !important;
  color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-indigo-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c3dafe !important;
  color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-indigo-200:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c3dafe !important;
  color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-indigo-200:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #c3dafe !important;
  color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-indigo-300:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a3bffa !important;
  color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-indigo-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a3bffa !important;
  color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-indigo-300:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a3bffa !important;
  color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-indigo-300:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #a3bffa !important;
  color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-indigo-400:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7f9cf5 !important;
  color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-indigo-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7f9cf5 !important;
  color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-indigo-400:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7f9cf5 !important;
  color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-indigo-400:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #7f9cf5 !important;
  color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-indigo-500:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #667eea !important;
  color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-indigo-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #667eea !important;
  color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-indigo-500:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #667eea !important;
  color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-indigo-500:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #667eea !important;
  color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-indigo-600:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #5a67d8 !important;
  color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-indigo-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #5a67d8 !important;
  color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-indigo-600:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #5a67d8 !important;
  color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-indigo-600:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #5a67d8 !important;
  color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-indigo-700:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4c51bf !important;
  color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-indigo-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4c51bf !important;
  color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-indigo-700:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4c51bf !important;
  color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-indigo-700:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #4c51bf !important;
  color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-indigo-800:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #434190 !important;
  color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-indigo-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #434190 !important;
  color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-indigo-800:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #434190 !important;
  color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-indigo-800:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #434190 !important;
  color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-indigo-900:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3c366b !important;
  color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-indigo-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3c366b !important;
  color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-indigo-900:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3c366b !important;
  color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-indigo-900:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #3c366b !important;
  color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-purple-100:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-purple-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-purple-100:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-purple-100:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-purple-200:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e9d8fd !important;
  color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-purple-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e9d8fd !important;
  color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-purple-200:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e9d8fd !important;
  color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-purple-200:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #e9d8fd !important;
  color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-purple-300:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d6bcfa !important;
  color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-purple-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d6bcfa !important;
  color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-purple-300:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d6bcfa !important;
  color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-purple-300:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #d6bcfa !important;
  color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-purple-400:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #b794f4 !important;
  color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-purple-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #b794f4 !important;
  color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-purple-400:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #b794f4 !important;
  color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-purple-400:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #b794f4 !important;
  color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-purple-500:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9f7aea !important;
  color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-purple-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9f7aea !important;
  color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-purple-500:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9f7aea !important;
  color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-purple-500:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #9f7aea !important;
  color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-purple-600:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #805ad5 !important;
  color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-purple-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #805ad5 !important;
  color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-purple-600:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #805ad5 !important;
  color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-purple-600:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #805ad5 !important;
  color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-purple-700:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #6b46c1 !important;
  color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-purple-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #6b46c1 !important;
  color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-purple-700:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #6b46c1 !important;
  color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-purple-700:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #6b46c1 !important;
  color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-purple-800:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #553c9a !important;
  color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-purple-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #553c9a !important;
  color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-purple-800:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #553c9a !important;
  color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-purple-800:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #553c9a !important;
  color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-purple-900:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #44337a !important;
  color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-purple-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #44337a !important;
  color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-purple-900:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #44337a !important;
  color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-purple-900:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #44337a !important;
  color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-pink-100:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff5f7 !important;
  color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-pink-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff5f7 !important;
  color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-pink-100:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff5f7 !important;
  color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-pink-100:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff5f7 !important;
  color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-pink-200:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fed7e2 !important;
  color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-pink-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fed7e2 !important;
  color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-pink-200:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fed7e2 !important;
  color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-pink-200:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fed7e2 !important;
  color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-pink-300:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fbb6ce !important;
  color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-pink-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fbb6ce !important;
  color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-pink-300:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fbb6ce !important;
  color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-pink-300:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fbb6ce !important;
  color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-pink-400:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f687b3 !important;
  color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-pink-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f687b3 !important;
  color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-pink-400:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f687b3 !important;
  color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-pink-400:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f687b3 !important;
  color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-pink-500:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ed64a6 !important;
  color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-pink-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ed64a6 !important;
  color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-pink-500:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ed64a6 !important;
  color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-pink-500:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ed64a6 !important;
  color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-pink-600:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d53f8c !important;
  color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-pink-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d53f8c !important;
  color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-pink-600:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d53f8c !important;
  color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-pink-600:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #d53f8c !important;
  color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-pink-700:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #b83280 !important;
  color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-pink-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #b83280 !important;
  color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-pink-700:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #b83280 !important;
  color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-pink-700:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #b83280 !important;
  color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-pink-800:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-pink-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-pink-800:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-pink-800:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-pink-900:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #702459 !important;
  color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-pink-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #702459 !important;
  color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-pink-900:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #702459 !important;
  color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-pink-900:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #702459 !important;
  color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-lac-blue:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #123440 !important;
  color: rgba(18, 52, 64, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-lac-blue:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #123440 !important;
  color: rgba(18, 52, 64, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-lac-blue:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #123440 !important;
  color: rgba(18, 52, 64, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-lac-blue:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #123440 !important;
  color: rgba(18, 52, 64, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-lac-darkblue:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0F2E39 !important;
  color: rgba(15, 46, 57, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-lac-darkblue:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0F2E39 !important;
  color: rgba(15, 46, 57, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-lac-darkblue:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0F2E39 !important;
  color: rgba(15, 46, 57, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-lac-darkblue:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #0F2E39 !important;
  color: rgba(15, 46, 57, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-lac-brass:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #D19A86 !important;
  color: rgba(209, 154, 134, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-lac-brass:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #D19A86 !important;
  color: rgba(209, 154, 134, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-lac-brass:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #D19A86 !important;
  color: rgba(209, 154, 134, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-lac-brass:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #D19A86 !important;
  color: rgba(209, 154, 134, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-lac-offwhite:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #F8F8F7 !important;
  color: rgba(248, 248, 247, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-lac-offwhite:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #F8F8F7 !important;
  color: rgba(248, 248, 247, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-lac-offwhite:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #F8F8F7 !important;
  color: rgba(248, 248, 247, var(--placeholder-opacity)) !important;
}

.focus-tw-placeholder-lac-offwhite:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #F8F8F7 !important;
  color: rgba(248, 248, 247, var(--placeholder-opacity)) !important;
}

.tw-placeholder-opacity-0::-moz-placeholder {
  --placeholder-opacity: 0 !important;
}

.tw-placeholder-opacity-0:-ms-input-placeholder {
  --placeholder-opacity: 0 !important;
}

.tw-placeholder-opacity-0::-ms-input-placeholder {
  --placeholder-opacity: 0 !important;
}

.tw-placeholder-opacity-0::placeholder {
  --placeholder-opacity: 0 !important;
}

.tw-placeholder-opacity-25::-moz-placeholder {
  --placeholder-opacity: 0.25 !important;
}

.tw-placeholder-opacity-25:-ms-input-placeholder {
  --placeholder-opacity: 0.25 !important;
}

.tw-placeholder-opacity-25::-ms-input-placeholder {
  --placeholder-opacity: 0.25 !important;
}

.tw-placeholder-opacity-25::placeholder {
  --placeholder-opacity: 0.25 !important;
}

.tw-placeholder-opacity-50::-moz-placeholder {
  --placeholder-opacity: 0.5 !important;
}

.tw-placeholder-opacity-50:-ms-input-placeholder {
  --placeholder-opacity: 0.5 !important;
}

.tw-placeholder-opacity-50::-ms-input-placeholder {
  --placeholder-opacity: 0.5 !important;
}

.tw-placeholder-opacity-50::placeholder {
  --placeholder-opacity: 0.5 !important;
}

.tw-placeholder-opacity-75::-moz-placeholder {
  --placeholder-opacity: 0.75 !important;
}

.tw-placeholder-opacity-75:-ms-input-placeholder {
  --placeholder-opacity: 0.75 !important;
}

.tw-placeholder-opacity-75::-ms-input-placeholder {
  --placeholder-opacity: 0.75 !important;
}

.tw-placeholder-opacity-75::placeholder {
  --placeholder-opacity: 0.75 !important;
}

.tw-placeholder-opacity-100::-moz-placeholder {
  --placeholder-opacity: 1 !important;
}

.tw-placeholder-opacity-100:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
}

.tw-placeholder-opacity-100::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
}

.tw-placeholder-opacity-100::placeholder {
  --placeholder-opacity: 1 !important;
}

.focus-tw-placeholder-opacity-0:focus::-moz-placeholder {
  --placeholder-opacity: 0 !important;
}

.focus-tw-placeholder-opacity-0:focus:-ms-input-placeholder {
  --placeholder-opacity: 0 !important;
}

.focus-tw-placeholder-opacity-0:focus::-ms-input-placeholder {
  --placeholder-opacity: 0 !important;
}

.focus-tw-placeholder-opacity-0:focus::placeholder {
  --placeholder-opacity: 0 !important;
}

.focus-tw-placeholder-opacity-25:focus::-moz-placeholder {
  --placeholder-opacity: 0.25 !important;
}

.focus-tw-placeholder-opacity-25:focus:-ms-input-placeholder {
  --placeholder-opacity: 0.25 !important;
}

.focus-tw-placeholder-opacity-25:focus::-ms-input-placeholder {
  --placeholder-opacity: 0.25 !important;
}

.focus-tw-placeholder-opacity-25:focus::placeholder {
  --placeholder-opacity: 0.25 !important;
}

.focus-tw-placeholder-opacity-50:focus::-moz-placeholder {
  --placeholder-opacity: 0.5 !important;
}

.focus-tw-placeholder-opacity-50:focus:-ms-input-placeholder {
  --placeholder-opacity: 0.5 !important;
}

.focus-tw-placeholder-opacity-50:focus::-ms-input-placeholder {
  --placeholder-opacity: 0.5 !important;
}

.focus-tw-placeholder-opacity-50:focus::placeholder {
  --placeholder-opacity: 0.5 !important;
}

.focus-tw-placeholder-opacity-75:focus::-moz-placeholder {
  --placeholder-opacity: 0.75 !important;
}

.focus-tw-placeholder-opacity-75:focus:-ms-input-placeholder {
  --placeholder-opacity: 0.75 !important;
}

.focus-tw-placeholder-opacity-75:focus::-ms-input-placeholder {
  --placeholder-opacity: 0.75 !important;
}

.focus-tw-placeholder-opacity-75:focus::placeholder {
  --placeholder-opacity: 0.75 !important;
}

.focus-tw-placeholder-opacity-100:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
}

.focus-tw-placeholder-opacity-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
}

.focus-tw-placeholder-opacity-100:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
}

.focus-tw-placeholder-opacity-100:focus::placeholder {
  --placeholder-opacity: 1 !important;
}

.tw-pointer-events-none {
  pointer-events: none !important;
}

.tw-pointer-events-auto {
  pointer-events: auto !important;
}

.tw-static {
  position: static !important;
}

.tw-fixed {
  position: fixed !important;
}

.tw-absolute {
  position: absolute !important;
}

.tw-relative {
  position: relative !important;
}

.tw-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.tw-inset-0 {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}

.tw-inset-auto {
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
}

.tw-inset-y-0 {
  top: 0 !important;
  bottom: 0 !important;
}

.tw-inset-x-0 {
  right: 0 !important;
  left: 0 !important;
}

.tw-inset-y-auto {
  top: auto !important;
  bottom: auto !important;
}

.tw-inset-x-auto {
  right: auto !important;
  left: auto !important;
}

.tw-top-0 {
  top: 0 !important;
}

.tw-right-0 {
  right: 0 !important;
}

.tw-bottom-0 {
  bottom: 0 !important;
}

.tw-left-0 {
  left: 0 !important;
}

.tw-top-auto {
  top: auto !important;
}

.tw-right-auto {
  right: auto !important;
}

.tw-bottom-auto {
  bottom: auto !important;
}

.tw-left-auto {
  left: auto !important;
}

.tw-resize-none {
  resize: none !important;
}

.tw-resize-y {
  resize: vertical !important;
}

.tw-resize-x {
  resize: horizontal !important;
}

.tw-resize {
  resize: both !important;
}

.tw-shadow-xs {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
}

.tw-shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.tw-shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.tw-shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.tw-shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.tw-shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.tw-shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

.tw-shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
}

.tw-shadow-outline {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
}

.tw-shadow-none {
  box-shadow: none !important;
}

.hover-tw-shadow-xs:hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
}

.hover-tw-shadow-sm:hover {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.hover-tw-shadow:hover {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.hover-tw-shadow-md:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.hover-tw-shadow-lg:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.hover-tw-shadow-xl:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.hover-tw-shadow-2xl:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

.hover-tw-shadow-inner:hover {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
}

.hover-tw-shadow-outline:hover {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
}

.hover-tw-shadow-none:hover {
  box-shadow: none !important;
}

.focus-tw-shadow-xs:focus {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
}

.focus-tw-shadow-sm:focus {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.focus-tw-shadow:focus {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.focus-tw-shadow-md:focus {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.focus-tw-shadow-lg:focus {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.focus-tw-shadow-xl:focus {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.focus-tw-shadow-2xl:focus {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

.focus-tw-shadow-inner:focus {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
}

.focus-tw-shadow-outline:focus {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
}

.focus-tw-shadow-none:focus {
  box-shadow: none !important;
}

.tw-fill-current {
  fill: currentColor !important;
}

.tw-stroke-current {
  stroke: currentColor !important;
}

.tw-stroke-0 {
  stroke-width: 0 !important;
}

.tw-stroke-1 {
  stroke-width: 1 !important;
}

.tw-stroke-2 {
  stroke-width: 2 !important;
}

.tw-table-auto {
  table-layout: auto !important;
}

.tw-table-fixed {
  table-layout: fixed !important;
}

.tw-text-left {
  text-align: left !important;
}

.tw-text-center {
  text-align: center !important;
}

.tw-text-right {
  text-align: right !important;
}

.tw-text-justify {
  text-align: justify !important;
}

.tw-text-transparent {
  color: transparent !important;
}

.tw-text-current {
  color: currentColor !important;
}

.tw-text-black {
  --text-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--text-opacity)) !important;
}

.tw-text-white {
  --text-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
}

.tw-text-gray-100 {
  --text-opacity: 1 !important;
  color: #f7fafc !important;
  color: rgba(247, 250, 252, var(--text-opacity)) !important;
}

.tw-text-gray-200 {
  --text-opacity: 1 !important;
  color: #edf2f7 !important;
  color: rgba(237, 242, 247, var(--text-opacity)) !important;
}

.tw-text-gray-300 {
  --text-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--text-opacity)) !important;
}

.tw-text-gray-400 {
  --text-opacity: 1 !important;
  color: #cbd5e0 !important;
  color: rgba(203, 213, 224, var(--text-opacity)) !important;
}

.tw-text-gray-500 {
  --text-opacity: 1 !important;
  color: #a0aec0 !important;
  color: rgba(160, 174, 192, var(--text-opacity)) !important;
}

.tw-text-gray-600 {
  --text-opacity: 1 !important;
  color: #718096 !important;
  color: rgba(113, 128, 150, var(--text-opacity)) !important;
}

.tw-text-gray-700 {
  --text-opacity: 1 !important;
  color: #4a5568 !important;
  color: rgba(74, 85, 104, var(--text-opacity)) !important;
}

.tw-text-gray-800 {
  --text-opacity: 1 !important;
  color: #2d3748 !important;
  color: rgba(45, 55, 72, var(--text-opacity)) !important;
}

.tw-text-gray-900 {
  --text-opacity: 1 !important;
  color: #1a202c !important;
  color: rgba(26, 32, 44, var(--text-opacity)) !important;
}

.tw-text-red-100 {
  --text-opacity: 1 !important;
  color: #fff5f5 !important;
  color: rgba(255, 245, 245, var(--text-opacity)) !important;
}

.tw-text-red-200 {
  --text-opacity: 1 !important;
  color: #fed7d7 !important;
  color: rgba(254, 215, 215, var(--text-opacity)) !important;
}

.tw-text-red-300 {
  --text-opacity: 1 !important;
  color: #feb2b2 !important;
  color: rgba(254, 178, 178, var(--text-opacity)) !important;
}

.tw-text-red-400 {
  --text-opacity: 1 !important;
  color: #fc8181 !important;
  color: rgba(252, 129, 129, var(--text-opacity)) !important;
}

.tw-text-red-500 {
  --text-opacity: 1 !important;
  color: #f56565 !important;
  color: rgba(245, 101, 101, var(--text-opacity)) !important;
}

.tw-text-red-600 {
  --text-opacity: 1 !important;
  color: #e53e3e !important;
  color: rgba(229, 62, 62, var(--text-opacity)) !important;
}

.tw-text-red-700 {
  --text-opacity: 1 !important;
  color: #c53030 !important;
  color: rgba(197, 48, 48, var(--text-opacity)) !important;
}

.tw-text-red-800 {
  --text-opacity: 1 !important;
  color: #9b2c2c !important;
  color: rgba(155, 44, 44, var(--text-opacity)) !important;
}

.tw-text-red-900 {
  --text-opacity: 1 !important;
  color: #742a2a !important;
  color: rgba(116, 42, 42, var(--text-opacity)) !important;
}

.tw-text-orange-100 {
  --text-opacity: 1 !important;
  color: #fffaf0 !important;
  color: rgba(255, 250, 240, var(--text-opacity)) !important;
}

.tw-text-orange-200 {
  --text-opacity: 1 !important;
  color: #feebc8 !important;
  color: rgba(254, 235, 200, var(--text-opacity)) !important;
}

.tw-text-orange-300 {
  --text-opacity: 1 !important;
  color: #fbd38d !important;
  color: rgba(251, 211, 141, var(--text-opacity)) !important;
}

.tw-text-orange-400 {
  --text-opacity: 1 !important;
  color: #f6ad55 !important;
  color: rgba(246, 173, 85, var(--text-opacity)) !important;
}

.tw-text-orange-500 {
  --text-opacity: 1 !important;
  color: #ed8936 !important;
  color: rgba(237, 137, 54, var(--text-opacity)) !important;
}

.tw-text-orange-600 {
  --text-opacity: 1 !important;
  color: #dd6b20 !important;
  color: rgba(221, 107, 32, var(--text-opacity)) !important;
}

.tw-text-orange-700 {
  --text-opacity: 1 !important;
  color: #c05621 !important;
  color: rgba(192, 86, 33, var(--text-opacity)) !important;
}

.tw-text-orange-800 {
  --text-opacity: 1 !important;
  color: #9c4221 !important;
  color: rgba(156, 66, 33, var(--text-opacity)) !important;
}

.tw-text-orange-900 {
  --text-opacity: 1 !important;
  color: #7b341e !important;
  color: rgba(123, 52, 30, var(--text-opacity)) !important;
}

.tw-text-yellow-100 {
  --text-opacity: 1 !important;
  color: #fffff0 !important;
  color: rgba(255, 255, 240, var(--text-opacity)) !important;
}

.tw-text-yellow-200 {
  --text-opacity: 1 !important;
  color: #fefcbf !important;
  color: rgba(254, 252, 191, var(--text-opacity)) !important;
}

.tw-text-yellow-300 {
  --text-opacity: 1 !important;
  color: #faf089 !important;
  color: rgba(250, 240, 137, var(--text-opacity)) !important;
}

.tw-text-yellow-400 {
  --text-opacity: 1 !important;
  color: #f6e05e !important;
  color: rgba(246, 224, 94, var(--text-opacity)) !important;
}

.tw-text-yellow-500 {
  --text-opacity: 1 !important;
  color: #ecc94b !important;
  color: rgba(236, 201, 75, var(--text-opacity)) !important;
}

.tw-text-yellow-600 {
  --text-opacity: 1 !important;
  color: #d69e2e !important;
  color: rgba(214, 158, 46, var(--text-opacity)) !important;
}

.tw-text-yellow-700 {
  --text-opacity: 1 !important;
  color: #b7791f !important;
  color: rgba(183, 121, 31, var(--text-opacity)) !important;
}

.tw-text-yellow-800 {
  --text-opacity: 1 !important;
  color: #975a16 !important;
  color: rgba(151, 90, 22, var(--text-opacity)) !important;
}

.tw-text-yellow-900 {
  --text-opacity: 1 !important;
  color: #744210 !important;
  color: rgba(116, 66, 16, var(--text-opacity)) !important;
}

.tw-text-green-100 {
  --text-opacity: 1 !important;
  color: #f0fff4 !important;
  color: rgba(240, 255, 244, var(--text-opacity)) !important;
}

.tw-text-green-200 {
  --text-opacity: 1 !important;
  color: #c6f6d5 !important;
  color: rgba(198, 246, 213, var(--text-opacity)) !important;
}

.tw-text-green-300 {
  --text-opacity: 1 !important;
  color: #9ae6b4 !important;
  color: rgba(154, 230, 180, var(--text-opacity)) !important;
}

.tw-text-green-400 {
  --text-opacity: 1 !important;
  color: #68d391 !important;
  color: rgba(104, 211, 145, var(--text-opacity)) !important;
}

.tw-text-green-500 {
  --text-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--text-opacity)) !important;
}

.tw-text-green-600 {
  --text-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--text-opacity)) !important;
}

.tw-text-green-700 {
  --text-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--text-opacity)) !important;
}

.tw-text-green-800 {
  --text-opacity: 1 !important;
  color: #276749 !important;
  color: rgba(39, 103, 73, var(--text-opacity)) !important;
}

.tw-text-green-900 {
  --text-opacity: 1 !important;
  color: #22543d !important;
  color: rgba(34, 84, 61, var(--text-opacity)) !important;
}

.tw-text-teal-100 {
  --text-opacity: 1 !important;
  color: #e6fffa !important;
  color: rgba(230, 255, 250, var(--text-opacity)) !important;
}

.tw-text-teal-200 {
  --text-opacity: 1 !important;
  color: #b2f5ea !important;
  color: rgba(178, 245, 234, var(--text-opacity)) !important;
}

.tw-text-teal-300 {
  --text-opacity: 1 !important;
  color: #81e6d9 !important;
  color: rgba(129, 230, 217, var(--text-opacity)) !important;
}

.tw-text-teal-400 {
  --text-opacity: 1 !important;
  color: #4fd1c5 !important;
  color: rgba(79, 209, 197, var(--text-opacity)) !important;
}

.tw-text-teal-500 {
  --text-opacity: 1 !important;
  color: #38b2ac !important;
  color: rgba(56, 178, 172, var(--text-opacity)) !important;
}

.tw-text-teal-600 {
  --text-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, var(--text-opacity)) !important;
}

.tw-text-teal-700 {
  --text-opacity: 1 !important;
  color: #2c7a7b !important;
  color: rgba(44, 122, 123, var(--text-opacity)) !important;
}

.tw-text-teal-800 {
  --text-opacity: 1 !important;
  color: #285e61 !important;
  color: rgba(40, 94, 97, var(--text-opacity)) !important;
}

.tw-text-teal-900 {
  --text-opacity: 1 !important;
  color: #234e52 !important;
  color: rgba(35, 78, 82, var(--text-opacity)) !important;
}

.tw-text-blue-100 {
  --text-opacity: 1 !important;
  color: #ebf8ff !important;
  color: rgba(235, 248, 255, var(--text-opacity)) !important;
}

.tw-text-blue-200 {
  --text-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--text-opacity)) !important;
}

.tw-text-blue-300 {
  --text-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, var(--text-opacity)) !important;
}

.tw-text-blue-400 {
  --text-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--text-opacity)) !important;
}

.tw-text-blue-500 {
  --text-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--text-opacity)) !important;
}

.tw-text-blue-600 {
  --text-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--text-opacity)) !important;
}

.tw-text-blue-700 {
  --text-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--text-opacity)) !important;
}

.tw-text-blue-800 {
  --text-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--text-opacity)) !important;
}

.tw-text-blue-900 {
  --text-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, var(--text-opacity)) !important;
}

.tw-text-indigo-100 {
  --text-opacity: 1 !important;
  color: #ebf4ff !important;
  color: rgba(235, 244, 255, var(--text-opacity)) !important;
}

.tw-text-indigo-200 {
  --text-opacity: 1 !important;
  color: #c3dafe !important;
  color: rgba(195, 218, 254, var(--text-opacity)) !important;
}

.tw-text-indigo-300 {
  --text-opacity: 1 !important;
  color: #a3bffa !important;
  color: rgba(163, 191, 250, var(--text-opacity)) !important;
}

.tw-text-indigo-400 {
  --text-opacity: 1 !important;
  color: #7f9cf5 !important;
  color: rgba(127, 156, 245, var(--text-opacity)) !important;
}

.tw-text-indigo-500 {
  --text-opacity: 1 !important;
  color: #667eea !important;
  color: rgba(102, 126, 234, var(--text-opacity)) !important;
}

.tw-text-indigo-600 {
  --text-opacity: 1 !important;
  color: #5a67d8 !important;
  color: rgba(90, 103, 216, var(--text-opacity)) !important;
}

.tw-text-indigo-700 {
  --text-opacity: 1 !important;
  color: #4c51bf !important;
  color: rgba(76, 81, 191, var(--text-opacity)) !important;
}

.tw-text-indigo-800 {
  --text-opacity: 1 !important;
  color: #434190 !important;
  color: rgba(67, 65, 144, var(--text-opacity)) !important;
}

.tw-text-indigo-900 {
  --text-opacity: 1 !important;
  color: #3c366b !important;
  color: rgba(60, 54, 107, var(--text-opacity)) !important;
}

.tw-text-purple-100 {
  --text-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--text-opacity)) !important;
}

.tw-text-purple-200 {
  --text-opacity: 1 !important;
  color: #e9d8fd !important;
  color: rgba(233, 216, 253, var(--text-opacity)) !important;
}

.tw-text-purple-300 {
  --text-opacity: 1 !important;
  color: #d6bcfa !important;
  color: rgba(214, 188, 250, var(--text-opacity)) !important;
}

.tw-text-purple-400 {
  --text-opacity: 1 !important;
  color: #b794f4 !important;
  color: rgba(183, 148, 244, var(--text-opacity)) !important;
}

.tw-text-purple-500 {
  --text-opacity: 1 !important;
  color: #9f7aea !important;
  color: rgba(159, 122, 234, var(--text-opacity)) !important;
}

.tw-text-purple-600 {
  --text-opacity: 1 !important;
  color: #805ad5 !important;
  color: rgba(128, 90, 213, var(--text-opacity)) !important;
}

.tw-text-purple-700 {
  --text-opacity: 1 !important;
  color: #6b46c1 !important;
  color: rgba(107, 70, 193, var(--text-opacity)) !important;
}

.tw-text-purple-800 {
  --text-opacity: 1 !important;
  color: #553c9a !important;
  color: rgba(85, 60, 154, var(--text-opacity)) !important;
}

.tw-text-purple-900 {
  --text-opacity: 1 !important;
  color: #44337a !important;
  color: rgba(68, 51, 122, var(--text-opacity)) !important;
}

.tw-text-pink-100 {
  --text-opacity: 1 !important;
  color: #fff5f7 !important;
  color: rgba(255, 245, 247, var(--text-opacity)) !important;
}

.tw-text-pink-200 {
  --text-opacity: 1 !important;
  color: #fed7e2 !important;
  color: rgba(254, 215, 226, var(--text-opacity)) !important;
}

.tw-text-pink-300 {
  --text-opacity: 1 !important;
  color: #fbb6ce !important;
  color: rgba(251, 182, 206, var(--text-opacity)) !important;
}

.tw-text-pink-400 {
  --text-opacity: 1 !important;
  color: #f687b3 !important;
  color: rgba(246, 135, 179, var(--text-opacity)) !important;
}

.tw-text-pink-500 {
  --text-opacity: 1 !important;
  color: #ed64a6 !important;
  color: rgba(237, 100, 166, var(--text-opacity)) !important;
}

.tw-text-pink-600 {
  --text-opacity: 1 !important;
  color: #d53f8c !important;
  color: rgba(213, 63, 140, var(--text-opacity)) !important;
}

.tw-text-pink-700 {
  --text-opacity: 1 !important;
  color: #b83280 !important;
  color: rgba(184, 50, 128, var(--text-opacity)) !important;
}

.tw-text-pink-800 {
  --text-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, var(--text-opacity)) !important;
}

.tw-text-pink-900 {
  --text-opacity: 1 !important;
  color: #702459 !important;
  color: rgba(112, 36, 89, var(--text-opacity)) !important;
}

.tw-text-lac-blue {
  --text-opacity: 1 !important;
  color: #123440 !important;
  color: rgba(18, 52, 64, var(--text-opacity)) !important;
}

.tw-text-lac-darkblue {
  --text-opacity: 1 !important;
  color: #0F2E39 !important;
  color: rgba(15, 46, 57, var(--text-opacity)) !important;
}

.tw-text-lac-brass {
  --text-opacity: 1 !important;
  color: #D19A86 !important;
  color: rgba(209, 154, 134, var(--text-opacity)) !important;
}

.tw-text-lac-offwhite {
  --text-opacity: 1 !important;
  color: #F8F8F7 !important;
  color: rgba(248, 248, 247, var(--text-opacity)) !important;
}

.hover-tw-text-transparent:hover {
  color: transparent !important;
}

.hover-tw-text-current:hover {
  color: currentColor !important;
}

.hover-tw-text-black:hover {
  --text-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--text-opacity)) !important;
}

.hover-tw-text-white:hover {
  --text-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
}

.hover-tw-text-gray-100:hover {
  --text-opacity: 1 !important;
  color: #f7fafc !important;
  color: rgba(247, 250, 252, var(--text-opacity)) !important;
}

.hover-tw-text-gray-200:hover {
  --text-opacity: 1 !important;
  color: #edf2f7 !important;
  color: rgba(237, 242, 247, var(--text-opacity)) !important;
}

.hover-tw-text-gray-300:hover {
  --text-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--text-opacity)) !important;
}

.hover-tw-text-gray-400:hover {
  --text-opacity: 1 !important;
  color: #cbd5e0 !important;
  color: rgba(203, 213, 224, var(--text-opacity)) !important;
}

.hover-tw-text-gray-500:hover {
  --text-opacity: 1 !important;
  color: #a0aec0 !important;
  color: rgba(160, 174, 192, var(--text-opacity)) !important;
}

.hover-tw-text-gray-600:hover {
  --text-opacity: 1 !important;
  color: #718096 !important;
  color: rgba(113, 128, 150, var(--text-opacity)) !important;
}

.hover-tw-text-gray-700:hover {
  --text-opacity: 1 !important;
  color: #4a5568 !important;
  color: rgba(74, 85, 104, var(--text-opacity)) !important;
}

.hover-tw-text-gray-800:hover {
  --text-opacity: 1 !important;
  color: #2d3748 !important;
  color: rgba(45, 55, 72, var(--text-opacity)) !important;
}

.hover-tw-text-gray-900:hover {
  --text-opacity: 1 !important;
  color: #1a202c !important;
  color: rgba(26, 32, 44, var(--text-opacity)) !important;
}

.hover-tw-text-red-100:hover {
  --text-opacity: 1 !important;
  color: #fff5f5 !important;
  color: rgba(255, 245, 245, var(--text-opacity)) !important;
}

.hover-tw-text-red-200:hover {
  --text-opacity: 1 !important;
  color: #fed7d7 !important;
  color: rgba(254, 215, 215, var(--text-opacity)) !important;
}

.hover-tw-text-red-300:hover {
  --text-opacity: 1 !important;
  color: #feb2b2 !important;
  color: rgba(254, 178, 178, var(--text-opacity)) !important;
}

.hover-tw-text-red-400:hover {
  --text-opacity: 1 !important;
  color: #fc8181 !important;
  color: rgba(252, 129, 129, var(--text-opacity)) !important;
}

.hover-tw-text-red-500:hover {
  --text-opacity: 1 !important;
  color: #f56565 !important;
  color: rgba(245, 101, 101, var(--text-opacity)) !important;
}

.hover-tw-text-red-600:hover {
  --text-opacity: 1 !important;
  color: #e53e3e !important;
  color: rgba(229, 62, 62, var(--text-opacity)) !important;
}

.hover-tw-text-red-700:hover {
  --text-opacity: 1 !important;
  color: #c53030 !important;
  color: rgba(197, 48, 48, var(--text-opacity)) !important;
}

.hover-tw-text-red-800:hover {
  --text-opacity: 1 !important;
  color: #9b2c2c !important;
  color: rgba(155, 44, 44, var(--text-opacity)) !important;
}

.hover-tw-text-red-900:hover {
  --text-opacity: 1 !important;
  color: #742a2a !important;
  color: rgba(116, 42, 42, var(--text-opacity)) !important;
}

.hover-tw-text-orange-100:hover {
  --text-opacity: 1 !important;
  color: #fffaf0 !important;
  color: rgba(255, 250, 240, var(--text-opacity)) !important;
}

.hover-tw-text-orange-200:hover {
  --text-opacity: 1 !important;
  color: #feebc8 !important;
  color: rgba(254, 235, 200, var(--text-opacity)) !important;
}

.hover-tw-text-orange-300:hover {
  --text-opacity: 1 !important;
  color: #fbd38d !important;
  color: rgba(251, 211, 141, var(--text-opacity)) !important;
}

.hover-tw-text-orange-400:hover {
  --text-opacity: 1 !important;
  color: #f6ad55 !important;
  color: rgba(246, 173, 85, var(--text-opacity)) !important;
}

.hover-tw-text-orange-500:hover {
  --text-opacity: 1 !important;
  color: #ed8936 !important;
  color: rgba(237, 137, 54, var(--text-opacity)) !important;
}

.hover-tw-text-orange-600:hover {
  --text-opacity: 1 !important;
  color: #dd6b20 !important;
  color: rgba(221, 107, 32, var(--text-opacity)) !important;
}

.hover-tw-text-orange-700:hover {
  --text-opacity: 1 !important;
  color: #c05621 !important;
  color: rgba(192, 86, 33, var(--text-opacity)) !important;
}

.hover-tw-text-orange-800:hover {
  --text-opacity: 1 !important;
  color: #9c4221 !important;
  color: rgba(156, 66, 33, var(--text-opacity)) !important;
}

.hover-tw-text-orange-900:hover {
  --text-opacity: 1 !important;
  color: #7b341e !important;
  color: rgba(123, 52, 30, var(--text-opacity)) !important;
}

.hover-tw-text-yellow-100:hover {
  --text-opacity: 1 !important;
  color: #fffff0 !important;
  color: rgba(255, 255, 240, var(--text-opacity)) !important;
}

.hover-tw-text-yellow-200:hover {
  --text-opacity: 1 !important;
  color: #fefcbf !important;
  color: rgba(254, 252, 191, var(--text-opacity)) !important;
}

.hover-tw-text-yellow-300:hover {
  --text-opacity: 1 !important;
  color: #faf089 !important;
  color: rgba(250, 240, 137, var(--text-opacity)) !important;
}

.hover-tw-text-yellow-400:hover {
  --text-opacity: 1 !important;
  color: #f6e05e !important;
  color: rgba(246, 224, 94, var(--text-opacity)) !important;
}

.hover-tw-text-yellow-500:hover {
  --text-opacity: 1 !important;
  color: #ecc94b !important;
  color: rgba(236, 201, 75, var(--text-opacity)) !important;
}

.hover-tw-text-yellow-600:hover {
  --text-opacity: 1 !important;
  color: #d69e2e !important;
  color: rgba(214, 158, 46, var(--text-opacity)) !important;
}

.hover-tw-text-yellow-700:hover {
  --text-opacity: 1 !important;
  color: #b7791f !important;
  color: rgba(183, 121, 31, var(--text-opacity)) !important;
}

.hover-tw-text-yellow-800:hover {
  --text-opacity: 1 !important;
  color: #975a16 !important;
  color: rgba(151, 90, 22, var(--text-opacity)) !important;
}

.hover-tw-text-yellow-900:hover {
  --text-opacity: 1 !important;
  color: #744210 !important;
  color: rgba(116, 66, 16, var(--text-opacity)) !important;
}

.hover-tw-text-green-100:hover {
  --text-opacity: 1 !important;
  color: #f0fff4 !important;
  color: rgba(240, 255, 244, var(--text-opacity)) !important;
}

.hover-tw-text-green-200:hover {
  --text-opacity: 1 !important;
  color: #c6f6d5 !important;
  color: rgba(198, 246, 213, var(--text-opacity)) !important;
}

.hover-tw-text-green-300:hover {
  --text-opacity: 1 !important;
  color: #9ae6b4 !important;
  color: rgba(154, 230, 180, var(--text-opacity)) !important;
}

.hover-tw-text-green-400:hover {
  --text-opacity: 1 !important;
  color: #68d391 !important;
  color: rgba(104, 211, 145, var(--text-opacity)) !important;
}

.hover-tw-text-green-500:hover {
  --text-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--text-opacity)) !important;
}

.hover-tw-text-green-600:hover {
  --text-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--text-opacity)) !important;
}

.hover-tw-text-green-700:hover {
  --text-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--text-opacity)) !important;
}

.hover-tw-text-green-800:hover {
  --text-opacity: 1 !important;
  color: #276749 !important;
  color: rgba(39, 103, 73, var(--text-opacity)) !important;
}

.hover-tw-text-green-900:hover {
  --text-opacity: 1 !important;
  color: #22543d !important;
  color: rgba(34, 84, 61, var(--text-opacity)) !important;
}

.hover-tw-text-teal-100:hover {
  --text-opacity: 1 !important;
  color: #e6fffa !important;
  color: rgba(230, 255, 250, var(--text-opacity)) !important;
}

.hover-tw-text-teal-200:hover {
  --text-opacity: 1 !important;
  color: #b2f5ea !important;
  color: rgba(178, 245, 234, var(--text-opacity)) !important;
}

.hover-tw-text-teal-300:hover {
  --text-opacity: 1 !important;
  color: #81e6d9 !important;
  color: rgba(129, 230, 217, var(--text-opacity)) !important;
}

.hover-tw-text-teal-400:hover {
  --text-opacity: 1 !important;
  color: #4fd1c5 !important;
  color: rgba(79, 209, 197, var(--text-opacity)) !important;
}

.hover-tw-text-teal-500:hover {
  --text-opacity: 1 !important;
  color: #38b2ac !important;
  color: rgba(56, 178, 172, var(--text-opacity)) !important;
}

.hover-tw-text-teal-600:hover {
  --text-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, var(--text-opacity)) !important;
}

.hover-tw-text-teal-700:hover {
  --text-opacity: 1 !important;
  color: #2c7a7b !important;
  color: rgba(44, 122, 123, var(--text-opacity)) !important;
}

.hover-tw-text-teal-800:hover {
  --text-opacity: 1 !important;
  color: #285e61 !important;
  color: rgba(40, 94, 97, var(--text-opacity)) !important;
}

.hover-tw-text-teal-900:hover {
  --text-opacity: 1 !important;
  color: #234e52 !important;
  color: rgba(35, 78, 82, var(--text-opacity)) !important;
}

.hover-tw-text-blue-100:hover {
  --text-opacity: 1 !important;
  color: #ebf8ff !important;
  color: rgba(235, 248, 255, var(--text-opacity)) !important;
}

.hover-tw-text-blue-200:hover {
  --text-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--text-opacity)) !important;
}

.hover-tw-text-blue-300:hover {
  --text-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, var(--text-opacity)) !important;
}

.hover-tw-text-blue-400:hover {
  --text-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--text-opacity)) !important;
}

.hover-tw-text-blue-500:hover {
  --text-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--text-opacity)) !important;
}

.hover-tw-text-blue-600:hover {
  --text-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--text-opacity)) !important;
}

.hover-tw-text-blue-700:hover {
  --text-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--text-opacity)) !important;
}

.hover-tw-text-blue-800:hover {
  --text-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--text-opacity)) !important;
}

.hover-tw-text-blue-900:hover {
  --text-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, var(--text-opacity)) !important;
}

.hover-tw-text-indigo-100:hover {
  --text-opacity: 1 !important;
  color: #ebf4ff !important;
  color: rgba(235, 244, 255, var(--text-opacity)) !important;
}

.hover-tw-text-indigo-200:hover {
  --text-opacity: 1 !important;
  color: #c3dafe !important;
  color: rgba(195, 218, 254, var(--text-opacity)) !important;
}

.hover-tw-text-indigo-300:hover {
  --text-opacity: 1 !important;
  color: #a3bffa !important;
  color: rgba(163, 191, 250, var(--text-opacity)) !important;
}

.hover-tw-text-indigo-400:hover {
  --text-opacity: 1 !important;
  color: #7f9cf5 !important;
  color: rgba(127, 156, 245, var(--text-opacity)) !important;
}

.hover-tw-text-indigo-500:hover {
  --text-opacity: 1 !important;
  color: #667eea !important;
  color: rgba(102, 126, 234, var(--text-opacity)) !important;
}

.hover-tw-text-indigo-600:hover {
  --text-opacity: 1 !important;
  color: #5a67d8 !important;
  color: rgba(90, 103, 216, var(--text-opacity)) !important;
}

.hover-tw-text-indigo-700:hover {
  --text-opacity: 1 !important;
  color: #4c51bf !important;
  color: rgba(76, 81, 191, var(--text-opacity)) !important;
}

.hover-tw-text-indigo-800:hover {
  --text-opacity: 1 !important;
  color: #434190 !important;
  color: rgba(67, 65, 144, var(--text-opacity)) !important;
}

.hover-tw-text-indigo-900:hover {
  --text-opacity: 1 !important;
  color: #3c366b !important;
  color: rgba(60, 54, 107, var(--text-opacity)) !important;
}

.hover-tw-text-purple-100:hover {
  --text-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--text-opacity)) !important;
}

.hover-tw-text-purple-200:hover {
  --text-opacity: 1 !important;
  color: #e9d8fd !important;
  color: rgba(233, 216, 253, var(--text-opacity)) !important;
}

.hover-tw-text-purple-300:hover {
  --text-opacity: 1 !important;
  color: #d6bcfa !important;
  color: rgba(214, 188, 250, var(--text-opacity)) !important;
}

.hover-tw-text-purple-400:hover {
  --text-opacity: 1 !important;
  color: #b794f4 !important;
  color: rgba(183, 148, 244, var(--text-opacity)) !important;
}

.hover-tw-text-purple-500:hover {
  --text-opacity: 1 !important;
  color: #9f7aea !important;
  color: rgba(159, 122, 234, var(--text-opacity)) !important;
}

.hover-tw-text-purple-600:hover {
  --text-opacity: 1 !important;
  color: #805ad5 !important;
  color: rgba(128, 90, 213, var(--text-opacity)) !important;
}

.hover-tw-text-purple-700:hover {
  --text-opacity: 1 !important;
  color: #6b46c1 !important;
  color: rgba(107, 70, 193, var(--text-opacity)) !important;
}

.hover-tw-text-purple-800:hover {
  --text-opacity: 1 !important;
  color: #553c9a !important;
  color: rgba(85, 60, 154, var(--text-opacity)) !important;
}

.hover-tw-text-purple-900:hover {
  --text-opacity: 1 !important;
  color: #44337a !important;
  color: rgba(68, 51, 122, var(--text-opacity)) !important;
}

.hover-tw-text-pink-100:hover {
  --text-opacity: 1 !important;
  color: #fff5f7 !important;
  color: rgba(255, 245, 247, var(--text-opacity)) !important;
}

.hover-tw-text-pink-200:hover {
  --text-opacity: 1 !important;
  color: #fed7e2 !important;
  color: rgba(254, 215, 226, var(--text-opacity)) !important;
}

.hover-tw-text-pink-300:hover {
  --text-opacity: 1 !important;
  color: #fbb6ce !important;
  color: rgba(251, 182, 206, var(--text-opacity)) !important;
}

.hover-tw-text-pink-400:hover {
  --text-opacity: 1 !important;
  color: #f687b3 !important;
  color: rgba(246, 135, 179, var(--text-opacity)) !important;
}

.hover-tw-text-pink-500:hover {
  --text-opacity: 1 !important;
  color: #ed64a6 !important;
  color: rgba(237, 100, 166, var(--text-opacity)) !important;
}

.hover-tw-text-pink-600:hover {
  --text-opacity: 1 !important;
  color: #d53f8c !important;
  color: rgba(213, 63, 140, var(--text-opacity)) !important;
}

.hover-tw-text-pink-700:hover {
  --text-opacity: 1 !important;
  color: #b83280 !important;
  color: rgba(184, 50, 128, var(--text-opacity)) !important;
}

.hover-tw-text-pink-800:hover {
  --text-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, var(--text-opacity)) !important;
}

.hover-tw-text-pink-900:hover {
  --text-opacity: 1 !important;
  color: #702459 !important;
  color: rgba(112, 36, 89, var(--text-opacity)) !important;
}

.hover-tw-text-lac-blue:hover {
  --text-opacity: 1 !important;
  color: #123440 !important;
  color: rgba(18, 52, 64, var(--text-opacity)) !important;
}

.hover-tw-text-lac-darkblue:hover {
  --text-opacity: 1 !important;
  color: #0F2E39 !important;
  color: rgba(15, 46, 57, var(--text-opacity)) !important;
}

.hover-tw-text-lac-brass:hover {
  --text-opacity: 1 !important;
  color: #D19A86 !important;
  color: rgba(209, 154, 134, var(--text-opacity)) !important;
}

.hover-tw-text-lac-offwhite:hover {
  --text-opacity: 1 !important;
  color: #F8F8F7 !important;
  color: rgba(248, 248, 247, var(--text-opacity)) !important;
}

.focus-tw-text-transparent:focus {
  color: transparent !important;
}

.focus-tw-text-current:focus {
  color: currentColor !important;
}

.focus-tw-text-black:focus {
  --text-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--text-opacity)) !important;
}

.focus-tw-text-white:focus {
  --text-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
}

.focus-tw-text-gray-100:focus {
  --text-opacity: 1 !important;
  color: #f7fafc !important;
  color: rgba(247, 250, 252, var(--text-opacity)) !important;
}

.focus-tw-text-gray-200:focus {
  --text-opacity: 1 !important;
  color: #edf2f7 !important;
  color: rgba(237, 242, 247, var(--text-opacity)) !important;
}

.focus-tw-text-gray-300:focus {
  --text-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--text-opacity)) !important;
}

.focus-tw-text-gray-400:focus {
  --text-opacity: 1 !important;
  color: #cbd5e0 !important;
  color: rgba(203, 213, 224, var(--text-opacity)) !important;
}

.focus-tw-text-gray-500:focus {
  --text-opacity: 1 !important;
  color: #a0aec0 !important;
  color: rgba(160, 174, 192, var(--text-opacity)) !important;
}

.focus-tw-text-gray-600:focus {
  --text-opacity: 1 !important;
  color: #718096 !important;
  color: rgba(113, 128, 150, var(--text-opacity)) !important;
}

.focus-tw-text-gray-700:focus {
  --text-opacity: 1 !important;
  color: #4a5568 !important;
  color: rgba(74, 85, 104, var(--text-opacity)) !important;
}

.focus-tw-text-gray-800:focus {
  --text-opacity: 1 !important;
  color: #2d3748 !important;
  color: rgba(45, 55, 72, var(--text-opacity)) !important;
}

.focus-tw-text-gray-900:focus {
  --text-opacity: 1 !important;
  color: #1a202c !important;
  color: rgba(26, 32, 44, var(--text-opacity)) !important;
}

.focus-tw-text-red-100:focus {
  --text-opacity: 1 !important;
  color: #fff5f5 !important;
  color: rgba(255, 245, 245, var(--text-opacity)) !important;
}

.focus-tw-text-red-200:focus {
  --text-opacity: 1 !important;
  color: #fed7d7 !important;
  color: rgba(254, 215, 215, var(--text-opacity)) !important;
}

.focus-tw-text-red-300:focus {
  --text-opacity: 1 !important;
  color: #feb2b2 !important;
  color: rgba(254, 178, 178, var(--text-opacity)) !important;
}

.focus-tw-text-red-400:focus {
  --text-opacity: 1 !important;
  color: #fc8181 !important;
  color: rgba(252, 129, 129, var(--text-opacity)) !important;
}

.focus-tw-text-red-500:focus {
  --text-opacity: 1 !important;
  color: #f56565 !important;
  color: rgba(245, 101, 101, var(--text-opacity)) !important;
}

.focus-tw-text-red-600:focus {
  --text-opacity: 1 !important;
  color: #e53e3e !important;
  color: rgba(229, 62, 62, var(--text-opacity)) !important;
}

.focus-tw-text-red-700:focus {
  --text-opacity: 1 !important;
  color: #c53030 !important;
  color: rgba(197, 48, 48, var(--text-opacity)) !important;
}

.focus-tw-text-red-800:focus {
  --text-opacity: 1 !important;
  color: #9b2c2c !important;
  color: rgba(155, 44, 44, var(--text-opacity)) !important;
}

.focus-tw-text-red-900:focus {
  --text-opacity: 1 !important;
  color: #742a2a !important;
  color: rgba(116, 42, 42, var(--text-opacity)) !important;
}

.focus-tw-text-orange-100:focus {
  --text-opacity: 1 !important;
  color: #fffaf0 !important;
  color: rgba(255, 250, 240, var(--text-opacity)) !important;
}

.focus-tw-text-orange-200:focus {
  --text-opacity: 1 !important;
  color: #feebc8 !important;
  color: rgba(254, 235, 200, var(--text-opacity)) !important;
}

.focus-tw-text-orange-300:focus {
  --text-opacity: 1 !important;
  color: #fbd38d !important;
  color: rgba(251, 211, 141, var(--text-opacity)) !important;
}

.focus-tw-text-orange-400:focus {
  --text-opacity: 1 !important;
  color: #f6ad55 !important;
  color: rgba(246, 173, 85, var(--text-opacity)) !important;
}

.focus-tw-text-orange-500:focus {
  --text-opacity: 1 !important;
  color: #ed8936 !important;
  color: rgba(237, 137, 54, var(--text-opacity)) !important;
}

.focus-tw-text-orange-600:focus {
  --text-opacity: 1 !important;
  color: #dd6b20 !important;
  color: rgba(221, 107, 32, var(--text-opacity)) !important;
}

.focus-tw-text-orange-700:focus {
  --text-opacity: 1 !important;
  color: #c05621 !important;
  color: rgba(192, 86, 33, var(--text-opacity)) !important;
}

.focus-tw-text-orange-800:focus {
  --text-opacity: 1 !important;
  color: #9c4221 !important;
  color: rgba(156, 66, 33, var(--text-opacity)) !important;
}

.focus-tw-text-orange-900:focus {
  --text-opacity: 1 !important;
  color: #7b341e !important;
  color: rgba(123, 52, 30, var(--text-opacity)) !important;
}

.focus-tw-text-yellow-100:focus {
  --text-opacity: 1 !important;
  color: #fffff0 !important;
  color: rgba(255, 255, 240, var(--text-opacity)) !important;
}

.focus-tw-text-yellow-200:focus {
  --text-opacity: 1 !important;
  color: #fefcbf !important;
  color: rgba(254, 252, 191, var(--text-opacity)) !important;
}

.focus-tw-text-yellow-300:focus {
  --text-opacity: 1 !important;
  color: #faf089 !important;
  color: rgba(250, 240, 137, var(--text-opacity)) !important;
}

.focus-tw-text-yellow-400:focus {
  --text-opacity: 1 !important;
  color: #f6e05e !important;
  color: rgba(246, 224, 94, var(--text-opacity)) !important;
}

.focus-tw-text-yellow-500:focus {
  --text-opacity: 1 !important;
  color: #ecc94b !important;
  color: rgba(236, 201, 75, var(--text-opacity)) !important;
}

.focus-tw-text-yellow-600:focus {
  --text-opacity: 1 !important;
  color: #d69e2e !important;
  color: rgba(214, 158, 46, var(--text-opacity)) !important;
}

.focus-tw-text-yellow-700:focus {
  --text-opacity: 1 !important;
  color: #b7791f !important;
  color: rgba(183, 121, 31, var(--text-opacity)) !important;
}

.focus-tw-text-yellow-800:focus {
  --text-opacity: 1 !important;
  color: #975a16 !important;
  color: rgba(151, 90, 22, var(--text-opacity)) !important;
}

.focus-tw-text-yellow-900:focus {
  --text-opacity: 1 !important;
  color: #744210 !important;
  color: rgba(116, 66, 16, var(--text-opacity)) !important;
}

.focus-tw-text-green-100:focus {
  --text-opacity: 1 !important;
  color: #f0fff4 !important;
  color: rgba(240, 255, 244, var(--text-opacity)) !important;
}

.focus-tw-text-green-200:focus {
  --text-opacity: 1 !important;
  color: #c6f6d5 !important;
  color: rgba(198, 246, 213, var(--text-opacity)) !important;
}

.focus-tw-text-green-300:focus {
  --text-opacity: 1 !important;
  color: #9ae6b4 !important;
  color: rgba(154, 230, 180, var(--text-opacity)) !important;
}

.focus-tw-text-green-400:focus {
  --text-opacity: 1 !important;
  color: #68d391 !important;
  color: rgba(104, 211, 145, var(--text-opacity)) !important;
}

.focus-tw-text-green-500:focus {
  --text-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--text-opacity)) !important;
}

.focus-tw-text-green-600:focus {
  --text-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--text-opacity)) !important;
}

.focus-tw-text-green-700:focus {
  --text-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--text-opacity)) !important;
}

.focus-tw-text-green-800:focus {
  --text-opacity: 1 !important;
  color: #276749 !important;
  color: rgba(39, 103, 73, var(--text-opacity)) !important;
}

.focus-tw-text-green-900:focus {
  --text-opacity: 1 !important;
  color: #22543d !important;
  color: rgba(34, 84, 61, var(--text-opacity)) !important;
}

.focus-tw-text-teal-100:focus {
  --text-opacity: 1 !important;
  color: #e6fffa !important;
  color: rgba(230, 255, 250, var(--text-opacity)) !important;
}

.focus-tw-text-teal-200:focus {
  --text-opacity: 1 !important;
  color: #b2f5ea !important;
  color: rgba(178, 245, 234, var(--text-opacity)) !important;
}

.focus-tw-text-teal-300:focus {
  --text-opacity: 1 !important;
  color: #81e6d9 !important;
  color: rgba(129, 230, 217, var(--text-opacity)) !important;
}

.focus-tw-text-teal-400:focus {
  --text-opacity: 1 !important;
  color: #4fd1c5 !important;
  color: rgba(79, 209, 197, var(--text-opacity)) !important;
}

.focus-tw-text-teal-500:focus {
  --text-opacity: 1 !important;
  color: #38b2ac !important;
  color: rgba(56, 178, 172, var(--text-opacity)) !important;
}

.focus-tw-text-teal-600:focus {
  --text-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, var(--text-opacity)) !important;
}

.focus-tw-text-teal-700:focus {
  --text-opacity: 1 !important;
  color: #2c7a7b !important;
  color: rgba(44, 122, 123, var(--text-opacity)) !important;
}

.focus-tw-text-teal-800:focus {
  --text-opacity: 1 !important;
  color: #285e61 !important;
  color: rgba(40, 94, 97, var(--text-opacity)) !important;
}

.focus-tw-text-teal-900:focus {
  --text-opacity: 1 !important;
  color: #234e52 !important;
  color: rgba(35, 78, 82, var(--text-opacity)) !important;
}

.focus-tw-text-blue-100:focus {
  --text-opacity: 1 !important;
  color: #ebf8ff !important;
  color: rgba(235, 248, 255, var(--text-opacity)) !important;
}

.focus-tw-text-blue-200:focus {
  --text-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--text-opacity)) !important;
}

.focus-tw-text-blue-300:focus {
  --text-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, var(--text-opacity)) !important;
}

.focus-tw-text-blue-400:focus {
  --text-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--text-opacity)) !important;
}

.focus-tw-text-blue-500:focus {
  --text-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--text-opacity)) !important;
}

.focus-tw-text-blue-600:focus {
  --text-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--text-opacity)) !important;
}

.focus-tw-text-blue-700:focus {
  --text-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--text-opacity)) !important;
}

.focus-tw-text-blue-800:focus {
  --text-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--text-opacity)) !important;
}

.focus-tw-text-blue-900:focus {
  --text-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, var(--text-opacity)) !important;
}

.focus-tw-text-indigo-100:focus {
  --text-opacity: 1 !important;
  color: #ebf4ff !important;
  color: rgba(235, 244, 255, var(--text-opacity)) !important;
}

.focus-tw-text-indigo-200:focus {
  --text-opacity: 1 !important;
  color: #c3dafe !important;
  color: rgba(195, 218, 254, var(--text-opacity)) !important;
}

.focus-tw-text-indigo-300:focus {
  --text-opacity: 1 !important;
  color: #a3bffa !important;
  color: rgba(163, 191, 250, var(--text-opacity)) !important;
}

.focus-tw-text-indigo-400:focus {
  --text-opacity: 1 !important;
  color: #7f9cf5 !important;
  color: rgba(127, 156, 245, var(--text-opacity)) !important;
}

.focus-tw-text-indigo-500:focus {
  --text-opacity: 1 !important;
  color: #667eea !important;
  color: rgba(102, 126, 234, var(--text-opacity)) !important;
}

.focus-tw-text-indigo-600:focus {
  --text-opacity: 1 !important;
  color: #5a67d8 !important;
  color: rgba(90, 103, 216, var(--text-opacity)) !important;
}

.focus-tw-text-indigo-700:focus {
  --text-opacity: 1 !important;
  color: #4c51bf !important;
  color: rgba(76, 81, 191, var(--text-opacity)) !important;
}

.focus-tw-text-indigo-800:focus {
  --text-opacity: 1 !important;
  color: #434190 !important;
  color: rgba(67, 65, 144, var(--text-opacity)) !important;
}

.focus-tw-text-indigo-900:focus {
  --text-opacity: 1 !important;
  color: #3c366b !important;
  color: rgba(60, 54, 107, var(--text-opacity)) !important;
}

.focus-tw-text-purple-100:focus {
  --text-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--text-opacity)) !important;
}

.focus-tw-text-purple-200:focus {
  --text-opacity: 1 !important;
  color: #e9d8fd !important;
  color: rgba(233, 216, 253, var(--text-opacity)) !important;
}

.focus-tw-text-purple-300:focus {
  --text-opacity: 1 !important;
  color: #d6bcfa !important;
  color: rgba(214, 188, 250, var(--text-opacity)) !important;
}

.focus-tw-text-purple-400:focus {
  --text-opacity: 1 !important;
  color: #b794f4 !important;
  color: rgba(183, 148, 244, var(--text-opacity)) !important;
}

.focus-tw-text-purple-500:focus {
  --text-opacity: 1 !important;
  color: #9f7aea !important;
  color: rgba(159, 122, 234, var(--text-opacity)) !important;
}

.focus-tw-text-purple-600:focus {
  --text-opacity: 1 !important;
  color: #805ad5 !important;
  color: rgba(128, 90, 213, var(--text-opacity)) !important;
}

.focus-tw-text-purple-700:focus {
  --text-opacity: 1 !important;
  color: #6b46c1 !important;
  color: rgba(107, 70, 193, var(--text-opacity)) !important;
}

.focus-tw-text-purple-800:focus {
  --text-opacity: 1 !important;
  color: #553c9a !important;
  color: rgba(85, 60, 154, var(--text-opacity)) !important;
}

.focus-tw-text-purple-900:focus {
  --text-opacity: 1 !important;
  color: #44337a !important;
  color: rgba(68, 51, 122, var(--text-opacity)) !important;
}

.focus-tw-text-pink-100:focus {
  --text-opacity: 1 !important;
  color: #fff5f7 !important;
  color: rgba(255, 245, 247, var(--text-opacity)) !important;
}

.focus-tw-text-pink-200:focus {
  --text-opacity: 1 !important;
  color: #fed7e2 !important;
  color: rgba(254, 215, 226, var(--text-opacity)) !important;
}

.focus-tw-text-pink-300:focus {
  --text-opacity: 1 !important;
  color: #fbb6ce !important;
  color: rgba(251, 182, 206, var(--text-opacity)) !important;
}

.focus-tw-text-pink-400:focus {
  --text-opacity: 1 !important;
  color: #f687b3 !important;
  color: rgba(246, 135, 179, var(--text-opacity)) !important;
}

.focus-tw-text-pink-500:focus {
  --text-opacity: 1 !important;
  color: #ed64a6 !important;
  color: rgba(237, 100, 166, var(--text-opacity)) !important;
}

.focus-tw-text-pink-600:focus {
  --text-opacity: 1 !important;
  color: #d53f8c !important;
  color: rgba(213, 63, 140, var(--text-opacity)) !important;
}

.focus-tw-text-pink-700:focus {
  --text-opacity: 1 !important;
  color: #b83280 !important;
  color: rgba(184, 50, 128, var(--text-opacity)) !important;
}

.focus-tw-text-pink-800:focus {
  --text-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, var(--text-opacity)) !important;
}

.focus-tw-text-pink-900:focus {
  --text-opacity: 1 !important;
  color: #702459 !important;
  color: rgba(112, 36, 89, var(--text-opacity)) !important;
}

.focus-tw-text-lac-blue:focus {
  --text-opacity: 1 !important;
  color: #123440 !important;
  color: rgba(18, 52, 64, var(--text-opacity)) !important;
}

.focus-tw-text-lac-darkblue:focus {
  --text-opacity: 1 !important;
  color: #0F2E39 !important;
  color: rgba(15, 46, 57, var(--text-opacity)) !important;
}

.focus-tw-text-lac-brass:focus {
  --text-opacity: 1 !important;
  color: #D19A86 !important;
  color: rgba(209, 154, 134, var(--text-opacity)) !important;
}

.focus-tw-text-lac-offwhite:focus {
  --text-opacity: 1 !important;
  color: #F8F8F7 !important;
  color: rgba(248, 248, 247, var(--text-opacity)) !important;
}

.tw-text-opacity-0 {
  --text-opacity: 0 !important;
}

.tw-text-opacity-25 {
  --text-opacity: 0.25 !important;
}

.tw-text-opacity-50 {
  --text-opacity: 0.5 !important;
}

.tw-text-opacity-75 {
  --text-opacity: 0.75 !important;
}

.tw-text-opacity-100 {
  --text-opacity: 1 !important;
}

.hover-tw-text-opacity-0:hover {
  --text-opacity: 0 !important;
}

.hover-tw-text-opacity-25:hover {
  --text-opacity: 0.25 !important;
}

.hover-tw-text-opacity-50:hover {
  --text-opacity: 0.5 !important;
}

.hover-tw-text-opacity-75:hover {
  --text-opacity: 0.75 !important;
}

.hover-tw-text-opacity-100:hover {
  --text-opacity: 1 !important;
}

.focus-tw-text-opacity-0:focus {
  --text-opacity: 0 !important;
}

.focus-tw-text-opacity-25:focus {
  --text-opacity: 0.25 !important;
}

.focus-tw-text-opacity-50:focus {
  --text-opacity: 0.5 !important;
}

.focus-tw-text-opacity-75:focus {
  --text-opacity: 0.75 !important;
}

.focus-tw-text-opacity-100:focus {
  --text-opacity: 1 !important;
}

.tw-italic {
  font-style: italic !important;
}

.tw-not-italic {
  font-style: normal !important;
}

.tw-uppercase {
  text-transform: uppercase !important;
}

.tw-lowercase {
  text-transform: lowercase !important;
}

.tw-capitalize {
  text-transform: capitalize !important;
}

.tw-normal-case {
  text-transform: none !important;
}

.tw-underline {
  text-decoration: underline !important;
}

.tw-line-through {
  text-decoration: line-through !important;
}

.tw-no-underline {
  text-decoration: none !important;
}

.hover-tw-underline:hover {
  text-decoration: underline !important;
}

.hover-tw-line-through:hover {
  text-decoration: line-through !important;
}

.hover-tw-no-underline:hover {
  text-decoration: none !important;
}

.focus-tw-underline:focus {
  text-decoration: underline !important;
}

.focus-tw-line-through:focus {
  text-decoration: line-through !important;
}

.focus-tw-no-underline:focus {
  text-decoration: none !important;
}

.tw-antialiased {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.tw-subpixel-antialiased {
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}

.tw-tracking-tighter {
  letter-spacing: -0.05em !important;
}

.tw-tracking-tight {
  letter-spacing: -0.025em !important;
}

.tw-tracking-normal {
  letter-spacing: 0 !important;
}

.tw-tracking-wide {
  letter-spacing: 0.025em !important;
}

.tw-tracking-wider {
  letter-spacing: 0.05em !important;
}

.tw-tracking-widest {
  letter-spacing: 0.1em !important;
}

.tw-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.tw-select-text {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}

.tw-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}

.tw-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.tw-align-baseline {
  vertical-align: baseline !important;
}

.tw-align-top {
  vertical-align: top !important;
}

.tw-align-middle {
  vertical-align: middle !important;
}

.tw-align-bottom {
  vertical-align: bottom !important;
}

.tw-align-text-top {
  vertical-align: text-top !important;
}

.tw-align-text-bottom {
  vertical-align: text-bottom !important;
}

.tw-visible {
  visibility: visible !important;
}

.tw-invisible {
  visibility: hidden !important;
}

.tw-whitespace-normal {
  white-space: normal !important;
}

.tw-whitespace-no-wrap {
  white-space: nowrap !important;
}

.tw-whitespace-pre {
  white-space: pre !important;
}

.tw-whitespace-pre-line {
  white-space: pre-line !important;
}

.tw-whitespace-pre-wrap {
  white-space: pre-wrap !important;
}

.tw-break-normal {
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.tw-break-words {
  overflow-wrap: break-word !important;
}

.tw-break-all {
  word-break: break-all !important;
}

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

.tw-w-0 {
  width: 0 !important;
}

.tw-w-1 {
  width: 0.25rem !important;
}

.tw-w-2 {
  width: 0.5rem !important;
}

.tw-w-3 {
  width: 0.75rem !important;
}

.tw-w-4 {
  width: 1rem !important;
}

.tw-w-5 {
  width: 1.25rem !important;
}

.tw-w-6 {
  width: 1.5rem !important;
}

.tw-w-8 {
  width: 2rem !important;
}

.tw-w-10 {
  width: 2.5rem !important;
}

.tw-w-12 {
  width: 3rem !important;
}

.tw-w-16 {
  width: 4rem !important;
}

.tw-w-20 {
  width: 5rem !important;
}

.tw-w-24 {
  width: 6rem !important;
}

.tw-w-25 {
  width: 25% !important;
}

.tw-w-32 {
  width: 8rem !important;
}

.tw-w-40 {
  width: 10rem !important;
}

.tw-w-48 {
  width: 12rem !important;
}

.tw-w-50 {
  width: 50% !important;
}

.tw-w-56 {
  width: 14rem !important;
}

.tw-w-64 {
  width: 16rem !important;
}

.tw-w-auto {
  width: auto !important;
}

.tw-w-px {
  width: 1px !important;
}

.tw-w-1\/2 {
  width: 50% !important;
}

.tw-w-1\/3 {
  width: 33.333333% !important;
}

.tw-w-2\/3 {
  width: 66.666667% !important;
}

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

.tw-w-2\/4 {
  width: 50% !important;
}

.tw-w-3\/4 {
  width: 75% !important;
}

.tw-w-1\/5 {
  width: 20% !important;
}

.tw-w-2\/5 {
  width: 40% !important;
}

.tw-w-3\/5 {
  width: 60% !important;
}

.tw-w-4\/5 {
  width: 80% !important;
}

.tw-w-1\/6 {
  width: 16.666667% !important;
}

.tw-w-2\/6 {
  width: 33.333333% !important;
}

.tw-w-3\/6 {
  width: 50% !important;
}

.tw-w-4\/6 {
  width: 66.666667% !important;
}

.tw-w-5\/6 {
  width: 83.333333% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.tw-w-screen {
  width: 100vw !important;
}

.tw-z-0 {
  z-index: 0 !important;
}

.tw-z-10 {
  z-index: 10 !important;
}

.tw-z-20 {
  z-index: 20 !important;
}

.tw-z-30 {
  z-index: 30 !important;
}

.tw-z-40 {
  z-index: 40 !important;
}

.tw-z-50 {
  z-index: 50 !important;
}

.tw-z-auto {
  z-index: auto !important;
}

.tw-gap-0 {
  grid-gap: 0 !important;
  gap: 0 !important;
}

.tw-gap-1 {
  grid-gap: 0.25rem !important;
  gap: 0.25rem !important;
}

.tw-gap-2 {
  grid-gap: 0.5rem !important;
  gap: 0.5rem !important;
}

.tw-gap-3 {
  grid-gap: 0.75rem !important;
  gap: 0.75rem !important;
}

.tw-gap-4 {
  grid-gap: 1rem !important;
  gap: 1rem !important;
}

.tw-gap-5 {
  grid-gap: 1.25rem !important;
  gap: 1.25rem !important;
}

.tw-gap-6 {
  grid-gap: 1.5rem !important;
  gap: 1.5rem !important;
}

.tw-gap-8 {
  grid-gap: 2rem !important;
  gap: 2rem !important;
}

.tw-gap-10 {
  grid-gap: 2.5rem !important;
  gap: 2.5rem !important;
}

.tw-gap-12 {
  grid-gap: 3rem !important;
  gap: 3rem !important;
}

.tw-gap-16 {
  grid-gap: 4rem !important;
  gap: 4rem !important;
}

.tw-gap-20 {
  grid-gap: 5rem !important;
  gap: 5rem !important;
}

.tw-gap-24 {
  grid-gap: 6rem !important;
  gap: 6rem !important;
}

.tw-gap-32 {
  grid-gap: 8rem !important;
  gap: 8rem !important;
}

.tw-gap-40 {
  grid-gap: 10rem !important;
  gap: 10rem !important;
}

.tw-gap-48 {
  grid-gap: 12rem !important;
  gap: 12rem !important;
}

.tw-gap-56 {
  grid-gap: 14rem !important;
  gap: 14rem !important;
}

.tw-gap-64 {
  grid-gap: 16rem !important;
  gap: 16rem !important;
}

.tw-gap-px {
  grid-gap: 1px !important;
  gap: 1px !important;
}

.tw-col-gap-0 {
  grid-column-gap: 0 !important;
  -moz-column-gap: 0 !important;
  column-gap: 0 !important;
}

.tw-col-gap-1 {
  grid-column-gap: 0.25rem !important;
  -moz-column-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
}

.tw-col-gap-2 {
  grid-column-gap: 0.5rem !important;
  -moz-column-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
}

.tw-col-gap-3 {
  grid-column-gap: 0.75rem !important;
  -moz-column-gap: 0.75rem !important;
  column-gap: 0.75rem !important;
}

.tw-col-gap-4 {
  grid-column-gap: 1rem !important;
  -moz-column-gap: 1rem !important;
  column-gap: 1rem !important;
}

.tw-col-gap-5 {
  grid-column-gap: 1.25rem !important;
  -moz-column-gap: 1.25rem !important;
  column-gap: 1.25rem !important;
}

.tw-col-gap-6 {
  grid-column-gap: 1.5rem !important;
  -moz-column-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
}

.tw-col-gap-8 {
  grid-column-gap: 2rem !important;
  -moz-column-gap: 2rem !important;
  column-gap: 2rem !important;
}

.tw-col-gap-10 {
  grid-column-gap: 2.5rem !important;
  -moz-column-gap: 2.5rem !important;
  column-gap: 2.5rem !important;
}

.tw-col-gap-12 {
  grid-column-gap: 3rem !important;
  -moz-column-gap: 3rem !important;
  column-gap: 3rem !important;
}

.tw-col-gap-16 {
  grid-column-gap: 4rem !important;
  -moz-column-gap: 4rem !important;
  column-gap: 4rem !important;
}

.tw-col-gap-20 {
  grid-column-gap: 5rem !important;
  -moz-column-gap: 5rem !important;
  column-gap: 5rem !important;
}

.tw-col-gap-24 {
  grid-column-gap: 6rem !important;
  -moz-column-gap: 6rem !important;
  column-gap: 6rem !important;
}

.tw-col-gap-32 {
  grid-column-gap: 8rem !important;
  -moz-column-gap: 8rem !important;
  column-gap: 8rem !important;
}

.tw-col-gap-40 {
  grid-column-gap: 10rem !important;
  -moz-column-gap: 10rem !important;
  column-gap: 10rem !important;
}

.tw-col-gap-48 {
  grid-column-gap: 12rem !important;
  -moz-column-gap: 12rem !important;
  column-gap: 12rem !important;
}

.tw-col-gap-56 {
  grid-column-gap: 14rem !important;
  -moz-column-gap: 14rem !important;
  column-gap: 14rem !important;
}

.tw-col-gap-64 {
  grid-column-gap: 16rem !important;
  -moz-column-gap: 16rem !important;
  column-gap: 16rem !important;
}

.tw-col-gap-px {
  grid-column-gap: 1px !important;
  -moz-column-gap: 1px !important;
  column-gap: 1px !important;
}

.tw-row-gap-0 {
  grid-row-gap: 0 !important;
  row-gap: 0 !important;
}

.tw-row-gap-1 {
  grid-row-gap: 0.25rem !important;
  row-gap: 0.25rem !important;
}

.tw-row-gap-2 {
  grid-row-gap: 0.5rem !important;
  row-gap: 0.5rem !important;
}

.tw-row-gap-3 {
  grid-row-gap: 0.75rem !important;
  row-gap: 0.75rem !important;
}

.tw-row-gap-4 {
  grid-row-gap: 1rem !important;
  row-gap: 1rem !important;
}

.tw-row-gap-5 {
  grid-row-gap: 1.25rem !important;
  row-gap: 1.25rem !important;
}

.tw-row-gap-6 {
  grid-row-gap: 1.5rem !important;
  row-gap: 1.5rem !important;
}

.tw-row-gap-8 {
  grid-row-gap: 2rem !important;
  row-gap: 2rem !important;
}

.tw-row-gap-10 {
  grid-row-gap: 2.5rem !important;
  row-gap: 2.5rem !important;
}

.tw-row-gap-12 {
  grid-row-gap: 3rem !important;
  row-gap: 3rem !important;
}

.tw-row-gap-16 {
  grid-row-gap: 4rem !important;
  row-gap: 4rem !important;
}

.tw-row-gap-20 {
  grid-row-gap: 5rem !important;
  row-gap: 5rem !important;
}

.tw-row-gap-24 {
  grid-row-gap: 6rem !important;
  row-gap: 6rem !important;
}

.tw-row-gap-32 {
  grid-row-gap: 8rem !important;
  row-gap: 8rem !important;
}

.tw-row-gap-40 {
  grid-row-gap: 10rem !important;
  row-gap: 10rem !important;
}

.tw-row-gap-48 {
  grid-row-gap: 12rem !important;
  row-gap: 12rem !important;
}

.tw-row-gap-56 {
  grid-row-gap: 14rem !important;
  row-gap: 14rem !important;
}

.tw-row-gap-64 {
  grid-row-gap: 16rem !important;
  row-gap: 16rem !important;
}

.tw-row-gap-px {
  grid-row-gap: 1px !important;
  row-gap: 1px !important;
}

.tw-grid-flow-row {
  grid-auto-flow: row !important;
}

.tw-grid-flow-col {
  grid-auto-flow: column !important;
}

.tw-grid-flow-row-dense {
  grid-auto-flow: row dense !important;
}

.tw-grid-flow-col-dense {
  grid-auto-flow: column dense !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.tw-grid-cols-none {
  grid-template-columns: none !important;
}

.tw-col-auto {
  grid-column: auto !important;
}

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

.tw-col-span-2 {
  grid-column: span 2 / span 2 !important;
}

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

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

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

.tw-col-span-6 {
  grid-column: span 6 / span 6 !important;
}

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

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

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

.tw-col-span-10 {
  grid-column: span 10 / span 10 !important;
}

.tw-col-span-11 {
  grid-column: span 11 / span 11 !important;
}

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

.tw-col-start-1 {
  grid-column-start: 1 !important;
}

.tw-col-start-2 {
  grid-column-start: 2 !important;
}

.tw-col-start-3 {
  grid-column-start: 3 !important;
}

.tw-col-start-4 {
  grid-column-start: 4 !important;
}

.tw-col-start-5 {
  grid-column-start: 5 !important;
}

.tw-col-start-6 {
  grid-column-start: 6 !important;
}

.tw-col-start-7 {
  grid-column-start: 7 !important;
}

.tw-col-start-8 {
  grid-column-start: 8 !important;
}

.tw-col-start-9 {
  grid-column-start: 9 !important;
}

.tw-col-start-10 {
  grid-column-start: 10 !important;
}

.tw-col-start-11 {
  grid-column-start: 11 !important;
}

.tw-col-start-12 {
  grid-column-start: 12 !important;
}

.tw-col-start-13 {
  grid-column-start: 13 !important;
}

.tw-col-start-auto {
  grid-column-start: auto !important;
}

.tw-col-end-1 {
  grid-column-end: 1 !important;
}

.tw-col-end-2 {
  grid-column-end: 2 !important;
}

.tw-col-end-3 {
  grid-column-end: 3 !important;
}

.tw-col-end-4 {
  grid-column-end: 4 !important;
}

.tw-col-end-5 {
  grid-column-end: 5 !important;
}

.tw-col-end-6 {
  grid-column-end: 6 !important;
}

.tw-col-end-7 {
  grid-column-end: 7 !important;
}

.tw-col-end-8 {
  grid-column-end: 8 !important;
}

.tw-col-end-9 {
  grid-column-end: 9 !important;
}

.tw-col-end-10 {
  grid-column-end: 10 !important;
}

.tw-col-end-11 {
  grid-column-end: 11 !important;
}

.tw-col-end-12 {
  grid-column-end: 12 !important;
}

.tw-col-end-13 {
  grid-column-end: 13 !important;
}

.tw-col-end-auto {
  grid-column-end: auto !important;
}

.tw-grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
}

.tw-grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}

.tw-grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
}

.tw-grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
}

.tw-grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
}

.tw-grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
}

.tw-grid-rows-none {
  grid-template-rows: none !important;
}

.tw-row-auto {
  grid-row: auto !important;
}

.tw-row-span-1 {
  grid-row: span 1 / span 1 !important;
}

.tw-row-span-2 {
  grid-row: span 2 / span 2 !important;
}

.tw-row-span-3 {
  grid-row: span 3 / span 3 !important;
}

.tw-row-span-4 {
  grid-row: span 4 / span 4 !important;
}

.tw-row-span-5 {
  grid-row: span 5 / span 5 !important;
}

.tw-row-span-6 {
  grid-row: span 6 / span 6 !important;
}

.tw-row-start-1 {
  grid-row-start: 1 !important;
}

.tw-row-start-2 {
  grid-row-start: 2 !important;
}

.tw-row-start-3 {
  grid-row-start: 3 !important;
}

.tw-row-start-4 {
  grid-row-start: 4 !important;
}

.tw-row-start-5 {
  grid-row-start: 5 !important;
}

.tw-row-start-6 {
  grid-row-start: 6 !important;
}

.tw-row-start-7 {
  grid-row-start: 7 !important;
}

.tw-row-start-auto {
  grid-row-start: auto !important;
}

.tw-row-end-1 {
  grid-row-end: 1 !important;
}

.tw-row-end-2 {
  grid-row-end: 2 !important;
}

.tw-row-end-3 {
  grid-row-end: 3 !important;
}

.tw-row-end-4 {
  grid-row-end: 4 !important;
}

.tw-row-end-5 {
  grid-row-end: 5 !important;
}

.tw-row-end-6 {
  grid-row-end: 6 !important;
}

.tw-row-end-7 {
  grid-row-end: 7 !important;
}

.tw-row-end-auto {
  grid-row-end: auto !important;
}

.tw-transform {
  --transform-translate-x: 0 !important;
  --transform-translate-y: 0 !important;
  --transform-rotate: 0 !important;
  --transform-skew-x: 0 !important;
  --transform-skew-y: 0 !important;
  --transform-scale-x: 1 !important;
  --transform-scale-y: 1 !important;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
}

.tw-transform-none {
  transform: none !important;
}

.tw-origin-center {
  transform-origin: center !important;
}

.tw-origin-top {
  transform-origin: top !important;
}

.tw-origin-top-right {
  transform-origin: top right !important;
}

.tw-origin-right {
  transform-origin: right !important;
}

.tw-origin-bottom-right {
  transform-origin: bottom right !important;
}

.tw-origin-bottom {
  transform-origin: bottom !important;
}

.tw-origin-bottom-left {
  transform-origin: bottom left !important;
}

.tw-origin-left {
  transform-origin: left !important;
}

.tw-origin-top-left {
  transform-origin: top left !important;
}

.tw-scale-0 {
  --transform-scale-x: 0 !important;
  --transform-scale-y: 0 !important;
}

.tw-scale-50 {
  --transform-scale-x: .5 !important;
  --transform-scale-y: .5 !important;
}

.tw-scale-75 {
  --transform-scale-x: .75 !important;
  --transform-scale-y: .75 !important;
}

.tw-scale-90 {
  --transform-scale-x: .9 !important;
  --transform-scale-y: .9 !important;
}

.tw-scale-95 {
  --transform-scale-x: .95 !important;
  --transform-scale-y: .95 !important;
}

.tw-scale-100 {
  --transform-scale-x: 1 !important;
  --transform-scale-y: 1 !important;
}

.tw-scale-105 {
  --transform-scale-x: 1.05 !important;
  --transform-scale-y: 1.05 !important;
}

.tw-scale-110 {
  --transform-scale-x: 1.1 !important;
  --transform-scale-y: 1.1 !important;
}

.tw-scale-125 {
  --transform-scale-x: 1.25 !important;
  --transform-scale-y: 1.25 !important;
}

.tw-scale-150 {
  --transform-scale-x: 1.5 !important;
  --transform-scale-y: 1.5 !important;
}

.tw-scale-x-0 {
  --transform-scale-x: 0 !important;
}

.tw-scale-x-50 {
  --transform-scale-x: .5 !important;
}

.tw-scale-x-75 {
  --transform-scale-x: .75 !important;
}

.tw-scale-x-90 {
  --transform-scale-x: .9 !important;
}

.tw-scale-x-95 {
  --transform-scale-x: .95 !important;
}

.tw-scale-x-100 {
  --transform-scale-x: 1 !important;
}

.tw-scale-x-105 {
  --transform-scale-x: 1.05 !important;
}

.tw-scale-x-110 {
  --transform-scale-x: 1.1 !important;
}

.tw-scale-x-125 {
  --transform-scale-x: 1.25 !important;
}

.tw-scale-x-150 {
  --transform-scale-x: 1.5 !important;
}

.tw-scale-y-0 {
  --transform-scale-y: 0 !important;
}

.tw-scale-y-50 {
  --transform-scale-y: .5 !important;
}

.tw-scale-y-75 {
  --transform-scale-y: .75 !important;
}

.tw-scale-y-90 {
  --transform-scale-y: .9 !important;
}

.tw-scale-y-95 {
  --transform-scale-y: .95 !important;
}

.tw-scale-y-100 {
  --transform-scale-y: 1 !important;
}

.tw-scale-y-105 {
  --transform-scale-y: 1.05 !important;
}

.tw-scale-y-110 {
  --transform-scale-y: 1.1 !important;
}

.tw-scale-y-125 {
  --transform-scale-y: 1.25 !important;
}

.tw-scale-y-150 {
  --transform-scale-y: 1.5 !important;
}

.hover-tw-scale-0:hover {
  --transform-scale-x: 0 !important;
  --transform-scale-y: 0 !important;
}

.hover-tw-scale-50:hover {
  --transform-scale-x: .5 !important;
  --transform-scale-y: .5 !important;
}

.hover-tw-scale-75:hover {
  --transform-scale-x: .75 !important;
  --transform-scale-y: .75 !important;
}

.hover-tw-scale-90:hover {
  --transform-scale-x: .9 !important;
  --transform-scale-y: .9 !important;
}

.hover-tw-scale-95:hover {
  --transform-scale-x: .95 !important;
  --transform-scale-y: .95 !important;
}

.hover-tw-scale-100:hover {
  --transform-scale-x: 1 !important;
  --transform-scale-y: 1 !important;
}

.hover-tw-scale-105:hover {
  --transform-scale-x: 1.05 !important;
  --transform-scale-y: 1.05 !important;
}

.hover-tw-scale-110:hover {
  --transform-scale-x: 1.1 !important;
  --transform-scale-y: 1.1 !important;
}

.hover-tw-scale-125:hover {
  --transform-scale-x: 1.25 !important;
  --transform-scale-y: 1.25 !important;
}

.hover-tw-scale-150:hover {
  --transform-scale-x: 1.5 !important;
  --transform-scale-y: 1.5 !important;
}

.hover-tw-scale-x-0:hover {
  --transform-scale-x: 0 !important;
}

.hover-tw-scale-x-50:hover {
  --transform-scale-x: .5 !important;
}

.hover-tw-scale-x-75:hover {
  --transform-scale-x: .75 !important;
}

.hover-tw-scale-x-90:hover {
  --transform-scale-x: .9 !important;
}

.hover-tw-scale-x-95:hover {
  --transform-scale-x: .95 !important;
}

.hover-tw-scale-x-100:hover {
  --transform-scale-x: 1 !important;
}

.hover-tw-scale-x-105:hover {
  --transform-scale-x: 1.05 !important;
}

.hover-tw-scale-x-110:hover {
  --transform-scale-x: 1.1 !important;
}

.hover-tw-scale-x-125:hover {
  --transform-scale-x: 1.25 !important;
}

.hover-tw-scale-x-150:hover {
  --transform-scale-x: 1.5 !important;
}

.hover-tw-scale-y-0:hover {
  --transform-scale-y: 0 !important;
}

.hover-tw-scale-y-50:hover {
  --transform-scale-y: .5 !important;
}

.hover-tw-scale-y-75:hover {
  --transform-scale-y: .75 !important;
}

.hover-tw-scale-y-90:hover {
  --transform-scale-y: .9 !important;
}

.hover-tw-scale-y-95:hover {
  --transform-scale-y: .95 !important;
}

.hover-tw-scale-y-100:hover {
  --transform-scale-y: 1 !important;
}

.hover-tw-scale-y-105:hover {
  --transform-scale-y: 1.05 !important;
}

.hover-tw-scale-y-110:hover {
  --transform-scale-y: 1.1 !important;
}

.hover-tw-scale-y-125:hover {
  --transform-scale-y: 1.25 !important;
}

.hover-tw-scale-y-150:hover {
  --transform-scale-y: 1.5 !important;
}

.focus-tw-scale-0:focus {
  --transform-scale-x: 0 !important;
  --transform-scale-y: 0 !important;
}

.focus-tw-scale-50:focus {
  --transform-scale-x: .5 !important;
  --transform-scale-y: .5 !important;
}

.focus-tw-scale-75:focus {
  --transform-scale-x: .75 !important;
  --transform-scale-y: .75 !important;
}

.focus-tw-scale-90:focus {
  --transform-scale-x: .9 !important;
  --transform-scale-y: .9 !important;
}

.focus-tw-scale-95:focus {
  --transform-scale-x: .95 !important;
  --transform-scale-y: .95 !important;
}

.focus-tw-scale-100:focus {
  --transform-scale-x: 1 !important;
  --transform-scale-y: 1 !important;
}

.focus-tw-scale-105:focus {
  --transform-scale-x: 1.05 !important;
  --transform-scale-y: 1.05 !important;
}

.focus-tw-scale-110:focus {
  --transform-scale-x: 1.1 !important;
  --transform-scale-y: 1.1 !important;
}

.focus-tw-scale-125:focus {
  --transform-scale-x: 1.25 !important;
  --transform-scale-y: 1.25 !important;
}

.focus-tw-scale-150:focus {
  --transform-scale-x: 1.5 !important;
  --transform-scale-y: 1.5 !important;
}

.focus-tw-scale-x-0:focus {
  --transform-scale-x: 0 !important;
}

.focus-tw-scale-x-50:focus {
  --transform-scale-x: .5 !important;
}

.focus-tw-scale-x-75:focus {
  --transform-scale-x: .75 !important;
}

.focus-tw-scale-x-90:focus {
  --transform-scale-x: .9 !important;
}

.focus-tw-scale-x-95:focus {
  --transform-scale-x: .95 !important;
}

.focus-tw-scale-x-100:focus {
  --transform-scale-x: 1 !important;
}

.focus-tw-scale-x-105:focus {
  --transform-scale-x: 1.05 !important;
}

.focus-tw-scale-x-110:focus {
  --transform-scale-x: 1.1 !important;
}

.focus-tw-scale-x-125:focus {
  --transform-scale-x: 1.25 !important;
}

.focus-tw-scale-x-150:focus {
  --transform-scale-x: 1.5 !important;
}

.focus-tw-scale-y-0:focus {
  --transform-scale-y: 0 !important;
}

.focus-tw-scale-y-50:focus {
  --transform-scale-y: .5 !important;
}

.focus-tw-scale-y-75:focus {
  --transform-scale-y: .75 !important;
}

.focus-tw-scale-y-90:focus {
  --transform-scale-y: .9 !important;
}

.focus-tw-scale-y-95:focus {
  --transform-scale-y: .95 !important;
}

.focus-tw-scale-y-100:focus {
  --transform-scale-y: 1 !important;
}

.focus-tw-scale-y-105:focus {
  --transform-scale-y: 1.05 !important;
}

.focus-tw-scale-y-110:focus {
  --transform-scale-y: 1.1 !important;
}

.focus-tw-scale-y-125:focus {
  --transform-scale-y: 1.25 !important;
}

.focus-tw-scale-y-150:focus {
  --transform-scale-y: 1.5 !important;
}

.tw-rotate-0 {
  --transform-rotate: 0 !important;
}

.tw-rotate-45 {
  --transform-rotate: 45deg !important;
}

.tw-rotate-90 {
  --transform-rotate: 90deg !important;
}

.tw-rotate-180 {
  --transform-rotate: 180deg !important;
}

.tw--rotate-180 {
  --transform-rotate: -180deg !important;
}

.tw--rotate-90 {
  --transform-rotate: -90deg !important;
}

.tw--rotate-45 {
  --transform-rotate: -45deg !important;
}

.hover-tw-rotate-0:hover {
  --transform-rotate: 0 !important;
}

.hover-tw-rotate-45:hover {
  --transform-rotate: 45deg !important;
}

.hover-tw-rotate-90:hover {
  --transform-rotate: 90deg !important;
}

.hover-tw-rotate-180:hover {
  --transform-rotate: 180deg !important;
}

.hover-tw--rotate-180:hover {
  --transform-rotate: -180deg !important;
}

.hover-tw--rotate-90:hover {
  --transform-rotate: -90deg !important;
}

.hover-tw--rotate-45:hover {
  --transform-rotate: -45deg !important;
}

.focus-tw-rotate-0:focus {
  --transform-rotate: 0 !important;
}

.focus-tw-rotate-45:focus {
  --transform-rotate: 45deg !important;
}

.focus-tw-rotate-90:focus {
  --transform-rotate: 90deg !important;
}

.focus-tw-rotate-180:focus {
  --transform-rotate: 180deg !important;
}

.focus-tw--rotate-180:focus {
  --transform-rotate: -180deg !important;
}

.focus-tw--rotate-90:focus {
  --transform-rotate: -90deg !important;
}

.focus-tw--rotate-45:focus {
  --transform-rotate: -45deg !important;
}

.tw-translate-x-0 {
  --transform-translate-x: 0 !important;
}

.tw-translate-x-1 {
  --transform-translate-x: 0.25rem !important;
}

.tw-translate-x-2 {
  --transform-translate-x: 0.5rem !important;
}

.tw-translate-x-3 {
  --transform-translate-x: 0.75rem !important;
}

.tw-translate-x-4 {
  --transform-translate-x: 1rem !important;
}

.tw-translate-x-5 {
  --transform-translate-x: 1.25rem !important;
}

.tw-translate-x-6 {
  --transform-translate-x: 1.5rem !important;
}

.tw-translate-x-8 {
  --transform-translate-x: 2rem !important;
}

.tw-translate-x-10 {
  --transform-translate-x: 2.5rem !important;
}

.tw-translate-x-12 {
  --transform-translate-x: 3rem !important;
}

.tw-translate-x-16 {
  --transform-translate-x: 4rem !important;
}

.tw-translate-x-20 {
  --transform-translate-x: 5rem !important;
}

.tw-translate-x-24 {
  --transform-translate-x: 6rem !important;
}

.tw-translate-x-32 {
  --transform-translate-x: 8rem !important;
}

.tw-translate-x-40 {
  --transform-translate-x: 10rem !important;
}

.tw-translate-x-48 {
  --transform-translate-x: 12rem !important;
}

.tw-translate-x-56 {
  --transform-translate-x: 14rem !important;
}

.tw-translate-x-64 {
  --transform-translate-x: 16rem !important;
}

.tw-translate-x-px {
  --transform-translate-x: 1px !important;
}

.tw--translate-x-1 {
  --transform-translate-x: -0.25rem !important;
}

.tw--translate-x-2 {
  --transform-translate-x: -0.5rem !important;
}

.tw--translate-x-3 {
  --transform-translate-x: -0.75rem !important;
}

.tw--translate-x-4 {
  --transform-translate-x: -1rem !important;
}

.tw--translate-x-5 {
  --transform-translate-x: -1.25rem !important;
}

.tw--translate-x-6 {
  --transform-translate-x: -1.5rem !important;
}

.tw--translate-x-8 {
  --transform-translate-x: -2rem !important;
}

.tw--translate-x-10 {
  --transform-translate-x: -2.5rem !important;
}

.tw--translate-x-12 {
  --transform-translate-x: -3rem !important;
}

.tw--translate-x-16 {
  --transform-translate-x: -4rem !important;
}

.tw--translate-x-20 {
  --transform-translate-x: -5rem !important;
}

.tw--translate-x-24 {
  --transform-translate-x: -6rem !important;
}

.tw--translate-x-32 {
  --transform-translate-x: -8rem !important;
}

.tw--translate-x-40 {
  --transform-translate-x: -10rem !important;
}

.tw--translate-x-48 {
  --transform-translate-x: -12rem !important;
}

.tw--translate-x-56 {
  --transform-translate-x: -14rem !important;
}

.tw--translate-x-64 {
  --transform-translate-x: -16rem !important;
}

.tw--translate-x-px {
  --transform-translate-x: -1px !important;
}

.tw--translate-x-full {
  --transform-translate-x: -100% !important;
}

.tw--translate-x-1\/2 {
  --transform-translate-x: -50% !important;
}

.tw-translate-x-1\/2 {
  --transform-translate-x: 50% !important;
}

.tw-translate-x-full {
  --transform-translate-x: 100% !important;
}

.tw-translate-y-0 {
  --transform-translate-y: 0 !important;
}

.tw-translate-y-1 {
  --transform-translate-y: 0.25rem !important;
}

.tw-translate-y-2 {
  --transform-translate-y: 0.5rem !important;
}

.tw-translate-y-3 {
  --transform-translate-y: 0.75rem !important;
}

.tw-translate-y-4 {
  --transform-translate-y: 1rem !important;
}

.tw-translate-y-5 {
  --transform-translate-y: 1.25rem !important;
}

.tw-translate-y-6 {
  --transform-translate-y: 1.5rem !important;
}

.tw-translate-y-8 {
  --transform-translate-y: 2rem !important;
}

.tw-translate-y-10 {
  --transform-translate-y: 2.5rem !important;
}

.tw-translate-y-12 {
  --transform-translate-y: 3rem !important;
}

.tw-translate-y-16 {
  --transform-translate-y: 4rem !important;
}

.tw-translate-y-20 {
  --transform-translate-y: 5rem !important;
}

.tw-translate-y-24 {
  --transform-translate-y: 6rem !important;
}

.tw-translate-y-32 {
  --transform-translate-y: 8rem !important;
}

.tw-translate-y-40 {
  --transform-translate-y: 10rem !important;
}

.tw-translate-y-48 {
  --transform-translate-y: 12rem !important;
}

.tw-translate-y-56 {
  --transform-translate-y: 14rem !important;
}

.tw-translate-y-64 {
  --transform-translate-y: 16rem !important;
}

.tw-translate-y-px {
  --transform-translate-y: 1px !important;
}

.tw--translate-y-1 {
  --transform-translate-y: -0.25rem !important;
}

.tw--translate-y-2 {
  --transform-translate-y: -0.5rem !important;
}

.tw--translate-y-3 {
  --transform-translate-y: -0.75rem !important;
}

.tw--translate-y-4 {
  --transform-translate-y: -1rem !important;
}

.tw--translate-y-5 {
  --transform-translate-y: -1.25rem !important;
}

.tw--translate-y-6 {
  --transform-translate-y: -1.5rem !important;
}

.tw--translate-y-8 {
  --transform-translate-y: -2rem !important;
}

.tw--translate-y-10 {
  --transform-translate-y: -2.5rem !important;
}

.tw--translate-y-12 {
  --transform-translate-y: -3rem !important;
}

.tw--translate-y-16 {
  --transform-translate-y: -4rem !important;
}

.tw--translate-y-20 {
  --transform-translate-y: -5rem !important;
}

.tw--translate-y-24 {
  --transform-translate-y: -6rem !important;
}

.tw--translate-y-32 {
  --transform-translate-y: -8rem !important;
}

.tw--translate-y-40 {
  --transform-translate-y: -10rem !important;
}

.tw--translate-y-48 {
  --transform-translate-y: -12rem !important;
}

.tw--translate-y-56 {
  --transform-translate-y: -14rem !important;
}

.tw--translate-y-64 {
  --transform-translate-y: -16rem !important;
}

.tw--translate-y-px {
  --transform-translate-y: -1px !important;
}

.tw--translate-y-full {
  --transform-translate-y: -100% !important;
}

.tw--translate-y-1\/2 {
  --transform-translate-y: -50% !important;
}

.tw-translate-y-1\/2 {
  --transform-translate-y: 50% !important;
}

.tw-translate-y-full {
  --transform-translate-y: 100% !important;
}

.hover-tw-translate-x-0:hover {
  --transform-translate-x: 0 !important;
}

.hover-tw-translate-x-1:hover {
  --transform-translate-x: 0.25rem !important;
}

.hover-tw-translate-x-2:hover {
  --transform-translate-x: 0.5rem !important;
}

.hover-tw-translate-x-3:hover {
  --transform-translate-x: 0.75rem !important;
}

.hover-tw-translate-x-4:hover {
  --transform-translate-x: 1rem !important;
}

.hover-tw-translate-x-5:hover {
  --transform-translate-x: 1.25rem !important;
}

.hover-tw-translate-x-6:hover {
  --transform-translate-x: 1.5rem !important;
}

.hover-tw-translate-x-8:hover {
  --transform-translate-x: 2rem !important;
}

.hover-tw-translate-x-10:hover {
  --transform-translate-x: 2.5rem !important;
}

.hover-tw-translate-x-12:hover {
  --transform-translate-x: 3rem !important;
}

.hover-tw-translate-x-16:hover {
  --transform-translate-x: 4rem !important;
}

.hover-tw-translate-x-20:hover {
  --transform-translate-x: 5rem !important;
}

.hover-tw-translate-x-24:hover {
  --transform-translate-x: 6rem !important;
}

.hover-tw-translate-x-32:hover {
  --transform-translate-x: 8rem !important;
}

.hover-tw-translate-x-40:hover {
  --transform-translate-x: 10rem !important;
}

.hover-tw-translate-x-48:hover {
  --transform-translate-x: 12rem !important;
}

.hover-tw-translate-x-56:hover {
  --transform-translate-x: 14rem !important;
}

.hover-tw-translate-x-64:hover {
  --transform-translate-x: 16rem !important;
}

.hover-tw-translate-x-px:hover {
  --transform-translate-x: 1px !important;
}

.hover-tw--translate-x-1:hover {
  --transform-translate-x: -0.25rem !important;
}

.hover-tw--translate-x-2:hover {
  --transform-translate-x: -0.5rem !important;
}

.hover-tw--translate-x-3:hover {
  --transform-translate-x: -0.75rem !important;
}

.hover-tw--translate-x-4:hover {
  --transform-translate-x: -1rem !important;
}

.hover-tw--translate-x-5:hover {
  --transform-translate-x: -1.25rem !important;
}

.hover-tw--translate-x-6:hover {
  --transform-translate-x: -1.5rem !important;
}

.hover-tw--translate-x-8:hover {
  --transform-translate-x: -2rem !important;
}

.hover-tw--translate-x-10:hover {
  --transform-translate-x: -2.5rem !important;
}

.hover-tw--translate-x-12:hover {
  --transform-translate-x: -3rem !important;
}

.hover-tw--translate-x-16:hover {
  --transform-translate-x: -4rem !important;
}

.hover-tw--translate-x-20:hover {
  --transform-translate-x: -5rem !important;
}

.hover-tw--translate-x-24:hover {
  --transform-translate-x: -6rem !important;
}

.hover-tw--translate-x-32:hover {
  --transform-translate-x: -8rem !important;
}

.hover-tw--translate-x-40:hover {
  --transform-translate-x: -10rem !important;
}

.hover-tw--translate-x-48:hover {
  --transform-translate-x: -12rem !important;
}

.hover-tw--translate-x-56:hover {
  --transform-translate-x: -14rem !important;
}

.hover-tw--translate-x-64:hover {
  --transform-translate-x: -16rem !important;
}

.hover-tw--translate-x-px:hover {
  --transform-translate-x: -1px !important;
}

.hover-tw--translate-x-full:hover {
  --transform-translate-x: -100% !important;
}

.hover-tw--translate-x-1\/2:hover {
  --transform-translate-x: -50% !important;
}

.hover-tw-translate-x-1\/2:hover {
  --transform-translate-x: 50% !important;
}

.hover-tw-translate-x-full:hover {
  --transform-translate-x: 100% !important;
}

.hover-tw-translate-y-0:hover {
  --transform-translate-y: 0 !important;
}

.hover-tw-translate-y-1:hover {
  --transform-translate-y: 0.25rem !important;
}

.hover-tw-translate-y-2:hover {
  --transform-translate-y: 0.5rem !important;
}

.hover-tw-translate-y-3:hover {
  --transform-translate-y: 0.75rem !important;
}

.hover-tw-translate-y-4:hover {
  --transform-translate-y: 1rem !important;
}

.hover-tw-translate-y-5:hover {
  --transform-translate-y: 1.25rem !important;
}

.hover-tw-translate-y-6:hover {
  --transform-translate-y: 1.5rem !important;
}

.hover-tw-translate-y-8:hover {
  --transform-translate-y: 2rem !important;
}

.hover-tw-translate-y-10:hover {
  --transform-translate-y: 2.5rem !important;
}

.hover-tw-translate-y-12:hover {
  --transform-translate-y: 3rem !important;
}

.hover-tw-translate-y-16:hover {
  --transform-translate-y: 4rem !important;
}

.hover-tw-translate-y-20:hover {
  --transform-translate-y: 5rem !important;
}

.hover-tw-translate-y-24:hover {
  --transform-translate-y: 6rem !important;
}

.hover-tw-translate-y-32:hover {
  --transform-translate-y: 8rem !important;
}

.hover-tw-translate-y-40:hover {
  --transform-translate-y: 10rem !important;
}

.hover-tw-translate-y-48:hover {
  --transform-translate-y: 12rem !important;
}

.hover-tw-translate-y-56:hover {
  --transform-translate-y: 14rem !important;
}

.hover-tw-translate-y-64:hover {
  --transform-translate-y: 16rem !important;
}

.hover-tw-translate-y-px:hover {
  --transform-translate-y: 1px !important;
}

.hover-tw--translate-y-1:hover {
  --transform-translate-y: -0.25rem !important;
}

.hover-tw--translate-y-2:hover {
  --transform-translate-y: -0.5rem !important;
}

.hover-tw--translate-y-3:hover {
  --transform-translate-y: -0.75rem !important;
}

.hover-tw--translate-y-4:hover {
  --transform-translate-y: -1rem !important;
}

.hover-tw--translate-y-5:hover {
  --transform-translate-y: -1.25rem !important;
}

.hover-tw--translate-y-6:hover {
  --transform-translate-y: -1.5rem !important;
}

.hover-tw--translate-y-8:hover {
  --transform-translate-y: -2rem !important;
}

.hover-tw--translate-y-10:hover {
  --transform-translate-y: -2.5rem !important;
}

.hover-tw--translate-y-12:hover {
  --transform-translate-y: -3rem !important;
}

.hover-tw--translate-y-16:hover {
  --transform-translate-y: -4rem !important;
}

.hover-tw--translate-y-20:hover {
  --transform-translate-y: -5rem !important;
}

.hover-tw--translate-y-24:hover {
  --transform-translate-y: -6rem !important;
}

.hover-tw--translate-y-32:hover {
  --transform-translate-y: -8rem !important;
}

.hover-tw--translate-y-40:hover {
  --transform-translate-y: -10rem !important;
}

.hover-tw--translate-y-48:hover {
  --transform-translate-y: -12rem !important;
}

.hover-tw--translate-y-56:hover {
  --transform-translate-y: -14rem !important;
}

.hover-tw--translate-y-64:hover {
  --transform-translate-y: -16rem !important;
}

.hover-tw--translate-y-px:hover {
  --transform-translate-y: -1px !important;
}

.hover-tw--translate-y-full:hover {
  --transform-translate-y: -100% !important;
}

.hover-tw--translate-y-1\/2:hover {
  --transform-translate-y: -50% !important;
}

.hover-tw-translate-y-1\/2:hover {
  --transform-translate-y: 50% !important;
}

.hover-tw-translate-y-full:hover {
  --transform-translate-y: 100% !important;
}

.focus-tw-translate-x-0:focus {
  --transform-translate-x: 0 !important;
}

.focus-tw-translate-x-1:focus {
  --transform-translate-x: 0.25rem !important;
}

.focus-tw-translate-x-2:focus {
  --transform-translate-x: 0.5rem !important;
}

.focus-tw-translate-x-3:focus {
  --transform-translate-x: 0.75rem !important;
}

.focus-tw-translate-x-4:focus {
  --transform-translate-x: 1rem !important;
}

.focus-tw-translate-x-5:focus {
  --transform-translate-x: 1.25rem !important;
}

.focus-tw-translate-x-6:focus {
  --transform-translate-x: 1.5rem !important;
}

.focus-tw-translate-x-8:focus {
  --transform-translate-x: 2rem !important;
}

.focus-tw-translate-x-10:focus {
  --transform-translate-x: 2.5rem !important;
}

.focus-tw-translate-x-12:focus {
  --transform-translate-x: 3rem !important;
}

.focus-tw-translate-x-16:focus {
  --transform-translate-x: 4rem !important;
}

.focus-tw-translate-x-20:focus {
  --transform-translate-x: 5rem !important;
}

.focus-tw-translate-x-24:focus {
  --transform-translate-x: 6rem !important;
}

.focus-tw-translate-x-32:focus {
  --transform-translate-x: 8rem !important;
}

.focus-tw-translate-x-40:focus {
  --transform-translate-x: 10rem !important;
}

.focus-tw-translate-x-48:focus {
  --transform-translate-x: 12rem !important;
}

.focus-tw-translate-x-56:focus {
  --transform-translate-x: 14rem !important;
}

.focus-tw-translate-x-64:focus {
  --transform-translate-x: 16rem !important;
}

.focus-tw-translate-x-px:focus {
  --transform-translate-x: 1px !important;
}

.focus-tw--translate-x-1:focus {
  --transform-translate-x: -0.25rem !important;
}

.focus-tw--translate-x-2:focus {
  --transform-translate-x: -0.5rem !important;
}

.focus-tw--translate-x-3:focus {
  --transform-translate-x: -0.75rem !important;
}

.focus-tw--translate-x-4:focus {
  --transform-translate-x: -1rem !important;
}

.focus-tw--translate-x-5:focus {
  --transform-translate-x: -1.25rem !important;
}

.focus-tw--translate-x-6:focus {
  --transform-translate-x: -1.5rem !important;
}

.focus-tw--translate-x-8:focus {
  --transform-translate-x: -2rem !important;
}

.focus-tw--translate-x-10:focus {
  --transform-translate-x: -2.5rem !important;
}

.focus-tw--translate-x-12:focus {
  --transform-translate-x: -3rem !important;
}

.focus-tw--translate-x-16:focus {
  --transform-translate-x: -4rem !important;
}

.focus-tw--translate-x-20:focus {
  --transform-translate-x: -5rem !important;
}

.focus-tw--translate-x-24:focus {
  --transform-translate-x: -6rem !important;
}

.focus-tw--translate-x-32:focus {
  --transform-translate-x: -8rem !important;
}

.focus-tw--translate-x-40:focus {
  --transform-translate-x: -10rem !important;
}

.focus-tw--translate-x-48:focus {
  --transform-translate-x: -12rem !important;
}

.focus-tw--translate-x-56:focus {
  --transform-translate-x: -14rem !important;
}

.focus-tw--translate-x-64:focus {
  --transform-translate-x: -16rem !important;
}

.focus-tw--translate-x-px:focus {
  --transform-translate-x: -1px !important;
}

.focus-tw--translate-x-full:focus {
  --transform-translate-x: -100% !important;
}

.focus-tw--translate-x-1\/2:focus {
  --transform-translate-x: -50% !important;
}

.focus-tw-translate-x-1\/2:focus {
  --transform-translate-x: 50% !important;
}

.focus-tw-translate-x-full:focus {
  --transform-translate-x: 100% !important;
}

.focus-tw-translate-y-0:focus {
  --transform-translate-y: 0 !important;
}

.focus-tw-translate-y-1:focus {
  --transform-translate-y: 0.25rem !important;
}

.focus-tw-translate-y-2:focus {
  --transform-translate-y: 0.5rem !important;
}

.focus-tw-translate-y-3:focus {
  --transform-translate-y: 0.75rem !important;
}

.focus-tw-translate-y-4:focus {
  --transform-translate-y: 1rem !important;
}

.focus-tw-translate-y-5:focus {
  --transform-translate-y: 1.25rem !important;
}

.focus-tw-translate-y-6:focus {
  --transform-translate-y: 1.5rem !important;
}

.focus-tw-translate-y-8:focus {
  --transform-translate-y: 2rem !important;
}

.focus-tw-translate-y-10:focus {
  --transform-translate-y: 2.5rem !important;
}

.focus-tw-translate-y-12:focus {
  --transform-translate-y: 3rem !important;
}

.focus-tw-translate-y-16:focus {
  --transform-translate-y: 4rem !important;
}

.focus-tw-translate-y-20:focus {
  --transform-translate-y: 5rem !important;
}

.focus-tw-translate-y-24:focus {
  --transform-translate-y: 6rem !important;
}

.focus-tw-translate-y-32:focus {
  --transform-translate-y: 8rem !important;
}

.focus-tw-translate-y-40:focus {
  --transform-translate-y: 10rem !important;
}

.focus-tw-translate-y-48:focus {
  --transform-translate-y: 12rem !important;
}

.focus-tw-translate-y-56:focus {
  --transform-translate-y: 14rem !important;
}

.focus-tw-translate-y-64:focus {
  --transform-translate-y: 16rem !important;
}

.focus-tw-translate-y-px:focus {
  --transform-translate-y: 1px !important;
}

.focus-tw--translate-y-1:focus {
  --transform-translate-y: -0.25rem !important;
}

.focus-tw--translate-y-2:focus {
  --transform-translate-y: -0.5rem !important;
}

.focus-tw--translate-y-3:focus {
  --transform-translate-y: -0.75rem !important;
}

.focus-tw--translate-y-4:focus {
  --transform-translate-y: -1rem !important;
}

.focus-tw--translate-y-5:focus {
  --transform-translate-y: -1.25rem !important;
}

.focus-tw--translate-y-6:focus {
  --transform-translate-y: -1.5rem !important;
}

.focus-tw--translate-y-8:focus {
  --transform-translate-y: -2rem !important;
}

.focus-tw--translate-y-10:focus {
  --transform-translate-y: -2.5rem !important;
}

.focus-tw--translate-y-12:focus {
  --transform-translate-y: -3rem !important;
}

.focus-tw--translate-y-16:focus {
  --transform-translate-y: -4rem !important;
}

.focus-tw--translate-y-20:focus {
  --transform-translate-y: -5rem !important;
}

.focus-tw--translate-y-24:focus {
  --transform-translate-y: -6rem !important;
}

.focus-tw--translate-y-32:focus {
  --transform-translate-y: -8rem !important;
}

.focus-tw--translate-y-40:focus {
  --transform-translate-y: -10rem !important;
}

.focus-tw--translate-y-48:focus {
  --transform-translate-y: -12rem !important;
}

.focus-tw--translate-y-56:focus {
  --transform-translate-y: -14rem !important;
}

.focus-tw--translate-y-64:focus {
  --transform-translate-y: -16rem !important;
}

.focus-tw--translate-y-px:focus {
  --transform-translate-y: -1px !important;
}

.focus-tw--translate-y-full:focus {
  --transform-translate-y: -100% !important;
}

.focus-tw--translate-y-1\/2:focus {
  --transform-translate-y: -50% !important;
}

.focus-tw-translate-y-1\/2:focus {
  --transform-translate-y: 50% !important;
}

.focus-tw-translate-y-full:focus {
  --transform-translate-y: 100% !important;
}

.tw-skew-x-0 {
  --transform-skew-x: 0 !important;
}

.tw-skew-x-3 {
  --transform-skew-x: 3deg !important;
}

.tw-skew-x-6 {
  --transform-skew-x: 6deg !important;
}

.tw-skew-x-12 {
  --transform-skew-x: 12deg !important;
}

.tw--skew-x-12 {
  --transform-skew-x: -12deg !important;
}

.tw--skew-x-6 {
  --transform-skew-x: -6deg !important;
}

.tw--skew-x-3 {
  --transform-skew-x: -3deg !important;
}

.tw-skew-y-0 {
  --transform-skew-y: 0 !important;
}

.tw-skew-y-3 {
  --transform-skew-y: 3deg !important;
}

.tw-skew-y-6 {
  --transform-skew-y: 6deg !important;
}

.tw-skew-y-12 {
  --transform-skew-y: 12deg !important;
}

.tw--skew-y-12 {
  --transform-skew-y: -12deg !important;
}

.tw--skew-y-6 {
  --transform-skew-y: -6deg !important;
}

.tw--skew-y-3 {
  --transform-skew-y: -3deg !important;
}

.hover-tw-skew-x-0:hover {
  --transform-skew-x: 0 !important;
}

.hover-tw-skew-x-3:hover {
  --transform-skew-x: 3deg !important;
}

.hover-tw-skew-x-6:hover {
  --transform-skew-x: 6deg !important;
}

.hover-tw-skew-x-12:hover {
  --transform-skew-x: 12deg !important;
}

.hover-tw--skew-x-12:hover {
  --transform-skew-x: -12deg !important;
}

.hover-tw--skew-x-6:hover {
  --transform-skew-x: -6deg !important;
}

.hover-tw--skew-x-3:hover {
  --transform-skew-x: -3deg !important;
}

.hover-tw-skew-y-0:hover {
  --transform-skew-y: 0 !important;
}

.hover-tw-skew-y-3:hover {
  --transform-skew-y: 3deg !important;
}

.hover-tw-skew-y-6:hover {
  --transform-skew-y: 6deg !important;
}

.hover-tw-skew-y-12:hover {
  --transform-skew-y: 12deg !important;
}

.hover-tw--skew-y-12:hover {
  --transform-skew-y: -12deg !important;
}

.hover-tw--skew-y-6:hover {
  --transform-skew-y: -6deg !important;
}

.hover-tw--skew-y-3:hover {
  --transform-skew-y: -3deg !important;
}

.focus-tw-skew-x-0:focus {
  --transform-skew-x: 0 !important;
}

.focus-tw-skew-x-3:focus {
  --transform-skew-x: 3deg !important;
}

.focus-tw-skew-x-6:focus {
  --transform-skew-x: 6deg !important;
}

.focus-tw-skew-x-12:focus {
  --transform-skew-x: 12deg !important;
}

.focus-tw--skew-x-12:focus {
  --transform-skew-x: -12deg !important;
}

.focus-tw--skew-x-6:focus {
  --transform-skew-x: -6deg !important;
}

.focus-tw--skew-x-3:focus {
  --transform-skew-x: -3deg !important;
}

.focus-tw-skew-y-0:focus {
  --transform-skew-y: 0 !important;
}

.focus-tw-skew-y-3:focus {
  --transform-skew-y: 3deg !important;
}

.focus-tw-skew-y-6:focus {
  --transform-skew-y: 6deg !important;
}

.focus-tw-skew-y-12:focus {
  --transform-skew-y: 12deg !important;
}

.focus-tw--skew-y-12:focus {
  --transform-skew-y: -12deg !important;
}

.focus-tw--skew-y-6:focus {
  --transform-skew-y: -6deg !important;
}

.focus-tw--skew-y-3:focus {
  --transform-skew-y: -3deg !important;
}

.tw-transition-none {
  transition-property: none !important;
}

.tw-transition-all {
  transition-property: all !important;
}

.tw-transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
}

.tw-transition-colors {
  transition-property: background-color, border-color, color, fill, stroke !important;
}

.tw-transition-opacity {
  transition-property: opacity !important;
}

.tw-transition-shadow {
  transition-property: box-shadow !important;
}

.tw-transition-transform {
  transition-property: transform !important;
}

.tw-ease-linear {
  transition-timing-function: linear !important;
}

.tw-ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}

.tw-ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}

.tw-ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.tw-duration-75 {
  transition-duration: 75ms !important;
}

.tw-duration-100 {
  transition-duration: 100ms !important;
}

.tw-duration-150 {
  transition-duration: 150ms !important;
}

.tw-duration-200 {
  transition-duration: 200ms !important;
}

.tw-duration-300 {
  transition-duration: 300ms !important;
}

.tw-duration-500 {
  transition-duration: 500ms !important;
}

.tw-duration-700 {
  transition-duration: 700ms !important;
}

.tw-duration-1000 {
  transition-duration: 1000ms !important;
}

.tw-delay-75 {
  transition-delay: 75ms !important;
}

.tw-delay-100 {
  transition-delay: 100ms !important;
}

.tw-delay-150 {
  transition-delay: 150ms !important;
}

.tw-delay-200 {
  transition-delay: 200ms !important;
}

.tw-delay-300 {
  transition-delay: 300ms !important;
}

.tw-delay-500 {
  transition-delay: 500ms !important;
}

.tw-delay-700 {
  transition-delay: 700ms !important;
}

.tw-delay-1000 {
  transition-delay: 1000ms !important;
}

@media (min-width: 640px) {
  .sm-tw-container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .sm-tw-container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .sm-tw-container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .sm-tw-container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .sm-tw-container {
      max-width: 1280px;
    }
  }

  .sm-tw-space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--space-y-reverse)) !important;
  }

  .sm-tw-space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm-tw-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--space-y-reverse)) !important;
  }

  .sm-tw-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm-tw-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--space-y-reverse)) !important;
  }

  .sm-tw-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm-tw-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--space-y-reverse)) !important;
  }

  .sm-tw-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm-tw-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--space-y-reverse)) !important;
  }

  .sm-tw-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm-tw-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--space-y-reverse)) !important;
  }

  .sm-tw-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm-tw-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--space-y-reverse)) !important;
  }

  .sm-tw-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm-tw-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--space-y-reverse)) !important;
  }

  .sm-tw-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm-tw-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--space-y-reverse)) !important;
  }

  .sm-tw-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm-tw-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--space-y-reverse)) !important;
  }

  .sm-tw-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm-tw-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--space-y-reverse)) !important;
  }

  .sm-tw-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm-tw-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--space-y-reverse)) !important;
  }

  .sm-tw-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm-tw-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--space-y-reverse)) !important;
  }

  .sm-tw-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm-tw-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--space-y-reverse)) !important;
  }

  .sm-tw-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm-tw-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--space-y-reverse)) !important;
  }

  .sm-tw-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm-tw-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--space-y-reverse)) !important;
  }

  .sm-tw-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm-tw-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--space-y-reverse)) !important;
  }

  .sm-tw-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm-tw-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--space-y-reverse)) !important;
  }

  .sm-tw-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm-tw-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--space-y-reverse)) !important;
  }

  .sm-tw-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm-tw--space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--space-y-reverse)) !important;
  }

  .sm-tw--space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm-tw--space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--space-y-reverse)) !important;
  }

  .sm-tw--space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm-tw--space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--space-y-reverse)) !important;
  }

  .sm-tw--space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm-tw--space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--space-y-reverse)) !important;
  }

  .sm-tw--space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm-tw--space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--space-y-reverse)) !important;
  }

  .sm-tw--space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm-tw--space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--space-y-reverse)) !important;
  }

  .sm-tw--space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm-tw--space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--space-y-reverse)) !important;
  }

  .sm-tw--space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm-tw--space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--space-y-reverse)) !important;
  }

  .sm-tw--space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm-tw--space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--space-y-reverse)) !important;
  }

  .sm-tw--space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm-tw--space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--space-y-reverse)) !important;
  }

  .sm-tw--space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm-tw--space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--space-y-reverse)) !important;
  }

  .sm-tw--space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm-tw--space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--space-y-reverse)) !important;
  }

  .sm-tw--space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm-tw--space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--space-y-reverse)) !important;
  }

  .sm-tw--space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm-tw--space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--space-y-reverse)) !important;
  }

  .sm-tw--space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm-tw--space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--space-y-reverse)) !important;
  }

  .sm-tw--space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm-tw--space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--space-y-reverse)) !important;
  }

  .sm-tw--space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm-tw--space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--space-y-reverse)) !important;
  }

  .sm-tw--space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm-tw--space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--space-y-reverse)) !important;
  }

  .sm-tw--space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm-tw-space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1 !important;
  }

  .sm-tw-space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1 !important;
  }

  .sm-tw-divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--divide-y-reverse)) !important;
  }

  .sm-tw-divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .sm-tw-divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--divide-y-reverse)) !important;
  }

  .sm-tw-divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .sm-tw-divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--divide-y-reverse)) !important;
  }

  .sm-tw-divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .sm-tw-divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--divide-y-reverse)) !important;
  }

  .sm-tw-divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .sm-tw-divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--divide-y-reverse)) !important;
  }

  .sm-tw-divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .sm-tw-divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1 !important;
  }

  .sm-tw-divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1 !important;
  }

  .sm-tw-divide-transparent > :not(template) ~ :not(template) {
    border-color: transparent !important;
  }

  .sm-tw-divide-current > :not(template) ~ :not(template) {
    border-color: currentColor !important;
  }

  .sm-tw-divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-gray-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-gray-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-gray-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-gray-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-gray-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-gray-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-gray-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-gray-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-gray-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-red-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fff5f5 !important;
    border-color: rgba(255, 245, 245, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-red-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fed7d7 !important;
    border-color: rgba(254, 215, 215, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-red-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #feb2b2 !important;
    border-color: rgba(254, 178, 178, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-red-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fc8181 !important;
    border-color: rgba(252, 129, 129, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-red-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f56565 !important;
    border-color: rgba(245, 101, 101, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-red-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e53e3e !important;
    border-color: rgba(229, 62, 62, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-red-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #c53030 !important;
    border-color: rgba(197, 48, 48, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-red-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #9b2c2c !important;
    border-color: rgba(155, 44, 44, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-red-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #742a2a !important;
    border-color: rgba(116, 42, 42, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-orange-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-orange-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-orange-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-orange-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-orange-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-orange-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-orange-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-orange-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-orange-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-yellow-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-yellow-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-yellow-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-yellow-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-yellow-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-yellow-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-yellow-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-yellow-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-yellow-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-green-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-green-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-green-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-green-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-green-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-green-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-green-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-green-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-green-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-teal-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-teal-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-teal-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-teal-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-teal-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-teal-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-teal-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-teal-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-teal-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-blue-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-blue-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-blue-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-blue-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-blue-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-blue-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-blue-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-blue-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-blue-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-indigo-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-indigo-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-indigo-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-indigo-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-indigo-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-indigo-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-indigo-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-indigo-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-indigo-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-purple-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-purple-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-purple-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-purple-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-purple-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-purple-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-purple-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-purple-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-purple-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-pink-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-pink-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-pink-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-pink-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-pink-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-pink-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-pink-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-pink-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-pink-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-lac-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #123440 !important;
    border-color: rgba(18, 52, 64, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-lac-darkblue > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #0F2E39 !important;
    border-color: rgba(15, 46, 57, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-lac-brass > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #D19A86 !important;
    border-color: rgba(209, 154, 134, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-lac-offwhite > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #F8F8F7 !important;
    border-color: rgba(248, 248, 247, var(--divide-opacity)) !important;
  }

  .sm-tw-divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0 !important;
  }

  .sm-tw-divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25 !important;
  }

  .sm-tw-divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5 !important;
  }

  .sm-tw-divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75 !important;
  }

  .sm-tw-divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

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

  .sm-tw-not-sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

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

  .sm-focus-tw-not-sr-only:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .sm-tw-appearance-none {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
  }

  .sm-tw-bg-fixed {
    background-attachment: fixed !important;
  }

  .sm-tw-bg-local {
    background-attachment: local !important;
  }

  .sm-tw-bg-scroll {
    background-attachment: scroll !important;
  }

  .sm-tw-bg-transparent {
    background-color: transparent !important;
  }

  .sm-tw-bg-current {
    background-color: currentColor !important;
  }

  .sm-tw-bg-black {
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-white {
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-gray-100 {
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-gray-200 {
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-gray-300 {
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-gray-400 {
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-gray-500 {
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-gray-600 {
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-gray-700 {
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-gray-800 {
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-gray-900 {
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-red-100 {
    --bg-opacity: 1 !important;
    background-color: #fff5f5 !important;
    background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-red-200 {
    --bg-opacity: 1 !important;
    background-color: #fed7d7 !important;
    background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-red-300 {
    --bg-opacity: 1 !important;
    background-color: #feb2b2 !important;
    background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-red-400 {
    --bg-opacity: 1 !important;
    background-color: #fc8181 !important;
    background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-red-500 {
    --bg-opacity: 1 !important;
    background-color: #f56565 !important;
    background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-red-600 {
    --bg-opacity: 1 !important;
    background-color: #e53e3e !important;
    background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-red-700 {
    --bg-opacity: 1 !important;
    background-color: #c53030 !important;
    background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-red-800 {
    --bg-opacity: 1 !important;
    background-color: #9b2c2c !important;
    background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-red-900 {
    --bg-opacity: 1 !important;
    background-color: #742a2a !important;
    background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-orange-100 {
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-orange-200 {
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-orange-300 {
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-orange-400 {
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-orange-500 {
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-orange-600 {
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-orange-700 {
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-orange-800 {
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-orange-900 {
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-yellow-100 {
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-yellow-200 {
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-yellow-300 {
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-yellow-400 {
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-yellow-500 {
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-yellow-600 {
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-yellow-700 {
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-yellow-800 {
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-yellow-900 {
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-green-100 {
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-green-200 {
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-green-300 {
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-green-400 {
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-green-500 {
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-green-600 {
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-green-700 {
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-green-800 {
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-green-900 {
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-teal-100 {
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-teal-200 {
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-teal-300 {
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-teal-400 {
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-teal-500 {
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-teal-600 {
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-teal-700 {
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-teal-800 {
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-teal-900 {
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-blue-100 {
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-blue-200 {
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-blue-300 {
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-blue-400 {
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-blue-500 {
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-blue-600 {
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-blue-700 {
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-blue-800 {
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-blue-900 {
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-indigo-100 {
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-indigo-200 {
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-indigo-300 {
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-indigo-400 {
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-indigo-500 {
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-indigo-600 {
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-indigo-700 {
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-indigo-800 {
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-indigo-900 {
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-purple-100 {
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-purple-200 {
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-purple-300 {
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-purple-400 {
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-purple-500 {
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-purple-600 {
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-purple-700 {
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-purple-800 {
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-purple-900 {
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-pink-100 {
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-pink-200 {
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-pink-300 {
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-pink-400 {
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-pink-500 {
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-pink-600 {
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-pink-700 {
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-pink-800 {
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-pink-900 {
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-lac-blue {
    --bg-opacity: 1 !important;
    background-color: #123440 !important;
    background-color: rgba(18, 52, 64, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-lac-darkblue {
    --bg-opacity: 1 !important;
    background-color: #0F2E39 !important;
    background-color: rgba(15, 46, 57, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-lac-brass {
    --bg-opacity: 1 !important;
    background-color: #D19A86 !important;
    background-color: rgba(209, 154, 134, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-lac-offwhite {
    --bg-opacity: 1 !important;
    background-color: #F8F8F7 !important;
    background-color: rgba(248, 248, 247, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-transparent:hover {
    background-color: transparent !important;
  }

  .sm-hover-tw-bg-current:hover {
    background-color: currentColor !important;
  }

  .sm-hover-tw-bg-black:hover {
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-white:hover {
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-gray-100:hover {
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-gray-200:hover {
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-gray-300:hover {
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-gray-400:hover {
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-gray-500:hover {
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-gray-600:hover {
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-gray-700:hover {
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-gray-800:hover {
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-gray-900:hover {
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-red-100:hover {
    --bg-opacity: 1 !important;
    background-color: #fff5f5 !important;
    background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-red-200:hover {
    --bg-opacity: 1 !important;
    background-color: #fed7d7 !important;
    background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-red-300:hover {
    --bg-opacity: 1 !important;
    background-color: #feb2b2 !important;
    background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-red-400:hover {
    --bg-opacity: 1 !important;
    background-color: #fc8181 !important;
    background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-red-500:hover {
    --bg-opacity: 1 !important;
    background-color: #f56565 !important;
    background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-red-600:hover {
    --bg-opacity: 1 !important;
    background-color: #e53e3e !important;
    background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-red-700:hover {
    --bg-opacity: 1 !important;
    background-color: #c53030 !important;
    background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-red-800:hover {
    --bg-opacity: 1 !important;
    background-color: #9b2c2c !important;
    background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-red-900:hover {
    --bg-opacity: 1 !important;
    background-color: #742a2a !important;
    background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-orange-100:hover {
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-orange-200:hover {
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-orange-300:hover {
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-orange-400:hover {
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-orange-500:hover {
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-orange-600:hover {
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-orange-700:hover {
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-orange-800:hover {
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-orange-900:hover {
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-yellow-100:hover {
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-yellow-200:hover {
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-yellow-300:hover {
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-yellow-400:hover {
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-yellow-500:hover {
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-yellow-600:hover {
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-yellow-700:hover {
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-yellow-800:hover {
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-yellow-900:hover {
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-green-100:hover {
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-green-200:hover {
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-green-300:hover {
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-green-400:hover {
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-green-500:hover {
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-green-600:hover {
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-green-700:hover {
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-green-800:hover {
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-green-900:hover {
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-teal-100:hover {
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-teal-200:hover {
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-teal-300:hover {
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-teal-400:hover {
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-teal-500:hover {
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-teal-600:hover {
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-teal-700:hover {
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-teal-800:hover {
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-teal-900:hover {
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-blue-100:hover {
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-blue-200:hover {
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-blue-300:hover {
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-blue-400:hover {
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-blue-500:hover {
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-blue-600:hover {
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-blue-700:hover {
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-blue-800:hover {
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-blue-900:hover {
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-indigo-100:hover {
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-indigo-200:hover {
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-indigo-300:hover {
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-indigo-400:hover {
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-indigo-500:hover {
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-indigo-600:hover {
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-indigo-700:hover {
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-indigo-800:hover {
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-indigo-900:hover {
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-purple-100:hover {
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-purple-200:hover {
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-purple-300:hover {
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-purple-400:hover {
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-purple-500:hover {
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-purple-600:hover {
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-purple-700:hover {
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-purple-800:hover {
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-purple-900:hover {
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-pink-100:hover {
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-pink-200:hover {
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-pink-300:hover {
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-pink-400:hover {
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-pink-500:hover {
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-pink-600:hover {
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-pink-700:hover {
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-pink-800:hover {
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-pink-900:hover {
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-lac-blue:hover {
    --bg-opacity: 1 !important;
    background-color: #123440 !important;
    background-color: rgba(18, 52, 64, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-lac-darkblue:hover {
    --bg-opacity: 1 !important;
    background-color: #0F2E39 !important;
    background-color: rgba(15, 46, 57, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-lac-brass:hover {
    --bg-opacity: 1 !important;
    background-color: #D19A86 !important;
    background-color: rgba(209, 154, 134, var(--bg-opacity)) !important;
  }

  .sm-hover-tw-bg-lac-offwhite:hover {
    --bg-opacity: 1 !important;
    background-color: #F8F8F7 !important;
    background-color: rgba(248, 248, 247, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-transparent:focus {
    background-color: transparent !important;
  }

  .sm-focus-tw-bg-current:focus {
    background-color: currentColor !important;
  }

  .sm-focus-tw-bg-black:focus {
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-white:focus {
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-gray-100:focus {
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-gray-200:focus {
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-gray-300:focus {
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-gray-400:focus {
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-gray-500:focus {
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-gray-600:focus {
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-gray-700:focus {
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-gray-800:focus {
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-gray-900:focus {
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-red-100:focus {
    --bg-opacity: 1 !important;
    background-color: #fff5f5 !important;
    background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-red-200:focus {
    --bg-opacity: 1 !important;
    background-color: #fed7d7 !important;
    background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-red-300:focus {
    --bg-opacity: 1 !important;
    background-color: #feb2b2 !important;
    background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-red-400:focus {
    --bg-opacity: 1 !important;
    background-color: #fc8181 !important;
    background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-red-500:focus {
    --bg-opacity: 1 !important;
    background-color: #f56565 !important;
    background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-red-600:focus {
    --bg-opacity: 1 !important;
    background-color: #e53e3e !important;
    background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-red-700:focus {
    --bg-opacity: 1 !important;
    background-color: #c53030 !important;
    background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-red-800:focus {
    --bg-opacity: 1 !important;
    background-color: #9b2c2c !important;
    background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-red-900:focus {
    --bg-opacity: 1 !important;
    background-color: #742a2a !important;
    background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-orange-100:focus {
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-orange-200:focus {
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-orange-300:focus {
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-orange-400:focus {
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-orange-500:focus {
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-orange-600:focus {
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-orange-700:focus {
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-orange-800:focus {
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-orange-900:focus {
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-yellow-100:focus {
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-yellow-200:focus {
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-yellow-300:focus {
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-yellow-400:focus {
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-yellow-500:focus {
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-yellow-600:focus {
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-yellow-700:focus {
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-yellow-800:focus {
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-yellow-900:focus {
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-green-100:focus {
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-green-200:focus {
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-green-300:focus {
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-green-400:focus {
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-green-500:focus {
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-green-600:focus {
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-green-700:focus {
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-green-800:focus {
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-green-900:focus {
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-teal-100:focus {
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-teal-200:focus {
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-teal-300:focus {
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-teal-400:focus {
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-teal-500:focus {
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-teal-600:focus {
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-teal-700:focus {
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-teal-800:focus {
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-teal-900:focus {
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-blue-100:focus {
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-blue-200:focus {
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-blue-300:focus {
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-blue-400:focus {
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-blue-500:focus {
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-blue-600:focus {
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-blue-700:focus {
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-blue-800:focus {
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-blue-900:focus {
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-indigo-100:focus {
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-indigo-200:focus {
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-indigo-300:focus {
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-indigo-400:focus {
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-indigo-500:focus {
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-indigo-600:focus {
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-indigo-700:focus {
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-indigo-800:focus {
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-indigo-900:focus {
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-purple-100:focus {
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-purple-200:focus {
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-purple-300:focus {
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-purple-400:focus {
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-purple-500:focus {
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-purple-600:focus {
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-purple-700:focus {
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-purple-800:focus {
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-purple-900:focus {
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-pink-100:focus {
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-pink-200:focus {
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-pink-300:focus {
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-pink-400:focus {
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-pink-500:focus {
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-pink-600:focus {
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-pink-700:focus {
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-pink-800:focus {
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-pink-900:focus {
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-lac-blue:focus {
    --bg-opacity: 1 !important;
    background-color: #123440 !important;
    background-color: rgba(18, 52, 64, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-lac-darkblue:focus {
    --bg-opacity: 1 !important;
    background-color: #0F2E39 !important;
    background-color: rgba(15, 46, 57, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-lac-brass:focus {
    --bg-opacity: 1 !important;
    background-color: #D19A86 !important;
    background-color: rgba(209, 154, 134, var(--bg-opacity)) !important;
  }

  .sm-focus-tw-bg-lac-offwhite:focus {
    --bg-opacity: 1 !important;
    background-color: #F8F8F7 !important;
    background-color: rgba(248, 248, 247, var(--bg-opacity)) !important;
  }

  .sm-tw-bg-opacity-0 {
    --bg-opacity: 0 !important;
  }

  .sm-tw-bg-opacity-25 {
    --bg-opacity: 0.25 !important;
  }

  .sm-tw-bg-opacity-50 {
    --bg-opacity: 0.5 !important;
  }

  .sm-tw-bg-opacity-75 {
    --bg-opacity: 0.75 !important;
  }

  .sm-tw-bg-opacity-100 {
    --bg-opacity: 1 !important;
  }

  .sm-hover-tw-bg-opacity-0:hover {
    --bg-opacity: 0 !important;
  }

  .sm-hover-tw-bg-opacity-25:hover {
    --bg-opacity: 0.25 !important;
  }

  .sm-hover-tw-bg-opacity-50:hover {
    --bg-opacity: 0.5 !important;
  }

  .sm-hover-tw-bg-opacity-75:hover {
    --bg-opacity: 0.75 !important;
  }

  .sm-hover-tw-bg-opacity-100:hover {
    --bg-opacity: 1 !important;
  }

  .sm-focus-tw-bg-opacity-0:focus {
    --bg-opacity: 0 !important;
  }

  .sm-focus-tw-bg-opacity-25:focus {
    --bg-opacity: 0.25 !important;
  }

  .sm-focus-tw-bg-opacity-50:focus {
    --bg-opacity: 0.5 !important;
  }

  .sm-focus-tw-bg-opacity-75:focus {
    --bg-opacity: 0.75 !important;
  }

  .sm-focus-tw-bg-opacity-100:focus {
    --bg-opacity: 1 !important;
  }

  .sm-tw-bg-bottom {
    background-position: bottom !important;
  }

  .sm-tw-bg-center {
    background-position: center !important;
  }

  .sm-tw-bg-left {
    background-position: left !important;
  }

  .sm-tw-bg-left-bottom {
    background-position: left bottom !important;
  }

  .sm-tw-bg-left-top {
    background-position: left top !important;
  }

  .sm-tw-bg-right {
    background-position: right !important;
  }

  .sm-tw-bg-right-bottom {
    background-position: right bottom !important;
  }

  .sm-tw-bg-right-top {
    background-position: right top !important;
  }

  .sm-tw-bg-top {
    background-position: top !important;
  }

  .sm-tw-bg-repeat {
    background-repeat: repeat !important;
  }

  .sm-tw-bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .sm-tw-bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .sm-tw-bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .sm-tw-bg-repeat-round {
    background-repeat: round !important;
  }

  .sm-tw-bg-repeat-space {
    background-repeat: space !important;
  }

  .sm-tw-bg-auto {
    background-size: auto !important;
  }

  .sm-tw-bg-cover {
    background-size: cover !important;
  }

  .sm-tw-bg-contain {
    background-size: contain !important;
  }

  .sm-tw-border-collapse {
    border-collapse: collapse !important;
  }

  .sm-tw-border-separate {
    border-collapse: separate !important;
  }

  .sm-tw-border-transparent {
    border-color: transparent !important;
  }

  .sm-tw-border-current {
    border-color: currentColor !important;
  }

  .sm-tw-border-black {
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .sm-tw-border-white {
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .sm-tw-border-gray-100 {
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .sm-tw-border-gray-200 {
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .sm-tw-border-gray-300 {
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .sm-tw-border-gray-400 {
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .sm-tw-border-gray-500 {
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .sm-tw-border-gray-600 {
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .sm-tw-border-gray-700 {
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .sm-tw-border-gray-800 {
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .sm-tw-border-gray-900 {
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .sm-tw-border-red-100 {
    --border-opacity: 1 !important;
    border-color: #fff5f5 !important;
    border-color: rgba(255, 245, 245, var(--border-opacity)) !important;
  }

  .sm-tw-border-red-200 {
    --border-opacity: 1 !important;
    border-color: #fed7d7 !important;
    border-color: rgba(254, 215, 215, var(--border-opacity)) !important;
  }

  .sm-tw-border-red-300 {
    --border-opacity: 1 !important;
    border-color: #feb2b2 !important;
    border-color: rgba(254, 178, 178, var(--border-opacity)) !important;
  }

  .sm-tw-border-red-400 {
    --border-opacity: 1 !important;
    border-color: #fc8181 !important;
    border-color: rgba(252, 129, 129, var(--border-opacity)) !important;
  }

  .sm-tw-border-red-500 {
    --border-opacity: 1 !important;
    border-color: #f56565 !important;
    border-color: rgba(245, 101, 101, var(--border-opacity)) !important;
  }

  .sm-tw-border-red-600 {
    --border-opacity: 1 !important;
    border-color: #e53e3e !important;
    border-color: rgba(229, 62, 62, var(--border-opacity)) !important;
  }

  .sm-tw-border-red-700 {
    --border-opacity: 1 !important;
    border-color: #c53030 !important;
    border-color: rgba(197, 48, 48, var(--border-opacity)) !important;
  }

  .sm-tw-border-red-800 {
    --border-opacity: 1 !important;
    border-color: #9b2c2c !important;
    border-color: rgba(155, 44, 44, var(--border-opacity)) !important;
  }

  .sm-tw-border-red-900 {
    --border-opacity: 1 !important;
    border-color: #742a2a !important;
    border-color: rgba(116, 42, 42, var(--border-opacity)) !important;
  }

  .sm-tw-border-orange-100 {
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .sm-tw-border-orange-200 {
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .sm-tw-border-orange-300 {
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .sm-tw-border-orange-400 {
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .sm-tw-border-orange-500 {
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .sm-tw-border-orange-600 {
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .sm-tw-border-orange-700 {
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .sm-tw-border-orange-800 {
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .sm-tw-border-orange-900 {
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .sm-tw-border-yellow-100 {
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .sm-tw-border-yellow-200 {
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .sm-tw-border-yellow-300 {
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .sm-tw-border-yellow-400 {
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .sm-tw-border-yellow-500 {
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .sm-tw-border-yellow-600 {
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .sm-tw-border-yellow-700 {
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .sm-tw-border-yellow-800 {
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .sm-tw-border-yellow-900 {
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .sm-tw-border-green-100 {
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .sm-tw-border-green-200 {
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .sm-tw-border-green-300 {
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .sm-tw-border-green-400 {
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .sm-tw-border-green-500 {
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .sm-tw-border-green-600 {
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .sm-tw-border-green-700 {
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .sm-tw-border-green-800 {
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .sm-tw-border-green-900 {
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .sm-tw-border-teal-100 {
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .sm-tw-border-teal-200 {
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .sm-tw-border-teal-300 {
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .sm-tw-border-teal-400 {
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .sm-tw-border-teal-500 {
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .sm-tw-border-teal-600 {
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .sm-tw-border-teal-700 {
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .sm-tw-border-teal-800 {
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .sm-tw-border-teal-900 {
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .sm-tw-border-blue-100 {
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .sm-tw-border-blue-200 {
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .sm-tw-border-blue-300 {
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .sm-tw-border-blue-400 {
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .sm-tw-border-blue-500 {
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .sm-tw-border-blue-600 {
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .sm-tw-border-blue-700 {
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .sm-tw-border-blue-800 {
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .sm-tw-border-blue-900 {
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .sm-tw-border-indigo-100 {
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .sm-tw-border-indigo-200 {
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .sm-tw-border-indigo-300 {
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .sm-tw-border-indigo-400 {
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .sm-tw-border-indigo-500 {
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .sm-tw-border-indigo-600 {
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .sm-tw-border-indigo-700 {
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .sm-tw-border-indigo-800 {
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .sm-tw-border-indigo-900 {
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .sm-tw-border-purple-100 {
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .sm-tw-border-purple-200 {
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .sm-tw-border-purple-300 {
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .sm-tw-border-purple-400 {
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .sm-tw-border-purple-500 {
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .sm-tw-border-purple-600 {
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .sm-tw-border-purple-700 {
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .sm-tw-border-purple-800 {
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .sm-tw-border-purple-900 {
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .sm-tw-border-pink-100 {
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .sm-tw-border-pink-200 {
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .sm-tw-border-pink-300 {
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .sm-tw-border-pink-400 {
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .sm-tw-border-pink-500 {
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .sm-tw-border-pink-600 {
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .sm-tw-border-pink-700 {
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .sm-tw-border-pink-800 {
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .sm-tw-border-pink-900 {
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .sm-tw-border-lac-blue {
    --border-opacity: 1 !important;
    border-color: #123440 !important;
    border-color: rgba(18, 52, 64, var(--border-opacity)) !important;
  }

  .sm-tw-border-lac-darkblue {
    --border-opacity: 1 !important;
    border-color: #0F2E39 !important;
    border-color: rgba(15, 46, 57, var(--border-opacity)) !important;
  }

  .sm-tw-border-lac-brass {
    --border-opacity: 1 !important;
    border-color: #D19A86 !important;
    border-color: rgba(209, 154, 134, var(--border-opacity)) !important;
  }

  .sm-tw-border-lac-offwhite {
    --border-opacity: 1 !important;
    border-color: #F8F8F7 !important;
    border-color: rgba(248, 248, 247, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-transparent:hover {
    border-color: transparent !important;
  }

  .sm-hover-tw-border-current:hover {
    border-color: currentColor !important;
  }

  .sm-hover-tw-border-black:hover {
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-white:hover {
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-gray-100:hover {
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-gray-200:hover {
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-gray-300:hover {
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-gray-400:hover {
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-gray-500:hover {
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-gray-600:hover {
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-gray-700:hover {
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-gray-800:hover {
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-gray-900:hover {
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-red-100:hover {
    --border-opacity: 1 !important;
    border-color: #fff5f5 !important;
    border-color: rgba(255, 245, 245, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-red-200:hover {
    --border-opacity: 1 !important;
    border-color: #fed7d7 !important;
    border-color: rgba(254, 215, 215, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-red-300:hover {
    --border-opacity: 1 !important;
    border-color: #feb2b2 !important;
    border-color: rgba(254, 178, 178, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-red-400:hover {
    --border-opacity: 1 !important;
    border-color: #fc8181 !important;
    border-color: rgba(252, 129, 129, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-red-500:hover {
    --border-opacity: 1 !important;
    border-color: #f56565 !important;
    border-color: rgba(245, 101, 101, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-red-600:hover {
    --border-opacity: 1 !important;
    border-color: #e53e3e !important;
    border-color: rgba(229, 62, 62, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-red-700:hover {
    --border-opacity: 1 !important;
    border-color: #c53030 !important;
    border-color: rgba(197, 48, 48, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-red-800:hover {
    --border-opacity: 1 !important;
    border-color: #9b2c2c !important;
    border-color: rgba(155, 44, 44, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-red-900:hover {
    --border-opacity: 1 !important;
    border-color: #742a2a !important;
    border-color: rgba(116, 42, 42, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-orange-100:hover {
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-orange-200:hover {
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-orange-300:hover {
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-orange-400:hover {
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-orange-500:hover {
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-orange-600:hover {
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-orange-700:hover {
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-orange-800:hover {
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-orange-900:hover {
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-yellow-100:hover {
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-yellow-200:hover {
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-yellow-300:hover {
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-yellow-400:hover {
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-yellow-500:hover {
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-yellow-600:hover {
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-yellow-700:hover {
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-yellow-800:hover {
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-yellow-900:hover {
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-green-100:hover {
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-green-200:hover {
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-green-300:hover {
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-green-400:hover {
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-green-500:hover {
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-green-600:hover {
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-green-700:hover {
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-green-800:hover {
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-green-900:hover {
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-teal-100:hover {
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-teal-200:hover {
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-teal-300:hover {
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-teal-400:hover {
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-teal-500:hover {
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-teal-600:hover {
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-teal-700:hover {
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-teal-800:hover {
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-teal-900:hover {
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-blue-100:hover {
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-blue-200:hover {
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-blue-300:hover {
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-blue-400:hover {
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-blue-500:hover {
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-blue-600:hover {
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-blue-700:hover {
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-blue-800:hover {
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-blue-900:hover {
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-indigo-100:hover {
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-indigo-200:hover {
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-indigo-300:hover {
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-indigo-400:hover {
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-indigo-500:hover {
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-indigo-600:hover {
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-indigo-700:hover {
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-indigo-800:hover {
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-indigo-900:hover {
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-purple-100:hover {
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-purple-200:hover {
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-purple-300:hover {
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-purple-400:hover {
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-purple-500:hover {
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-purple-600:hover {
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-purple-700:hover {
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-purple-800:hover {
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-purple-900:hover {
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-pink-100:hover {
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-pink-200:hover {
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-pink-300:hover {
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-pink-400:hover {
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-pink-500:hover {
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-pink-600:hover {
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-pink-700:hover {
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-pink-800:hover {
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-pink-900:hover {
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-lac-blue:hover {
    --border-opacity: 1 !important;
    border-color: #123440 !important;
    border-color: rgba(18, 52, 64, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-lac-darkblue:hover {
    --border-opacity: 1 !important;
    border-color: #0F2E39 !important;
    border-color: rgba(15, 46, 57, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-lac-brass:hover {
    --border-opacity: 1 !important;
    border-color: #D19A86 !important;
    border-color: rgba(209, 154, 134, var(--border-opacity)) !important;
  }

  .sm-hover-tw-border-lac-offwhite:hover {
    --border-opacity: 1 !important;
    border-color: #F8F8F7 !important;
    border-color: rgba(248, 248, 247, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-transparent:focus {
    border-color: transparent !important;
  }

  .sm-focus-tw-border-current:focus {
    border-color: currentColor !important;
  }

  .sm-focus-tw-border-black:focus {
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-white:focus {
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-gray-100:focus {
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-gray-200:focus {
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-gray-300:focus {
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-gray-400:focus {
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-gray-500:focus {
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-gray-600:focus {
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-gray-700:focus {
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-gray-800:focus {
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-gray-900:focus {
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-red-100:focus {
    --border-opacity: 1 !important;
    border-color: #fff5f5 !important;
    border-color: rgba(255, 245, 245, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-red-200:focus {
    --border-opacity: 1 !important;
    border-color: #fed7d7 !important;
    border-color: rgba(254, 215, 215, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-red-300:focus {
    --border-opacity: 1 !important;
    border-color: #feb2b2 !important;
    border-color: rgba(254, 178, 178, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-red-400:focus {
    --border-opacity: 1 !important;
    border-color: #fc8181 !important;
    border-color: rgba(252, 129, 129, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-red-500:focus {
    --border-opacity: 1 !important;
    border-color: #f56565 !important;
    border-color: rgba(245, 101, 101, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-red-600:focus {
    --border-opacity: 1 !important;
    border-color: #e53e3e !important;
    border-color: rgba(229, 62, 62, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-red-700:focus {
    --border-opacity: 1 !important;
    border-color: #c53030 !important;
    border-color: rgba(197, 48, 48, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-red-800:focus {
    --border-opacity: 1 !important;
    border-color: #9b2c2c !important;
    border-color: rgba(155, 44, 44, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-red-900:focus {
    --border-opacity: 1 !important;
    border-color: #742a2a !important;
    border-color: rgba(116, 42, 42, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-orange-100:focus {
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-orange-200:focus {
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-orange-300:focus {
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-orange-400:focus {
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-orange-500:focus {
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-orange-600:focus {
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-orange-700:focus {
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-orange-800:focus {
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-orange-900:focus {
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-yellow-100:focus {
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-yellow-200:focus {
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-yellow-300:focus {
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-yellow-400:focus {
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-yellow-500:focus {
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-yellow-600:focus {
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-yellow-700:focus {
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-yellow-800:focus {
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-yellow-900:focus {
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-green-100:focus {
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-green-200:focus {
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-green-300:focus {
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-green-400:focus {
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-green-500:focus {
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-green-600:focus {
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-green-700:focus {
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-green-800:focus {
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-green-900:focus {
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-teal-100:focus {
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-teal-200:focus {
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-teal-300:focus {
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-teal-400:focus {
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-teal-500:focus {
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-teal-600:focus {
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-teal-700:focus {
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-teal-800:focus {
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-teal-900:focus {
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-blue-100:focus {
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-blue-200:focus {
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-blue-300:focus {
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-blue-400:focus {
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-blue-500:focus {
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-blue-600:focus {
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-blue-700:focus {
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-blue-800:focus {
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-blue-900:focus {
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-indigo-100:focus {
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-indigo-200:focus {
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-indigo-300:focus {
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-indigo-400:focus {
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-indigo-500:focus {
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-indigo-600:focus {
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-indigo-700:focus {
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-indigo-800:focus {
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-indigo-900:focus {
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-purple-100:focus {
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-purple-200:focus {
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-purple-300:focus {
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-purple-400:focus {
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-purple-500:focus {
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-purple-600:focus {
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-purple-700:focus {
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-purple-800:focus {
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-purple-900:focus {
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-pink-100:focus {
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-pink-200:focus {
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-pink-300:focus {
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-pink-400:focus {
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-pink-500:focus {
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-pink-600:focus {
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-pink-700:focus {
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-pink-800:focus {
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-pink-900:focus {
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-lac-blue:focus {
    --border-opacity: 1 !important;
    border-color: #123440 !important;
    border-color: rgba(18, 52, 64, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-lac-darkblue:focus {
    --border-opacity: 1 !important;
    border-color: #0F2E39 !important;
    border-color: rgba(15, 46, 57, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-lac-brass:focus {
    --border-opacity: 1 !important;
    border-color: #D19A86 !important;
    border-color: rgba(209, 154, 134, var(--border-opacity)) !important;
  }

  .sm-focus-tw-border-lac-offwhite:focus {
    --border-opacity: 1 !important;
    border-color: #F8F8F7 !important;
    border-color: rgba(248, 248, 247, var(--border-opacity)) !important;
  }

  .sm-tw-border-opacity-0 {
    --border-opacity: 0 !important;
  }

  .sm-tw-border-opacity-25 {
    --border-opacity: 0.25 !important;
  }

  .sm-tw-border-opacity-50 {
    --border-opacity: 0.5 !important;
  }

  .sm-tw-border-opacity-75 {
    --border-opacity: 0.75 !important;
  }

  .sm-tw-border-opacity-100 {
    --border-opacity: 1 !important;
  }

  .sm-hover-tw-border-opacity-0:hover {
    --border-opacity: 0 !important;
  }

  .sm-hover-tw-border-opacity-25:hover {
    --border-opacity: 0.25 !important;
  }

  .sm-hover-tw-border-opacity-50:hover {
    --border-opacity: 0.5 !important;
  }

  .sm-hover-tw-border-opacity-75:hover {
    --border-opacity: 0.75 !important;
  }

  .sm-hover-tw-border-opacity-100:hover {
    --border-opacity: 1 !important;
  }

  .sm-focus-tw-border-opacity-0:focus {
    --border-opacity: 0 !important;
  }

  .sm-focus-tw-border-opacity-25:focus {
    --border-opacity: 0.25 !important;
  }

  .sm-focus-tw-border-opacity-50:focus {
    --border-opacity: 0.5 !important;
  }

  .sm-focus-tw-border-opacity-75:focus {
    --border-opacity: 0.75 !important;
  }

  .sm-focus-tw-border-opacity-100:focus {
    --border-opacity: 1 !important;
  }

  .sm-tw-rounded-none {
    border-radius: 0 !important;
  }

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

  .sm-tw-rounded {
    border-radius: 0.25rem !important;
  }

  .sm-tw-rounded-md {
    border-radius: 0.375rem !important;
  }

  .sm-tw-rounded-lg {
    border-radius: 0.5rem !important;
  }

  .sm-tw-rounded-full {
    border-radius: 9999px !important;
  }

  .sm-tw-rounded-t-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .sm-tw-rounded-r-none {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .sm-tw-rounded-b-none {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .sm-tw-rounded-l-none {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .sm-tw-rounded-t-sm {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .sm-tw-rounded-r-sm {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .sm-tw-rounded-b-sm {
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .sm-tw-rounded-l-sm {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .sm-tw-rounded-t {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .sm-tw-rounded-r {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .sm-tw-rounded-b {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .sm-tw-rounded-l {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

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

  .sm-tw-rounded-r-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

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

  .sm-tw-rounded-l-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .sm-tw-rounded-t-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .sm-tw-rounded-r-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .sm-tw-rounded-b-lg {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm-tw-rounded-l-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm-tw-rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .sm-tw-rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .sm-tw-rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .sm-tw-rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .sm-tw-rounded-tl-none {
    border-top-left-radius: 0 !important;
  }

  .sm-tw-rounded-tr-none {
    border-top-right-radius: 0 !important;
  }

  .sm-tw-rounded-br-none {
    border-bottom-right-radius: 0 !important;
  }

  .sm-tw-rounded-bl-none {
    border-bottom-left-radius: 0 !important;
  }

  .sm-tw-rounded-tl-sm {
    border-top-left-radius: 0.125rem !important;
  }

  .sm-tw-rounded-tr-sm {
    border-top-right-radius: 0.125rem !important;
  }

  .sm-tw-rounded-br-sm {
    border-bottom-right-radius: 0.125rem !important;
  }

  .sm-tw-rounded-bl-sm {
    border-bottom-left-radius: 0.125rem !important;
  }

  .sm-tw-rounded-tl {
    border-top-left-radius: 0.25rem !important;
  }

  .sm-tw-rounded-tr {
    border-top-right-radius: 0.25rem !important;
  }

  .sm-tw-rounded-br {
    border-bottom-right-radius: 0.25rem !important;
  }

  .sm-tw-rounded-bl {
    border-bottom-left-radius: 0.25rem !important;
  }

  .sm-tw-rounded-tl-md {
    border-top-left-radius: 0.375rem !important;
  }

  .sm-tw-rounded-tr-md {
    border-top-right-radius: 0.375rem !important;
  }

  .sm-tw-rounded-br-md {
    border-bottom-right-radius: 0.375rem !important;
  }

  .sm-tw-rounded-bl-md {
    border-bottom-left-radius: 0.375rem !important;
  }

  .sm-tw-rounded-tl-lg {
    border-top-left-radius: 0.5rem !important;
  }

  .sm-tw-rounded-tr-lg {
    border-top-right-radius: 0.5rem !important;
  }

  .sm-tw-rounded-br-lg {
    border-bottom-right-radius: 0.5rem !important;
  }

  .sm-tw-rounded-bl-lg {
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm-tw-rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .sm-tw-rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .sm-tw-rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .sm-tw-rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .sm-tw-border-solid {
    border-style: solid !important;
  }

  .sm-tw-border-dashed {
    border-style: dashed !important;
  }

  .sm-tw-border-dotted {
    border-style: dotted !important;
  }

  .sm-tw-border-double {
    border-style: double !important;
  }

  .sm-tw-border-none {
    border-style: none !important;
  }

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

  .sm-tw-border-2 {
    border-width: 2px !important;
  }

  .sm-tw-border-4 {
    border-width: 4px !important;
  }

  .sm-tw-border-8 {
    border-width: 8px !important;
  }

  .sm-tw-border {
    border-width: 1px !important;
  }

  .sm-tw-border-t-0 {
    border-top-width: 0 !important;
  }

  .sm-tw-border-r-0 {
    border-right-width: 0 !important;
  }

  .sm-tw-border-b-0 {
    border-bottom-width: 0 !important;
  }

  .sm-tw-border-l-0 {
    border-left-width: 0 !important;
  }

  .sm-tw-border-t-2 {
    border-top-width: 2px !important;
  }

  .sm-tw-border-r-2 {
    border-right-width: 2px !important;
  }

  .sm-tw-border-b-2 {
    border-bottom-width: 2px !important;
  }

  .sm-tw-border-l-2 {
    border-left-width: 2px !important;
  }

  .sm-tw-border-t-4 {
    border-top-width: 4px !important;
  }

  .sm-tw-border-r-4 {
    border-right-width: 4px !important;
  }

  .sm-tw-border-b-4 {
    border-bottom-width: 4px !important;
  }

  .sm-tw-border-l-4 {
    border-left-width: 4px !important;
  }

  .sm-tw-border-t-8 {
    border-top-width: 8px !important;
  }

  .sm-tw-border-r-8 {
    border-right-width: 8px !important;
  }

  .sm-tw-border-b-8 {
    border-bottom-width: 8px !important;
  }

  .sm-tw-border-l-8 {
    border-left-width: 8px !important;
  }

  .sm-tw-border-t {
    border-top-width: 1px !important;
  }

  .sm-tw-border-r {
    border-right-width: 1px !important;
  }

  .sm-tw-border-b {
    border-bottom-width: 1px !important;
  }

  .sm-tw-border-l {
    border-left-width: 1px !important;
  }

  .sm-tw-box-border {
    box-sizing: border-box !important;
  }

  .sm-tw-box-content {
    box-sizing: content-box !important;
  }

  .sm-tw-cursor-auto {
    cursor: auto !important;
  }

  .sm-tw-cursor-default {
    cursor: default !important;
  }

  .sm-tw-cursor-pointer {
    cursor: pointer !important;
  }

  .sm-tw-cursor-wait {
    cursor: wait !important;
  }

  .sm-tw-cursor-text {
    cursor: text !important;
  }

  .sm-tw-cursor-move {
    cursor: move !important;
  }

  .sm-tw-cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .sm-tw-block {
    display: block !important;
  }

  .sm-tw-inline-block {
    display: inline-block !important;
  }

  .sm-tw-inline {
    display: inline !important;
  }

  .sm-tw-flex {
    display: flex !important;
  }

  .sm-tw-inline-flex {
    display: inline-flex !important;
  }

  .sm-tw-table {
    display: table !important;
  }

  .sm-tw-table-caption {
    display: table-caption !important;
  }

  .sm-tw-table-cell {
    display: table-cell !important;
  }

  .sm-tw-table-column {
    display: table-column !important;
  }

  .sm-tw-table-column-group {
    display: table-column-group !important;
  }

  .sm-tw-table-footer-group {
    display: table-footer-group !important;
  }

  .sm-tw-table-header-group {
    display: table-header-group !important;
  }

  .sm-tw-table-row-group {
    display: table-row-group !important;
  }

  .sm-tw-table-row {
    display: table-row !important;
  }

  .sm-tw-flow-root {
    display: flow-root !important;
  }

  .sm-tw-grid {
    display: grid !important;
  }

  .sm-tw-inline-grid {
    display: inline-grid !important;
  }

  .sm-tw-hidden {
    display: none !important;
  }

  .sm-tw-flex-row {
    flex-direction: row !important;
  }

  .sm-tw-flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .sm-tw-flex-col {
    flex-direction: column !important;
  }

  .sm-tw-flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .sm-tw-flex-wrap {
    flex-wrap: wrap !important;
  }

  .sm-tw-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .sm-tw-flex-no-wrap {
    flex-wrap: nowrap !important;
  }

  .sm-tw-items-start {
    align-items: flex-start !important;
  }

  .sm-tw-items-end {
    align-items: flex-end !important;
  }

  .sm-tw-items-center {
    align-items: center !important;
  }

  .sm-tw-items-baseline {
    align-items: baseline !important;
  }

  .sm-tw-items-stretch {
    align-items: stretch !important;
  }

  .sm-tw-self-auto {
    align-self: auto !important;
  }

  .sm-tw-self-start {
    align-self: flex-start !important;
  }

  .sm-tw-self-end {
    align-self: flex-end !important;
  }

  .sm-tw-self-center {
    align-self: center !important;
  }

  .sm-tw-self-stretch {
    align-self: stretch !important;
  }

  .sm-tw-justify-start {
    justify-content: flex-start !important;
  }

  .sm-tw-justify-end {
    justify-content: flex-end !important;
  }

  .sm-tw-justify-center {
    justify-content: center !important;
  }

  .sm-tw-justify-between {
    justify-content: space-between !important;
  }

  .sm-tw-justify-around {
    justify-content: space-around !important;
  }

  .sm-tw-justify-evenly {
    justify-content: space-evenly !important;
  }

  .sm-tw-content-center {
    align-content: center !important;
  }

  .sm-tw-content-start {
    align-content: flex-start !important;
  }

  .sm-tw-content-end {
    align-content: flex-end !important;
  }

  .sm-tw-content-between {
    align-content: space-between !important;
  }

  .sm-tw-content-around {
    align-content: space-around !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm-tw-order-first {
    order: -9999 !important;
  }

  .sm-tw-order-last {
    order: 9999 !important;
  }

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

  .sm-tw-float-right {
    float: right !important;
  }

  .sm-tw-float-left {
    float: left !important;
  }

  .sm-tw-float-none {
    float: none !important;
  }

  .sm-tw-clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .sm-tw-clear-left {
    clear: left !important;
  }

  .sm-tw-clear-right {
    clear: right !important;
  }

  .sm-tw-clear-both {
    clear: both !important;
  }

  .sm-tw-clear-none {
    clear: none !important;
  }

  .sm-tw-font-sans {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  }

  .sm-tw-font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .sm-tw-font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .sm-tw-font-lac-serif {
    font-family: Vollkorn, serif !important;
  }

  .sm-tw-font-hairline {
    font-weight: 100 !important;
  }

  .sm-tw-font-thin {
    font-weight: 200 !important;
  }

  .sm-tw-font-light {
    font-weight: 300 !important;
  }

  .sm-tw-font-normal {
    font-weight: 400 !important;
  }

  .sm-tw-font-medium {
    font-weight: 500 !important;
  }

  .sm-tw-font-semibold {
    font-weight: 600 !important;
  }

  .sm-tw-font-bold {
    font-weight: 700 !important;
  }

  .sm-tw-font-extrabold {
    font-weight: 800 !important;
  }

  .sm-tw-font-black {
    font-weight: 900 !important;
  }

  .sm-hover-tw-font-hairline:hover {
    font-weight: 100 !important;
  }

  .sm-hover-tw-font-thin:hover {
    font-weight: 200 !important;
  }

  .sm-hover-tw-font-light:hover {
    font-weight: 300 !important;
  }

  .sm-hover-tw-font-normal:hover {
    font-weight: 400 !important;
  }

  .sm-hover-tw-font-medium:hover {
    font-weight: 500 !important;
  }

  .sm-hover-tw-font-semibold:hover {
    font-weight: 600 !important;
  }

  .sm-hover-tw-font-bold:hover {
    font-weight: 700 !important;
  }

  .sm-hover-tw-font-extrabold:hover {
    font-weight: 800 !important;
  }

  .sm-hover-tw-font-black:hover {
    font-weight: 900 !important;
  }

  .sm-focus-tw-font-hairline:focus {
    font-weight: 100 !important;
  }

  .sm-focus-tw-font-thin:focus {
    font-weight: 200 !important;
  }

  .sm-focus-tw-font-light:focus {
    font-weight: 300 !important;
  }

  .sm-focus-tw-font-normal:focus {
    font-weight: 400 !important;
  }

  .sm-focus-tw-font-medium:focus {
    font-weight: 500 !important;
  }

  .sm-focus-tw-font-semibold:focus {
    font-weight: 600 !important;
  }

  .sm-focus-tw-font-bold:focus {
    font-weight: 700 !important;
  }

  .sm-focus-tw-font-extrabold:focus {
    font-weight: 800 !important;
  }

  .sm-focus-tw-font-black:focus {
    font-weight: 900 !important;
  }

  .sm-tw-h-0 {
    height: 0 !important;
  }

  .sm-tw-h-1 {
    height: 0.25rem !important;
  }

  .sm-tw-h-2 {
    height: 0.5rem !important;
  }

  .sm-tw-h-3 {
    height: 0.75rem !important;
  }

  .sm-tw-h-4 {
    height: 1rem !important;
  }

  .sm-tw-h-5 {
    height: 1.25rem !important;
  }

  .sm-tw-h-6 {
    height: 1.5rem !important;
  }

  .sm-tw-h-8 {
    height: 2rem !important;
  }

  .sm-tw-h-10 {
    height: 2.5rem !important;
  }

  .sm-tw-h-12 {
    height: 3rem !important;
  }

  .sm-tw-h-16 {
    height: 4rem !important;
  }

  .sm-tw-h-20 {
    height: 5rem !important;
  }

  .sm-tw-h-24 {
    height: 6rem !important;
  }

  .sm-tw-h-32 {
    height: 8rem !important;
  }

  .sm-tw-h-40 {
    height: 10rem !important;
  }

  .sm-tw-h-48 {
    height: 12rem !important;
  }

  .sm-tw-h-56 {
    height: 14rem !important;
  }

  .sm-tw-h-64 {
    height: 16rem !important;
  }

  .sm-tw-h-auto {
    height: auto !important;
  }

  .sm-tw-h-px {
    height: 1px !important;
  }

  .sm-tw-h-full {
    height: 100% !important;
  }

  .sm-tw-h-screen {
    height: 100vh !important;
  }

  .sm-tw-text-xs {
    font-size: 0.75rem !important;
  }

  .sm-tw-text-sm {
    font-size: 0.875rem !important;
  }

  .sm-tw-text-base {
    font-size: 1rem !important;
  }

  .sm-tw-text-lg {
    font-size: 1.125rem !important;
  }

  .sm-tw-text-xl {
    font-size: 1.25rem !important;
  }

  .sm-tw-text-2xl {
    font-size: 1.5rem !important;
  }

  .sm-tw-text-3xl {
    font-size: 1.875rem !important;
  }

  .sm-tw-text-4xl {
    font-size: 2.25rem !important;
  }

  .sm-tw-text-5xl {
    font-size: 3rem !important;
  }

  .sm-tw-text-6xl {
    font-size: 4rem !important;
  }

  .sm-tw-text-donate {
    font-size: 140px !important;
  }

  .sm-tw-leading-3 {
    line-height: .75rem !important;
  }

  .sm-tw-leading-4 {
    line-height: 1rem !important;
  }

  .sm-tw-leading-5 {
    line-height: 1.25rem !important;
  }

  .sm-tw-leading-6 {
    line-height: 1.5rem !important;
  }

  .sm-tw-leading-7 {
    line-height: 1.75rem !important;
  }

  .sm-tw-leading-8 {
    line-height: 2rem !important;
  }

  .sm-tw-leading-9 {
    line-height: 2.25rem !important;
  }

  .sm-tw-leading-10 {
    line-height: 2.5rem !important;
  }

  .sm-tw-leading-none {
    line-height: 1 !important;
  }

  .sm-tw-leading-tight {
    line-height: 1.25 !important;
  }

  .sm-tw-leading-snug {
    line-height: 1.375 !important;
  }

  .sm-tw-leading-normal {
    line-height: 1.5 !important;
  }

  .sm-tw-leading-relaxed {
    line-height: 1.625 !important;
  }

  .sm-tw-leading-loose {
    line-height: 2 !important;
  }

  .sm-tw-list-inside {
    list-style-position: inside !important;
  }

  .sm-tw-list-outside {
    list-style-position: outside !important;
  }

  .sm-tw-list-none {
    list-style-type: none !important;
  }

  .sm-tw-list-disc {
    list-style-type: disc !important;
  }

  .sm-tw-list-decimal {
    list-style-type: decimal !important;
  }

  .sm-tw-m-0 {
    margin: 0 !important;
  }

  .sm-tw-m-1 {
    margin: 0.25rem !important;
  }

  .sm-tw-m-2 {
    margin: 0.5rem !important;
  }

  .sm-tw-m-3 {
    margin: 0.75rem !important;
  }

  .sm-tw-m-4 {
    margin: 1rem !important;
  }

  .sm-tw-m-5 {
    margin: 1.25rem !important;
  }

  .sm-tw-m-6 {
    margin: 1.5rem !important;
  }

  .sm-tw-m-8 {
    margin: 2rem !important;
  }

  .sm-tw-m-10 {
    margin: 2.5rem !important;
  }

  .sm-tw-m-12 {
    margin: 3rem !important;
  }

  .sm-tw-m-16 {
    margin: 4rem !important;
  }

  .sm-tw-m-20 {
    margin: 5rem !important;
  }

  .sm-tw-m-24 {
    margin: 6rem !important;
  }

  .sm-tw-m-32 {
    margin: 8rem !important;
  }

  .sm-tw-m-40 {
    margin: 10rem !important;
  }

  .sm-tw-m-48 {
    margin: 12rem !important;
  }

  .sm-tw-m-56 {
    margin: 14rem !important;
  }

  .sm-tw-m-64 {
    margin: 16rem !important;
  }

  .sm-tw-m-auto {
    margin: auto !important;
  }

  .sm-tw-m-px {
    margin: 1px !important;
  }

  .sm-tw--m-1 {
    margin: -0.25rem !important;
  }

  .sm-tw--m-2 {
    margin: -0.5rem !important;
  }

  .sm-tw--m-3 {
    margin: -0.75rem !important;
  }

  .sm-tw--m-4 {
    margin: -1rem !important;
  }

  .sm-tw--m-5 {
    margin: -1.25rem !important;
  }

  .sm-tw--m-6 {
    margin: -1.5rem !important;
  }

  .sm-tw--m-8 {
    margin: -2rem !important;
  }

  .sm-tw--m-10 {
    margin: -2.5rem !important;
  }

  .sm-tw--m-12 {
    margin: -3rem !important;
  }

  .sm-tw--m-16 {
    margin: -4rem !important;
  }

  .sm-tw--m-20 {
    margin: -5rem !important;
  }

  .sm-tw--m-24 {
    margin: -6rem !important;
  }

  .sm-tw--m-32 {
    margin: -8rem !important;
  }

  .sm-tw--m-40 {
    margin: -10rem !important;
  }

  .sm-tw--m-48 {
    margin: -12rem !important;
  }

  .sm-tw--m-56 {
    margin: -14rem !important;
  }

  .sm-tw--m-64 {
    margin: -16rem !important;
  }

  .sm-tw--m-px {
    margin: -1px !important;
  }

  .sm-tw-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .sm-tw-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .sm-tw-my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .sm-tw-mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .sm-tw-my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .sm-tw-mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .sm-tw-my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .sm-tw-mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .sm-tw-my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .sm-tw-mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .sm-tw-my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .sm-tw-mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .sm-tw-my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .sm-tw-mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .sm-tw-my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .sm-tw-mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .sm-tw-my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .sm-tw-mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .sm-tw-my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .sm-tw-mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .sm-tw-my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .sm-tw-mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .sm-tw-my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .sm-tw-mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .sm-tw-my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .sm-tw-mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .sm-tw-my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .sm-tw-mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .sm-tw-my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .sm-tw-mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .sm-tw-my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .sm-tw-mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .sm-tw-my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .sm-tw-mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .sm-tw-my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .sm-tw-mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .sm-tw-my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .sm-tw-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .sm-tw-my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .sm-tw-mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .sm-tw--my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .sm-tw--mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .sm-tw--my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .sm-tw--mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .sm-tw--my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .sm-tw--mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .sm-tw--my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .sm-tw--mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .sm-tw--my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .sm-tw--mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .sm-tw--my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .sm-tw--mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .sm-tw--my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .sm-tw--mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .sm-tw--my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .sm-tw--mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .sm-tw--my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .sm-tw--mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .sm-tw--my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .sm-tw--mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .sm-tw--my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .sm-tw--mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .sm-tw--my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .sm-tw--mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .sm-tw--my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .sm-tw--mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .sm-tw--my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .sm-tw--mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .sm-tw--my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .sm-tw--mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .sm-tw--my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .sm-tw--mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .sm-tw--my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .sm-tw--mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .sm-tw--my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .sm-tw--mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .sm-tw-mt-0 {
    margin-top: 0 !important;
  }

  .sm-tw-mr-0 {
    margin-right: 0 !important;
  }

  .sm-tw-mb-0 {
    margin-bottom: 0 !important;
  }

  .sm-tw-ml-0 {
    margin-left: 0 !important;
  }

  .sm-tw-mt-1 {
    margin-top: 0.25rem !important;
  }

  .sm-tw-mr-1 {
    margin-right: 0.25rem !important;
  }

  .sm-tw-mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .sm-tw-ml-1 {
    margin-left: 0.25rem !important;
  }

  .sm-tw-mt-2 {
    margin-top: 0.5rem !important;
  }

  .sm-tw-mr-2 {
    margin-right: 0.5rem !important;
  }

  .sm-tw-mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .sm-tw-ml-2 {
    margin-left: 0.5rem !important;
  }

  .sm-tw-mt-3 {
    margin-top: 0.75rem !important;
  }

  .sm-tw-mr-3 {
    margin-right: 0.75rem !important;
  }

  .sm-tw-mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .sm-tw-ml-3 {
    margin-left: 0.75rem !important;
  }

  .sm-tw-mt-4 {
    margin-top: 1rem !important;
  }

  .sm-tw-mr-4 {
    margin-right: 1rem !important;
  }

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

  .sm-tw-ml-4 {
    margin-left: 1rem !important;
  }

  .sm-tw-mt-5 {
    margin-top: 1.25rem !important;
  }

  .sm-tw-mr-5 {
    margin-right: 1.25rem !important;
  }

  .sm-tw-mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .sm-tw-ml-5 {
    margin-left: 1.25rem !important;
  }

  .sm-tw-mt-6 {
    margin-top: 1.5rem !important;
  }

  .sm-tw-mr-6 {
    margin-right: 1.5rem !important;
  }

  .sm-tw-mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .sm-tw-ml-6 {
    margin-left: 1.5rem !important;
  }

  .sm-tw-mt-8 {
    margin-top: 2rem !important;
  }

  .sm-tw-mr-8 {
    margin-right: 2rem !important;
  }

  .sm-tw-mb-8 {
    margin-bottom: 2rem !important;
  }

  .sm-tw-ml-8 {
    margin-left: 2rem !important;
  }

  .sm-tw-mt-10 {
    margin-top: 2.5rem !important;
  }

  .sm-tw-mr-10 {
    margin-right: 2.5rem !important;
  }

  .sm-tw-mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .sm-tw-ml-10 {
    margin-left: 2.5rem !important;
  }

  .sm-tw-mt-12 {
    margin-top: 3rem !important;
  }

  .sm-tw-mr-12 {
    margin-right: 3rem !important;
  }

  .sm-tw-mb-12 {
    margin-bottom: 3rem !important;
  }

  .sm-tw-ml-12 {
    margin-left: 3rem !important;
  }

  .sm-tw-mt-16 {
    margin-top: 4rem !important;
  }

  .sm-tw-mr-16 {
    margin-right: 4rem !important;
  }

  .sm-tw-mb-16 {
    margin-bottom: 4rem !important;
  }

  .sm-tw-ml-16 {
    margin-left: 4rem !important;
  }

  .sm-tw-mt-20 {
    margin-top: 5rem !important;
  }

  .sm-tw-mr-20 {
    margin-right: 5rem !important;
  }

  .sm-tw-mb-20 {
    margin-bottom: 5rem !important;
  }

  .sm-tw-ml-20 {
    margin-left: 5rem !important;
  }

  .sm-tw-mt-24 {
    margin-top: 6rem !important;
  }

  .sm-tw-mr-24 {
    margin-right: 6rem !important;
  }

  .sm-tw-mb-24 {
    margin-bottom: 6rem !important;
  }

  .sm-tw-ml-24 {
    margin-left: 6rem !important;
  }

  .sm-tw-mt-32 {
    margin-top: 8rem !important;
  }

  .sm-tw-mr-32 {
    margin-right: 8rem !important;
  }

  .sm-tw-mb-32 {
    margin-bottom: 8rem !important;
  }

  .sm-tw-ml-32 {
    margin-left: 8rem !important;
  }

  .sm-tw-mt-40 {
    margin-top: 10rem !important;
  }

  .sm-tw-mr-40 {
    margin-right: 10rem !important;
  }

  .sm-tw-mb-40 {
    margin-bottom: 10rem !important;
  }

  .sm-tw-ml-40 {
    margin-left: 10rem !important;
  }

  .sm-tw-mt-48 {
    margin-top: 12rem !important;
  }

  .sm-tw-mr-48 {
    margin-right: 12rem !important;
  }

  .sm-tw-mb-48 {
    margin-bottom: 12rem !important;
  }

  .sm-tw-ml-48 {
    margin-left: 12rem !important;
  }

  .sm-tw-mt-56 {
    margin-top: 14rem !important;
  }

  .sm-tw-mr-56 {
    margin-right: 14rem !important;
  }

  .sm-tw-mb-56 {
    margin-bottom: 14rem !important;
  }

  .sm-tw-ml-56 {
    margin-left: 14rem !important;
  }

  .sm-tw-mt-64 {
    margin-top: 16rem !important;
  }

  .sm-tw-mr-64 {
    margin-right: 16rem !important;
  }

  .sm-tw-mb-64 {
    margin-bottom: 16rem !important;
  }

  .sm-tw-ml-64 {
    margin-left: 16rem !important;
  }

  .sm-tw-mt-auto {
    margin-top: auto !important;
  }

  .sm-tw-mr-auto {
    margin-right: auto !important;
  }

  .sm-tw-mb-auto {
    margin-bottom: auto !important;
  }

  .sm-tw-ml-auto {
    margin-left: auto !important;
  }

  .sm-tw-mt-px {
    margin-top: 1px !important;
  }

  .sm-tw-mr-px {
    margin-right: 1px !important;
  }

  .sm-tw-mb-px {
    margin-bottom: 1px !important;
  }

  .sm-tw-ml-px {
    margin-left: 1px !important;
  }

  .sm-tw--mt-1 {
    margin-top: -0.25rem !important;
  }

  .sm-tw--mr-1 {
    margin-right: -0.25rem !important;
  }

  .sm-tw--mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .sm-tw--ml-1 {
    margin-left: -0.25rem !important;
  }

  .sm-tw--mt-2 {
    margin-top: -0.5rem !important;
  }

  .sm-tw--mr-2 {
    margin-right: -0.5rem !important;
  }

  .sm-tw--mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .sm-tw--ml-2 {
    margin-left: -0.5rem !important;
  }

  .sm-tw--mt-3 {
    margin-top: -0.75rem !important;
  }

  .sm-tw--mr-3 {
    margin-right: -0.75rem !important;
  }

  .sm-tw--mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .sm-tw--ml-3 {
    margin-left: -0.75rem !important;
  }

  .sm-tw--mt-4 {
    margin-top: -1rem !important;
  }

  .sm-tw--mr-4 {
    margin-right: -1rem !important;
  }

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

  .sm-tw--ml-4 {
    margin-left: -1rem !important;
  }

  .sm-tw--mt-5 {
    margin-top: -1.25rem !important;
  }

  .sm-tw--mr-5 {
    margin-right: -1.25rem !important;
  }

  .sm-tw--mb-5 {
    margin-bottom: -1.25rem !important;
  }

  .sm-tw--ml-5 {
    margin-left: -1.25rem !important;
  }

  .sm-tw--mt-6 {
    margin-top: -1.5rem !important;
  }

  .sm-tw--mr-6 {
    margin-right: -1.5rem !important;
  }

  .sm-tw--mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .sm-tw--ml-6 {
    margin-left: -1.5rem !important;
  }

  .sm-tw--mt-8 {
    margin-top: -2rem !important;
  }

  .sm-tw--mr-8 {
    margin-right: -2rem !important;
  }

  .sm-tw--mb-8 {
    margin-bottom: -2rem !important;
  }

  .sm-tw--ml-8 {
    margin-left: -2rem !important;
  }

  .sm-tw--mt-10 {
    margin-top: -2.5rem !important;
  }

  .sm-tw--mr-10 {
    margin-right: -2.5rem !important;
  }

  .sm-tw--mb-10 {
    margin-bottom: -2.5rem !important;
  }

  .sm-tw--ml-10 {
    margin-left: -2.5rem !important;
  }

  .sm-tw--mt-12 {
    margin-top: -3rem !important;
  }

  .sm-tw--mr-12 {
    margin-right: -3rem !important;
  }

  .sm-tw--mb-12 {
    margin-bottom: -3rem !important;
  }

  .sm-tw--ml-12 {
    margin-left: -3rem !important;
  }

  .sm-tw--mt-16 {
    margin-top: -4rem !important;
  }

  .sm-tw--mr-16 {
    margin-right: -4rem !important;
  }

  .sm-tw--mb-16 {
    margin-bottom: -4rem !important;
  }

  .sm-tw--ml-16 {
    margin-left: -4rem !important;
  }

  .sm-tw--mt-20 {
    margin-top: -5rem !important;
  }

  .sm-tw--mr-20 {
    margin-right: -5rem !important;
  }

  .sm-tw--mb-20 {
    margin-bottom: -5rem !important;
  }

  .sm-tw--ml-20 {
    margin-left: -5rem !important;
  }

  .sm-tw--mt-24 {
    margin-top: -6rem !important;
  }

  .sm-tw--mr-24 {
    margin-right: -6rem !important;
  }

  .sm-tw--mb-24 {
    margin-bottom: -6rem !important;
  }

  .sm-tw--ml-24 {
    margin-left: -6rem !important;
  }

  .sm-tw--mt-32 {
    margin-top: -8rem !important;
  }

  .sm-tw--mr-32 {
    margin-right: -8rem !important;
  }

  .sm-tw--mb-32 {
    margin-bottom: -8rem !important;
  }

  .sm-tw--ml-32 {
    margin-left: -8rem !important;
  }

  .sm-tw--mt-40 {
    margin-top: -10rem !important;
  }

  .sm-tw--mr-40 {
    margin-right: -10rem !important;
  }

  .sm-tw--mb-40 {
    margin-bottom: -10rem !important;
  }

  .sm-tw--ml-40 {
    margin-left: -10rem !important;
  }

  .sm-tw--mt-48 {
    margin-top: -12rem !important;
  }

  .sm-tw--mr-48 {
    margin-right: -12rem !important;
  }

  .sm-tw--mb-48 {
    margin-bottom: -12rem !important;
  }

  .sm-tw--ml-48 {
    margin-left: -12rem !important;
  }

  .sm-tw--mt-56 {
    margin-top: -14rem !important;
  }

  .sm-tw--mr-56 {
    margin-right: -14rem !important;
  }

  .sm-tw--mb-56 {
    margin-bottom: -14rem !important;
  }

  .sm-tw--ml-56 {
    margin-left: -14rem !important;
  }

  .sm-tw--mt-64 {
    margin-top: -16rem !important;
  }

  .sm-tw--mr-64 {
    margin-right: -16rem !important;
  }

  .sm-tw--mb-64 {
    margin-bottom: -16rem !important;
  }

  .sm-tw--ml-64 {
    margin-left: -16rem !important;
  }

  .sm-tw--mt-px {
    margin-top: -1px !important;
  }

  .sm-tw--mr-px {
    margin-right: -1px !important;
  }

  .sm-tw--mb-px {
    margin-bottom: -1px !important;
  }

  .sm-tw--ml-px {
    margin-left: -1px !important;
  }

  .sm-tw-max-h-full {
    max-height: 100% !important;
  }

  .sm-tw-max-h-screen {
    max-height: 100vh !important;
  }

  .sm-tw-max-w-none {
    max-width: none !important;
  }

  .sm-tw-max-w-xs {
    max-width: 20rem !important;
  }

  .sm-tw-max-w-sm {
    max-width: 24rem !important;
  }

  .sm-tw-max-w-md {
    max-width: 28rem !important;
  }

  .sm-tw-max-w-lg {
    max-width: 32rem !important;
  }

  .sm-tw-max-w-xl {
    max-width: 36rem !important;
  }

  .sm-tw-max-w-2xl {
    max-width: 42rem !important;
  }

  .sm-tw-max-w-3xl {
    max-width: 48rem !important;
  }

  .sm-tw-max-w-4xl {
    max-width: 56rem !important;
  }

  .sm-tw-max-w-5xl {
    max-width: 64rem !important;
  }

  .sm-tw-max-w-6xl {
    max-width: 72rem !important;
  }

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

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

  .sm-tw-max-w-screen-md {
    max-width: 768px !important;
  }

  .sm-tw-max-w-screen-lg {
    max-width: 1024px !important;
  }

  .sm-tw-max-w-screen-xl {
    max-width: 1280px !important;
  }

  .sm-tw-min-h-0 {
    min-height: 0 !important;
  }

  .sm-tw-min-h-full {
    min-height: 100% !important;
  }

  .sm-tw-min-h-screen {
    min-height: 100vh !important;
  }

  .sm-tw-min-w-0 {
    min-width: 0 !important;
  }

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

  .sm-tw-object-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }

  .sm-tw-object-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }

  .sm-tw-object-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }

  .sm-tw-object-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }

  .sm-tw-object-scale-down {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }

  .sm-tw-object-bottom {
    -o-object-position: bottom !important;
    object-position: bottom !important;
  }

  .sm-tw-object-center {
    -o-object-position: center !important;
    object-position: center !important;
  }

  .sm-tw-object-left {
    -o-object-position: left !important;
    object-position: left !important;
  }

  .sm-tw-object-left-bottom {
    -o-object-position: left bottom !important;
    object-position: left bottom !important;
  }

  .sm-tw-object-left-top {
    -o-object-position: left top !important;
    object-position: left top !important;
  }

  .sm-tw-object-right {
    -o-object-position: right !important;
    object-position: right !important;
  }

  .sm-tw-object-right-bottom {
    -o-object-position: right bottom !important;
    object-position: right bottom !important;
  }

  .sm-tw-object-right-top {
    -o-object-position: right top !important;
    object-position: right top !important;
  }

  .sm-tw-object-top {
    -o-object-position: top !important;
    object-position: top !important;
  }

  .sm-tw-opacity-0 {
    opacity: 0 !important;
  }

  .sm-tw-opacity-25 {
    opacity: 0.25 !important;
  }

  .sm-tw-opacity-50 {
    opacity: 0.5 !important;
  }

  .sm-tw-opacity-75 {
    opacity: 0.75 !important;
  }

  .sm-tw-opacity-100 {
    opacity: 1 !important;
  }

  .sm-hover-tw-opacity-0:hover {
    opacity: 0 !important;
  }

  .sm-hover-tw-opacity-25:hover {
    opacity: 0.25 !important;
  }

  .sm-hover-tw-opacity-50:hover {
    opacity: 0.5 !important;
  }

  .sm-hover-tw-opacity-75:hover {
    opacity: 0.75 !important;
  }

  .sm-hover-tw-opacity-100:hover {
    opacity: 1 !important;
  }

  .sm-focus-tw-opacity-0:focus {
    opacity: 0 !important;
  }

  .sm-focus-tw-opacity-25:focus {
    opacity: 0.25 !important;
  }

  .sm-focus-tw-opacity-50:focus {
    opacity: 0.5 !important;
  }

  .sm-focus-tw-opacity-75:focus {
    opacity: 0.75 !important;
  }

  .sm-focus-tw-opacity-100:focus {
    opacity: 1 !important;
  }

  .sm-tw-outline-none {
    outline: 0 !important;
  }

  .sm-focus-tw-outline-none:focus {
    outline: 0 !important;
  }

  .sm-tw-overflow-auto {
    overflow: auto !important;
  }

  .sm-tw-overflow-hidden {
    overflow: hidden !important;
  }

  .sm-tw-overflow-visible {
    overflow: visible !important;
  }

  .sm-tw-overflow-scroll {
    overflow: scroll !important;
  }

  .sm-tw-overflow-x-auto {
    overflow-x: auto !important;
  }

  .sm-tw-overflow-y-auto {
    overflow-y: auto !important;
  }

  .sm-tw-overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .sm-tw-overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .sm-tw-overflow-x-visible {
    overflow-x: visible !important;
  }

  .sm-tw-overflow-y-visible {
    overflow-y: visible !important;
  }

  .sm-tw-overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .sm-tw-overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .sm-tw-scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .sm-tw-scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

  .sm-tw-p-0 {
    padding: 0 !important;
  }

  .sm-tw-p-1 {
    padding: 0.25rem !important;
  }

  .sm-tw-p-2 {
    padding: 0.5rem !important;
  }

  .sm-tw-p-3 {
    padding: 0.75rem !important;
  }

  .sm-tw-p-4 {
    padding: 1rem !important;
  }

  .sm-tw-p-5 {
    padding: 1.25rem !important;
  }

  .sm-tw-p-6 {
    padding: 1.5rem !important;
  }

  .sm-tw-p-8 {
    padding: 2rem !important;
  }

  .sm-tw-p-10 {
    padding: 2.5rem !important;
  }

  .sm-tw-p-12 {
    padding: 3rem !important;
  }

  .sm-tw-p-16 {
    padding: 4rem !important;
  }

  .sm-tw-p-20 {
    padding: 5rem !important;
  }

  .sm-tw-p-24 {
    padding: 6rem !important;
  }

  .sm-tw-p-32 {
    padding: 8rem !important;
  }

  .sm-tw-p-40 {
    padding: 10rem !important;
  }

  .sm-tw-p-48 {
    padding: 12rem !important;
  }

  .sm-tw-p-56 {
    padding: 14rem !important;
  }

  .sm-tw-p-64 {
    padding: 16rem !important;
  }

  .sm-tw-p-px {
    padding: 1px !important;
  }

  .sm-tw-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .sm-tw-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .sm-tw-py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .sm-tw-px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .sm-tw-py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .sm-tw-px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .sm-tw-py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .sm-tw-px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .sm-tw-py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .sm-tw-px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .sm-tw-py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .sm-tw-px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .sm-tw-py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .sm-tw-px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .sm-tw-py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .sm-tw-px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .sm-tw-py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .sm-tw-px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .sm-tw-py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .sm-tw-px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .sm-tw-py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .sm-tw-px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .sm-tw-py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .sm-tw-px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .sm-tw-py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .sm-tw-px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .sm-tw-py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .sm-tw-px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .sm-tw-py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .sm-tw-px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .sm-tw-py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .sm-tw-px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .sm-tw-py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .sm-tw-px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .sm-tw-py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .sm-tw-px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .sm-tw-py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .sm-tw-px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .sm-tw-pt-0 {
    padding-top: 0 !important;
  }

  .sm-tw-pr-0 {
    padding-right: 0 !important;
  }

  .sm-tw-pb-0 {
    padding-bottom: 0 !important;
  }

  .sm-tw-pl-0 {
    padding-left: 0 !important;
  }

  .sm-tw-pt-1 {
    padding-top: 0.25rem !important;
  }

  .sm-tw-pr-1 {
    padding-right: 0.25rem !important;
  }

  .sm-tw-pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .sm-tw-pl-1 {
    padding-left: 0.25rem !important;
  }

  .sm-tw-pt-2 {
    padding-top: 0.5rem !important;
  }

  .sm-tw-pr-2 {
    padding-right: 0.5rem !important;
  }

  .sm-tw-pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .sm-tw-pl-2 {
    padding-left: 0.5rem !important;
  }

  .sm-tw-pt-3 {
    padding-top: 0.75rem !important;
  }

  .sm-tw-pr-3 {
    padding-right: 0.75rem !important;
  }

  .sm-tw-pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .sm-tw-pl-3 {
    padding-left: 0.75rem !important;
  }

  .sm-tw-pt-4 {
    padding-top: 1rem !important;
  }

  .sm-tw-pr-4 {
    padding-right: 1rem !important;
  }

  .sm-tw-pb-4 {
    padding-bottom: 1rem !important;
  }

  .sm-tw-pl-4 {
    padding-left: 1rem !important;
  }

  .sm-tw-pt-5 {
    padding-top: 1.25rem !important;
  }

  .sm-tw-pr-5 {
    padding-right: 1.25rem !important;
  }

  .sm-tw-pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .sm-tw-pl-5 {
    padding-left: 1.25rem !important;
  }

  .sm-tw-pt-6 {
    padding-top: 1.5rem !important;
  }

  .sm-tw-pr-6 {
    padding-right: 1.5rem !important;
  }

  .sm-tw-pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .sm-tw-pl-6 {
    padding-left: 1.5rem !important;
  }

  .sm-tw-pt-8 {
    padding-top: 2rem !important;
  }

  .sm-tw-pr-8 {
    padding-right: 2rem !important;
  }

  .sm-tw-pb-8 {
    padding-bottom: 2rem !important;
  }

  .sm-tw-pl-8 {
    padding-left: 2rem !important;
  }

  .sm-tw-pt-10 {
    padding-top: 2.5rem !important;
  }

  .sm-tw-pr-10 {
    padding-right: 2.5rem !important;
  }

  .sm-tw-pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .sm-tw-pl-10 {
    padding-left: 2.5rem !important;
  }

  .sm-tw-pt-12 {
    padding-top: 3rem !important;
  }

  .sm-tw-pr-12 {
    padding-right: 3rem !important;
  }

  .sm-tw-pb-12 {
    padding-bottom: 3rem !important;
  }

  .sm-tw-pl-12 {
    padding-left: 3rem !important;
  }

  .sm-tw-pt-16 {
    padding-top: 4rem !important;
  }

  .sm-tw-pr-16 {
    padding-right: 4rem !important;
  }

  .sm-tw-pb-16 {
    padding-bottom: 4rem !important;
  }

  .sm-tw-pl-16 {
    padding-left: 4rem !important;
  }

  .sm-tw-pt-20 {
    padding-top: 5rem !important;
  }

  .sm-tw-pr-20 {
    padding-right: 5rem !important;
  }

  .sm-tw-pb-20 {
    padding-bottom: 5rem !important;
  }

  .sm-tw-pl-20 {
    padding-left: 5rem !important;
  }

  .sm-tw-pt-24 {
    padding-top: 6rem !important;
  }

  .sm-tw-pr-24 {
    padding-right: 6rem !important;
  }

  .sm-tw-pb-24 {
    padding-bottom: 6rem !important;
  }

  .sm-tw-pl-24 {
    padding-left: 6rem !important;
  }

  .sm-tw-pt-32 {
    padding-top: 8rem !important;
  }

  .sm-tw-pr-32 {
    padding-right: 8rem !important;
  }

  .sm-tw-pb-32 {
    padding-bottom: 8rem !important;
  }

  .sm-tw-pl-32 {
    padding-left: 8rem !important;
  }

  .sm-tw-pt-40 {
    padding-top: 10rem !important;
  }

  .sm-tw-pr-40 {
    padding-right: 10rem !important;
  }

  .sm-tw-pb-40 {
    padding-bottom: 10rem !important;
  }

  .sm-tw-pl-40 {
    padding-left: 10rem !important;
  }

  .sm-tw-pt-48 {
    padding-top: 12rem !important;
  }

  .sm-tw-pr-48 {
    padding-right: 12rem !important;
  }

  .sm-tw-pb-48 {
    padding-bottom: 12rem !important;
  }

  .sm-tw-pl-48 {
    padding-left: 12rem !important;
  }

  .sm-tw-pt-56 {
    padding-top: 14rem !important;
  }

  .sm-tw-pr-56 {
    padding-right: 14rem !important;
  }

  .sm-tw-pb-56 {
    padding-bottom: 14rem !important;
  }

  .sm-tw-pl-56 {
    padding-left: 14rem !important;
  }

  .sm-tw-pt-64 {
    padding-top: 16rem !important;
  }

  .sm-tw-pr-64 {
    padding-right: 16rem !important;
  }

  .sm-tw-pb-64 {
    padding-bottom: 16rem !important;
  }

  .sm-tw-pl-64 {
    padding-left: 16rem !important;
  }

  .sm-tw-pt-px {
    padding-top: 1px !important;
  }

  .sm-tw-pr-px {
    padding-right: 1px !important;
  }

  .sm-tw-pb-px {
    padding-bottom: 1px !important;
  }

  .sm-tw-pl-px {
    padding-left: 1px !important;
  }

  .sm-tw-placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .sm-tw-placeholder-transparent:-ms-input-placeholder {
    color: transparent !important;
  }

  .sm-tw-placeholder-transparent::-ms-input-placeholder {
    color: transparent !important;
  }

  .sm-tw-placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .sm-tw-placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .sm-tw-placeholder-current:-ms-input-placeholder {
    color: currentColor !important;
  }

  .sm-tw-placeholder-current::-ms-input-placeholder {
    color: currentColor !important;
  }

  .sm-tw-placeholder-current::placeholder {
    color: currentColor !important;
  }

  .sm-tw-placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-black:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-black::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-black::placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-white:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-white::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-white::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-gray-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-gray-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-gray-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-gray-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-gray-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-gray-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-gray-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-gray-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-gray-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-gray-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-gray-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-gray-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-gray-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-gray-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-gray-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-gray-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-gray-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-gray-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-gray-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-gray-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-gray-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-gray-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-gray-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-gray-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-gray-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-gray-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-gray-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-gray-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-gray-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-gray-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-gray-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-gray-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-gray-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-gray-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-gray-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-gray-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-red-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-red-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-red-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-red-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-red-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-red-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-red-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-red-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-red-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-red-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-red-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-red-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-red-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-red-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-red-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-red-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-red-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-red-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-red-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-red-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-red-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-red-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-red-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-red-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-red-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-red-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-red-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-red-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-red-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-red-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-red-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-red-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-red-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-red-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-red-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-red-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-orange-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-orange-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-orange-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-orange-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-orange-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-orange-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-orange-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-orange-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-orange-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-orange-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-orange-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-orange-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-orange-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-orange-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-orange-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-orange-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-orange-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-orange-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-orange-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-orange-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-orange-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-orange-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-orange-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-orange-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-orange-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-orange-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-orange-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-orange-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-orange-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-orange-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-orange-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-orange-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-orange-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-orange-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-orange-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-orange-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-yellow-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-yellow-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-yellow-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-yellow-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-yellow-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-yellow-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-yellow-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-yellow-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-yellow-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-yellow-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-yellow-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-yellow-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-yellow-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-yellow-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-yellow-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-yellow-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-yellow-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-yellow-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-yellow-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-yellow-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-yellow-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-yellow-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-yellow-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-yellow-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-yellow-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-yellow-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-yellow-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-yellow-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-yellow-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-yellow-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-yellow-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-yellow-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-yellow-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-yellow-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-yellow-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-yellow-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-green-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-green-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-green-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-green-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-green-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-green-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-green-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-green-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-green-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-green-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-green-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-green-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-green-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-green-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-green-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-green-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-green-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-green-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-green-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-green-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-green-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-green-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-green-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-green-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-green-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-green-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-green-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-green-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-green-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-green-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-green-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-green-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-green-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-green-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-green-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-green-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-teal-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-teal-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-teal-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-teal-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-teal-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-teal-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-teal-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-teal-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-teal-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-teal-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-teal-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-teal-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-teal-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-teal-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-teal-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-teal-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-teal-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-teal-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-teal-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-teal-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-teal-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-teal-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-teal-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-teal-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-teal-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-teal-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-teal-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-teal-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-teal-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-teal-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-teal-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-teal-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-teal-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-teal-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-teal-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-teal-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-blue-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-blue-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-blue-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-blue-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-blue-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-blue-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-blue-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-blue-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-blue-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-blue-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-blue-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-blue-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-blue-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-blue-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-blue-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-blue-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-blue-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-blue-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-blue-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-blue-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-blue-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-blue-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-blue-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-blue-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-blue-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-blue-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-blue-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-blue-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-blue-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-blue-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-blue-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-blue-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-blue-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-blue-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-blue-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-blue-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-indigo-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-indigo-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-indigo-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-indigo-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-indigo-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-indigo-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-indigo-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-indigo-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-indigo-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-indigo-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-indigo-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-indigo-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-indigo-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-indigo-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-indigo-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-indigo-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-indigo-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-indigo-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-indigo-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-indigo-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-indigo-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-indigo-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-indigo-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-indigo-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-indigo-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-indigo-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-indigo-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-indigo-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-indigo-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-indigo-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-indigo-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-indigo-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-indigo-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-indigo-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-indigo-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-indigo-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-purple-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-purple-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-purple-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-purple-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-purple-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-purple-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-purple-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-purple-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-purple-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-purple-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-purple-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-purple-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-purple-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-purple-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-purple-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-purple-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-purple-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-purple-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-purple-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-purple-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-purple-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-purple-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-purple-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-purple-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-purple-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-purple-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-purple-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-purple-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-purple-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-purple-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-purple-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-purple-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-purple-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-purple-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-purple-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-purple-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-pink-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-pink-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-pink-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-pink-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-pink-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-pink-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-pink-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-pink-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-pink-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-pink-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-pink-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-pink-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-pink-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-pink-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-pink-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-pink-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-pink-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-pink-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-pink-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-pink-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-pink-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-pink-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-pink-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-pink-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-pink-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-pink-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-pink-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-pink-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-pink-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-pink-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-pink-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-pink-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-pink-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-pink-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-pink-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-pink-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-lac-blue::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #123440 !important;
    color: rgba(18, 52, 64, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-lac-blue:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #123440 !important;
    color: rgba(18, 52, 64, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-lac-blue::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #123440 !important;
    color: rgba(18, 52, 64, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-lac-blue::placeholder {
    --placeholder-opacity: 1 !important;
    color: #123440 !important;
    color: rgba(18, 52, 64, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-lac-darkblue::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0F2E39 !important;
    color: rgba(15, 46, 57, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-lac-darkblue:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0F2E39 !important;
    color: rgba(15, 46, 57, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-lac-darkblue::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0F2E39 !important;
    color: rgba(15, 46, 57, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-lac-darkblue::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0F2E39 !important;
    color: rgba(15, 46, 57, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-lac-brass::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #D19A86 !important;
    color: rgba(209, 154, 134, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-lac-brass:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #D19A86 !important;
    color: rgba(209, 154, 134, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-lac-brass::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #D19A86 !important;
    color: rgba(209, 154, 134, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-lac-brass::placeholder {
    --placeholder-opacity: 1 !important;
    color: #D19A86 !important;
    color: rgba(209, 154, 134, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-lac-offwhite::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8F8F7 !important;
    color: rgba(248, 248, 247, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-lac-offwhite:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8F8F7 !important;
    color: rgba(248, 248, 247, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-lac-offwhite::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8F8F7 !important;
    color: rgba(248, 248, 247, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-lac-offwhite::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8F8F7 !important;
    color: rgba(248, 248, 247, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .sm-focus-tw-placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent !important;
  }

  .sm-focus-tw-placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent !important;
  }

  .sm-focus-tw-placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .sm-focus-tw-placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .sm-focus-tw-placeholder-current:focus:-ms-input-placeholder {
    color: currentColor !important;
  }

  .sm-focus-tw-placeholder-current:focus::-ms-input-placeholder {
    color: currentColor !important;
  }

  .sm-focus-tw-placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .sm-focus-tw-placeholder-black:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-black:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-black:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-black:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-white:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-white:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-white:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-white:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-gray-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-gray-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-gray-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-gray-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-gray-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-gray-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-gray-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-gray-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-gray-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-gray-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-gray-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-gray-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-gray-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-gray-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-gray-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-gray-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-gray-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-gray-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-gray-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-gray-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-gray-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-gray-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-gray-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-gray-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-gray-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-gray-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-gray-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-gray-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-gray-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-gray-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-gray-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-gray-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-gray-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-gray-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-gray-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-gray-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-red-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-red-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-red-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-red-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-red-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-red-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-red-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-red-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-red-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-red-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-red-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-red-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-red-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-red-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-red-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-red-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-red-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-red-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-red-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-red-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-red-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-red-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-red-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-red-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-red-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-red-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-red-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-red-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-red-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-red-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-red-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-red-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-red-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-red-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-red-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-red-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-orange-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-orange-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-orange-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-orange-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-orange-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-orange-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-orange-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-orange-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-orange-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-orange-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-orange-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-orange-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-orange-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-orange-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-orange-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-orange-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-orange-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-orange-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-orange-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-orange-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-orange-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-orange-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-orange-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-orange-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-orange-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-orange-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-orange-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-orange-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-orange-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-orange-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-orange-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-orange-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-orange-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-orange-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-orange-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-orange-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-yellow-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-yellow-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-yellow-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-yellow-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-yellow-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-yellow-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-yellow-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-yellow-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-yellow-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-yellow-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-yellow-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-yellow-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-yellow-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-yellow-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-yellow-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-yellow-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-yellow-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-yellow-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-yellow-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-yellow-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-yellow-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-yellow-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-yellow-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-yellow-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-yellow-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-yellow-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-yellow-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-yellow-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-yellow-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-yellow-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-yellow-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-yellow-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-yellow-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-yellow-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-yellow-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-yellow-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-green-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-green-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-green-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-green-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-green-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-green-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-green-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-green-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-green-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-green-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-green-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-green-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-green-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-green-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-green-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-green-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-green-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-green-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-green-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-green-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-green-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-green-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-green-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-green-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-green-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-green-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-green-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-green-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-green-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-green-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-green-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-green-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-green-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-green-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-green-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-green-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-teal-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-teal-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-teal-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-teal-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-teal-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-teal-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-teal-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-teal-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-teal-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-teal-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-teal-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-teal-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-teal-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-teal-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-teal-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-teal-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-teal-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-teal-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-teal-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-teal-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-teal-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-teal-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-teal-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-teal-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-teal-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-teal-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-teal-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-teal-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-teal-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-teal-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-teal-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-teal-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-teal-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-teal-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-teal-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-teal-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-blue-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-blue-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-blue-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-blue-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-blue-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-blue-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-blue-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-blue-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-blue-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-blue-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-blue-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-blue-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-blue-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-blue-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-blue-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-blue-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-blue-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-blue-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-blue-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-blue-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-blue-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-blue-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-blue-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-blue-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-blue-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-blue-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-blue-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-blue-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-blue-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-blue-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-blue-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-blue-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-blue-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-blue-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-blue-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-blue-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-indigo-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-indigo-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-indigo-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-indigo-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-indigo-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-indigo-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-indigo-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-indigo-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-indigo-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-indigo-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-indigo-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-indigo-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-indigo-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-indigo-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-indigo-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-indigo-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-indigo-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-indigo-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-indigo-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-indigo-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-indigo-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-indigo-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-indigo-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-indigo-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-indigo-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-indigo-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-indigo-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-indigo-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-indigo-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-indigo-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-indigo-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-indigo-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-indigo-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-indigo-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-indigo-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-indigo-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-purple-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-purple-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-purple-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-purple-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-purple-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-purple-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-purple-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-purple-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-purple-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-purple-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-purple-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-purple-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-purple-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-purple-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-purple-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-purple-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-purple-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-purple-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-purple-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-purple-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-purple-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-purple-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-purple-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-purple-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-purple-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-purple-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-purple-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-purple-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-purple-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-purple-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-purple-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-purple-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-purple-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-purple-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-purple-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-purple-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-pink-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-pink-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-pink-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-pink-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-pink-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-pink-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-pink-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-pink-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-pink-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-pink-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-pink-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-pink-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-pink-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-pink-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-pink-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-pink-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-pink-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-pink-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-pink-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-pink-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-pink-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-pink-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-pink-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-pink-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-pink-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-pink-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-pink-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-pink-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-pink-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-pink-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-pink-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-pink-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-pink-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-pink-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-pink-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-pink-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-lac-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #123440 !important;
    color: rgba(18, 52, 64, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-lac-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #123440 !important;
    color: rgba(18, 52, 64, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-lac-blue:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #123440 !important;
    color: rgba(18, 52, 64, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-lac-blue:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #123440 !important;
    color: rgba(18, 52, 64, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-lac-darkblue:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0F2E39 !important;
    color: rgba(15, 46, 57, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-lac-darkblue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0F2E39 !important;
    color: rgba(15, 46, 57, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-lac-darkblue:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0F2E39 !important;
    color: rgba(15, 46, 57, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-lac-darkblue:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0F2E39 !important;
    color: rgba(15, 46, 57, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-lac-brass:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #D19A86 !important;
    color: rgba(209, 154, 134, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-lac-brass:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #D19A86 !important;
    color: rgba(209, 154, 134, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-lac-brass:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #D19A86 !important;
    color: rgba(209, 154, 134, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-lac-brass:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #D19A86 !important;
    color: rgba(209, 154, 134, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-lac-offwhite:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8F8F7 !important;
    color: rgba(248, 248, 247, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-lac-offwhite:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8F8F7 !important;
    color: rgba(248, 248, 247, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-lac-offwhite:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8F8F7 !important;
    color: rgba(248, 248, 247, var(--placeholder-opacity)) !important;
  }

  .sm-focus-tw-placeholder-lac-offwhite:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8F8F7 !important;
    color: rgba(248, 248, 247, var(--placeholder-opacity)) !important;
  }

  .sm-tw-placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .sm-tw-placeholder-opacity-0:-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .sm-tw-placeholder-opacity-0::-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .sm-tw-placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0 !important;
  }

  .sm-tw-placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .sm-tw-placeholder-opacity-25:-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .sm-tw-placeholder-opacity-25::-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .sm-tw-placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .sm-tw-placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .sm-tw-placeholder-opacity-50:-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .sm-tw-placeholder-opacity-50::-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .sm-tw-placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .sm-tw-placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .sm-tw-placeholder-opacity-75:-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .sm-tw-placeholder-opacity-75::-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .sm-tw-placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .sm-tw-placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .sm-tw-placeholder-opacity-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .sm-tw-placeholder-opacity-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .sm-tw-placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1 !important;
  }

  .sm-focus-tw-placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .sm-focus-tw-placeholder-opacity-0:focus:-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .sm-focus-tw-placeholder-opacity-0:focus::-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .sm-focus-tw-placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0 !important;
  }

  .sm-focus-tw-placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .sm-focus-tw-placeholder-opacity-25:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .sm-focus-tw-placeholder-opacity-25:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .sm-focus-tw-placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .sm-focus-tw-placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .sm-focus-tw-placeholder-opacity-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .sm-focus-tw-placeholder-opacity-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .sm-focus-tw-placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .sm-focus-tw-placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .sm-focus-tw-placeholder-opacity-75:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .sm-focus-tw-placeholder-opacity-75:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .sm-focus-tw-placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .sm-focus-tw-placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .sm-focus-tw-placeholder-opacity-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .sm-focus-tw-placeholder-opacity-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .sm-focus-tw-placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
  }

  .sm-tw-pointer-events-none {
    pointer-events: none !important;
  }

  .sm-tw-pointer-events-auto {
    pointer-events: auto !important;
  }

  .sm-tw-static {
    position: static !important;
  }

  .sm-tw-fixed {
    position: fixed !important;
  }

  .sm-tw-absolute {
    position: absolute !important;
  }

  .sm-tw-relative {
    position: relative !important;
  }

  .sm-tw-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .sm-tw-inset-0 {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .sm-tw-inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .sm-tw-inset-y-0 {
    top: 0 !important;
    bottom: 0 !important;
  }

  .sm-tw-inset-x-0 {
    right: 0 !important;
    left: 0 !important;
  }

  .sm-tw-inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .sm-tw-inset-x-auto {
    right: auto !important;
    left: auto !important;
  }

  .sm-tw-top-0 {
    top: 0 !important;
  }

  .sm-tw-right-0 {
    right: 0 !important;
  }

  .sm-tw-bottom-0 {
    bottom: 0 !important;
  }

  .sm-tw-left-0 {
    left: 0 !important;
  }

  .sm-tw-top-auto {
    top: auto !important;
  }

  .sm-tw-right-auto {
    right: auto !important;
  }

  .sm-tw-bottom-auto {
    bottom: auto !important;
  }

  .sm-tw-left-auto {
    left: auto !important;
  }

  .sm-tw-resize-none {
    resize: none !important;
  }

  .sm-tw-resize-y {
    resize: vertical !important;
  }

  .sm-tw-resize-x {
    resize: horizontal !important;
  }

  .sm-tw-resize {
    resize: both !important;
  }

  .sm-tw-shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .sm-tw-shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .sm-tw-shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm-tw-shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .sm-tw-shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .sm-tw-shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .sm-tw-shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .sm-tw-shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm-tw-shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .sm-tw-shadow-none {
    box-shadow: none !important;
  }

  .sm-hover-tw-shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .sm-hover-tw-shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .sm-hover-tw-shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm-hover-tw-shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .sm-hover-tw-shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .sm-hover-tw-shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .sm-hover-tw-shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .sm-hover-tw-shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm-hover-tw-shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .sm-hover-tw-shadow-none:hover {
    box-shadow: none !important;
  }

  .sm-focus-tw-shadow-xs:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .sm-focus-tw-shadow-sm:focus {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .sm-focus-tw-shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm-focus-tw-shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .sm-focus-tw-shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .sm-focus-tw-shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .sm-focus-tw-shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .sm-focus-tw-shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm-focus-tw-shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .sm-focus-tw-shadow-none:focus {
    box-shadow: none !important;
  }

  .sm-tw-fill-current {
    fill: currentColor !important;
  }

  .sm-tw-stroke-current {
    stroke: currentColor !important;
  }

  .sm-tw-stroke-0 {
    stroke-width: 0 !important;
  }

  .sm-tw-stroke-1 {
    stroke-width: 1 !important;
  }

  .sm-tw-stroke-2 {
    stroke-width: 2 !important;
  }

  .sm-tw-table-auto {
    table-layout: auto !important;
  }

  .sm-tw-table-fixed {
    table-layout: fixed !important;
  }

  .sm-tw-text-left {
    text-align: left !important;
  }

  .sm-tw-text-center {
    text-align: center !important;
  }

  .sm-tw-text-right {
    text-align: right !important;
  }

  .sm-tw-text-justify {
    text-align: justify !important;
  }

  .sm-tw-text-transparent {
    color: transparent !important;
  }

  .sm-tw-text-current {
    color: currentColor !important;
  }

  .sm-tw-text-black {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .sm-tw-text-white {
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .sm-tw-text-gray-100 {
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .sm-tw-text-gray-200 {
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .sm-tw-text-gray-300 {
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .sm-tw-text-gray-400 {
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .sm-tw-text-gray-500 {
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .sm-tw-text-gray-600 {
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .sm-tw-text-gray-700 {
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .sm-tw-text-gray-800 {
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .sm-tw-text-gray-900 {
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .sm-tw-text-red-100 {
    --text-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--text-opacity)) !important;
  }

  .sm-tw-text-red-200 {
    --text-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--text-opacity)) !important;
  }

  .sm-tw-text-red-300 {
    --text-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--text-opacity)) !important;
  }

  .sm-tw-text-red-400 {
    --text-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--text-opacity)) !important;
  }

  .sm-tw-text-red-500 {
    --text-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--text-opacity)) !important;
  }

  .sm-tw-text-red-600 {
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
  }

  .sm-tw-text-red-700 {
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
  }

  .sm-tw-text-red-800 {
    --text-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--text-opacity)) !important;
  }

  .sm-tw-text-red-900 {
    --text-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--text-opacity)) !important;
  }

  .sm-tw-text-orange-100 {
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .sm-tw-text-orange-200 {
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .sm-tw-text-orange-300 {
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .sm-tw-text-orange-400 {
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .sm-tw-text-orange-500 {
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .sm-tw-text-orange-600 {
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .sm-tw-text-orange-700 {
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .sm-tw-text-orange-800 {
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .sm-tw-text-orange-900 {
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .sm-tw-text-yellow-100 {
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .sm-tw-text-yellow-200 {
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .sm-tw-text-yellow-300 {
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .sm-tw-text-yellow-400 {
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .sm-tw-text-yellow-500 {
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .sm-tw-text-yellow-600 {
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .sm-tw-text-yellow-700 {
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .sm-tw-text-yellow-800 {
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .sm-tw-text-yellow-900 {
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .sm-tw-text-green-100 {
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .sm-tw-text-green-200 {
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .sm-tw-text-green-300 {
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .sm-tw-text-green-400 {
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .sm-tw-text-green-500 {
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .sm-tw-text-green-600 {
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .sm-tw-text-green-700 {
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .sm-tw-text-green-800 {
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .sm-tw-text-green-900 {
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .sm-tw-text-teal-100 {
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .sm-tw-text-teal-200 {
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .sm-tw-text-teal-300 {
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .sm-tw-text-teal-400 {
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .sm-tw-text-teal-500 {
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .sm-tw-text-teal-600 {
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .sm-tw-text-teal-700 {
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .sm-tw-text-teal-800 {
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .sm-tw-text-teal-900 {
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .sm-tw-text-blue-100 {
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .sm-tw-text-blue-200 {
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .sm-tw-text-blue-300 {
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .sm-tw-text-blue-400 {
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .sm-tw-text-blue-500 {
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .sm-tw-text-blue-600 {
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .sm-tw-text-blue-700 {
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .sm-tw-text-blue-800 {
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .sm-tw-text-blue-900 {
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .sm-tw-text-indigo-100 {
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .sm-tw-text-indigo-200 {
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .sm-tw-text-indigo-300 {
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .sm-tw-text-indigo-400 {
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .sm-tw-text-indigo-500 {
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .sm-tw-text-indigo-600 {
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .sm-tw-text-indigo-700 {
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .sm-tw-text-indigo-800 {
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .sm-tw-text-indigo-900 {
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .sm-tw-text-purple-100 {
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .sm-tw-text-purple-200 {
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .sm-tw-text-purple-300 {
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .sm-tw-text-purple-400 {
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .sm-tw-text-purple-500 {
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .sm-tw-text-purple-600 {
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .sm-tw-text-purple-700 {
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .sm-tw-text-purple-800 {
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .sm-tw-text-purple-900 {
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .sm-tw-text-pink-100 {
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .sm-tw-text-pink-200 {
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .sm-tw-text-pink-300 {
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .sm-tw-text-pink-400 {
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .sm-tw-text-pink-500 {
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .sm-tw-text-pink-600 {
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .sm-tw-text-pink-700 {
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .sm-tw-text-pink-800 {
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .sm-tw-text-pink-900 {
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .sm-tw-text-lac-blue {
    --text-opacity: 1 !important;
    color: #123440 !important;
    color: rgba(18, 52, 64, var(--text-opacity)) !important;
  }

  .sm-tw-text-lac-darkblue {
    --text-opacity: 1 !important;
    color: #0F2E39 !important;
    color: rgba(15, 46, 57, var(--text-opacity)) !important;
  }

  .sm-tw-text-lac-brass {
    --text-opacity: 1 !important;
    color: #D19A86 !important;
    color: rgba(209, 154, 134, var(--text-opacity)) !important;
  }

  .sm-tw-text-lac-offwhite {
    --text-opacity: 1 !important;
    color: #F8F8F7 !important;
    color: rgba(248, 248, 247, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-transparent:hover {
    color: transparent !important;
  }

  .sm-hover-tw-text-current:hover {
    color: currentColor !important;
  }

  .sm-hover-tw-text-black:hover {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-white:hover {
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-gray-100:hover {
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-gray-200:hover {
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-gray-300:hover {
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-gray-400:hover {
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-gray-500:hover {
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-gray-600:hover {
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-gray-700:hover {
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-gray-800:hover {
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-gray-900:hover {
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-red-100:hover {
    --text-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-red-200:hover {
    --text-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-red-300:hover {
    --text-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-red-400:hover {
    --text-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-red-500:hover {
    --text-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-red-600:hover {
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-red-700:hover {
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-red-800:hover {
    --text-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-red-900:hover {
    --text-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-orange-100:hover {
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-orange-200:hover {
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-orange-300:hover {
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-orange-400:hover {
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-orange-500:hover {
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-orange-600:hover {
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-orange-700:hover {
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-orange-800:hover {
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-orange-900:hover {
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-yellow-100:hover {
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-yellow-200:hover {
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-yellow-300:hover {
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-yellow-400:hover {
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-yellow-500:hover {
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-yellow-600:hover {
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-yellow-700:hover {
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-yellow-800:hover {
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-yellow-900:hover {
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-green-100:hover {
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-green-200:hover {
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-green-300:hover {
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-green-400:hover {
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-green-500:hover {
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-green-600:hover {
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-green-700:hover {
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-green-800:hover {
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-green-900:hover {
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-teal-100:hover {
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-teal-200:hover {
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-teal-300:hover {
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-teal-400:hover {
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-teal-500:hover {
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-teal-600:hover {
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-teal-700:hover {
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-teal-800:hover {
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-teal-900:hover {
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-blue-100:hover {
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-blue-200:hover {
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-blue-300:hover {
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-blue-400:hover {
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-blue-500:hover {
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-blue-600:hover {
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-blue-700:hover {
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-blue-800:hover {
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-blue-900:hover {
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-indigo-100:hover {
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-indigo-200:hover {
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-indigo-300:hover {
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-indigo-400:hover {
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-indigo-500:hover {
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-indigo-600:hover {
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-indigo-700:hover {
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-indigo-800:hover {
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-indigo-900:hover {
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-purple-100:hover {
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-purple-200:hover {
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-purple-300:hover {
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-purple-400:hover {
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-purple-500:hover {
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-purple-600:hover {
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-purple-700:hover {
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-purple-800:hover {
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-purple-900:hover {
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-pink-100:hover {
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-pink-200:hover {
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-pink-300:hover {
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-pink-400:hover {
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-pink-500:hover {
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-pink-600:hover {
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-pink-700:hover {
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-pink-800:hover {
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-pink-900:hover {
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-lac-blue:hover {
    --text-opacity: 1 !important;
    color: #123440 !important;
    color: rgba(18, 52, 64, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-lac-darkblue:hover {
    --text-opacity: 1 !important;
    color: #0F2E39 !important;
    color: rgba(15, 46, 57, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-lac-brass:hover {
    --text-opacity: 1 !important;
    color: #D19A86 !important;
    color: rgba(209, 154, 134, var(--text-opacity)) !important;
  }

  .sm-hover-tw-text-lac-offwhite:hover {
    --text-opacity: 1 !important;
    color: #F8F8F7 !important;
    color: rgba(248, 248, 247, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-transparent:focus {
    color: transparent !important;
  }

  .sm-focus-tw-text-current:focus {
    color: currentColor !important;
  }

  .sm-focus-tw-text-black:focus {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-white:focus {
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-gray-100:focus {
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-gray-200:focus {
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-gray-300:focus {
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-gray-400:focus {
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-gray-500:focus {
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-gray-600:focus {
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-gray-700:focus {
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-gray-800:focus {
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-gray-900:focus {
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-red-100:focus {
    --text-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-red-200:focus {
    --text-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-red-300:focus {
    --text-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-red-400:focus {
    --text-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-red-500:focus {
    --text-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-red-600:focus {
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-red-700:focus {
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-red-800:focus {
    --text-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-red-900:focus {
    --text-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-orange-100:focus {
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-orange-200:focus {
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-orange-300:focus {
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-orange-400:focus {
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-orange-500:focus {
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-orange-600:focus {
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-orange-700:focus {
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-orange-800:focus {
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-orange-900:focus {
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-yellow-100:focus {
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-yellow-200:focus {
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-yellow-300:focus {
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-yellow-400:focus {
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-yellow-500:focus {
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-yellow-600:focus {
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-yellow-700:focus {
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-yellow-800:focus {
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-yellow-900:focus {
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-green-100:focus {
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-green-200:focus {
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-green-300:focus {
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-green-400:focus {
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-green-500:focus {
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-green-600:focus {
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-green-700:focus {
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-green-800:focus {
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-green-900:focus {
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-teal-100:focus {
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-teal-200:focus {
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-teal-300:focus {
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-teal-400:focus {
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-teal-500:focus {
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-teal-600:focus {
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-teal-700:focus {
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-teal-800:focus {
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-teal-900:focus {
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-blue-100:focus {
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-blue-200:focus {
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-blue-300:focus {
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-blue-400:focus {
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-blue-500:focus {
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-blue-600:focus {
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-blue-700:focus {
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-blue-800:focus {
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-blue-900:focus {
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-indigo-100:focus {
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-indigo-200:focus {
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-indigo-300:focus {
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-indigo-400:focus {
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-indigo-500:focus {
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-indigo-600:focus {
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-indigo-700:focus {
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-indigo-800:focus {
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-indigo-900:focus {
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-purple-100:focus {
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-purple-200:focus {
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-purple-300:focus {
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-purple-400:focus {
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-purple-500:focus {
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-purple-600:focus {
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-purple-700:focus {
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-purple-800:focus {
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-purple-900:focus {
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-pink-100:focus {
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-pink-200:focus {
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-pink-300:focus {
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-pink-400:focus {
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-pink-500:focus {
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-pink-600:focus {
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-pink-700:focus {
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-pink-800:focus {
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-pink-900:focus {
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-lac-blue:focus {
    --text-opacity: 1 !important;
    color: #123440 !important;
    color: rgba(18, 52, 64, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-lac-darkblue:focus {
    --text-opacity: 1 !important;
    color: #0F2E39 !important;
    color: rgba(15, 46, 57, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-lac-brass:focus {
    --text-opacity: 1 !important;
    color: #D19A86 !important;
    color: rgba(209, 154, 134, var(--text-opacity)) !important;
  }

  .sm-focus-tw-text-lac-offwhite:focus {
    --text-opacity: 1 !important;
    color: #F8F8F7 !important;
    color: rgba(248, 248, 247, var(--text-opacity)) !important;
  }

  .sm-tw-text-opacity-0 {
    --text-opacity: 0 !important;
  }

  .sm-tw-text-opacity-25 {
    --text-opacity: 0.25 !important;
  }

  .sm-tw-text-opacity-50 {
    --text-opacity: 0.5 !important;
  }

  .sm-tw-text-opacity-75 {
    --text-opacity: 0.75 !important;
  }

  .sm-tw-text-opacity-100 {
    --text-opacity: 1 !important;
  }

  .sm-hover-tw-text-opacity-0:hover {
    --text-opacity: 0 !important;
  }

  .sm-hover-tw-text-opacity-25:hover {
    --text-opacity: 0.25 !important;
  }

  .sm-hover-tw-text-opacity-50:hover {
    --text-opacity: 0.5 !important;
  }

  .sm-hover-tw-text-opacity-75:hover {
    --text-opacity: 0.75 !important;
  }

  .sm-hover-tw-text-opacity-100:hover {
    --text-opacity: 1 !important;
  }

  .sm-focus-tw-text-opacity-0:focus {
    --text-opacity: 0 !important;
  }

  .sm-focus-tw-text-opacity-25:focus {
    --text-opacity: 0.25 !important;
  }

  .sm-focus-tw-text-opacity-50:focus {
    --text-opacity: 0.5 !important;
  }

  .sm-focus-tw-text-opacity-75:focus {
    --text-opacity: 0.75 !important;
  }

  .sm-focus-tw-text-opacity-100:focus {
    --text-opacity: 1 !important;
  }

  .sm-tw-italic {
    font-style: italic !important;
  }

  .sm-tw-not-italic {
    font-style: normal !important;
  }

  .sm-tw-uppercase {
    text-transform: uppercase !important;
  }

  .sm-tw-lowercase {
    text-transform: lowercase !important;
  }

  .sm-tw-capitalize {
    text-transform: capitalize !important;
  }

  .sm-tw-normal-case {
    text-transform: none !important;
  }

  .sm-tw-underline {
    text-decoration: underline !important;
  }

  .sm-tw-line-through {
    text-decoration: line-through !important;
  }

  .sm-tw-no-underline {
    text-decoration: none !important;
  }

  .sm-hover-tw-underline:hover {
    text-decoration: underline !important;
  }

  .sm-hover-tw-line-through:hover {
    text-decoration: line-through !important;
  }

  .sm-hover-tw-no-underline:hover {
    text-decoration: none !important;
  }

  .sm-focus-tw-underline:focus {
    text-decoration: underline !important;
  }

  .sm-focus-tw-line-through:focus {
    text-decoration: line-through !important;
  }

  .sm-focus-tw-no-underline:focus {
    text-decoration: none !important;
  }

  .sm-tw-antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .sm-tw-subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .sm-tw-tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .sm-tw-tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .sm-tw-tracking-normal {
    letter-spacing: 0 !important;
  }

  .sm-tw-tracking-wide {
    letter-spacing: 0.025em !important;
  }

  .sm-tw-tracking-wider {
    letter-spacing: 0.05em !important;
  }

  .sm-tw-tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .sm-tw-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
  }

  .sm-tw-select-text {
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
  }

  .sm-tw-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important;
  }

  .sm-tw-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
  }

  .sm-tw-align-baseline {
    vertical-align: baseline !important;
  }

  .sm-tw-align-top {
    vertical-align: top !important;
  }

  .sm-tw-align-middle {
    vertical-align: middle !important;
  }

  .sm-tw-align-bottom {
    vertical-align: bottom !important;
  }

  .sm-tw-align-text-top {
    vertical-align: text-top !important;
  }

  .sm-tw-align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .sm-tw-visible {
    visibility: visible !important;
  }

  .sm-tw-invisible {
    visibility: hidden !important;
  }

  .sm-tw-whitespace-normal {
    white-space: normal !important;
  }

  .sm-tw-whitespace-no-wrap {
    white-space: nowrap !important;
  }

  .sm-tw-whitespace-pre {
    white-space: pre !important;
  }

  .sm-tw-whitespace-pre-line {
    white-space: pre-line !important;
  }

  .sm-tw-whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .sm-tw-break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .sm-tw-break-words {
    overflow-wrap: break-word !important;
  }

  .sm-tw-break-all {
    word-break: break-all !important;
  }

  .sm-tw-truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .sm-tw-w-0 {
    width: 0 !important;
  }

  .sm-tw-w-1 {
    width: 0.25rem !important;
  }

  .sm-tw-w-2 {
    width: 0.5rem !important;
  }

  .sm-tw-w-3 {
    width: 0.75rem !important;
  }

  .sm-tw-w-4 {
    width: 1rem !important;
  }

  .sm-tw-w-5 {
    width: 1.25rem !important;
  }

  .sm-tw-w-6 {
    width: 1.5rem !important;
  }

  .sm-tw-w-8 {
    width: 2rem !important;
  }

  .sm-tw-w-10 {
    width: 2.5rem !important;
  }

  .sm-tw-w-12 {
    width: 3rem !important;
  }

  .sm-tw-w-16 {
    width: 4rem !important;
  }

  .sm-tw-w-20 {
    width: 5rem !important;
  }

  .sm-tw-w-24 {
    width: 6rem !important;
  }

  .sm-tw-w-25 {
    width: 25% !important;
  }

  .sm-tw-w-32 {
    width: 8rem !important;
  }

  .sm-tw-w-40 {
    width: 10rem !important;
  }

  .sm-tw-w-48 {
    width: 12rem !important;
  }

  .sm-tw-w-50 {
    width: 50% !important;
  }

  .sm-tw-w-56 {
    width: 14rem !important;
  }

  .sm-tw-w-64 {
    width: 16rem !important;
  }

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

  .sm-tw-w-px {
    width: 1px !important;
  }

  .sm-tw-w-1\/2 {
    width: 50% !important;
  }

  .sm-tw-w-1\/3 {
    width: 33.333333% !important;
  }

  .sm-tw-w-2\/3 {
    width: 66.666667% !important;
  }

  .sm-tw-w-1\/4 {
    width: 25% !important;
  }

  .sm-tw-w-2\/4 {
    width: 50% !important;
  }

  .sm-tw-w-3\/4 {
    width: 75% !important;
  }

  .sm-tw-w-1\/5 {
    width: 20% !important;
  }

  .sm-tw-w-2\/5 {
    width: 40% !important;
  }

  .sm-tw-w-3\/5 {
    width: 60% !important;
  }

  .sm-tw-w-4\/5 {
    width: 80% !important;
  }

  .sm-tw-w-1\/6 {
    width: 16.666667% !important;
  }

  .sm-tw-w-2\/6 {
    width: 33.333333% !important;
  }

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

  .sm-tw-w-4\/6 {
    width: 66.666667% !important;
  }

  .sm-tw-w-5\/6 {
    width: 83.333333% !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .sm-tw-w-screen {
    width: 100vw !important;
  }

  .sm-tw-z-0 {
    z-index: 0 !important;
  }

  .sm-tw-z-10 {
    z-index: 10 !important;
  }

  .sm-tw-z-20 {
    z-index: 20 !important;
  }

  .sm-tw-z-30 {
    z-index: 30 !important;
  }

  .sm-tw-z-40 {
    z-index: 40 !important;
  }

  .sm-tw-z-50 {
    z-index: 50 !important;
  }

  .sm-tw-z-auto {
    z-index: auto !important;
  }

  .sm-tw-gap-0 {
    grid-gap: 0 !important;
    gap: 0 !important;
  }

  .sm-tw-gap-1 {
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }

  .sm-tw-gap-2 {
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }

  .sm-tw-gap-3 {
    grid-gap: 0.75rem !important;
    gap: 0.75rem !important;
  }

  .sm-tw-gap-4 {
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }

  .sm-tw-gap-5 {
    grid-gap: 1.25rem !important;
    gap: 1.25rem !important;
  }

  .sm-tw-gap-6 {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .sm-tw-gap-8 {
    grid-gap: 2rem !important;
    gap: 2rem !important;
  }

  .sm-tw-gap-10 {
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

  .sm-tw-gap-12 {
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

  .sm-tw-gap-16 {
    grid-gap: 4rem !important;
    gap: 4rem !important;
  }

  .sm-tw-gap-20 {
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .sm-tw-gap-24 {
    grid-gap: 6rem !important;
    gap: 6rem !important;
  }

  .sm-tw-gap-32 {
    grid-gap: 8rem !important;
    gap: 8rem !important;
  }

  .sm-tw-gap-40 {
    grid-gap: 10rem !important;
    gap: 10rem !important;
  }

  .sm-tw-gap-48 {
    grid-gap: 12rem !important;
    gap: 12rem !important;
  }

  .sm-tw-gap-56 {
    grid-gap: 14rem !important;
    gap: 14rem !important;
  }

  .sm-tw-gap-64 {
    grid-gap: 16rem !important;
    gap: 16rem !important;
  }

  .sm-tw-gap-px {
    grid-gap: 1px !important;
    gap: 1px !important;
  }

  .sm-tw-col-gap-0 {
    grid-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }

  .sm-tw-col-gap-1 {
    grid-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }

  .sm-tw-col-gap-2 {
    grid-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }

  .sm-tw-col-gap-3 {
    grid-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
    column-gap: 0.75rem !important;
  }

  .sm-tw-col-gap-4 {
    grid-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }

  .sm-tw-col-gap-5 {
    grid-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
    column-gap: 1.25rem !important;
  }

  .sm-tw-col-gap-6 {
    grid-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }

  .sm-tw-col-gap-8 {
    grid-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }

  .sm-tw-col-gap-10 {
    grid-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }

  .sm-tw-col-gap-12 {
    grid-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }

  .sm-tw-col-gap-16 {
    grid-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }

  .sm-tw-col-gap-20 {
    grid-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }

  .sm-tw-col-gap-24 {
    grid-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important;
  }

  .sm-tw-col-gap-32 {
    grid-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }

  .sm-tw-col-gap-40 {
    grid-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }

  .sm-tw-col-gap-48 {
    grid-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }

  .sm-tw-col-gap-56 {
    grid-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
    column-gap: 14rem !important;
  }

  .sm-tw-col-gap-64 {
    grid-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
    column-gap: 16rem !important;
  }

  .sm-tw-col-gap-px {
    grid-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
    column-gap: 1px !important;
  }

  .sm-tw-row-gap-0 {
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .sm-tw-row-gap-1 {
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .sm-tw-row-gap-2 {
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .sm-tw-row-gap-3 {
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .sm-tw-row-gap-4 {
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .sm-tw-row-gap-5 {
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .sm-tw-row-gap-6 {
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .sm-tw-row-gap-8 {
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .sm-tw-row-gap-10 {
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .sm-tw-row-gap-12 {
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .sm-tw-row-gap-16 {
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .sm-tw-row-gap-20 {
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .sm-tw-row-gap-24 {
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .sm-tw-row-gap-32 {
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .sm-tw-row-gap-40 {
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .sm-tw-row-gap-48 {
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .sm-tw-row-gap-56 {
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .sm-tw-row-gap-64 {
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .sm-tw-row-gap-px {
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

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

  .sm-tw-grid-flow-col {
    grid-auto-flow: column !important;
  }

  .sm-tw-grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .sm-tw-grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

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

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

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

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

  .sm-tw-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .sm-tw-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .sm-tw-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .sm-tw-grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .sm-tw-grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .sm-tw-grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .sm-tw-grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

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

  .sm-tw-grid-cols-none {
    grid-template-columns: none !important;
  }

  .sm-tw-col-auto {
    grid-column: auto !important;
  }

  .sm-tw-col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .sm-tw-col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .sm-tw-col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .sm-tw-col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .sm-tw-col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .sm-tw-col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .sm-tw-col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .sm-tw-col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .sm-tw-col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .sm-tw-col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .sm-tw-col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .sm-tw-col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .sm-tw-col-start-1 {
    grid-column-start: 1 !important;
  }

  .sm-tw-col-start-2 {
    grid-column-start: 2 !important;
  }

  .sm-tw-col-start-3 {
    grid-column-start: 3 !important;
  }

  .sm-tw-col-start-4 {
    grid-column-start: 4 !important;
  }

  .sm-tw-col-start-5 {
    grid-column-start: 5 !important;
  }

  .sm-tw-col-start-6 {
    grid-column-start: 6 !important;
  }

  .sm-tw-col-start-7 {
    grid-column-start: 7 !important;
  }

  .sm-tw-col-start-8 {
    grid-column-start: 8 !important;
  }

  .sm-tw-col-start-9 {
    grid-column-start: 9 !important;
  }

  .sm-tw-col-start-10 {
    grid-column-start: 10 !important;
  }

  .sm-tw-col-start-11 {
    grid-column-start: 11 !important;
  }

  .sm-tw-col-start-12 {
    grid-column-start: 12 !important;
  }

  .sm-tw-col-start-13 {
    grid-column-start: 13 !important;
  }

  .sm-tw-col-start-auto {
    grid-column-start: auto !important;
  }

  .sm-tw-col-end-1 {
    grid-column-end: 1 !important;
  }

  .sm-tw-col-end-2 {
    grid-column-end: 2 !important;
  }

  .sm-tw-col-end-3 {
    grid-column-end: 3 !important;
  }

  .sm-tw-col-end-4 {
    grid-column-end: 4 !important;
  }

  .sm-tw-col-end-5 {
    grid-column-end: 5 !important;
  }

  .sm-tw-col-end-6 {
    grid-column-end: 6 !important;
  }

  .sm-tw-col-end-7 {
    grid-column-end: 7 !important;
  }

  .sm-tw-col-end-8 {
    grid-column-end: 8 !important;
  }

  .sm-tw-col-end-9 {
    grid-column-end: 9 !important;
  }

  .sm-tw-col-end-10 {
    grid-column-end: 10 !important;
  }

  .sm-tw-col-end-11 {
    grid-column-end: 11 !important;
  }

  .sm-tw-col-end-12 {
    grid-column-end: 12 !important;
  }

  .sm-tw-col-end-13 {
    grid-column-end: 13 !important;
  }

  .sm-tw-col-end-auto {
    grid-column-end: auto !important;
  }

  .sm-tw-grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .sm-tw-grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .sm-tw-grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .sm-tw-grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .sm-tw-grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .sm-tw-grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .sm-tw-grid-rows-none {
    grid-template-rows: none !important;
  }

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

  .sm-tw-row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .sm-tw-row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .sm-tw-row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .sm-tw-row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .sm-tw-row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .sm-tw-row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .sm-tw-row-start-1 {
    grid-row-start: 1 !important;
  }

  .sm-tw-row-start-2 {
    grid-row-start: 2 !important;
  }

  .sm-tw-row-start-3 {
    grid-row-start: 3 !important;
  }

  .sm-tw-row-start-4 {
    grid-row-start: 4 !important;
  }

  .sm-tw-row-start-5 {
    grid-row-start: 5 !important;
  }

  .sm-tw-row-start-6 {
    grid-row-start: 6 !important;
  }

  .sm-tw-row-start-7 {
    grid-row-start: 7 !important;
  }

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

  .sm-tw-row-end-1 {
    grid-row-end: 1 !important;
  }

  .sm-tw-row-end-2 {
    grid-row-end: 2 !important;
  }

  .sm-tw-row-end-3 {
    grid-row-end: 3 !important;
  }

  .sm-tw-row-end-4 {
    grid-row-end: 4 !important;
  }

  .sm-tw-row-end-5 {
    grid-row-end: 5 !important;
  }

  .sm-tw-row-end-6 {
    grid-row-end: 6 !important;
  }

  .sm-tw-row-end-7 {
    grid-row-end: 7 !important;
  }

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

  .sm-tw-transform {
    --transform-translate-x: 0 !important;
    --transform-translate-y: 0 !important;
    --transform-rotate: 0 !important;
    --transform-skew-x: 0 !important;
    --transform-skew-y: 0 !important;
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
  }

  .sm-tw-transform-none {
    transform: none !important;
  }

  .sm-tw-origin-center {
    transform-origin: center !important;
  }

  .sm-tw-origin-top {
    transform-origin: top !important;
  }

  .sm-tw-origin-top-right {
    transform-origin: top right !important;
  }

  .sm-tw-origin-right {
    transform-origin: right !important;
  }

  .sm-tw-origin-bottom-right {
    transform-origin: bottom right !important;
  }

  .sm-tw-origin-bottom {
    transform-origin: bottom !important;
  }

  .sm-tw-origin-bottom-left {
    transform-origin: bottom left !important;
  }

  .sm-tw-origin-left {
    transform-origin: left !important;
  }

  .sm-tw-origin-top-left {
    transform-origin: top left !important;
  }

  .sm-tw-scale-0 {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .sm-tw-scale-50 {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .sm-tw-scale-75 {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .sm-tw-scale-90 {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .sm-tw-scale-95 {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .sm-tw-scale-100 {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .sm-tw-scale-105 {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .sm-tw-scale-110 {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .sm-tw-scale-125 {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .sm-tw-scale-150 {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .sm-tw-scale-x-0 {
    --transform-scale-x: 0 !important;
  }

  .sm-tw-scale-x-50 {
    --transform-scale-x: .5 !important;
  }

  .sm-tw-scale-x-75 {
    --transform-scale-x: .75 !important;
  }

  .sm-tw-scale-x-90 {
    --transform-scale-x: .9 !important;
  }

  .sm-tw-scale-x-95 {
    --transform-scale-x: .95 !important;
  }

  .sm-tw-scale-x-100 {
    --transform-scale-x: 1 !important;
  }

  .sm-tw-scale-x-105 {
    --transform-scale-x: 1.05 !important;
  }

  .sm-tw-scale-x-110 {
    --transform-scale-x: 1.1 !important;
  }

  .sm-tw-scale-x-125 {
    --transform-scale-x: 1.25 !important;
  }

  .sm-tw-scale-x-150 {
    --transform-scale-x: 1.5 !important;
  }

  .sm-tw-scale-y-0 {
    --transform-scale-y: 0 !important;
  }

  .sm-tw-scale-y-50 {
    --transform-scale-y: .5 !important;
  }

  .sm-tw-scale-y-75 {
    --transform-scale-y: .75 !important;
  }

  .sm-tw-scale-y-90 {
    --transform-scale-y: .9 !important;
  }

  .sm-tw-scale-y-95 {
    --transform-scale-y: .95 !important;
  }

  .sm-tw-scale-y-100 {
    --transform-scale-y: 1 !important;
  }

  .sm-tw-scale-y-105 {
    --transform-scale-y: 1.05 !important;
  }

  .sm-tw-scale-y-110 {
    --transform-scale-y: 1.1 !important;
  }

  .sm-tw-scale-y-125 {
    --transform-scale-y: 1.25 !important;
  }

  .sm-tw-scale-y-150 {
    --transform-scale-y: 1.5 !important;
  }

  .sm-hover-tw-scale-0:hover {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .sm-hover-tw-scale-50:hover {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .sm-hover-tw-scale-75:hover {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .sm-hover-tw-scale-90:hover {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .sm-hover-tw-scale-95:hover {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .sm-hover-tw-scale-100:hover {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .sm-hover-tw-scale-105:hover {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .sm-hover-tw-scale-110:hover {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .sm-hover-tw-scale-125:hover {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .sm-hover-tw-scale-150:hover {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .sm-hover-tw-scale-x-0:hover {
    --transform-scale-x: 0 !important;
  }

  .sm-hover-tw-scale-x-50:hover {
    --transform-scale-x: .5 !important;
  }

  .sm-hover-tw-scale-x-75:hover {
    --transform-scale-x: .75 !important;
  }

  .sm-hover-tw-scale-x-90:hover {
    --transform-scale-x: .9 !important;
  }

  .sm-hover-tw-scale-x-95:hover {
    --transform-scale-x: .95 !important;
  }

  .sm-hover-tw-scale-x-100:hover {
    --transform-scale-x: 1 !important;
  }

  .sm-hover-tw-scale-x-105:hover {
    --transform-scale-x: 1.05 !important;
  }

  .sm-hover-tw-scale-x-110:hover {
    --transform-scale-x: 1.1 !important;
  }

  .sm-hover-tw-scale-x-125:hover {
    --transform-scale-x: 1.25 !important;
  }

  .sm-hover-tw-scale-x-150:hover {
    --transform-scale-x: 1.5 !important;
  }

  .sm-hover-tw-scale-y-0:hover {
    --transform-scale-y: 0 !important;
  }

  .sm-hover-tw-scale-y-50:hover {
    --transform-scale-y: .5 !important;
  }

  .sm-hover-tw-scale-y-75:hover {
    --transform-scale-y: .75 !important;
  }

  .sm-hover-tw-scale-y-90:hover {
    --transform-scale-y: .9 !important;
  }

  .sm-hover-tw-scale-y-95:hover {
    --transform-scale-y: .95 !important;
  }

  .sm-hover-tw-scale-y-100:hover {
    --transform-scale-y: 1 !important;
  }

  .sm-hover-tw-scale-y-105:hover {
    --transform-scale-y: 1.05 !important;
  }

  .sm-hover-tw-scale-y-110:hover {
    --transform-scale-y: 1.1 !important;
  }

  .sm-hover-tw-scale-y-125:hover {
    --transform-scale-y: 1.25 !important;
  }

  .sm-hover-tw-scale-y-150:hover {
    --transform-scale-y: 1.5 !important;
  }

  .sm-focus-tw-scale-0:focus {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .sm-focus-tw-scale-50:focus {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .sm-focus-tw-scale-75:focus {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .sm-focus-tw-scale-90:focus {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .sm-focus-tw-scale-95:focus {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .sm-focus-tw-scale-100:focus {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .sm-focus-tw-scale-105:focus {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .sm-focus-tw-scale-110:focus {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .sm-focus-tw-scale-125:focus {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .sm-focus-tw-scale-150:focus {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .sm-focus-tw-scale-x-0:focus {
    --transform-scale-x: 0 !important;
  }

  .sm-focus-tw-scale-x-50:focus {
    --transform-scale-x: .5 !important;
  }

  .sm-focus-tw-scale-x-75:focus {
    --transform-scale-x: .75 !important;
  }

  .sm-focus-tw-scale-x-90:focus {
    --transform-scale-x: .9 !important;
  }

  .sm-focus-tw-scale-x-95:focus {
    --transform-scale-x: .95 !important;
  }

  .sm-focus-tw-scale-x-100:focus {
    --transform-scale-x: 1 !important;
  }

  .sm-focus-tw-scale-x-105:focus {
    --transform-scale-x: 1.05 !important;
  }

  .sm-focus-tw-scale-x-110:focus {
    --transform-scale-x: 1.1 !important;
  }

  .sm-focus-tw-scale-x-125:focus {
    --transform-scale-x: 1.25 !important;
  }

  .sm-focus-tw-scale-x-150:focus {
    --transform-scale-x: 1.5 !important;
  }

  .sm-focus-tw-scale-y-0:focus {
    --transform-scale-y: 0 !important;
  }

  .sm-focus-tw-scale-y-50:focus {
    --transform-scale-y: .5 !important;
  }

  .sm-focus-tw-scale-y-75:focus {
    --transform-scale-y: .75 !important;
  }

  .sm-focus-tw-scale-y-90:focus {
    --transform-scale-y: .9 !important;
  }

  .sm-focus-tw-scale-y-95:focus {
    --transform-scale-y: .95 !important;
  }

  .sm-focus-tw-scale-y-100:focus {
    --transform-scale-y: 1 !important;
  }

  .sm-focus-tw-scale-y-105:focus {
    --transform-scale-y: 1.05 !important;
  }

  .sm-focus-tw-scale-y-110:focus {
    --transform-scale-y: 1.1 !important;
  }

  .sm-focus-tw-scale-y-125:focus {
    --transform-scale-y: 1.25 !important;
  }

  .sm-focus-tw-scale-y-150:focus {
    --transform-scale-y: 1.5 !important;
  }

  .sm-tw-rotate-0 {
    --transform-rotate: 0 !important;
  }

  .sm-tw-rotate-45 {
    --transform-rotate: 45deg !important;
  }

  .sm-tw-rotate-90 {
    --transform-rotate: 90deg !important;
  }

  .sm-tw-rotate-180 {
    --transform-rotate: 180deg !important;
  }

  .sm-tw--rotate-180 {
    --transform-rotate: -180deg !important;
  }

  .sm-tw--rotate-90 {
    --transform-rotate: -90deg !important;
  }

  .sm-tw--rotate-45 {
    --transform-rotate: -45deg !important;
  }

  .sm-hover-tw-rotate-0:hover {
    --transform-rotate: 0 !important;
  }

  .sm-hover-tw-rotate-45:hover {
    --transform-rotate: 45deg !important;
  }

  .sm-hover-tw-rotate-90:hover {
    --transform-rotate: 90deg !important;
  }

  .sm-hover-tw-rotate-180:hover {
    --transform-rotate: 180deg !important;
  }

  .sm-hover-tw--rotate-180:hover {
    --transform-rotate: -180deg !important;
  }

  .sm-hover-tw--rotate-90:hover {
    --transform-rotate: -90deg !important;
  }

  .sm-hover-tw--rotate-45:hover {
    --transform-rotate: -45deg !important;
  }

  .sm-focus-tw-rotate-0:focus {
    --transform-rotate: 0 !important;
  }

  .sm-focus-tw-rotate-45:focus {
    --transform-rotate: 45deg !important;
  }

  .sm-focus-tw-rotate-90:focus {
    --transform-rotate: 90deg !important;
  }

  .sm-focus-tw-rotate-180:focus {
    --transform-rotate: 180deg !important;
  }

  .sm-focus-tw--rotate-180:focus {
    --transform-rotate: -180deg !important;
  }

  .sm-focus-tw--rotate-90:focus {
    --transform-rotate: -90deg !important;
  }

  .sm-focus-tw--rotate-45:focus {
    --transform-rotate: -45deg !important;
  }

  .sm-tw-translate-x-0 {
    --transform-translate-x: 0 !important;
  }

  .sm-tw-translate-x-1 {
    --transform-translate-x: 0.25rem !important;
  }

  .sm-tw-translate-x-2 {
    --transform-translate-x: 0.5rem !important;
  }

  .sm-tw-translate-x-3 {
    --transform-translate-x: 0.75rem !important;
  }

  .sm-tw-translate-x-4 {
    --transform-translate-x: 1rem !important;
  }

  .sm-tw-translate-x-5 {
    --transform-translate-x: 1.25rem !important;
  }

  .sm-tw-translate-x-6 {
    --transform-translate-x: 1.5rem !important;
  }

  .sm-tw-translate-x-8 {
    --transform-translate-x: 2rem !important;
  }

  .sm-tw-translate-x-10 {
    --transform-translate-x: 2.5rem !important;
  }

  .sm-tw-translate-x-12 {
    --transform-translate-x: 3rem !important;
  }

  .sm-tw-translate-x-16 {
    --transform-translate-x: 4rem !important;
  }

  .sm-tw-translate-x-20 {
    --transform-translate-x: 5rem !important;
  }

  .sm-tw-translate-x-24 {
    --transform-translate-x: 6rem !important;
  }

  .sm-tw-translate-x-32 {
    --transform-translate-x: 8rem !important;
  }

  .sm-tw-translate-x-40 {
    --transform-translate-x: 10rem !important;
  }

  .sm-tw-translate-x-48 {
    --transform-translate-x: 12rem !important;
  }

  .sm-tw-translate-x-56 {
    --transform-translate-x: 14rem !important;
  }

  .sm-tw-translate-x-64 {
    --transform-translate-x: 16rem !important;
  }

  .sm-tw-translate-x-px {
    --transform-translate-x: 1px !important;
  }

  .sm-tw--translate-x-1 {
    --transform-translate-x: -0.25rem !important;
  }

  .sm-tw--translate-x-2 {
    --transform-translate-x: -0.5rem !important;
  }

  .sm-tw--translate-x-3 {
    --transform-translate-x: -0.75rem !important;
  }

  .sm-tw--translate-x-4 {
    --transform-translate-x: -1rem !important;
  }

  .sm-tw--translate-x-5 {
    --transform-translate-x: -1.25rem !important;
  }

  .sm-tw--translate-x-6 {
    --transform-translate-x: -1.5rem !important;
  }

  .sm-tw--translate-x-8 {
    --transform-translate-x: -2rem !important;
  }

  .sm-tw--translate-x-10 {
    --transform-translate-x: -2.5rem !important;
  }

  .sm-tw--translate-x-12 {
    --transform-translate-x: -3rem !important;
  }

  .sm-tw--translate-x-16 {
    --transform-translate-x: -4rem !important;
  }

  .sm-tw--translate-x-20 {
    --transform-translate-x: -5rem !important;
  }

  .sm-tw--translate-x-24 {
    --transform-translate-x: -6rem !important;
  }

  .sm-tw--translate-x-32 {
    --transform-translate-x: -8rem !important;
  }

  .sm-tw--translate-x-40 {
    --transform-translate-x: -10rem !important;
  }

  .sm-tw--translate-x-48 {
    --transform-translate-x: -12rem !important;
  }

  .sm-tw--translate-x-56 {
    --transform-translate-x: -14rem !important;
  }

  .sm-tw--translate-x-64 {
    --transform-translate-x: -16rem !important;
  }

  .sm-tw--translate-x-px {
    --transform-translate-x: -1px !important;
  }

  .sm-tw--translate-x-full {
    --transform-translate-x: -100% !important;
  }

  .sm-tw--translate-x-1\/2 {
    --transform-translate-x: -50% !important;
  }

  .sm-tw-translate-x-1\/2 {
    --transform-translate-x: 50% !important;
  }

  .sm-tw-translate-x-full {
    --transform-translate-x: 100% !important;
  }

  .sm-tw-translate-y-0 {
    --transform-translate-y: 0 !important;
  }

  .sm-tw-translate-y-1 {
    --transform-translate-y: 0.25rem !important;
  }

  .sm-tw-translate-y-2 {
    --transform-translate-y: 0.5rem !important;
  }

  .sm-tw-translate-y-3 {
    --transform-translate-y: 0.75rem !important;
  }

  .sm-tw-translate-y-4 {
    --transform-translate-y: 1rem !important;
  }

  .sm-tw-translate-y-5 {
    --transform-translate-y: 1.25rem !important;
  }

  .sm-tw-translate-y-6 {
    --transform-translate-y: 1.5rem !important;
  }

  .sm-tw-translate-y-8 {
    --transform-translate-y: 2rem !important;
  }

  .sm-tw-translate-y-10 {
    --transform-translate-y: 2.5rem !important;
  }

  .sm-tw-translate-y-12 {
    --transform-translate-y: 3rem !important;
  }

  .sm-tw-translate-y-16 {
    --transform-translate-y: 4rem !important;
  }

  .sm-tw-translate-y-20 {
    --transform-translate-y: 5rem !important;
  }

  .sm-tw-translate-y-24 {
    --transform-translate-y: 6rem !important;
  }

  .sm-tw-translate-y-32 {
    --transform-translate-y: 8rem !important;
  }

  .sm-tw-translate-y-40 {
    --transform-translate-y: 10rem !important;
  }

  .sm-tw-translate-y-48 {
    --transform-translate-y: 12rem !important;
  }

  .sm-tw-translate-y-56 {
    --transform-translate-y: 14rem !important;
  }

  .sm-tw-translate-y-64 {
    --transform-translate-y: 16rem !important;
  }

  .sm-tw-translate-y-px {
    --transform-translate-y: 1px !important;
  }

  .sm-tw--translate-y-1 {
    --transform-translate-y: -0.25rem !important;
  }

  .sm-tw--translate-y-2 {
    --transform-translate-y: -0.5rem !important;
  }

  .sm-tw--translate-y-3 {
    --transform-translate-y: -0.75rem !important;
  }

  .sm-tw--translate-y-4 {
    --transform-translate-y: -1rem !important;
  }

  .sm-tw--translate-y-5 {
    --transform-translate-y: -1.25rem !important;
  }

  .sm-tw--translate-y-6 {
    --transform-translate-y: -1.5rem !important;
  }

  .sm-tw--translate-y-8 {
    --transform-translate-y: -2rem !important;
  }

  .sm-tw--translate-y-10 {
    --transform-translate-y: -2.5rem !important;
  }

  .sm-tw--translate-y-12 {
    --transform-translate-y: -3rem !important;
  }

  .sm-tw--translate-y-16 {
    --transform-translate-y: -4rem !important;
  }

  .sm-tw--translate-y-20 {
    --transform-translate-y: -5rem !important;
  }

  .sm-tw--translate-y-24 {
    --transform-translate-y: -6rem !important;
  }

  .sm-tw--translate-y-32 {
    --transform-translate-y: -8rem !important;
  }

  .sm-tw--translate-y-40 {
    --transform-translate-y: -10rem !important;
  }

  .sm-tw--translate-y-48 {
    --transform-translate-y: -12rem !important;
  }

  .sm-tw--translate-y-56 {
    --transform-translate-y: -14rem !important;
  }

  .sm-tw--translate-y-64 {
    --transform-translate-y: -16rem !important;
  }

  .sm-tw--translate-y-px {
    --transform-translate-y: -1px !important;
  }

  .sm-tw--translate-y-full {
    --transform-translate-y: -100% !important;
  }

  .sm-tw--translate-y-1\/2 {
    --transform-translate-y: -50% !important;
  }

  .sm-tw-translate-y-1\/2 {
    --transform-translate-y: 50% !important;
  }

  .sm-tw-translate-y-full {
    --transform-translate-y: 100% !important;
  }

  .sm-hover-tw-translate-x-0:hover {
    --transform-translate-x: 0 !important;
  }

  .sm-hover-tw-translate-x-1:hover {
    --transform-translate-x: 0.25rem !important;
  }

  .sm-hover-tw-translate-x-2:hover {
    --transform-translate-x: 0.5rem !important;
  }

  .sm-hover-tw-translate-x-3:hover {
    --transform-translate-x: 0.75rem !important;
  }

  .sm-hover-tw-translate-x-4:hover {
    --transform-translate-x: 1rem !important;
  }

  .sm-hover-tw-translate-x-5:hover {
    --transform-translate-x: 1.25rem !important;
  }

  .sm-hover-tw-translate-x-6:hover {
    --transform-translate-x: 1.5rem !important;
  }

  .sm-hover-tw-translate-x-8:hover {
    --transform-translate-x: 2rem !important;
  }

  .sm-hover-tw-translate-x-10:hover {
    --transform-translate-x: 2.5rem !important;
  }

  .sm-hover-tw-translate-x-12:hover {
    --transform-translate-x: 3rem !important;
  }

  .sm-hover-tw-translate-x-16:hover {
    --transform-translate-x: 4rem !important;
  }

  .sm-hover-tw-translate-x-20:hover {
    --transform-translate-x: 5rem !important;
  }

  .sm-hover-tw-translate-x-24:hover {
    --transform-translate-x: 6rem !important;
  }

  .sm-hover-tw-translate-x-32:hover {
    --transform-translate-x: 8rem !important;
  }

  .sm-hover-tw-translate-x-40:hover {
    --transform-translate-x: 10rem !important;
  }

  .sm-hover-tw-translate-x-48:hover {
    --transform-translate-x: 12rem !important;
  }

  .sm-hover-tw-translate-x-56:hover {
    --transform-translate-x: 14rem !important;
  }

  .sm-hover-tw-translate-x-64:hover {
    --transform-translate-x: 16rem !important;
  }

  .sm-hover-tw-translate-x-px:hover {
    --transform-translate-x: 1px !important;
  }

  .sm-hover-tw--translate-x-1:hover {
    --transform-translate-x: -0.25rem !important;
  }

  .sm-hover-tw--translate-x-2:hover {
    --transform-translate-x: -0.5rem !important;
  }

  .sm-hover-tw--translate-x-3:hover {
    --transform-translate-x: -0.75rem !important;
  }

  .sm-hover-tw--translate-x-4:hover {
    --transform-translate-x: -1rem !important;
  }

  .sm-hover-tw--translate-x-5:hover {
    --transform-translate-x: -1.25rem !important;
  }

  .sm-hover-tw--translate-x-6:hover {
    --transform-translate-x: -1.5rem !important;
  }

  .sm-hover-tw--translate-x-8:hover {
    --transform-translate-x: -2rem !important;
  }

  .sm-hover-tw--translate-x-10:hover {
    --transform-translate-x: -2.5rem !important;
  }

  .sm-hover-tw--translate-x-12:hover {
    --transform-translate-x: -3rem !important;
  }

  .sm-hover-tw--translate-x-16:hover {
    --transform-translate-x: -4rem !important;
  }

  .sm-hover-tw--translate-x-20:hover {
    --transform-translate-x: -5rem !important;
  }

  .sm-hover-tw--translate-x-24:hover {
    --transform-translate-x: -6rem !important;
  }

  .sm-hover-tw--translate-x-32:hover {
    --transform-translate-x: -8rem !important;
  }

  .sm-hover-tw--translate-x-40:hover {
    --transform-translate-x: -10rem !important;
  }

  .sm-hover-tw--translate-x-48:hover {
    --transform-translate-x: -12rem !important;
  }

  .sm-hover-tw--translate-x-56:hover {
    --transform-translate-x: -14rem !important;
  }

  .sm-hover-tw--translate-x-64:hover {
    --transform-translate-x: -16rem !important;
  }

  .sm-hover-tw--translate-x-px:hover {
    --transform-translate-x: -1px !important;
  }

  .sm-hover-tw--translate-x-full:hover {
    --transform-translate-x: -100% !important;
  }

  .sm-hover-tw--translate-x-1\/2:hover {
    --transform-translate-x: -50% !important;
  }

  .sm-hover-tw-translate-x-1\/2:hover {
    --transform-translate-x: 50% !important;
  }

  .sm-hover-tw-translate-x-full:hover {
    --transform-translate-x: 100% !important;
  }

  .sm-hover-tw-translate-y-0:hover {
    --transform-translate-y: 0 !important;
  }

  .sm-hover-tw-translate-y-1:hover {
    --transform-translate-y: 0.25rem !important;
  }

  .sm-hover-tw-translate-y-2:hover {
    --transform-translate-y: 0.5rem !important;
  }

  .sm-hover-tw-translate-y-3:hover {
    --transform-translate-y: 0.75rem !important;
  }

  .sm-hover-tw-translate-y-4:hover {
    --transform-translate-y: 1rem !important;
  }

  .sm-hover-tw-translate-y-5:hover {
    --transform-translate-y: 1.25rem !important;
  }

  .sm-hover-tw-translate-y-6:hover {
    --transform-translate-y: 1.5rem !important;
  }

  .sm-hover-tw-translate-y-8:hover {
    --transform-translate-y: 2rem !important;
  }

  .sm-hover-tw-translate-y-10:hover {
    --transform-translate-y: 2.5rem !important;
  }

  .sm-hover-tw-translate-y-12:hover {
    --transform-translate-y: 3rem !important;
  }

  .sm-hover-tw-translate-y-16:hover {
    --transform-translate-y: 4rem !important;
  }

  .sm-hover-tw-translate-y-20:hover {
    --transform-translate-y: 5rem !important;
  }

  .sm-hover-tw-translate-y-24:hover {
    --transform-translate-y: 6rem !important;
  }

  .sm-hover-tw-translate-y-32:hover {
    --transform-translate-y: 8rem !important;
  }

  .sm-hover-tw-translate-y-40:hover {
    --transform-translate-y: 10rem !important;
  }

  .sm-hover-tw-translate-y-48:hover {
    --transform-translate-y: 12rem !important;
  }

  .sm-hover-tw-translate-y-56:hover {
    --transform-translate-y: 14rem !important;
  }

  .sm-hover-tw-translate-y-64:hover {
    --transform-translate-y: 16rem !important;
  }

  .sm-hover-tw-translate-y-px:hover {
    --transform-translate-y: 1px !important;
  }

  .sm-hover-tw--translate-y-1:hover {
    --transform-translate-y: -0.25rem !important;
  }

  .sm-hover-tw--translate-y-2:hover {
    --transform-translate-y: -0.5rem !important;
  }

  .sm-hover-tw--translate-y-3:hover {
    --transform-translate-y: -0.75rem !important;
  }

  .sm-hover-tw--translate-y-4:hover {
    --transform-translate-y: -1rem !important;
  }

  .sm-hover-tw--translate-y-5:hover {
    --transform-translate-y: -1.25rem !important;
  }

  .sm-hover-tw--translate-y-6:hover {
    --transform-translate-y: -1.5rem !important;
  }

  .sm-hover-tw--translate-y-8:hover {
    --transform-translate-y: -2rem !important;
  }

  .sm-hover-tw--translate-y-10:hover {
    --transform-translate-y: -2.5rem !important;
  }

  .sm-hover-tw--translate-y-12:hover {
    --transform-translate-y: -3rem !important;
  }

  .sm-hover-tw--translate-y-16:hover {
    --transform-translate-y: -4rem !important;
  }

  .sm-hover-tw--translate-y-20:hover {
    --transform-translate-y: -5rem !important;
  }

  .sm-hover-tw--translate-y-24:hover {
    --transform-translate-y: -6rem !important;
  }

  .sm-hover-tw--translate-y-32:hover {
    --transform-translate-y: -8rem !important;
  }

  .sm-hover-tw--translate-y-40:hover {
    --transform-translate-y: -10rem !important;
  }

  .sm-hover-tw--translate-y-48:hover {
    --transform-translate-y: -12rem !important;
  }

  .sm-hover-tw--translate-y-56:hover {
    --transform-translate-y: -14rem !important;
  }

  .sm-hover-tw--translate-y-64:hover {
    --transform-translate-y: -16rem !important;
  }

  .sm-hover-tw--translate-y-px:hover {
    --transform-translate-y: -1px !important;
  }

  .sm-hover-tw--translate-y-full:hover {
    --transform-translate-y: -100% !important;
  }

  .sm-hover-tw--translate-y-1\/2:hover {
    --transform-translate-y: -50% !important;
  }

  .sm-hover-tw-translate-y-1\/2:hover {
    --transform-translate-y: 50% !important;
  }

  .sm-hover-tw-translate-y-full:hover {
    --transform-translate-y: 100% !important;
  }

  .sm-focus-tw-translate-x-0:focus {
    --transform-translate-x: 0 !important;
  }

  .sm-focus-tw-translate-x-1:focus {
    --transform-translate-x: 0.25rem !important;
  }

  .sm-focus-tw-translate-x-2:focus {
    --transform-translate-x: 0.5rem !important;
  }

  .sm-focus-tw-translate-x-3:focus {
    --transform-translate-x: 0.75rem !important;
  }

  .sm-focus-tw-translate-x-4:focus {
    --transform-translate-x: 1rem !important;
  }

  .sm-focus-tw-translate-x-5:focus {
    --transform-translate-x: 1.25rem !important;
  }

  .sm-focus-tw-translate-x-6:focus {
    --transform-translate-x: 1.5rem !important;
  }

  .sm-focus-tw-translate-x-8:focus {
    --transform-translate-x: 2rem !important;
  }

  .sm-focus-tw-translate-x-10:focus {
    --transform-translate-x: 2.5rem !important;
  }

  .sm-focus-tw-translate-x-12:focus {
    --transform-translate-x: 3rem !important;
  }

  .sm-focus-tw-translate-x-16:focus {
    --transform-translate-x: 4rem !important;
  }

  .sm-focus-tw-translate-x-20:focus {
    --transform-translate-x: 5rem !important;
  }

  .sm-focus-tw-translate-x-24:focus {
    --transform-translate-x: 6rem !important;
  }

  .sm-focus-tw-translate-x-32:focus {
    --transform-translate-x: 8rem !important;
  }

  .sm-focus-tw-translate-x-40:focus {
    --transform-translate-x: 10rem !important;
  }

  .sm-focus-tw-translate-x-48:focus {
    --transform-translate-x: 12rem !important;
  }

  .sm-focus-tw-translate-x-56:focus {
    --transform-translate-x: 14rem !important;
  }

  .sm-focus-tw-translate-x-64:focus {
    --transform-translate-x: 16rem !important;
  }

  .sm-focus-tw-translate-x-px:focus {
    --transform-translate-x: 1px !important;
  }

  .sm-focus-tw--translate-x-1:focus {
    --transform-translate-x: -0.25rem !important;
  }

  .sm-focus-tw--translate-x-2:focus {
    --transform-translate-x: -0.5rem !important;
  }

  .sm-focus-tw--translate-x-3:focus {
    --transform-translate-x: -0.75rem !important;
  }

  .sm-focus-tw--translate-x-4:focus {
    --transform-translate-x: -1rem !important;
  }

  .sm-focus-tw--translate-x-5:focus {
    --transform-translate-x: -1.25rem !important;
  }

  .sm-focus-tw--translate-x-6:focus {
    --transform-translate-x: -1.5rem !important;
  }

  .sm-focus-tw--translate-x-8:focus {
    --transform-translate-x: -2rem !important;
  }

  .sm-focus-tw--translate-x-10:focus {
    --transform-translate-x: -2.5rem !important;
  }

  .sm-focus-tw--translate-x-12:focus {
    --transform-translate-x: -3rem !important;
  }

  .sm-focus-tw--translate-x-16:focus {
    --transform-translate-x: -4rem !important;
  }

  .sm-focus-tw--translate-x-20:focus {
    --transform-translate-x: -5rem !important;
  }

  .sm-focus-tw--translate-x-24:focus {
    --transform-translate-x: -6rem !important;
  }

  .sm-focus-tw--translate-x-32:focus {
    --transform-translate-x: -8rem !important;
  }

  .sm-focus-tw--translate-x-40:focus {
    --transform-translate-x: -10rem !important;
  }

  .sm-focus-tw--translate-x-48:focus {
    --transform-translate-x: -12rem !important;
  }

  .sm-focus-tw--translate-x-56:focus {
    --transform-translate-x: -14rem !important;
  }

  .sm-focus-tw--translate-x-64:focus {
    --transform-translate-x: -16rem !important;
  }

  .sm-focus-tw--translate-x-px:focus {
    --transform-translate-x: -1px !important;
  }

  .sm-focus-tw--translate-x-full:focus {
    --transform-translate-x: -100% !important;
  }

  .sm-focus-tw--translate-x-1\/2:focus {
    --transform-translate-x: -50% !important;
  }

  .sm-focus-tw-translate-x-1\/2:focus {
    --transform-translate-x: 50% !important;
  }

  .sm-focus-tw-translate-x-full:focus {
    --transform-translate-x: 100% !important;
  }

  .sm-focus-tw-translate-y-0:focus {
    --transform-translate-y: 0 !important;
  }

  .sm-focus-tw-translate-y-1:focus {
    --transform-translate-y: 0.25rem !important;
  }

  .sm-focus-tw-translate-y-2:focus {
    --transform-translate-y: 0.5rem !important;
  }

  .sm-focus-tw-translate-y-3:focus {
    --transform-translate-y: 0.75rem !important;
  }

  .sm-focus-tw-translate-y-4:focus {
    --transform-translate-y: 1rem !important;
  }

  .sm-focus-tw-translate-y-5:focus {
    --transform-translate-y: 1.25rem !important;
  }

  .sm-focus-tw-translate-y-6:focus {
    --transform-translate-y: 1.5rem !important;
  }

  .sm-focus-tw-translate-y-8:focus {
    --transform-translate-y: 2rem !important;
  }

  .sm-focus-tw-translate-y-10:focus {
    --transform-translate-y: 2.5rem !important;
  }

  .sm-focus-tw-translate-y-12:focus {
    --transform-translate-y: 3rem !important;
  }

  .sm-focus-tw-translate-y-16:focus {
    --transform-translate-y: 4rem !important;
  }

  .sm-focus-tw-translate-y-20:focus {
    --transform-translate-y: 5rem !important;
  }

  .sm-focus-tw-translate-y-24:focus {
    --transform-translate-y: 6rem !important;
  }

  .sm-focus-tw-translate-y-32:focus {
    --transform-translate-y: 8rem !important;
  }

  .sm-focus-tw-translate-y-40:focus {
    --transform-translate-y: 10rem !important;
  }

  .sm-focus-tw-translate-y-48:focus {
    --transform-translate-y: 12rem !important;
  }

  .sm-focus-tw-translate-y-56:focus {
    --transform-translate-y: 14rem !important;
  }

  .sm-focus-tw-translate-y-64:focus {
    --transform-translate-y: 16rem !important;
  }

  .sm-focus-tw-translate-y-px:focus {
    --transform-translate-y: 1px !important;
  }

  .sm-focus-tw--translate-y-1:focus {
    --transform-translate-y: -0.25rem !important;
  }

  .sm-focus-tw--translate-y-2:focus {
    --transform-translate-y: -0.5rem !important;
  }

  .sm-focus-tw--translate-y-3:focus {
    --transform-translate-y: -0.75rem !important;
  }

  .sm-focus-tw--translate-y-4:focus {
    --transform-translate-y: -1rem !important;
  }

  .sm-focus-tw--translate-y-5:focus {
    --transform-translate-y: -1.25rem !important;
  }

  .sm-focus-tw--translate-y-6:focus {
    --transform-translate-y: -1.5rem !important;
  }

  .sm-focus-tw--translate-y-8:focus {
    --transform-translate-y: -2rem !important;
  }

  .sm-focus-tw--translate-y-10:focus {
    --transform-translate-y: -2.5rem !important;
  }

  .sm-focus-tw--translate-y-12:focus {
    --transform-translate-y: -3rem !important;
  }

  .sm-focus-tw--translate-y-16:focus {
    --transform-translate-y: -4rem !important;
  }

  .sm-focus-tw--translate-y-20:focus {
    --transform-translate-y: -5rem !important;
  }

  .sm-focus-tw--translate-y-24:focus {
    --transform-translate-y: -6rem !important;
  }

  .sm-focus-tw--translate-y-32:focus {
    --transform-translate-y: -8rem !important;
  }

  .sm-focus-tw--translate-y-40:focus {
    --transform-translate-y: -10rem !important;
  }

  .sm-focus-tw--translate-y-48:focus {
    --transform-translate-y: -12rem !important;
  }

  .sm-focus-tw--translate-y-56:focus {
    --transform-translate-y: -14rem !important;
  }

  .sm-focus-tw--translate-y-64:focus {
    --transform-translate-y: -16rem !important;
  }

  .sm-focus-tw--translate-y-px:focus {
    --transform-translate-y: -1px !important;
  }

  .sm-focus-tw--translate-y-full:focus {
    --transform-translate-y: -100% !important;
  }

  .sm-focus-tw--translate-y-1\/2:focus {
    --transform-translate-y: -50% !important;
  }

  .sm-focus-tw-translate-y-1\/2:focus {
    --transform-translate-y: 50% !important;
  }

  .sm-focus-tw-translate-y-full:focus {
    --transform-translate-y: 100% !important;
  }

  .sm-tw-skew-x-0 {
    --transform-skew-x: 0 !important;
  }

  .sm-tw-skew-x-3 {
    --transform-skew-x: 3deg !important;
  }

  .sm-tw-skew-x-6 {
    --transform-skew-x: 6deg !important;
  }

  .sm-tw-skew-x-12 {
    --transform-skew-x: 12deg !important;
  }

  .sm-tw--skew-x-12 {
    --transform-skew-x: -12deg !important;
  }

  .sm-tw--skew-x-6 {
    --transform-skew-x: -6deg !important;
  }

  .sm-tw--skew-x-3 {
    --transform-skew-x: -3deg !important;
  }

  .sm-tw-skew-y-0 {
    --transform-skew-y: 0 !important;
  }

  .sm-tw-skew-y-3 {
    --transform-skew-y: 3deg !important;
  }

  .sm-tw-skew-y-6 {
    --transform-skew-y: 6deg !important;
  }

  .sm-tw-skew-y-12 {
    --transform-skew-y: 12deg !important;
  }

  .sm-tw--skew-y-12 {
    --transform-skew-y: -12deg !important;
  }

  .sm-tw--skew-y-6 {
    --transform-skew-y: -6deg !important;
  }

  .sm-tw--skew-y-3 {
    --transform-skew-y: -3deg !important;
  }

  .sm-hover-tw-skew-x-0:hover {
    --transform-skew-x: 0 !important;
  }

  .sm-hover-tw-skew-x-3:hover {
    --transform-skew-x: 3deg !important;
  }

  .sm-hover-tw-skew-x-6:hover {
    --transform-skew-x: 6deg !important;
  }

  .sm-hover-tw-skew-x-12:hover {
    --transform-skew-x: 12deg !important;
  }

  .sm-hover-tw--skew-x-12:hover {
    --transform-skew-x: -12deg !important;
  }

  .sm-hover-tw--skew-x-6:hover {
    --transform-skew-x: -6deg !important;
  }

  .sm-hover-tw--skew-x-3:hover {
    --transform-skew-x: -3deg !important;
  }

  .sm-hover-tw-skew-y-0:hover {
    --transform-skew-y: 0 !important;
  }

  .sm-hover-tw-skew-y-3:hover {
    --transform-skew-y: 3deg !important;
  }

  .sm-hover-tw-skew-y-6:hover {
    --transform-skew-y: 6deg !important;
  }

  .sm-hover-tw-skew-y-12:hover {
    --transform-skew-y: 12deg !important;
  }

  .sm-hover-tw--skew-y-12:hover {
    --transform-skew-y: -12deg !important;
  }

  .sm-hover-tw--skew-y-6:hover {
    --transform-skew-y: -6deg !important;
  }

  .sm-hover-tw--skew-y-3:hover {
    --transform-skew-y: -3deg !important;
  }

  .sm-focus-tw-skew-x-0:focus {
    --transform-skew-x: 0 !important;
  }

  .sm-focus-tw-skew-x-3:focus {
    --transform-skew-x: 3deg !important;
  }

  .sm-focus-tw-skew-x-6:focus {
    --transform-skew-x: 6deg !important;
  }

  .sm-focus-tw-skew-x-12:focus {
    --transform-skew-x: 12deg !important;
  }

  .sm-focus-tw--skew-x-12:focus {
    --transform-skew-x: -12deg !important;
  }

  .sm-focus-tw--skew-x-6:focus {
    --transform-skew-x: -6deg !important;
  }

  .sm-focus-tw--skew-x-3:focus {
    --transform-skew-x: -3deg !important;
  }

  .sm-focus-tw-skew-y-0:focus {
    --transform-skew-y: 0 !important;
  }

  .sm-focus-tw-skew-y-3:focus {
    --transform-skew-y: 3deg !important;
  }

  .sm-focus-tw-skew-y-6:focus {
    --transform-skew-y: 6deg !important;
  }

  .sm-focus-tw-skew-y-12:focus {
    --transform-skew-y: 12deg !important;
  }

  .sm-focus-tw--skew-y-12:focus {
    --transform-skew-y: -12deg !important;
  }

  .sm-focus-tw--skew-y-6:focus {
    --transform-skew-y: -6deg !important;
  }

  .sm-focus-tw--skew-y-3:focus {
    --transform-skew-y: -3deg !important;
  }

  .sm-tw-transition-none {
    transition-property: none !important;
  }

  .sm-tw-transition-all {
    transition-property: all !important;
  }

  .sm-tw-transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
  }

  .sm-tw-transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .sm-tw-transition-opacity {
    transition-property: opacity !important;
  }

  .sm-tw-transition-shadow {
    transition-property: box-shadow !important;
  }

  .sm-tw-transition-transform {
    transition-property: transform !important;
  }

  .sm-tw-ease-linear {
    transition-timing-function: linear !important;
  }

  .sm-tw-ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .sm-tw-ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .sm-tw-ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .sm-tw-duration-75 {
    transition-duration: 75ms !important;
  }

  .sm-tw-duration-100 {
    transition-duration: 100ms !important;
  }

  .sm-tw-duration-150 {
    transition-duration: 150ms !important;
  }

  .sm-tw-duration-200 {
    transition-duration: 200ms !important;
  }

  .sm-tw-duration-300 {
    transition-duration: 300ms !important;
  }

  .sm-tw-duration-500 {
    transition-duration: 500ms !important;
  }

  .sm-tw-duration-700 {
    transition-duration: 700ms !important;
  }

  .sm-tw-duration-1000 {
    transition-duration: 1000ms !important;
  }

  .sm-tw-delay-75 {
    transition-delay: 75ms !important;
  }

  .sm-tw-delay-100 {
    transition-delay: 100ms !important;
  }

  .sm-tw-delay-150 {
    transition-delay: 150ms !important;
  }

  .sm-tw-delay-200 {
    transition-delay: 200ms !important;
  }

  .sm-tw-delay-300 {
    transition-delay: 300ms !important;
  }

  .sm-tw-delay-500 {
    transition-delay: 500ms !important;
  }

  .sm-tw-delay-700 {
    transition-delay: 700ms !important;
  }

  .sm-tw-delay-1000 {
    transition-delay: 1000ms !important;
  }
}

@media (min-width: 768px) {
  .md-tw-container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .md-tw-container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .md-tw-container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .md-tw-container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .md-tw-container {
      max-width: 1280px;
    }
  }

  .md-tw-space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--space-y-reverse)) !important;
  }

  .md-tw-space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--space-x-reverse))) !important;
  }

  .md-tw-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--space-y-reverse)) !important;
  }

  .md-tw-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md-tw-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--space-y-reverse)) !important;
  }

  .md-tw-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md-tw-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--space-y-reverse)) !important;
  }

  .md-tw-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md-tw-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--space-y-reverse)) !important;
  }

  .md-tw-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md-tw-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--space-y-reverse)) !important;
  }

  .md-tw-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md-tw-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--space-y-reverse)) !important;
  }

  .md-tw-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md-tw-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--space-y-reverse)) !important;
  }

  .md-tw-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md-tw-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--space-y-reverse)) !important;
  }

  .md-tw-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md-tw-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--space-y-reverse)) !important;
  }

  .md-tw-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md-tw-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--space-y-reverse)) !important;
  }

  .md-tw-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md-tw-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--space-y-reverse)) !important;
  }

  .md-tw-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md-tw-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--space-y-reverse)) !important;
  }

  .md-tw-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md-tw-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--space-y-reverse)) !important;
  }

  .md-tw-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md-tw-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--space-y-reverse)) !important;
  }

  .md-tw-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md-tw-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--space-y-reverse)) !important;
  }

  .md-tw-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md-tw-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--space-y-reverse)) !important;
  }

  .md-tw-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md-tw-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--space-y-reverse)) !important;
  }

  .md-tw-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md-tw-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--space-y-reverse)) !important;
  }

  .md-tw-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .md-tw--space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--space-y-reverse)) !important;
  }

  .md-tw--space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md-tw--space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--space-y-reverse)) !important;
  }

  .md-tw--space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md-tw--space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--space-y-reverse)) !important;
  }

  .md-tw--space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md-tw--space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--space-y-reverse)) !important;
  }

  .md-tw--space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md-tw--space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--space-y-reverse)) !important;
  }

  .md-tw--space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md-tw--space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--space-y-reverse)) !important;
  }

  .md-tw--space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md-tw--space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--space-y-reverse)) !important;
  }

  .md-tw--space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md-tw--space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--space-y-reverse)) !important;
  }

  .md-tw--space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md-tw--space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--space-y-reverse)) !important;
  }

  .md-tw--space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md-tw--space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--space-y-reverse)) !important;
  }

  .md-tw--space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md-tw--space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--space-y-reverse)) !important;
  }

  .md-tw--space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md-tw--space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--space-y-reverse)) !important;
  }

  .md-tw--space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md-tw--space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--space-y-reverse)) !important;
  }

  .md-tw--space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md-tw--space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--space-y-reverse)) !important;
  }

  .md-tw--space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md-tw--space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--space-y-reverse)) !important;
  }

  .md-tw--space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md-tw--space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--space-y-reverse)) !important;
  }

  .md-tw--space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md-tw--space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--space-y-reverse)) !important;
  }

  .md-tw--space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md-tw--space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--space-y-reverse)) !important;
  }

  .md-tw--space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .md-tw-space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1 !important;
  }

  .md-tw-space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1 !important;
  }

  .md-tw-divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--divide-y-reverse)) !important;
  }

  .md-tw-divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .md-tw-divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--divide-y-reverse)) !important;
  }

  .md-tw-divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .md-tw-divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--divide-y-reverse)) !important;
  }

  .md-tw-divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .md-tw-divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--divide-y-reverse)) !important;
  }

  .md-tw-divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .md-tw-divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--divide-y-reverse)) !important;
  }

  .md-tw-divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .md-tw-divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1 !important;
  }

  .md-tw-divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1 !important;
  }

  .md-tw-divide-transparent > :not(template) ~ :not(template) {
    border-color: transparent !important;
  }

  .md-tw-divide-current > :not(template) ~ :not(template) {
    border-color: currentColor !important;
  }

  .md-tw-divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--divide-opacity)) !important;
  }

  .md-tw-divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
  }

  .md-tw-divide-gray-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--divide-opacity)) !important;
  }

  .md-tw-divide-gray-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--divide-opacity)) !important;
  }

  .md-tw-divide-gray-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--divide-opacity)) !important;
  }

  .md-tw-divide-gray-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--divide-opacity)) !important;
  }

  .md-tw-divide-gray-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--divide-opacity)) !important;
  }

  .md-tw-divide-gray-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--divide-opacity)) !important;
  }

  .md-tw-divide-gray-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--divide-opacity)) !important;
  }

  .md-tw-divide-gray-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--divide-opacity)) !important;
  }

  .md-tw-divide-gray-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--divide-opacity)) !important;
  }

  .md-tw-divide-red-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fff5f5 !important;
    border-color: rgba(255, 245, 245, var(--divide-opacity)) !important;
  }

  .md-tw-divide-red-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fed7d7 !important;
    border-color: rgba(254, 215, 215, var(--divide-opacity)) !important;
  }

  .md-tw-divide-red-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #feb2b2 !important;
    border-color: rgba(254, 178, 178, var(--divide-opacity)) !important;
  }

  .md-tw-divide-red-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fc8181 !important;
    border-color: rgba(252, 129, 129, var(--divide-opacity)) !important;
  }

  .md-tw-divide-red-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f56565 !important;
    border-color: rgba(245, 101, 101, var(--divide-opacity)) !important;
  }

  .md-tw-divide-red-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e53e3e !important;
    border-color: rgba(229, 62, 62, var(--divide-opacity)) !important;
  }

  .md-tw-divide-red-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #c53030 !important;
    border-color: rgba(197, 48, 48, var(--divide-opacity)) !important;
  }

  .md-tw-divide-red-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #9b2c2c !important;
    border-color: rgba(155, 44, 44, var(--divide-opacity)) !important;
  }

  .md-tw-divide-red-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #742a2a !important;
    border-color: rgba(116, 42, 42, var(--divide-opacity)) !important;
  }

  .md-tw-divide-orange-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--divide-opacity)) !important;
  }

  .md-tw-divide-orange-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--divide-opacity)) !important;
  }

  .md-tw-divide-orange-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--divide-opacity)) !important;
  }

  .md-tw-divide-orange-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--divide-opacity)) !important;
  }

  .md-tw-divide-orange-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--divide-opacity)) !important;
  }

  .md-tw-divide-orange-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--divide-opacity)) !important;
  }

  .md-tw-divide-orange-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--divide-opacity)) !important;
  }

  .md-tw-divide-orange-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--divide-opacity)) !important;
  }

  .md-tw-divide-orange-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--divide-opacity)) !important;
  }

  .md-tw-divide-yellow-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--divide-opacity)) !important;
  }

  .md-tw-divide-yellow-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--divide-opacity)) !important;
  }

  .md-tw-divide-yellow-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--divide-opacity)) !important;
  }

  .md-tw-divide-yellow-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--divide-opacity)) !important;
  }

  .md-tw-divide-yellow-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--divide-opacity)) !important;
  }

  .md-tw-divide-yellow-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--divide-opacity)) !important;
  }

  .md-tw-divide-yellow-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--divide-opacity)) !important;
  }

  .md-tw-divide-yellow-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--divide-opacity)) !important;
  }

  .md-tw-divide-yellow-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--divide-opacity)) !important;
  }

  .md-tw-divide-green-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--divide-opacity)) !important;
  }

  .md-tw-divide-green-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--divide-opacity)) !important;
  }

  .md-tw-divide-green-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--divide-opacity)) !important;
  }

  .md-tw-divide-green-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--divide-opacity)) !important;
  }

  .md-tw-divide-green-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--divide-opacity)) !important;
  }

  .md-tw-divide-green-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--divide-opacity)) !important;
  }

  .md-tw-divide-green-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--divide-opacity)) !important;
  }

  .md-tw-divide-green-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--divide-opacity)) !important;
  }

  .md-tw-divide-green-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--divide-opacity)) !important;
  }

  .md-tw-divide-teal-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--divide-opacity)) !important;
  }

  .md-tw-divide-teal-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--divide-opacity)) !important;
  }

  .md-tw-divide-teal-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--divide-opacity)) !important;
  }

  .md-tw-divide-teal-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--divide-opacity)) !important;
  }

  .md-tw-divide-teal-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--divide-opacity)) !important;
  }

  .md-tw-divide-teal-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--divide-opacity)) !important;
  }

  .md-tw-divide-teal-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--divide-opacity)) !important;
  }

  .md-tw-divide-teal-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--divide-opacity)) !important;
  }

  .md-tw-divide-teal-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--divide-opacity)) !important;
  }

  .md-tw-divide-blue-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--divide-opacity)) !important;
  }

  .md-tw-divide-blue-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--divide-opacity)) !important;
  }

  .md-tw-divide-blue-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--divide-opacity)) !important;
  }

  .md-tw-divide-blue-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--divide-opacity)) !important;
  }

  .md-tw-divide-blue-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--divide-opacity)) !important;
  }

  .md-tw-divide-blue-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--divide-opacity)) !important;
  }

  .md-tw-divide-blue-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--divide-opacity)) !important;
  }

  .md-tw-divide-blue-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--divide-opacity)) !important;
  }

  .md-tw-divide-blue-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--divide-opacity)) !important;
  }

  .md-tw-divide-indigo-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--divide-opacity)) !important;
  }

  .md-tw-divide-indigo-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--divide-opacity)) !important;
  }

  .md-tw-divide-indigo-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--divide-opacity)) !important;
  }

  .md-tw-divide-indigo-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--divide-opacity)) !important;
  }

  .md-tw-divide-indigo-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--divide-opacity)) !important;
  }

  .md-tw-divide-indigo-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--divide-opacity)) !important;
  }

  .md-tw-divide-indigo-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--divide-opacity)) !important;
  }

  .md-tw-divide-indigo-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--divide-opacity)) !important;
  }

  .md-tw-divide-indigo-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--divide-opacity)) !important;
  }

  .md-tw-divide-purple-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--divide-opacity)) !important;
  }

  .md-tw-divide-purple-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--divide-opacity)) !important;
  }

  .md-tw-divide-purple-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--divide-opacity)) !important;
  }

  .md-tw-divide-purple-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--divide-opacity)) !important;
  }

  .md-tw-divide-purple-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--divide-opacity)) !important;
  }

  .md-tw-divide-purple-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--divide-opacity)) !important;
  }

  .md-tw-divide-purple-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--divide-opacity)) !important;
  }

  .md-tw-divide-purple-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--divide-opacity)) !important;
  }

  .md-tw-divide-purple-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--divide-opacity)) !important;
  }

  .md-tw-divide-pink-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--divide-opacity)) !important;
  }

  .md-tw-divide-pink-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--divide-opacity)) !important;
  }

  .md-tw-divide-pink-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--divide-opacity)) !important;
  }

  .md-tw-divide-pink-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--divide-opacity)) !important;
  }

  .md-tw-divide-pink-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--divide-opacity)) !important;
  }

  .md-tw-divide-pink-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--divide-opacity)) !important;
  }

  .md-tw-divide-pink-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--divide-opacity)) !important;
  }

  .md-tw-divide-pink-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--divide-opacity)) !important;
  }

  .md-tw-divide-pink-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--divide-opacity)) !important;
  }

  .md-tw-divide-lac-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #123440 !important;
    border-color: rgba(18, 52, 64, var(--divide-opacity)) !important;
  }

  .md-tw-divide-lac-darkblue > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #0F2E39 !important;
    border-color: rgba(15, 46, 57, var(--divide-opacity)) !important;
  }

  .md-tw-divide-lac-brass > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #D19A86 !important;
    border-color: rgba(209, 154, 134, var(--divide-opacity)) !important;
  }

  .md-tw-divide-lac-offwhite > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #F8F8F7 !important;
    border-color: rgba(248, 248, 247, var(--divide-opacity)) !important;
  }

  .md-tw-divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0 !important;
  }

  .md-tw-divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25 !important;
  }

  .md-tw-divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5 !important;
  }

  .md-tw-divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75 !important;
  }

  .md-tw-divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

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

  .md-tw-not-sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

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

  .md-focus-tw-not-sr-only:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .md-tw-appearance-none {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
  }

  .md-tw-bg-fixed {
    background-attachment: fixed !important;
  }

  .md-tw-bg-local {
    background-attachment: local !important;
  }

  .md-tw-bg-scroll {
    background-attachment: scroll !important;
  }

  .md-tw-bg-transparent {
    background-color: transparent !important;
  }

  .md-tw-bg-current {
    background-color: currentColor !important;
  }

  .md-tw-bg-black {
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .md-tw-bg-white {
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .md-tw-bg-gray-100 {
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .md-tw-bg-gray-200 {
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .md-tw-bg-gray-300 {
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .md-tw-bg-gray-400 {
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .md-tw-bg-gray-500 {
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .md-tw-bg-gray-600 {
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .md-tw-bg-gray-700 {
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .md-tw-bg-gray-800 {
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .md-tw-bg-gray-900 {
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .md-tw-bg-red-100 {
    --bg-opacity: 1 !important;
    background-color: #fff5f5 !important;
    background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
  }

  .md-tw-bg-red-200 {
    --bg-opacity: 1 !important;
    background-color: #fed7d7 !important;
    background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
  }

  .md-tw-bg-red-300 {
    --bg-opacity: 1 !important;
    background-color: #feb2b2 !important;
    background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
  }

  .md-tw-bg-red-400 {
    --bg-opacity: 1 !important;
    background-color: #fc8181 !important;
    background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
  }

  .md-tw-bg-red-500 {
    --bg-opacity: 1 !important;
    background-color: #f56565 !important;
    background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
  }

  .md-tw-bg-red-600 {
    --bg-opacity: 1 !important;
    background-color: #e53e3e !important;
    background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
  }

  .md-tw-bg-red-700 {
    --bg-opacity: 1 !important;
    background-color: #c53030 !important;
    background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
  }

  .md-tw-bg-red-800 {
    --bg-opacity: 1 !important;
    background-color: #9b2c2c !important;
    background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
  }

  .md-tw-bg-red-900 {
    --bg-opacity: 1 !important;
    background-color: #742a2a !important;
    background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
  }

  .md-tw-bg-orange-100 {
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .md-tw-bg-orange-200 {
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .md-tw-bg-orange-300 {
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .md-tw-bg-orange-400 {
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .md-tw-bg-orange-500 {
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .md-tw-bg-orange-600 {
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .md-tw-bg-orange-700 {
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .md-tw-bg-orange-800 {
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .md-tw-bg-orange-900 {
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .md-tw-bg-yellow-100 {
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .md-tw-bg-yellow-200 {
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .md-tw-bg-yellow-300 {
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .md-tw-bg-yellow-400 {
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .md-tw-bg-yellow-500 {
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .md-tw-bg-yellow-600 {
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .md-tw-bg-yellow-700 {
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .md-tw-bg-yellow-800 {
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .md-tw-bg-yellow-900 {
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .md-tw-bg-green-100 {
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .md-tw-bg-green-200 {
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .md-tw-bg-green-300 {
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .md-tw-bg-green-400 {
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .md-tw-bg-green-500 {
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .md-tw-bg-green-600 {
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .md-tw-bg-green-700 {
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .md-tw-bg-green-800 {
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .md-tw-bg-green-900 {
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .md-tw-bg-teal-100 {
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .md-tw-bg-teal-200 {
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .md-tw-bg-teal-300 {
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .md-tw-bg-teal-400 {
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .md-tw-bg-teal-500 {
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .md-tw-bg-teal-600 {
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .md-tw-bg-teal-700 {
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .md-tw-bg-teal-800 {
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .md-tw-bg-teal-900 {
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .md-tw-bg-blue-100 {
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .md-tw-bg-blue-200 {
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .md-tw-bg-blue-300 {
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .md-tw-bg-blue-400 {
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .md-tw-bg-blue-500 {
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .md-tw-bg-blue-600 {
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .md-tw-bg-blue-700 {
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .md-tw-bg-blue-800 {
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .md-tw-bg-blue-900 {
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .md-tw-bg-indigo-100 {
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .md-tw-bg-indigo-200 {
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .md-tw-bg-indigo-300 {
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .md-tw-bg-indigo-400 {
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .md-tw-bg-indigo-500 {
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .md-tw-bg-indigo-600 {
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .md-tw-bg-indigo-700 {
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .md-tw-bg-indigo-800 {
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .md-tw-bg-indigo-900 {
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .md-tw-bg-purple-100 {
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .md-tw-bg-purple-200 {
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .md-tw-bg-purple-300 {
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .md-tw-bg-purple-400 {
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .md-tw-bg-purple-500 {
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .md-tw-bg-purple-600 {
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .md-tw-bg-purple-700 {
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .md-tw-bg-purple-800 {
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .md-tw-bg-purple-900 {
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .md-tw-bg-pink-100 {
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .md-tw-bg-pink-200 {
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .md-tw-bg-pink-300 {
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .md-tw-bg-pink-400 {
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .md-tw-bg-pink-500 {
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .md-tw-bg-pink-600 {
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .md-tw-bg-pink-700 {
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .md-tw-bg-pink-800 {
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .md-tw-bg-pink-900 {
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .md-tw-bg-lac-blue {
    --bg-opacity: 1 !important;
    background-color: #123440 !important;
    background-color: rgba(18, 52, 64, var(--bg-opacity)) !important;
  }

  .md-tw-bg-lac-darkblue {
    --bg-opacity: 1 !important;
    background-color: #0F2E39 !important;
    background-color: rgba(15, 46, 57, var(--bg-opacity)) !important;
  }

  .md-tw-bg-lac-brass {
    --bg-opacity: 1 !important;
    background-color: #D19A86 !important;
    background-color: rgba(209, 154, 134, var(--bg-opacity)) !important;
  }

  .md-tw-bg-lac-offwhite {
    --bg-opacity: 1 !important;
    background-color: #F8F8F7 !important;
    background-color: rgba(248, 248, 247, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-transparent:hover {
    background-color: transparent !important;
  }

  .md-hover-tw-bg-current:hover {
    background-color: currentColor !important;
  }

  .md-hover-tw-bg-black:hover {
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-white:hover {
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-gray-100:hover {
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-gray-200:hover {
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-gray-300:hover {
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-gray-400:hover {
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-gray-500:hover {
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-gray-600:hover {
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-gray-700:hover {
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-gray-800:hover {
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-gray-900:hover {
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-red-100:hover {
    --bg-opacity: 1 !important;
    background-color: #fff5f5 !important;
    background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-red-200:hover {
    --bg-opacity: 1 !important;
    background-color: #fed7d7 !important;
    background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-red-300:hover {
    --bg-opacity: 1 !important;
    background-color: #feb2b2 !important;
    background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-red-400:hover {
    --bg-opacity: 1 !important;
    background-color: #fc8181 !important;
    background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-red-500:hover {
    --bg-opacity: 1 !important;
    background-color: #f56565 !important;
    background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-red-600:hover {
    --bg-opacity: 1 !important;
    background-color: #e53e3e !important;
    background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-red-700:hover {
    --bg-opacity: 1 !important;
    background-color: #c53030 !important;
    background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-red-800:hover {
    --bg-opacity: 1 !important;
    background-color: #9b2c2c !important;
    background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-red-900:hover {
    --bg-opacity: 1 !important;
    background-color: #742a2a !important;
    background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-orange-100:hover {
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-orange-200:hover {
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-orange-300:hover {
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-orange-400:hover {
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-orange-500:hover {
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-orange-600:hover {
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-orange-700:hover {
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-orange-800:hover {
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-orange-900:hover {
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-yellow-100:hover {
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-yellow-200:hover {
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-yellow-300:hover {
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-yellow-400:hover {
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-yellow-500:hover {
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-yellow-600:hover {
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-yellow-700:hover {
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-yellow-800:hover {
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-yellow-900:hover {
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-green-100:hover {
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-green-200:hover {
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-green-300:hover {
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-green-400:hover {
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-green-500:hover {
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-green-600:hover {
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-green-700:hover {
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-green-800:hover {
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-green-900:hover {
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-teal-100:hover {
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-teal-200:hover {
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-teal-300:hover {
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-teal-400:hover {
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-teal-500:hover {
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-teal-600:hover {
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-teal-700:hover {
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-teal-800:hover {
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-teal-900:hover {
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-blue-100:hover {
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-blue-200:hover {
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-blue-300:hover {
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-blue-400:hover {
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-blue-500:hover {
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-blue-600:hover {
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-blue-700:hover {
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-blue-800:hover {
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-blue-900:hover {
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-indigo-100:hover {
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-indigo-200:hover {
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-indigo-300:hover {
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-indigo-400:hover {
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-indigo-500:hover {
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-indigo-600:hover {
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-indigo-700:hover {
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-indigo-800:hover {
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-indigo-900:hover {
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-purple-100:hover {
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-purple-200:hover {
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-purple-300:hover {
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-purple-400:hover {
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-purple-500:hover {
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-purple-600:hover {
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-purple-700:hover {
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-purple-800:hover {
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-purple-900:hover {
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-pink-100:hover {
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-pink-200:hover {
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-pink-300:hover {
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-pink-400:hover {
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-pink-500:hover {
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-pink-600:hover {
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-pink-700:hover {
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-pink-800:hover {
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-pink-900:hover {
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-lac-blue:hover {
    --bg-opacity: 1 !important;
    background-color: #123440 !important;
    background-color: rgba(18, 52, 64, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-lac-darkblue:hover {
    --bg-opacity: 1 !important;
    background-color: #0F2E39 !important;
    background-color: rgba(15, 46, 57, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-lac-brass:hover {
    --bg-opacity: 1 !important;
    background-color: #D19A86 !important;
    background-color: rgba(209, 154, 134, var(--bg-opacity)) !important;
  }

  .md-hover-tw-bg-lac-offwhite:hover {
    --bg-opacity: 1 !important;
    background-color: #F8F8F7 !important;
    background-color: rgba(248, 248, 247, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-transparent:focus {
    background-color: transparent !important;
  }

  .md-focus-tw-bg-current:focus {
    background-color: currentColor !important;
  }

  .md-focus-tw-bg-black:focus {
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-white:focus {
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-gray-100:focus {
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-gray-200:focus {
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-gray-300:focus {
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-gray-400:focus {
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-gray-500:focus {
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-gray-600:focus {
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-gray-700:focus {
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-gray-800:focus {
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-gray-900:focus {
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-red-100:focus {
    --bg-opacity: 1 !important;
    background-color: #fff5f5 !important;
    background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-red-200:focus {
    --bg-opacity: 1 !important;
    background-color: #fed7d7 !important;
    background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-red-300:focus {
    --bg-opacity: 1 !important;
    background-color: #feb2b2 !important;
    background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-red-400:focus {
    --bg-opacity: 1 !important;
    background-color: #fc8181 !important;
    background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-red-500:focus {
    --bg-opacity: 1 !important;
    background-color: #f56565 !important;
    background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-red-600:focus {
    --bg-opacity: 1 !important;
    background-color: #e53e3e !important;
    background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-red-700:focus {
    --bg-opacity: 1 !important;
    background-color: #c53030 !important;
    background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-red-800:focus {
    --bg-opacity: 1 !important;
    background-color: #9b2c2c !important;
    background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-red-900:focus {
    --bg-opacity: 1 !important;
    background-color: #742a2a !important;
    background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-orange-100:focus {
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-orange-200:focus {
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-orange-300:focus {
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-orange-400:focus {
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-orange-500:focus {
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-orange-600:focus {
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-orange-700:focus {
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-orange-800:focus {
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-orange-900:focus {
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-yellow-100:focus {
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-yellow-200:focus {
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-yellow-300:focus {
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-yellow-400:focus {
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-yellow-500:focus {
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-yellow-600:focus {
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-yellow-700:focus {
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-yellow-800:focus {
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-yellow-900:focus {
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-green-100:focus {
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-green-200:focus {
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-green-300:focus {
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-green-400:focus {
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-green-500:focus {
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-green-600:focus {
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-green-700:focus {
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-green-800:focus {
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-green-900:focus {
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-teal-100:focus {
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-teal-200:focus {
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-teal-300:focus {
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-teal-400:focus {
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-teal-500:focus {
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-teal-600:focus {
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-teal-700:focus {
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-teal-800:focus {
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-teal-900:focus {
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-blue-100:focus {
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-blue-200:focus {
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-blue-300:focus {
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-blue-400:focus {
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-blue-500:focus {
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-blue-600:focus {
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-blue-700:focus {
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-blue-800:focus {
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-blue-900:focus {
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-indigo-100:focus {
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-indigo-200:focus {
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-indigo-300:focus {
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-indigo-400:focus {
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-indigo-500:focus {
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-indigo-600:focus {
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-indigo-700:focus {
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-indigo-800:focus {
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-indigo-900:focus {
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-purple-100:focus {
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-purple-200:focus {
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-purple-300:focus {
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-purple-400:focus {
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-purple-500:focus {
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-purple-600:focus {
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-purple-700:focus {
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-purple-800:focus {
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-purple-900:focus {
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-pink-100:focus {
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-pink-200:focus {
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-pink-300:focus {
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-pink-400:focus {
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-pink-500:focus {
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-pink-600:focus {
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-pink-700:focus {
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-pink-800:focus {
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-pink-900:focus {
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-lac-blue:focus {
    --bg-opacity: 1 !important;
    background-color: #123440 !important;
    background-color: rgba(18, 52, 64, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-lac-darkblue:focus {
    --bg-opacity: 1 !important;
    background-color: #0F2E39 !important;
    background-color: rgba(15, 46, 57, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-lac-brass:focus {
    --bg-opacity: 1 !important;
    background-color: #D19A86 !important;
    background-color: rgba(209, 154, 134, var(--bg-opacity)) !important;
  }

  .md-focus-tw-bg-lac-offwhite:focus {
    --bg-opacity: 1 !important;
    background-color: #F8F8F7 !important;
    background-color: rgba(248, 248, 247, var(--bg-opacity)) !important;
  }

  .md-tw-bg-opacity-0 {
    --bg-opacity: 0 !important;
  }

  .md-tw-bg-opacity-25 {
    --bg-opacity: 0.25 !important;
  }

  .md-tw-bg-opacity-50 {
    --bg-opacity: 0.5 !important;
  }

  .md-tw-bg-opacity-75 {
    --bg-opacity: 0.75 !important;
  }

  .md-tw-bg-opacity-100 {
    --bg-opacity: 1 !important;
  }

  .md-hover-tw-bg-opacity-0:hover {
    --bg-opacity: 0 !important;
  }

  .md-hover-tw-bg-opacity-25:hover {
    --bg-opacity: 0.25 !important;
  }

  .md-hover-tw-bg-opacity-50:hover {
    --bg-opacity: 0.5 !important;
  }

  .md-hover-tw-bg-opacity-75:hover {
    --bg-opacity: 0.75 !important;
  }

  .md-hover-tw-bg-opacity-100:hover {
    --bg-opacity: 1 !important;
  }

  .md-focus-tw-bg-opacity-0:focus {
    --bg-opacity: 0 !important;
  }

  .md-focus-tw-bg-opacity-25:focus {
    --bg-opacity: 0.25 !important;
  }

  .md-focus-tw-bg-opacity-50:focus {
    --bg-opacity: 0.5 !important;
  }

  .md-focus-tw-bg-opacity-75:focus {
    --bg-opacity: 0.75 !important;
  }

  .md-focus-tw-bg-opacity-100:focus {
    --bg-opacity: 1 !important;
  }

  .md-tw-bg-bottom {
    background-position: bottom !important;
  }

  .md-tw-bg-center {
    background-position: center !important;
  }

  .md-tw-bg-left {
    background-position: left !important;
  }

  .md-tw-bg-left-bottom {
    background-position: left bottom !important;
  }

  .md-tw-bg-left-top {
    background-position: left top !important;
  }

  .md-tw-bg-right {
    background-position: right !important;
  }

  .md-tw-bg-right-bottom {
    background-position: right bottom !important;
  }

  .md-tw-bg-right-top {
    background-position: right top !important;
  }

  .md-tw-bg-top {
    background-position: top !important;
  }

  .md-tw-bg-repeat {
    background-repeat: repeat !important;
  }

  .md-tw-bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .md-tw-bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .md-tw-bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .md-tw-bg-repeat-round {
    background-repeat: round !important;
  }

  .md-tw-bg-repeat-space {
    background-repeat: space !important;
  }

  .md-tw-bg-auto {
    background-size: auto !important;
  }

  .md-tw-bg-cover {
    background-size: cover !important;
  }

  .md-tw-bg-contain {
    background-size: contain !important;
  }

  .md-tw-border-collapse {
    border-collapse: collapse !important;
  }

  .md-tw-border-separate {
    border-collapse: separate !important;
  }

  .md-tw-border-transparent {
    border-color: transparent !important;
  }

  .md-tw-border-current {
    border-color: currentColor !important;
  }

  .md-tw-border-black {
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .md-tw-border-white {
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .md-tw-border-gray-100 {
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .md-tw-border-gray-200 {
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .md-tw-border-gray-300 {
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .md-tw-border-gray-400 {
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .md-tw-border-gray-500 {
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .md-tw-border-gray-600 {
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .md-tw-border-gray-700 {
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .md-tw-border-gray-800 {
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .md-tw-border-gray-900 {
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .md-tw-border-red-100 {
    --border-opacity: 1 !important;
    border-color: #fff5f5 !important;
    border-color: rgba(255, 245, 245, var(--border-opacity)) !important;
  }

  .md-tw-border-red-200 {
    --border-opacity: 1 !important;
    border-color: #fed7d7 !important;
    border-color: rgba(254, 215, 215, var(--border-opacity)) !important;
  }

  .md-tw-border-red-300 {
    --border-opacity: 1 !important;
    border-color: #feb2b2 !important;
    border-color: rgba(254, 178, 178, var(--border-opacity)) !important;
  }

  .md-tw-border-red-400 {
    --border-opacity: 1 !important;
    border-color: #fc8181 !important;
    border-color: rgba(252, 129, 129, var(--border-opacity)) !important;
  }

  .md-tw-border-red-500 {
    --border-opacity: 1 !important;
    border-color: #f56565 !important;
    border-color: rgba(245, 101, 101, var(--border-opacity)) !important;
  }

  .md-tw-border-red-600 {
    --border-opacity: 1 !important;
    border-color: #e53e3e !important;
    border-color: rgba(229, 62, 62, var(--border-opacity)) !important;
  }

  .md-tw-border-red-700 {
    --border-opacity: 1 !important;
    border-color: #c53030 !important;
    border-color: rgba(197, 48, 48, var(--border-opacity)) !important;
  }

  .md-tw-border-red-800 {
    --border-opacity: 1 !important;
    border-color: #9b2c2c !important;
    border-color: rgba(155, 44, 44, var(--border-opacity)) !important;
  }

  .md-tw-border-red-900 {
    --border-opacity: 1 !important;
    border-color: #742a2a !important;
    border-color: rgba(116, 42, 42, var(--border-opacity)) !important;
  }

  .md-tw-border-orange-100 {
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .md-tw-border-orange-200 {
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .md-tw-border-orange-300 {
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .md-tw-border-orange-400 {
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .md-tw-border-orange-500 {
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .md-tw-border-orange-600 {
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .md-tw-border-orange-700 {
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .md-tw-border-orange-800 {
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .md-tw-border-orange-900 {
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .md-tw-border-yellow-100 {
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .md-tw-border-yellow-200 {
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .md-tw-border-yellow-300 {
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .md-tw-border-yellow-400 {
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .md-tw-border-yellow-500 {
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .md-tw-border-yellow-600 {
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .md-tw-border-yellow-700 {
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .md-tw-border-yellow-800 {
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .md-tw-border-yellow-900 {
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .md-tw-border-green-100 {
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .md-tw-border-green-200 {
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .md-tw-border-green-300 {
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .md-tw-border-green-400 {
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .md-tw-border-green-500 {
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .md-tw-border-green-600 {
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .md-tw-border-green-700 {
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .md-tw-border-green-800 {
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .md-tw-border-green-900 {
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .md-tw-border-teal-100 {
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .md-tw-border-teal-200 {
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .md-tw-border-teal-300 {
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .md-tw-border-teal-400 {
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .md-tw-border-teal-500 {
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .md-tw-border-teal-600 {
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .md-tw-border-teal-700 {
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .md-tw-border-teal-800 {
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .md-tw-border-teal-900 {
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .md-tw-border-blue-100 {
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .md-tw-border-blue-200 {
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .md-tw-border-blue-300 {
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .md-tw-border-blue-400 {
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .md-tw-border-blue-500 {
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .md-tw-border-blue-600 {
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .md-tw-border-blue-700 {
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .md-tw-border-blue-800 {
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .md-tw-border-blue-900 {
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .md-tw-border-indigo-100 {
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .md-tw-border-indigo-200 {
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .md-tw-border-indigo-300 {
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .md-tw-border-indigo-400 {
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .md-tw-border-indigo-500 {
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .md-tw-border-indigo-600 {
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .md-tw-border-indigo-700 {
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .md-tw-border-indigo-800 {
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .md-tw-border-indigo-900 {
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .md-tw-border-purple-100 {
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .md-tw-border-purple-200 {
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .md-tw-border-purple-300 {
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .md-tw-border-purple-400 {
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .md-tw-border-purple-500 {
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .md-tw-border-purple-600 {
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .md-tw-border-purple-700 {
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .md-tw-border-purple-800 {
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .md-tw-border-purple-900 {
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .md-tw-border-pink-100 {
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .md-tw-border-pink-200 {
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .md-tw-border-pink-300 {
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .md-tw-border-pink-400 {
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .md-tw-border-pink-500 {
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .md-tw-border-pink-600 {
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .md-tw-border-pink-700 {
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .md-tw-border-pink-800 {
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .md-tw-border-pink-900 {
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .md-tw-border-lac-blue {
    --border-opacity: 1 !important;
    border-color: #123440 !important;
    border-color: rgba(18, 52, 64, var(--border-opacity)) !important;
  }

  .md-tw-border-lac-darkblue {
    --border-opacity: 1 !important;
    border-color: #0F2E39 !important;
    border-color: rgba(15, 46, 57, var(--border-opacity)) !important;
  }

  .md-tw-border-lac-brass {
    --border-opacity: 1 !important;
    border-color: #D19A86 !important;
    border-color: rgba(209, 154, 134, var(--border-opacity)) !important;
  }

  .md-tw-border-lac-offwhite {
    --border-opacity: 1 !important;
    border-color: #F8F8F7 !important;
    border-color: rgba(248, 248, 247, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-transparent:hover {
    border-color: transparent !important;
  }

  .md-hover-tw-border-current:hover {
    border-color: currentColor !important;
  }

  .md-hover-tw-border-black:hover {
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-white:hover {
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-gray-100:hover {
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-gray-200:hover {
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-gray-300:hover {
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-gray-400:hover {
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-gray-500:hover {
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-gray-600:hover {
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-gray-700:hover {
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-gray-800:hover {
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-gray-900:hover {
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-red-100:hover {
    --border-opacity: 1 !important;
    border-color: #fff5f5 !important;
    border-color: rgba(255, 245, 245, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-red-200:hover {
    --border-opacity: 1 !important;
    border-color: #fed7d7 !important;
    border-color: rgba(254, 215, 215, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-red-300:hover {
    --border-opacity: 1 !important;
    border-color: #feb2b2 !important;
    border-color: rgba(254, 178, 178, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-red-400:hover {
    --border-opacity: 1 !important;
    border-color: #fc8181 !important;
    border-color: rgba(252, 129, 129, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-red-500:hover {
    --border-opacity: 1 !important;
    border-color: #f56565 !important;
    border-color: rgba(245, 101, 101, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-red-600:hover {
    --border-opacity: 1 !important;
    border-color: #e53e3e !important;
    border-color: rgba(229, 62, 62, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-red-700:hover {
    --border-opacity: 1 !important;
    border-color: #c53030 !important;
    border-color: rgba(197, 48, 48, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-red-800:hover {
    --border-opacity: 1 !important;
    border-color: #9b2c2c !important;
    border-color: rgba(155, 44, 44, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-red-900:hover {
    --border-opacity: 1 !important;
    border-color: #742a2a !important;
    border-color: rgba(116, 42, 42, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-orange-100:hover {
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-orange-200:hover {
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-orange-300:hover {
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-orange-400:hover {
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-orange-500:hover {
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-orange-600:hover {
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-orange-700:hover {
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-orange-800:hover {
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-orange-900:hover {
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-yellow-100:hover {
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-yellow-200:hover {
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-yellow-300:hover {
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-yellow-400:hover {
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-yellow-500:hover {
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-yellow-600:hover {
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-yellow-700:hover {
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-yellow-800:hover {
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-yellow-900:hover {
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-green-100:hover {
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-green-200:hover {
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-green-300:hover {
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-green-400:hover {
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-green-500:hover {
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-green-600:hover {
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-green-700:hover {
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-green-800:hover {
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-green-900:hover {
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-teal-100:hover {
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-teal-200:hover {
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-teal-300:hover {
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-teal-400:hover {
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-teal-500:hover {
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-teal-600:hover {
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-teal-700:hover {
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-teal-800:hover {
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-teal-900:hover {
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-blue-100:hover {
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-blue-200:hover {
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-blue-300:hover {
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-blue-400:hover {
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-blue-500:hover {
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-blue-600:hover {
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-blue-700:hover {
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-blue-800:hover {
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-blue-900:hover {
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-indigo-100:hover {
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-indigo-200:hover {
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-indigo-300:hover {
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-indigo-400:hover {
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-indigo-500:hover {
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-indigo-600:hover {
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-indigo-700:hover {
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-indigo-800:hover {
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-indigo-900:hover {
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-purple-100:hover {
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-purple-200:hover {
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-purple-300:hover {
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-purple-400:hover {
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-purple-500:hover {
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-purple-600:hover {
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-purple-700:hover {
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-purple-800:hover {
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-purple-900:hover {
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-pink-100:hover {
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-pink-200:hover {
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-pink-300:hover {
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-pink-400:hover {
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-pink-500:hover {
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-pink-600:hover {
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-pink-700:hover {
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-pink-800:hover {
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-pink-900:hover {
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-lac-blue:hover {
    --border-opacity: 1 !important;
    border-color: #123440 !important;
    border-color: rgba(18, 52, 64, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-lac-darkblue:hover {
    --border-opacity: 1 !important;
    border-color: #0F2E39 !important;
    border-color: rgba(15, 46, 57, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-lac-brass:hover {
    --border-opacity: 1 !important;
    border-color: #D19A86 !important;
    border-color: rgba(209, 154, 134, var(--border-opacity)) !important;
  }

  .md-hover-tw-border-lac-offwhite:hover {
    --border-opacity: 1 !important;
    border-color: #F8F8F7 !important;
    border-color: rgba(248, 248, 247, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-transparent:focus {
    border-color: transparent !important;
  }

  .md-focus-tw-border-current:focus {
    border-color: currentColor !important;
  }

  .md-focus-tw-border-black:focus {
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-white:focus {
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-gray-100:focus {
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-gray-200:focus {
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-gray-300:focus {
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-gray-400:focus {
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-gray-500:focus {
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-gray-600:focus {
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-gray-700:focus {
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-gray-800:focus {
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-gray-900:focus {
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-red-100:focus {
    --border-opacity: 1 !important;
    border-color: #fff5f5 !important;
    border-color: rgba(255, 245, 245, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-red-200:focus {
    --border-opacity: 1 !important;
    border-color: #fed7d7 !important;
    border-color: rgba(254, 215, 215, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-red-300:focus {
    --border-opacity: 1 !important;
    border-color: #feb2b2 !important;
    border-color: rgba(254, 178, 178, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-red-400:focus {
    --border-opacity: 1 !important;
    border-color: #fc8181 !important;
    border-color: rgba(252, 129, 129, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-red-500:focus {
    --border-opacity: 1 !important;
    border-color: #f56565 !important;
    border-color: rgba(245, 101, 101, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-red-600:focus {
    --border-opacity: 1 !important;
    border-color: #e53e3e !important;
    border-color: rgba(229, 62, 62, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-red-700:focus {
    --border-opacity: 1 !important;
    border-color: #c53030 !important;
    border-color: rgba(197, 48, 48, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-red-800:focus {
    --border-opacity: 1 !important;
    border-color: #9b2c2c !important;
    border-color: rgba(155, 44, 44, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-red-900:focus {
    --border-opacity: 1 !important;
    border-color: #742a2a !important;
    border-color: rgba(116, 42, 42, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-orange-100:focus {
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-orange-200:focus {
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-orange-300:focus {
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-orange-400:focus {
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-orange-500:focus {
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-orange-600:focus {
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-orange-700:focus {
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-orange-800:focus {
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-orange-900:focus {
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-yellow-100:focus {
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-yellow-200:focus {
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-yellow-300:focus {
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-yellow-400:focus {
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-yellow-500:focus {
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-yellow-600:focus {
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-yellow-700:focus {
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-yellow-800:focus {
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-yellow-900:focus {
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-green-100:focus {
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-green-200:focus {
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-green-300:focus {
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-green-400:focus {
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-green-500:focus {
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-green-600:focus {
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-green-700:focus {
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-green-800:focus {
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-green-900:focus {
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-teal-100:focus {
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-teal-200:focus {
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-teal-300:focus {
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-teal-400:focus {
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-teal-500:focus {
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-teal-600:focus {
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-teal-700:focus {
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-teal-800:focus {
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-teal-900:focus {
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-blue-100:focus {
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-blue-200:focus {
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-blue-300:focus {
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-blue-400:focus {
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-blue-500:focus {
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-blue-600:focus {
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-blue-700:focus {
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-blue-800:focus {
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-blue-900:focus {
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-indigo-100:focus {
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-indigo-200:focus {
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-indigo-300:focus {
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-indigo-400:focus {
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-indigo-500:focus {
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-indigo-600:focus {
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-indigo-700:focus {
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-indigo-800:focus {
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-indigo-900:focus {
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-purple-100:focus {
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-purple-200:focus {
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-purple-300:focus {
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-purple-400:focus {
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-purple-500:focus {
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-purple-600:focus {
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-purple-700:focus {
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-purple-800:focus {
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-purple-900:focus {
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-pink-100:focus {
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-pink-200:focus {
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-pink-300:focus {
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-pink-400:focus {
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-pink-500:focus {
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-pink-600:focus {
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-pink-700:focus {
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-pink-800:focus {
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-pink-900:focus {
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-lac-blue:focus {
    --border-opacity: 1 !important;
    border-color: #123440 !important;
    border-color: rgba(18, 52, 64, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-lac-darkblue:focus {
    --border-opacity: 1 !important;
    border-color: #0F2E39 !important;
    border-color: rgba(15, 46, 57, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-lac-brass:focus {
    --border-opacity: 1 !important;
    border-color: #D19A86 !important;
    border-color: rgba(209, 154, 134, var(--border-opacity)) !important;
  }

  .md-focus-tw-border-lac-offwhite:focus {
    --border-opacity: 1 !important;
    border-color: #F8F8F7 !important;
    border-color: rgba(248, 248, 247, var(--border-opacity)) !important;
  }

  .md-tw-border-opacity-0 {
    --border-opacity: 0 !important;
  }

  .md-tw-border-opacity-25 {
    --border-opacity: 0.25 !important;
  }

  .md-tw-border-opacity-50 {
    --border-opacity: 0.5 !important;
  }

  .md-tw-border-opacity-75 {
    --border-opacity: 0.75 !important;
  }

  .md-tw-border-opacity-100 {
    --border-opacity: 1 !important;
  }

  .md-hover-tw-border-opacity-0:hover {
    --border-opacity: 0 !important;
  }

  .md-hover-tw-border-opacity-25:hover {
    --border-opacity: 0.25 !important;
  }

  .md-hover-tw-border-opacity-50:hover {
    --border-opacity: 0.5 !important;
  }

  .md-hover-tw-border-opacity-75:hover {
    --border-opacity: 0.75 !important;
  }

  .md-hover-tw-border-opacity-100:hover {
    --border-opacity: 1 !important;
  }

  .md-focus-tw-border-opacity-0:focus {
    --border-opacity: 0 !important;
  }

  .md-focus-tw-border-opacity-25:focus {
    --border-opacity: 0.25 !important;
  }

  .md-focus-tw-border-opacity-50:focus {
    --border-opacity: 0.5 !important;
  }

  .md-focus-tw-border-opacity-75:focus {
    --border-opacity: 0.75 !important;
  }

  .md-focus-tw-border-opacity-100:focus {
    --border-opacity: 1 !important;
  }

  .md-tw-rounded-none {
    border-radius: 0 !important;
  }

  .md-tw-rounded-sm {
    border-radius: 0.125rem !important;
  }

  .md-tw-rounded {
    border-radius: 0.25rem !important;
  }

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

  .md-tw-rounded-lg {
    border-radius: 0.5rem !important;
  }

  .md-tw-rounded-full {
    border-radius: 9999px !important;
  }

  .md-tw-rounded-t-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .md-tw-rounded-r-none {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .md-tw-rounded-b-none {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .md-tw-rounded-l-none {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .md-tw-rounded-t-sm {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .md-tw-rounded-r-sm {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .md-tw-rounded-b-sm {
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .md-tw-rounded-l-sm {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .md-tw-rounded-t {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .md-tw-rounded-r {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .md-tw-rounded-b {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .md-tw-rounded-l {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

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

  .md-tw-rounded-r-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

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

  .md-tw-rounded-l-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .md-tw-rounded-t-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .md-tw-rounded-r-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .md-tw-rounded-b-lg {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .md-tw-rounded-l-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .md-tw-rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .md-tw-rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .md-tw-rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .md-tw-rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .md-tw-rounded-tl-none {
    border-top-left-radius: 0 !important;
  }

  .md-tw-rounded-tr-none {
    border-top-right-radius: 0 !important;
  }

  .md-tw-rounded-br-none {
    border-bottom-right-radius: 0 !important;
  }

  .md-tw-rounded-bl-none {
    border-bottom-left-radius: 0 !important;
  }

  .md-tw-rounded-tl-sm {
    border-top-left-radius: 0.125rem !important;
  }

  .md-tw-rounded-tr-sm {
    border-top-right-radius: 0.125rem !important;
  }

  .md-tw-rounded-br-sm {
    border-bottom-right-radius: 0.125rem !important;
  }

  .md-tw-rounded-bl-sm {
    border-bottom-left-radius: 0.125rem !important;
  }

  .md-tw-rounded-tl {
    border-top-left-radius: 0.25rem !important;
  }

  .md-tw-rounded-tr {
    border-top-right-radius: 0.25rem !important;
  }

  .md-tw-rounded-br {
    border-bottom-right-radius: 0.25rem !important;
  }

  .md-tw-rounded-bl {
    border-bottom-left-radius: 0.25rem !important;
  }

  .md-tw-rounded-tl-md {
    border-top-left-radius: 0.375rem !important;
  }

  .md-tw-rounded-tr-md {
    border-top-right-radius: 0.375rem !important;
  }

  .md-tw-rounded-br-md {
    border-bottom-right-radius: 0.375rem !important;
  }

  .md-tw-rounded-bl-md {
    border-bottom-left-radius: 0.375rem !important;
  }

  .md-tw-rounded-tl-lg {
    border-top-left-radius: 0.5rem !important;
  }

  .md-tw-rounded-tr-lg {
    border-top-right-radius: 0.5rem !important;
  }

  .md-tw-rounded-br-lg {
    border-bottom-right-radius: 0.5rem !important;
  }

  .md-tw-rounded-bl-lg {
    border-bottom-left-radius: 0.5rem !important;
  }

  .md-tw-rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .md-tw-rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .md-tw-rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .md-tw-rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .md-tw-border-solid {
    border-style: solid !important;
  }

  .md-tw-border-dashed {
    border-style: dashed !important;
  }

  .md-tw-border-dotted {
    border-style: dotted !important;
  }

  .md-tw-border-double {
    border-style: double !important;
  }

  .md-tw-border-none {
    border-style: none !important;
  }

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

  .md-tw-border-2 {
    border-width: 2px !important;
  }

  .md-tw-border-4 {
    border-width: 4px !important;
  }

  .md-tw-border-8 {
    border-width: 8px !important;
  }

  .md-tw-border {
    border-width: 1px !important;
  }

  .md-tw-border-t-0 {
    border-top-width: 0 !important;
  }

  .md-tw-border-r-0 {
    border-right-width: 0 !important;
  }

  .md-tw-border-b-0 {
    border-bottom-width: 0 !important;
  }

  .md-tw-border-l-0 {
    border-left-width: 0 !important;
  }

  .md-tw-border-t-2 {
    border-top-width: 2px !important;
  }

  .md-tw-border-r-2 {
    border-right-width: 2px !important;
  }

  .md-tw-border-b-2 {
    border-bottom-width: 2px !important;
  }

  .md-tw-border-l-2 {
    border-left-width: 2px !important;
  }

  .md-tw-border-t-4 {
    border-top-width: 4px !important;
  }

  .md-tw-border-r-4 {
    border-right-width: 4px !important;
  }

  .md-tw-border-b-4 {
    border-bottom-width: 4px !important;
  }

  .md-tw-border-l-4 {
    border-left-width: 4px !important;
  }

  .md-tw-border-t-8 {
    border-top-width: 8px !important;
  }

  .md-tw-border-r-8 {
    border-right-width: 8px !important;
  }

  .md-tw-border-b-8 {
    border-bottom-width: 8px !important;
  }

  .md-tw-border-l-8 {
    border-left-width: 8px !important;
  }

  .md-tw-border-t {
    border-top-width: 1px !important;
  }

  .md-tw-border-r {
    border-right-width: 1px !important;
  }

  .md-tw-border-b {
    border-bottom-width: 1px !important;
  }

  .md-tw-border-l {
    border-left-width: 1px !important;
  }

  .md-tw-box-border {
    box-sizing: border-box !important;
  }

  .md-tw-box-content {
    box-sizing: content-box !important;
  }

  .md-tw-cursor-auto {
    cursor: auto !important;
  }

  .md-tw-cursor-default {
    cursor: default !important;
  }

  .md-tw-cursor-pointer {
    cursor: pointer !important;
  }

  .md-tw-cursor-wait {
    cursor: wait !important;
  }

  .md-tw-cursor-text {
    cursor: text !important;
  }

  .md-tw-cursor-move {
    cursor: move !important;
  }

  .md-tw-cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .md-tw-block {
    display: block !important;
  }

  .md-tw-inline-block {
    display: inline-block !important;
  }

  .md-tw-inline {
    display: inline !important;
  }

  .md-tw-flex {
    display: flex !important;
  }

  .md-tw-inline-flex {
    display: inline-flex !important;
  }

  .md-tw-table {
    display: table !important;
  }

  .md-tw-table-caption {
    display: table-caption !important;
  }

  .md-tw-table-cell {
    display: table-cell !important;
  }

  .md-tw-table-column {
    display: table-column !important;
  }

  .md-tw-table-column-group {
    display: table-column-group !important;
  }

  .md-tw-table-footer-group {
    display: table-footer-group !important;
  }

  .md-tw-table-header-group {
    display: table-header-group !important;
  }

  .md-tw-table-row-group {
    display: table-row-group !important;
  }

  .md-tw-table-row {
    display: table-row !important;
  }

  .md-tw-flow-root {
    display: flow-root !important;
  }

  .md-tw-grid {
    display: grid !important;
  }

  .md-tw-inline-grid {
    display: inline-grid !important;
  }

  .md-tw-hidden {
    display: none !important;
  }

  .md-tw-flex-row {
    flex-direction: row !important;
  }

  .md-tw-flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .md-tw-flex-col {
    flex-direction: column !important;
  }

  .md-tw-flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .md-tw-flex-wrap {
    flex-wrap: wrap !important;
  }

  .md-tw-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .md-tw-flex-no-wrap {
    flex-wrap: nowrap !important;
  }

  .md-tw-items-start {
    align-items: flex-start !important;
  }

  .md-tw-items-end {
    align-items: flex-end !important;
  }

  .md-tw-items-center {
    align-items: center !important;
  }

  .md-tw-items-baseline {
    align-items: baseline !important;
  }

  .md-tw-items-stretch {
    align-items: stretch !important;
  }

  .md-tw-self-auto {
    align-self: auto !important;
  }

  .md-tw-self-start {
    align-self: flex-start !important;
  }

  .md-tw-self-end {
    align-self: flex-end !important;
  }

  .md-tw-self-center {
    align-self: center !important;
  }

  .md-tw-self-stretch {
    align-self: stretch !important;
  }

  .md-tw-justify-start {
    justify-content: flex-start !important;
  }

  .md-tw-justify-end {
    justify-content: flex-end !important;
  }

  .md-tw-justify-center {
    justify-content: center !important;
  }

  .md-tw-justify-between {
    justify-content: space-between !important;
  }

  .md-tw-justify-around {
    justify-content: space-around !important;
  }

  .md-tw-justify-evenly {
    justify-content: space-evenly !important;
  }

  .md-tw-content-center {
    align-content: center !important;
  }

  .md-tw-content-start {
    align-content: flex-start !important;
  }

  .md-tw-content-end {
    align-content: flex-end !important;
  }

  .md-tw-content-between {
    align-content: space-between !important;
  }

  .md-tw-content-around {
    align-content: space-around !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md-tw-order-first {
    order: -9999 !important;
  }

  .md-tw-order-last {
    order: 9999 !important;
  }

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

  .md-tw-float-right {
    float: right !important;
  }

  .md-tw-float-left {
    float: left !important;
  }

  .md-tw-float-none {
    float: none !important;
  }

  .md-tw-clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .md-tw-clear-left {
    clear: left !important;
  }

  .md-tw-clear-right {
    clear: right !important;
  }

  .md-tw-clear-both {
    clear: both !important;
  }

  .md-tw-clear-none {
    clear: none !important;
  }

  .md-tw-font-sans {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  }

  .md-tw-font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .md-tw-font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .md-tw-font-lac-serif {
    font-family: Vollkorn, serif !important;
  }

  .md-tw-font-hairline {
    font-weight: 100 !important;
  }

  .md-tw-font-thin {
    font-weight: 200 !important;
  }

  .md-tw-font-light {
    font-weight: 300 !important;
  }

  .md-tw-font-normal {
    font-weight: 400 !important;
  }

  .md-tw-font-medium {
    font-weight: 500 !important;
  }

  .md-tw-font-semibold {
    font-weight: 600 !important;
  }

  .md-tw-font-bold {
    font-weight: 700 !important;
  }

  .md-tw-font-extrabold {
    font-weight: 800 !important;
  }

  .md-tw-font-black {
    font-weight: 900 !important;
  }

  .md-hover-tw-font-hairline:hover {
    font-weight: 100 !important;
  }

  .md-hover-tw-font-thin:hover {
    font-weight: 200 !important;
  }

  .md-hover-tw-font-light:hover {
    font-weight: 300 !important;
  }

  .md-hover-tw-font-normal:hover {
    font-weight: 400 !important;
  }

  .md-hover-tw-font-medium:hover {
    font-weight: 500 !important;
  }

  .md-hover-tw-font-semibold:hover {
    font-weight: 600 !important;
  }

  .md-hover-tw-font-bold:hover {
    font-weight: 700 !important;
  }

  .md-hover-tw-font-extrabold:hover {
    font-weight: 800 !important;
  }

  .md-hover-tw-font-black:hover {
    font-weight: 900 !important;
  }

  .md-focus-tw-font-hairline:focus {
    font-weight: 100 !important;
  }

  .md-focus-tw-font-thin:focus {
    font-weight: 200 !important;
  }

  .md-focus-tw-font-light:focus {
    font-weight: 300 !important;
  }

  .md-focus-tw-font-normal:focus {
    font-weight: 400 !important;
  }

  .md-focus-tw-font-medium:focus {
    font-weight: 500 !important;
  }

  .md-focus-tw-font-semibold:focus {
    font-weight: 600 !important;
  }

  .md-focus-tw-font-bold:focus {
    font-weight: 700 !important;
  }

  .md-focus-tw-font-extrabold:focus {
    font-weight: 800 !important;
  }

  .md-focus-tw-font-black:focus {
    font-weight: 900 !important;
  }

  .md-tw-h-0 {
    height: 0 !important;
  }

  .md-tw-h-1 {
    height: 0.25rem !important;
  }

  .md-tw-h-2 {
    height: 0.5rem !important;
  }

  .md-tw-h-3 {
    height: 0.75rem !important;
  }

  .md-tw-h-4 {
    height: 1rem !important;
  }

  .md-tw-h-5 {
    height: 1.25rem !important;
  }

  .md-tw-h-6 {
    height: 1.5rem !important;
  }

  .md-tw-h-8 {
    height: 2rem !important;
  }

  .md-tw-h-10 {
    height: 2.5rem !important;
  }

  .md-tw-h-12 {
    height: 3rem !important;
  }

  .md-tw-h-16 {
    height: 4rem !important;
  }

  .md-tw-h-20 {
    height: 5rem !important;
  }

  .md-tw-h-24 {
    height: 6rem !important;
  }

  .md-tw-h-32 {
    height: 8rem !important;
  }

  .md-tw-h-40 {
    height: 10rem !important;
  }

  .md-tw-h-48 {
    height: 12rem !important;
  }

  .md-tw-h-56 {
    height: 14rem !important;
  }

  .md-tw-h-64 {
    height: 16rem !important;
  }

  .md-tw-h-auto {
    height: auto !important;
  }

  .md-tw-h-px {
    height: 1px !important;
  }

  .md-tw-h-full {
    height: 100% !important;
  }

  .md-tw-h-screen {
    height: 100vh !important;
  }

  .md-tw-text-xs {
    font-size: 0.75rem !important;
  }

  .md-tw-text-sm {
    font-size: 0.875rem !important;
  }

  .md-tw-text-base {
    font-size: 1rem !important;
  }

  .md-tw-text-lg {
    font-size: 1.125rem !important;
  }

  .md-tw-text-xl {
    font-size: 1.25rem !important;
  }

  .md-tw-text-2xl {
    font-size: 1.5rem !important;
  }

  .md-tw-text-3xl {
    font-size: 1.875rem !important;
  }

  .md-tw-text-4xl {
    font-size: 2.25rem !important;
  }

  .md-tw-text-5xl {
    font-size: 3rem !important;
  }

  .md-tw-text-6xl {
    font-size: 4rem !important;
  }

  .md-tw-text-donate {
    font-size: 140px !important;
  }

  .md-tw-leading-3 {
    line-height: .75rem !important;
  }

  .md-tw-leading-4 {
    line-height: 1rem !important;
  }

  .md-tw-leading-5 {
    line-height: 1.25rem !important;
  }

  .md-tw-leading-6 {
    line-height: 1.5rem !important;
  }

  .md-tw-leading-7 {
    line-height: 1.75rem !important;
  }

  .md-tw-leading-8 {
    line-height: 2rem !important;
  }

  .md-tw-leading-9 {
    line-height: 2.25rem !important;
  }

  .md-tw-leading-10 {
    line-height: 2.5rem !important;
  }

  .md-tw-leading-none {
    line-height: 1 !important;
  }

  .md-tw-leading-tight {
    line-height: 1.25 !important;
  }

  .md-tw-leading-snug {
    line-height: 1.375 !important;
  }

  .md-tw-leading-normal {
    line-height: 1.5 !important;
  }

  .md-tw-leading-relaxed {
    line-height: 1.625 !important;
  }

  .md-tw-leading-loose {
    line-height: 2 !important;
  }

  .md-tw-list-inside {
    list-style-position: inside !important;
  }

  .md-tw-list-outside {
    list-style-position: outside !important;
  }

  .md-tw-list-none {
    list-style-type: none !important;
  }

  .md-tw-list-disc {
    list-style-type: disc !important;
  }

  .md-tw-list-decimal {
    list-style-type: decimal !important;
  }

  .md-tw-m-0 {
    margin: 0 !important;
  }

  .md-tw-m-1 {
    margin: 0.25rem !important;
  }

  .md-tw-m-2 {
    margin: 0.5rem !important;
  }

  .md-tw-m-3 {
    margin: 0.75rem !important;
  }

  .md-tw-m-4 {
    margin: 1rem !important;
  }

  .md-tw-m-5 {
    margin: 1.25rem !important;
  }

  .md-tw-m-6 {
    margin: 1.5rem !important;
  }

  .md-tw-m-8 {
    margin: 2rem !important;
  }

  .md-tw-m-10 {
    margin: 2.5rem !important;
  }

  .md-tw-m-12 {
    margin: 3rem !important;
  }

  .md-tw-m-16 {
    margin: 4rem !important;
  }

  .md-tw-m-20 {
    margin: 5rem !important;
  }

  .md-tw-m-24 {
    margin: 6rem !important;
  }

  .md-tw-m-32 {
    margin: 8rem !important;
  }

  .md-tw-m-40 {
    margin: 10rem !important;
  }

  .md-tw-m-48 {
    margin: 12rem !important;
  }

  .md-tw-m-56 {
    margin: 14rem !important;
  }

  .md-tw-m-64 {
    margin: 16rem !important;
  }

  .md-tw-m-auto {
    margin: auto !important;
  }

  .md-tw-m-px {
    margin: 1px !important;
  }

  .md-tw--m-1 {
    margin: -0.25rem !important;
  }

  .md-tw--m-2 {
    margin: -0.5rem !important;
  }

  .md-tw--m-3 {
    margin: -0.75rem !important;
  }

  .md-tw--m-4 {
    margin: -1rem !important;
  }

  .md-tw--m-5 {
    margin: -1.25rem !important;
  }

  .md-tw--m-6 {
    margin: -1.5rem !important;
  }

  .md-tw--m-8 {
    margin: -2rem !important;
  }

  .md-tw--m-10 {
    margin: -2.5rem !important;
  }

  .md-tw--m-12 {
    margin: -3rem !important;
  }

  .md-tw--m-16 {
    margin: -4rem !important;
  }

  .md-tw--m-20 {
    margin: -5rem !important;
  }

  .md-tw--m-24 {
    margin: -6rem !important;
  }

  .md-tw--m-32 {
    margin: -8rem !important;
  }

  .md-tw--m-40 {
    margin: -10rem !important;
  }

  .md-tw--m-48 {
    margin: -12rem !important;
  }

  .md-tw--m-56 {
    margin: -14rem !important;
  }

  .md-tw--m-64 {
    margin: -16rem !important;
  }

  .md-tw--m-px {
    margin: -1px !important;
  }

  .md-tw-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .md-tw-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .md-tw-my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .md-tw-mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .md-tw-my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .md-tw-mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .md-tw-my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .md-tw-mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .md-tw-my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .md-tw-mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .md-tw-my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .md-tw-mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .md-tw-my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .md-tw-mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .md-tw-my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .md-tw-mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .md-tw-my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .md-tw-mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .md-tw-my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .md-tw-mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .md-tw-my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .md-tw-mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .md-tw-my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .md-tw-mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .md-tw-my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .md-tw-mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .md-tw-my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .md-tw-mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .md-tw-my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .md-tw-mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .md-tw-my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .md-tw-mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .md-tw-my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .md-tw-mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .md-tw-my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .md-tw-mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .md-tw-my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .md-tw-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .md-tw-my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .md-tw-mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .md-tw--my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .md-tw--mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .md-tw--my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .md-tw--mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .md-tw--my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .md-tw--mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .md-tw--my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .md-tw--mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .md-tw--my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .md-tw--mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .md-tw--my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .md-tw--mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .md-tw--my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .md-tw--mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .md-tw--my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .md-tw--mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .md-tw--my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .md-tw--mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .md-tw--my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .md-tw--mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .md-tw--my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .md-tw--mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .md-tw--my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .md-tw--mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .md-tw--my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .md-tw--mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .md-tw--my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .md-tw--mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .md-tw--my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .md-tw--mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .md-tw--my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .md-tw--mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .md-tw--my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .md-tw--mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .md-tw--my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .md-tw--mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .md-tw-mt-0 {
    margin-top: 0 !important;
  }

  .md-tw-mr-0 {
    margin-right: 0 !important;
  }

  .md-tw-mb-0 {
    margin-bottom: 0 !important;
  }

  .md-tw-ml-0 {
    margin-left: 0 !important;
  }

  .md-tw-mt-1 {
    margin-top: 0.25rem !important;
  }

  .md-tw-mr-1 {
    margin-right: 0.25rem !important;
  }

  .md-tw-mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .md-tw-ml-1 {
    margin-left: 0.25rem !important;
  }

  .md-tw-mt-2 {
    margin-top: 0.5rem !important;
  }

  .md-tw-mr-2 {
    margin-right: 0.5rem !important;
  }

  .md-tw-mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .md-tw-ml-2 {
    margin-left: 0.5rem !important;
  }

  .md-tw-mt-3 {
    margin-top: 0.75rem !important;
  }

  .md-tw-mr-3 {
    margin-right: 0.75rem !important;
  }

  .md-tw-mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .md-tw-ml-3 {
    margin-left: 0.75rem !important;
  }

  .md-tw-mt-4 {
    margin-top: 1rem !important;
  }

  .md-tw-mr-4 {
    margin-right: 1rem !important;
  }

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

  .md-tw-ml-4 {
    margin-left: 1rem !important;
  }

  .md-tw-mt-5 {
    margin-top: 1.25rem !important;
  }

  .md-tw-mr-5 {
    margin-right: 1.25rem !important;
  }

  .md-tw-mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .md-tw-ml-5 {
    margin-left: 1.25rem !important;
  }

  .md-tw-mt-6 {
    margin-top: 1.5rem !important;
  }

  .md-tw-mr-6 {
    margin-right: 1.5rem !important;
  }

  .md-tw-mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .md-tw-ml-6 {
    margin-left: 1.5rem !important;
  }

  .md-tw-mt-8 {
    margin-top: 2rem !important;
  }

  .md-tw-mr-8 {
    margin-right: 2rem !important;
  }

  .md-tw-mb-8 {
    margin-bottom: 2rem !important;
  }

  .md-tw-ml-8 {
    margin-left: 2rem !important;
  }

  .md-tw-mt-10 {
    margin-top: 2.5rem !important;
  }

  .md-tw-mr-10 {
    margin-right: 2.5rem !important;
  }

  .md-tw-mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .md-tw-ml-10 {
    margin-left: 2.5rem !important;
  }

  .md-tw-mt-12 {
    margin-top: 3rem !important;
  }

  .md-tw-mr-12 {
    margin-right: 3rem !important;
  }

  .md-tw-mb-12 {
    margin-bottom: 3rem !important;
  }

  .md-tw-ml-12 {
    margin-left: 3rem !important;
  }

  .md-tw-mt-16 {
    margin-top: 4rem !important;
  }

  .md-tw-mr-16 {
    margin-right: 4rem !important;
  }

  .md-tw-mb-16 {
    margin-bottom: 4rem !important;
  }

  .md-tw-ml-16 {
    margin-left: 4rem !important;
  }

  .md-tw-mt-20 {
    margin-top: 5rem !important;
  }

  .md-tw-mr-20 {
    margin-right: 5rem !important;
  }

  .md-tw-mb-20 {
    margin-bottom: 5rem !important;
  }

  .md-tw-ml-20 {
    margin-left: 5rem !important;
  }

  .md-tw-mt-24 {
    margin-top: 6rem !important;
  }

  .md-tw-mr-24 {
    margin-right: 6rem !important;
  }

  .md-tw-mb-24 {
    margin-bottom: 6rem !important;
  }

  .md-tw-ml-24 {
    margin-left: 6rem !important;
  }

  .md-tw-mt-32 {
    margin-top: 8rem !important;
  }

  .md-tw-mr-32 {
    margin-right: 8rem !important;
  }

  .md-tw-mb-32 {
    margin-bottom: 8rem !important;
  }

  .md-tw-ml-32 {
    margin-left: 8rem !important;
  }

  .md-tw-mt-40 {
    margin-top: 10rem !important;
  }

  .md-tw-mr-40 {
    margin-right: 10rem !important;
  }

  .md-tw-mb-40 {
    margin-bottom: 10rem !important;
  }

  .md-tw-ml-40 {
    margin-left: 10rem !important;
  }

  .md-tw-mt-48 {
    margin-top: 12rem !important;
  }

  .md-tw-mr-48 {
    margin-right: 12rem !important;
  }

  .md-tw-mb-48 {
    margin-bottom: 12rem !important;
  }

  .md-tw-ml-48 {
    margin-left: 12rem !important;
  }

  .md-tw-mt-56 {
    margin-top: 14rem !important;
  }

  .md-tw-mr-56 {
    margin-right: 14rem !important;
  }

  .md-tw-mb-56 {
    margin-bottom: 14rem !important;
  }

  .md-tw-ml-56 {
    margin-left: 14rem !important;
  }

  .md-tw-mt-64 {
    margin-top: 16rem !important;
  }

  .md-tw-mr-64 {
    margin-right: 16rem !important;
  }

  .md-tw-mb-64 {
    margin-bottom: 16rem !important;
  }

  .md-tw-ml-64 {
    margin-left: 16rem !important;
  }

  .md-tw-mt-auto {
    margin-top: auto !important;
  }

  .md-tw-mr-auto {
    margin-right: auto !important;
  }

  .md-tw-mb-auto {
    margin-bottom: auto !important;
  }

  .md-tw-ml-auto {
    margin-left: auto !important;
  }

  .md-tw-mt-px {
    margin-top: 1px !important;
  }

  .md-tw-mr-px {
    margin-right: 1px !important;
  }

  .md-tw-mb-px {
    margin-bottom: 1px !important;
  }

  .md-tw-ml-px {
    margin-left: 1px !important;
  }

  .md-tw--mt-1 {
    margin-top: -0.25rem !important;
  }

  .md-tw--mr-1 {
    margin-right: -0.25rem !important;
  }

  .md-tw--mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .md-tw--ml-1 {
    margin-left: -0.25rem !important;
  }

  .md-tw--mt-2 {
    margin-top: -0.5rem !important;
  }

  .md-tw--mr-2 {
    margin-right: -0.5rem !important;
  }

  .md-tw--mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .md-tw--ml-2 {
    margin-left: -0.5rem !important;
  }

  .md-tw--mt-3 {
    margin-top: -0.75rem !important;
  }

  .md-tw--mr-3 {
    margin-right: -0.75rem !important;
  }

  .md-tw--mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .md-tw--ml-3 {
    margin-left: -0.75rem !important;
  }

  .md-tw--mt-4 {
    margin-top: -1rem !important;
  }

  .md-tw--mr-4 {
    margin-right: -1rem !important;
  }

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

  .md-tw--ml-4 {
    margin-left: -1rem !important;
  }

  .md-tw--mt-5 {
    margin-top: -1.25rem !important;
  }

  .md-tw--mr-5 {
    margin-right: -1.25rem !important;
  }

  .md-tw--mb-5 {
    margin-bottom: -1.25rem !important;
  }

  .md-tw--ml-5 {
    margin-left: -1.25rem !important;
  }

  .md-tw--mt-6 {
    margin-top: -1.5rem !important;
  }

  .md-tw--mr-6 {
    margin-right: -1.5rem !important;
  }

  .md-tw--mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .md-tw--ml-6 {
    margin-left: -1.5rem !important;
  }

  .md-tw--mt-8 {
    margin-top: -2rem !important;
  }

  .md-tw--mr-8 {
    margin-right: -2rem !important;
  }

  .md-tw--mb-8 {
    margin-bottom: -2rem !important;
  }

  .md-tw--ml-8 {
    margin-left: -2rem !important;
  }

  .md-tw--mt-10 {
    margin-top: -2.5rem !important;
  }

  .md-tw--mr-10 {
    margin-right: -2.5rem !important;
  }

  .md-tw--mb-10 {
    margin-bottom: -2.5rem !important;
  }

  .md-tw--ml-10 {
    margin-left: -2.5rem !important;
  }

  .md-tw--mt-12 {
    margin-top: -3rem !important;
  }

  .md-tw--mr-12 {
    margin-right: -3rem !important;
  }

  .md-tw--mb-12 {
    margin-bottom: -3rem !important;
  }

  .md-tw--ml-12 {
    margin-left: -3rem !important;
  }

  .md-tw--mt-16 {
    margin-top: -4rem !important;
  }

  .md-tw--mr-16 {
    margin-right: -4rem !important;
  }

  .md-tw--mb-16 {
    margin-bottom: -4rem !important;
  }

  .md-tw--ml-16 {
    margin-left: -4rem !important;
  }

  .md-tw--mt-20 {
    margin-top: -5rem !important;
  }

  .md-tw--mr-20 {
    margin-right: -5rem !important;
  }

  .md-tw--mb-20 {
    margin-bottom: -5rem !important;
  }

  .md-tw--ml-20 {
    margin-left: -5rem !important;
  }

  .md-tw--mt-24 {
    margin-top: -6rem !important;
  }

  .md-tw--mr-24 {
    margin-right: -6rem !important;
  }

  .md-tw--mb-24 {
    margin-bottom: -6rem !important;
  }

  .md-tw--ml-24 {
    margin-left: -6rem !important;
  }

  .md-tw--mt-32 {
    margin-top: -8rem !important;
  }

  .md-tw--mr-32 {
    margin-right: -8rem !important;
  }

  .md-tw--mb-32 {
    margin-bottom: -8rem !important;
  }

  .md-tw--ml-32 {
    margin-left: -8rem !important;
  }

  .md-tw--mt-40 {
    margin-top: -10rem !important;
  }

  .md-tw--mr-40 {
    margin-right: -10rem !important;
  }

  .md-tw--mb-40 {
    margin-bottom: -10rem !important;
  }

  .md-tw--ml-40 {
    margin-left: -10rem !important;
  }

  .md-tw--mt-48 {
    margin-top: -12rem !important;
  }

  .md-tw--mr-48 {
    margin-right: -12rem !important;
  }

  .md-tw--mb-48 {
    margin-bottom: -12rem !important;
  }

  .md-tw--ml-48 {
    margin-left: -12rem !important;
  }

  .md-tw--mt-56 {
    margin-top: -14rem !important;
  }

  .md-tw--mr-56 {
    margin-right: -14rem !important;
  }

  .md-tw--mb-56 {
    margin-bottom: -14rem !important;
  }

  .md-tw--ml-56 {
    margin-left: -14rem !important;
  }

  .md-tw--mt-64 {
    margin-top: -16rem !important;
  }

  .md-tw--mr-64 {
    margin-right: -16rem !important;
  }

  .md-tw--mb-64 {
    margin-bottom: -16rem !important;
  }

  .md-tw--ml-64 {
    margin-left: -16rem !important;
  }

  .md-tw--mt-px {
    margin-top: -1px !important;
  }

  .md-tw--mr-px {
    margin-right: -1px !important;
  }

  .md-tw--mb-px {
    margin-bottom: -1px !important;
  }

  .md-tw--ml-px {
    margin-left: -1px !important;
  }

  .md-tw-max-h-full {
    max-height: 100% !important;
  }

  .md-tw-max-h-screen {
    max-height: 100vh !important;
  }

  .md-tw-max-w-none {
    max-width: none !important;
  }

  .md-tw-max-w-xs {
    max-width: 20rem !important;
  }

  .md-tw-max-w-sm {
    max-width: 24rem !important;
  }

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

  .md-tw-max-w-lg {
    max-width: 32rem !important;
  }

  .md-tw-max-w-xl {
    max-width: 36rem !important;
  }

  .md-tw-max-w-2xl {
    max-width: 42rem !important;
  }

  .md-tw-max-w-3xl {
    max-width: 48rem !important;
  }

  .md-tw-max-w-4xl {
    max-width: 56rem !important;
  }

  .md-tw-max-w-5xl {
    max-width: 64rem !important;
  }

  .md-tw-max-w-6xl {
    max-width: 72rem !important;
  }

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

  .md-tw-max-w-screen-sm {
    max-width: 640px !important;
  }

  .md-tw-max-w-screen-md {
    max-width: 768px !important;
  }

  .md-tw-max-w-screen-lg {
    max-width: 1024px !important;
  }

  .md-tw-max-w-screen-xl {
    max-width: 1280px !important;
  }

  .md-tw-min-h-0 {
    min-height: 0 !important;
  }

  .md-tw-min-h-full {
    min-height: 100% !important;
  }

  .md-tw-min-h-screen {
    min-height: 100vh !important;
  }

  .md-tw-min-w-0 {
    min-width: 0 !important;
  }

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

  .md-tw-object-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }

  .md-tw-object-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }

  .md-tw-object-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }

  .md-tw-object-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }

  .md-tw-object-scale-down {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }

  .md-tw-object-bottom {
    -o-object-position: bottom !important;
    object-position: bottom !important;
  }

  .md-tw-object-center {
    -o-object-position: center !important;
    object-position: center !important;
  }

  .md-tw-object-left {
    -o-object-position: left !important;
    object-position: left !important;
  }

  .md-tw-object-left-bottom {
    -o-object-position: left bottom !important;
    object-position: left bottom !important;
  }

  .md-tw-object-left-top {
    -o-object-position: left top !important;
    object-position: left top !important;
  }

  .md-tw-object-right {
    -o-object-position: right !important;
    object-position: right !important;
  }

  .md-tw-object-right-bottom {
    -o-object-position: right bottom !important;
    object-position: right bottom !important;
  }

  .md-tw-object-right-top {
    -o-object-position: right top !important;
    object-position: right top !important;
  }

  .md-tw-object-top {
    -o-object-position: top !important;
    object-position: top !important;
  }

  .md-tw-opacity-0 {
    opacity: 0 !important;
  }

  .md-tw-opacity-25 {
    opacity: 0.25 !important;
  }

  .md-tw-opacity-50 {
    opacity: 0.5 !important;
  }

  .md-tw-opacity-75 {
    opacity: 0.75 !important;
  }

  .md-tw-opacity-100 {
    opacity: 1 !important;
  }

  .md-hover-tw-opacity-0:hover {
    opacity: 0 !important;
  }

  .md-hover-tw-opacity-25:hover {
    opacity: 0.25 !important;
  }

  .md-hover-tw-opacity-50:hover {
    opacity: 0.5 !important;
  }

  .md-hover-tw-opacity-75:hover {
    opacity: 0.75 !important;
  }

  .md-hover-tw-opacity-100:hover {
    opacity: 1 !important;
  }

  .md-focus-tw-opacity-0:focus {
    opacity: 0 !important;
  }

  .md-focus-tw-opacity-25:focus {
    opacity: 0.25 !important;
  }

  .md-focus-tw-opacity-50:focus {
    opacity: 0.5 !important;
  }

  .md-focus-tw-opacity-75:focus {
    opacity: 0.75 !important;
  }

  .md-focus-tw-opacity-100:focus {
    opacity: 1 !important;
  }

  .md-tw-outline-none {
    outline: 0 !important;
  }

  .md-focus-tw-outline-none:focus {
    outline: 0 !important;
  }

  .md-tw-overflow-auto {
    overflow: auto !important;
  }

  .md-tw-overflow-hidden {
    overflow: hidden !important;
  }

  .md-tw-overflow-visible {
    overflow: visible !important;
  }

  .md-tw-overflow-scroll {
    overflow: scroll !important;
  }

  .md-tw-overflow-x-auto {
    overflow-x: auto !important;
  }

  .md-tw-overflow-y-auto {
    overflow-y: auto !important;
  }

  .md-tw-overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .md-tw-overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .md-tw-overflow-x-visible {
    overflow-x: visible !important;
  }

  .md-tw-overflow-y-visible {
    overflow-y: visible !important;
  }

  .md-tw-overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .md-tw-overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .md-tw-scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .md-tw-scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

  .md-tw-p-0 {
    padding: 0 !important;
  }

  .md-tw-p-1 {
    padding: 0.25rem !important;
  }

  .md-tw-p-2 {
    padding: 0.5rem !important;
  }

  .md-tw-p-3 {
    padding: 0.75rem !important;
  }

  .md-tw-p-4 {
    padding: 1rem !important;
  }

  .md-tw-p-5 {
    padding: 1.25rem !important;
  }

  .md-tw-p-6 {
    padding: 1.5rem !important;
  }

  .md-tw-p-8 {
    padding: 2rem !important;
  }

  .md-tw-p-10 {
    padding: 2.5rem !important;
  }

  .md-tw-p-12 {
    padding: 3rem !important;
  }

  .md-tw-p-16 {
    padding: 4rem !important;
  }

  .md-tw-p-20 {
    padding: 5rem !important;
  }

  .md-tw-p-24 {
    padding: 6rem !important;
  }

  .md-tw-p-32 {
    padding: 8rem !important;
  }

  .md-tw-p-40 {
    padding: 10rem !important;
  }

  .md-tw-p-48 {
    padding: 12rem !important;
  }

  .md-tw-p-56 {
    padding: 14rem !important;
  }

  .md-tw-p-64 {
    padding: 16rem !important;
  }

  .md-tw-p-px {
    padding: 1px !important;
  }

  .md-tw-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .md-tw-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .md-tw-py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .md-tw-px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .md-tw-py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .md-tw-px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .md-tw-py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .md-tw-px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .md-tw-py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .md-tw-px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .md-tw-py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .md-tw-px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .md-tw-py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .md-tw-px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .md-tw-py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .md-tw-px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .md-tw-py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .md-tw-px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .md-tw-py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .md-tw-px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .md-tw-py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .md-tw-px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .md-tw-py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .md-tw-px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .md-tw-py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .md-tw-px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .md-tw-py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .md-tw-px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .md-tw-py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .md-tw-px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .md-tw-py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .md-tw-px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .md-tw-py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .md-tw-px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .md-tw-py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .md-tw-px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .md-tw-py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .md-tw-px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .md-tw-pt-0 {
    padding-top: 0 !important;
  }

  .md-tw-pr-0 {
    padding-right: 0 !important;
  }

  .md-tw-pb-0 {
    padding-bottom: 0 !important;
  }

  .md-tw-pl-0 {
    padding-left: 0 !important;
  }

  .md-tw-pt-1 {
    padding-top: 0.25rem !important;
  }

  .md-tw-pr-1 {
    padding-right: 0.25rem !important;
  }

  .md-tw-pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .md-tw-pl-1 {
    padding-left: 0.25rem !important;
  }

  .md-tw-pt-2 {
    padding-top: 0.5rem !important;
  }

  .md-tw-pr-2 {
    padding-right: 0.5rem !important;
  }

  .md-tw-pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .md-tw-pl-2 {
    padding-left: 0.5rem !important;
  }

  .md-tw-pt-3 {
    padding-top: 0.75rem !important;
  }

  .md-tw-pr-3 {
    padding-right: 0.75rem !important;
  }

  .md-tw-pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .md-tw-pl-3 {
    padding-left: 0.75rem !important;
  }

  .md-tw-pt-4 {
    padding-top: 1rem !important;
  }

  .md-tw-pr-4 {
    padding-right: 1rem !important;
  }

  .md-tw-pb-4 {
    padding-bottom: 1rem !important;
  }

  .md-tw-pl-4 {
    padding-left: 1rem !important;
  }

  .md-tw-pt-5 {
    padding-top: 1.25rem !important;
  }

  .md-tw-pr-5 {
    padding-right: 1.25rem !important;
  }

  .md-tw-pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .md-tw-pl-5 {
    padding-left: 1.25rem !important;
  }

  .md-tw-pt-6 {
    padding-top: 1.5rem !important;
  }

  .md-tw-pr-6 {
    padding-right: 1.5rem !important;
  }

  .md-tw-pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .md-tw-pl-6 {
    padding-left: 1.5rem !important;
  }

  .md-tw-pt-8 {
    padding-top: 2rem !important;
  }

  .md-tw-pr-8 {
    padding-right: 2rem !important;
  }

  .md-tw-pb-8 {
    padding-bottom: 2rem !important;
  }

  .md-tw-pl-8 {
    padding-left: 2rem !important;
  }

  .md-tw-pt-10 {
    padding-top: 2.5rem !important;
  }

  .md-tw-pr-10 {
    padding-right: 2.5rem !important;
  }

  .md-tw-pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .md-tw-pl-10 {
    padding-left: 2.5rem !important;
  }

  .md-tw-pt-12 {
    padding-top: 3rem !important;
  }

  .md-tw-pr-12 {
    padding-right: 3rem !important;
  }

  .md-tw-pb-12 {
    padding-bottom: 3rem !important;
  }

  .md-tw-pl-12 {
    padding-left: 3rem !important;
  }

  .md-tw-pt-16 {
    padding-top: 4rem !important;
  }

  .md-tw-pr-16 {
    padding-right: 4rem !important;
  }

  .md-tw-pb-16 {
    padding-bottom: 4rem !important;
  }

  .md-tw-pl-16 {
    padding-left: 4rem !important;
  }

  .md-tw-pt-20 {
    padding-top: 5rem !important;
  }

  .md-tw-pr-20 {
    padding-right: 5rem !important;
  }

  .md-tw-pb-20 {
    padding-bottom: 5rem !important;
  }

  .md-tw-pl-20 {
    padding-left: 5rem !important;
  }

  .md-tw-pt-24 {
    padding-top: 6rem !important;
  }

  .md-tw-pr-24 {
    padding-right: 6rem !important;
  }

  .md-tw-pb-24 {
    padding-bottom: 6rem !important;
  }

  .md-tw-pl-24 {
    padding-left: 6rem !important;
  }

  .md-tw-pt-32 {
    padding-top: 8rem !important;
  }

  .md-tw-pr-32 {
    padding-right: 8rem !important;
  }

  .md-tw-pb-32 {
    padding-bottom: 8rem !important;
  }

  .md-tw-pl-32 {
    padding-left: 8rem !important;
  }

  .md-tw-pt-40 {
    padding-top: 10rem !important;
  }

  .md-tw-pr-40 {
    padding-right: 10rem !important;
  }

  .md-tw-pb-40 {
    padding-bottom: 10rem !important;
  }

  .md-tw-pl-40 {
    padding-left: 10rem !important;
  }

  .md-tw-pt-48 {
    padding-top: 12rem !important;
  }

  .md-tw-pr-48 {
    padding-right: 12rem !important;
  }

  .md-tw-pb-48 {
    padding-bottom: 12rem !important;
  }

  .md-tw-pl-48 {
    padding-left: 12rem !important;
  }

  .md-tw-pt-56 {
    padding-top: 14rem !important;
  }

  .md-tw-pr-56 {
    padding-right: 14rem !important;
  }

  .md-tw-pb-56 {
    padding-bottom: 14rem !important;
  }

  .md-tw-pl-56 {
    padding-left: 14rem !important;
  }

  .md-tw-pt-64 {
    padding-top: 16rem !important;
  }

  .md-tw-pr-64 {
    padding-right: 16rem !important;
  }

  .md-tw-pb-64 {
    padding-bottom: 16rem !important;
  }

  .md-tw-pl-64 {
    padding-left: 16rem !important;
  }

  .md-tw-pt-px {
    padding-top: 1px !important;
  }

  .md-tw-pr-px {
    padding-right: 1px !important;
  }

  .md-tw-pb-px {
    padding-bottom: 1px !important;
  }

  .md-tw-pl-px {
    padding-left: 1px !important;
  }

  .md-tw-placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .md-tw-placeholder-transparent:-ms-input-placeholder {
    color: transparent !important;
  }

  .md-tw-placeholder-transparent::-ms-input-placeholder {
    color: transparent !important;
  }

  .md-tw-placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .md-tw-placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .md-tw-placeholder-current:-ms-input-placeholder {
    color: currentColor !important;
  }

  .md-tw-placeholder-current::-ms-input-placeholder {
    color: currentColor !important;
  }

  .md-tw-placeholder-current::placeholder {
    color: currentColor !important;
  }

  .md-tw-placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-black:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-black::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-black::placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-white:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-white::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-white::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-gray-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-gray-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-gray-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-gray-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-gray-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-gray-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-gray-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-gray-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-gray-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-gray-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-gray-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-gray-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-gray-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-gray-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-gray-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-gray-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-gray-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-gray-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-gray-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-gray-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-gray-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-gray-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-gray-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-gray-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-gray-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-gray-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-gray-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-gray-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-gray-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-gray-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-gray-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-gray-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-gray-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-gray-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-gray-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-gray-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-red-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-red-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-red-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-red-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-red-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-red-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-red-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-red-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-red-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-red-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-red-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-red-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-red-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-red-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-red-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-red-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-red-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-red-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-red-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-red-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-red-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-red-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-red-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-red-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-red-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-red-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-red-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-red-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-red-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-red-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-red-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-red-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-red-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-red-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-red-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-red-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-orange-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-orange-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-orange-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-orange-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-orange-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-orange-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-orange-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-orange-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-orange-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-orange-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-orange-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-orange-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-orange-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-orange-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-orange-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-orange-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-orange-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-orange-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-orange-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-orange-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-orange-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-orange-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-orange-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-orange-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-orange-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-orange-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-orange-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-orange-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-orange-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-orange-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-orange-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-orange-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-orange-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-orange-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-orange-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-orange-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-yellow-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-yellow-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-yellow-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-yellow-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-yellow-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-yellow-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-yellow-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-yellow-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-yellow-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-yellow-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-yellow-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-yellow-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-yellow-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-yellow-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-yellow-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-yellow-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-yellow-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-yellow-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-yellow-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-yellow-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-yellow-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-yellow-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-yellow-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-yellow-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-yellow-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-yellow-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-yellow-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-yellow-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-yellow-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-yellow-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-yellow-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-yellow-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-yellow-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-yellow-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-yellow-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-yellow-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-green-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-green-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-green-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-green-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-green-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-green-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-green-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-green-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-green-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-green-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-green-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-green-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-green-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-green-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-green-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-green-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-green-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-green-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-green-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-green-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-green-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-green-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-green-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-green-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-green-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-green-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-green-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-green-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-green-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-green-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-green-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-green-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-green-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-green-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-green-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-green-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-teal-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-teal-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-teal-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-teal-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-teal-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-teal-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-teal-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-teal-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-teal-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-teal-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-teal-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-teal-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-teal-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-teal-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-teal-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-teal-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-teal-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-teal-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-teal-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-teal-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-teal-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-teal-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-teal-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-teal-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-teal-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-teal-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-teal-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-teal-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-teal-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-teal-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-teal-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-teal-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-teal-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-teal-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-teal-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-teal-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-blue-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-blue-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-blue-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-blue-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-blue-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-blue-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-blue-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-blue-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-blue-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-blue-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-blue-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-blue-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-blue-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-blue-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-blue-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-blue-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-blue-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-blue-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-blue-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-blue-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-blue-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-blue-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-blue-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-blue-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-blue-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-blue-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-blue-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-blue-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-blue-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-blue-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-blue-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-blue-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-blue-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-blue-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-blue-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-blue-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-indigo-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-indigo-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-indigo-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-indigo-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-indigo-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-indigo-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-indigo-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-indigo-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-indigo-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-indigo-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-indigo-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-indigo-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-indigo-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-indigo-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-indigo-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-indigo-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-indigo-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-indigo-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-indigo-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-indigo-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-indigo-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-indigo-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-indigo-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-indigo-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-indigo-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-indigo-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-indigo-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-indigo-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-indigo-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-indigo-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-indigo-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-indigo-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-indigo-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-indigo-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-indigo-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-indigo-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-purple-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-purple-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-purple-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-purple-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-purple-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-purple-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-purple-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-purple-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-purple-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-purple-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-purple-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-purple-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-purple-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-purple-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-purple-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-purple-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-purple-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-purple-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-purple-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-purple-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-purple-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-purple-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-purple-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-purple-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-purple-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-purple-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-purple-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-purple-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-purple-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-purple-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-purple-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-purple-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-purple-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-purple-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-purple-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-purple-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-pink-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-pink-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-pink-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-pink-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-pink-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-pink-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-pink-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-pink-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-pink-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-pink-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-pink-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-pink-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-pink-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-pink-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-pink-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-pink-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-pink-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-pink-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-pink-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-pink-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-pink-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-pink-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-pink-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-pink-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-pink-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-pink-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-pink-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-pink-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-pink-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-pink-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-pink-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-pink-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-pink-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-pink-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-pink-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-pink-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-lac-blue::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #123440 !important;
    color: rgba(18, 52, 64, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-lac-blue:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #123440 !important;
    color: rgba(18, 52, 64, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-lac-blue::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #123440 !important;
    color: rgba(18, 52, 64, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-lac-blue::placeholder {
    --placeholder-opacity: 1 !important;
    color: #123440 !important;
    color: rgba(18, 52, 64, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-lac-darkblue::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0F2E39 !important;
    color: rgba(15, 46, 57, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-lac-darkblue:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0F2E39 !important;
    color: rgba(15, 46, 57, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-lac-darkblue::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0F2E39 !important;
    color: rgba(15, 46, 57, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-lac-darkblue::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0F2E39 !important;
    color: rgba(15, 46, 57, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-lac-brass::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #D19A86 !important;
    color: rgba(209, 154, 134, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-lac-brass:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #D19A86 !important;
    color: rgba(209, 154, 134, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-lac-brass::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #D19A86 !important;
    color: rgba(209, 154, 134, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-lac-brass::placeholder {
    --placeholder-opacity: 1 !important;
    color: #D19A86 !important;
    color: rgba(209, 154, 134, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-lac-offwhite::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8F8F7 !important;
    color: rgba(248, 248, 247, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-lac-offwhite:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8F8F7 !important;
    color: rgba(248, 248, 247, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-lac-offwhite::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8F8F7 !important;
    color: rgba(248, 248, 247, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-lac-offwhite::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8F8F7 !important;
    color: rgba(248, 248, 247, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .md-focus-tw-placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent !important;
  }

  .md-focus-tw-placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent !important;
  }

  .md-focus-tw-placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .md-focus-tw-placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .md-focus-tw-placeholder-current:focus:-ms-input-placeholder {
    color: currentColor !important;
  }

  .md-focus-tw-placeholder-current:focus::-ms-input-placeholder {
    color: currentColor !important;
  }

  .md-focus-tw-placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .md-focus-tw-placeholder-black:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-black:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-black:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-black:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-white:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-white:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-white:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-white:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-gray-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-gray-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-gray-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-gray-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-gray-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-gray-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-gray-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-gray-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-gray-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-gray-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-gray-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-gray-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-gray-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-gray-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-gray-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-gray-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-gray-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-gray-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-gray-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-gray-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-gray-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-gray-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-gray-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-gray-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-gray-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-gray-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-gray-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-gray-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-gray-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-gray-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-gray-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-gray-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-gray-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-gray-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-gray-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-gray-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-red-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-red-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-red-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-red-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-red-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-red-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-red-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-red-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-red-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-red-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-red-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-red-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-red-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-red-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-red-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-red-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-red-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-red-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-red-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-red-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-red-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-red-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-red-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-red-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-red-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-red-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-red-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-red-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-red-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-red-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-red-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-red-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-red-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-red-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-red-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-red-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-orange-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-orange-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-orange-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-orange-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-orange-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-orange-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-orange-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-orange-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-orange-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-orange-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-orange-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-orange-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-orange-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-orange-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-orange-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-orange-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-orange-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-orange-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-orange-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-orange-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-orange-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-orange-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-orange-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-orange-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-orange-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-orange-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-orange-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-orange-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-orange-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-orange-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-orange-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-orange-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-orange-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-orange-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-orange-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-orange-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-yellow-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-yellow-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-yellow-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-yellow-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-yellow-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-yellow-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-yellow-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-yellow-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-yellow-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-yellow-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-yellow-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-yellow-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-yellow-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-yellow-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-yellow-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-yellow-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-yellow-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-yellow-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-yellow-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-yellow-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-yellow-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-yellow-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-yellow-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-yellow-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-yellow-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-yellow-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-yellow-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-yellow-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-yellow-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-yellow-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-yellow-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-yellow-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-yellow-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-yellow-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-yellow-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-yellow-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-green-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-green-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-green-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-green-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-green-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-green-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-green-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-green-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-green-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-green-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-green-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-green-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-green-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-green-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-green-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-green-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-green-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-green-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-green-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-green-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-green-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-green-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-green-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-green-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-green-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-green-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-green-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-green-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-green-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-green-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-green-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-green-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-green-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-green-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-green-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-green-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-teal-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-teal-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-teal-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-teal-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-teal-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-teal-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-teal-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-teal-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-teal-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-teal-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-teal-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-teal-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-teal-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-teal-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-teal-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-teal-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-teal-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-teal-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-teal-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-teal-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-teal-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-teal-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-teal-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-teal-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-teal-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-teal-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-teal-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-teal-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-teal-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-teal-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-teal-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-teal-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-teal-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-teal-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-teal-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-teal-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-blue-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-blue-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-blue-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-blue-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-blue-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-blue-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-blue-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-blue-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-blue-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-blue-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-blue-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-blue-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-blue-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-blue-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-blue-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-blue-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-blue-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-blue-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-blue-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-blue-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-blue-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-blue-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-blue-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-blue-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-blue-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-blue-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-blue-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-blue-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-blue-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-blue-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-blue-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-blue-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-blue-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-blue-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-blue-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-blue-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-indigo-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-indigo-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-indigo-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-indigo-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-indigo-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-indigo-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-indigo-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-indigo-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-indigo-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-indigo-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-indigo-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-indigo-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-indigo-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-indigo-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-indigo-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-indigo-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-indigo-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-indigo-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-indigo-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-indigo-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-indigo-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-indigo-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-indigo-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-indigo-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-indigo-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-indigo-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-indigo-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-indigo-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-indigo-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-indigo-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-indigo-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-indigo-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-indigo-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-indigo-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-indigo-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-indigo-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-purple-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-purple-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-purple-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-purple-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-purple-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-purple-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-purple-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-purple-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-purple-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-purple-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-purple-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-purple-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-purple-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-purple-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-purple-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-purple-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-purple-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-purple-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-purple-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-purple-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-purple-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-purple-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-purple-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-purple-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-purple-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-purple-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-purple-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-purple-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-purple-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-purple-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-purple-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-purple-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-purple-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-purple-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-purple-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-purple-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-pink-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-pink-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-pink-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-pink-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-pink-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-pink-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-pink-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-pink-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-pink-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-pink-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-pink-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-pink-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-pink-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-pink-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-pink-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-pink-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-pink-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-pink-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-pink-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-pink-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-pink-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-pink-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-pink-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-pink-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-pink-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-pink-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-pink-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-pink-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-pink-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-pink-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-pink-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-pink-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-pink-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-pink-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-pink-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-pink-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-lac-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #123440 !important;
    color: rgba(18, 52, 64, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-lac-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #123440 !important;
    color: rgba(18, 52, 64, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-lac-blue:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #123440 !important;
    color: rgba(18, 52, 64, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-lac-blue:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #123440 !important;
    color: rgba(18, 52, 64, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-lac-darkblue:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0F2E39 !important;
    color: rgba(15, 46, 57, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-lac-darkblue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0F2E39 !important;
    color: rgba(15, 46, 57, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-lac-darkblue:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0F2E39 !important;
    color: rgba(15, 46, 57, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-lac-darkblue:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0F2E39 !important;
    color: rgba(15, 46, 57, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-lac-brass:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #D19A86 !important;
    color: rgba(209, 154, 134, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-lac-brass:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #D19A86 !important;
    color: rgba(209, 154, 134, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-lac-brass:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #D19A86 !important;
    color: rgba(209, 154, 134, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-lac-brass:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #D19A86 !important;
    color: rgba(209, 154, 134, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-lac-offwhite:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8F8F7 !important;
    color: rgba(248, 248, 247, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-lac-offwhite:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8F8F7 !important;
    color: rgba(248, 248, 247, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-lac-offwhite:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8F8F7 !important;
    color: rgba(248, 248, 247, var(--placeholder-opacity)) !important;
  }

  .md-focus-tw-placeholder-lac-offwhite:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8F8F7 !important;
    color: rgba(248, 248, 247, var(--placeholder-opacity)) !important;
  }

  .md-tw-placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .md-tw-placeholder-opacity-0:-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .md-tw-placeholder-opacity-0::-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .md-tw-placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0 !important;
  }

  .md-tw-placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .md-tw-placeholder-opacity-25:-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .md-tw-placeholder-opacity-25::-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .md-tw-placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .md-tw-placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .md-tw-placeholder-opacity-50:-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .md-tw-placeholder-opacity-50::-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .md-tw-placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .md-tw-placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .md-tw-placeholder-opacity-75:-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .md-tw-placeholder-opacity-75::-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .md-tw-placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .md-tw-placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .md-tw-placeholder-opacity-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .md-tw-placeholder-opacity-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .md-tw-placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1 !important;
  }

  .md-focus-tw-placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .md-focus-tw-placeholder-opacity-0:focus:-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .md-focus-tw-placeholder-opacity-0:focus::-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .md-focus-tw-placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0 !important;
  }

  .md-focus-tw-placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .md-focus-tw-placeholder-opacity-25:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .md-focus-tw-placeholder-opacity-25:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .md-focus-tw-placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .md-focus-tw-placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .md-focus-tw-placeholder-opacity-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .md-focus-tw-placeholder-opacity-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .md-focus-tw-placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .md-focus-tw-placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .md-focus-tw-placeholder-opacity-75:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .md-focus-tw-placeholder-opacity-75:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .md-focus-tw-placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .md-focus-tw-placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .md-focus-tw-placeholder-opacity-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .md-focus-tw-placeholder-opacity-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .md-focus-tw-placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
  }

  .md-tw-pointer-events-none {
    pointer-events: none !important;
  }

  .md-tw-pointer-events-auto {
    pointer-events: auto !important;
  }

  .md-tw-static {
    position: static !important;
  }

  .md-tw-fixed {
    position: fixed !important;
  }

  .md-tw-absolute {
    position: absolute !important;
  }

  .md-tw-relative {
    position: relative !important;
  }

  .md-tw-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .md-tw-inset-0 {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .md-tw-inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .md-tw-inset-y-0 {
    top: 0 !important;
    bottom: 0 !important;
  }

  .md-tw-inset-x-0 {
    right: 0 !important;
    left: 0 !important;
  }

  .md-tw-inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .md-tw-inset-x-auto {
    right: auto !important;
    left: auto !important;
  }

  .md-tw-top-0 {
    top: 0 !important;
  }

  .md-tw-right-0 {
    right: 0 !important;
  }

  .md-tw-bottom-0 {
    bottom: 0 !important;
  }

  .md-tw-left-0 {
    left: 0 !important;
  }

  .md-tw-top-auto {
    top: auto !important;
  }

  .md-tw-right-auto {
    right: auto !important;
  }

  .md-tw-bottom-auto {
    bottom: auto !important;
  }

  .md-tw-left-auto {
    left: auto !important;
  }

  .md-tw-resize-none {
    resize: none !important;
  }

  .md-tw-resize-y {
    resize: vertical !important;
  }

  .md-tw-resize-x {
    resize: horizontal !important;
  }

  .md-tw-resize {
    resize: both !important;
  }

  .md-tw-shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .md-tw-shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .md-tw-shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md-tw-shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .md-tw-shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .md-tw-shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .md-tw-shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .md-tw-shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md-tw-shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .md-tw-shadow-none {
    box-shadow: none !important;
  }

  .md-hover-tw-shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .md-hover-tw-shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .md-hover-tw-shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md-hover-tw-shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .md-hover-tw-shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .md-hover-tw-shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .md-hover-tw-shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .md-hover-tw-shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md-hover-tw-shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .md-hover-tw-shadow-none:hover {
    box-shadow: none !important;
  }

  .md-focus-tw-shadow-xs:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .md-focus-tw-shadow-sm:focus {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .md-focus-tw-shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md-focus-tw-shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .md-focus-tw-shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .md-focus-tw-shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .md-focus-tw-shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .md-focus-tw-shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md-focus-tw-shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .md-focus-tw-shadow-none:focus {
    box-shadow: none !important;
  }

  .md-tw-fill-current {
    fill: currentColor !important;
  }

  .md-tw-stroke-current {
    stroke: currentColor !important;
  }

  .md-tw-stroke-0 {
    stroke-width: 0 !important;
  }

  .md-tw-stroke-1 {
    stroke-width: 1 !important;
  }

  .md-tw-stroke-2 {
    stroke-width: 2 !important;
  }

  .md-tw-table-auto {
    table-layout: auto !important;
  }

  .md-tw-table-fixed {
    table-layout: fixed !important;
  }

  .md-tw-text-left {
    text-align: left !important;
  }

  .md-tw-text-center {
    text-align: center !important;
  }

  .md-tw-text-right {
    text-align: right !important;
  }

  .md-tw-text-justify {
    text-align: justify !important;
  }

  .md-tw-text-transparent {
    color: transparent !important;
  }

  .md-tw-text-current {
    color: currentColor !important;
  }

  .md-tw-text-black {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .md-tw-text-white {
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .md-tw-text-gray-100 {
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .md-tw-text-gray-200 {
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .md-tw-text-gray-300 {
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .md-tw-text-gray-400 {
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .md-tw-text-gray-500 {
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .md-tw-text-gray-600 {
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .md-tw-text-gray-700 {
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .md-tw-text-gray-800 {
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .md-tw-text-gray-900 {
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .md-tw-text-red-100 {
    --text-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--text-opacity)) !important;
  }

  .md-tw-text-red-200 {
    --text-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--text-opacity)) !important;
  }

  .md-tw-text-red-300 {
    --text-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--text-opacity)) !important;
  }

  .md-tw-text-red-400 {
    --text-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--text-opacity)) !important;
  }

  .md-tw-text-red-500 {
    --text-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--text-opacity)) !important;
  }

  .md-tw-text-red-600 {
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
  }

  .md-tw-text-red-700 {
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
  }

  .md-tw-text-red-800 {
    --text-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--text-opacity)) !important;
  }

  .md-tw-text-red-900 {
    --text-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--text-opacity)) !important;
  }

  .md-tw-text-orange-100 {
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .md-tw-text-orange-200 {
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .md-tw-text-orange-300 {
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .md-tw-text-orange-400 {
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .md-tw-text-orange-500 {
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .md-tw-text-orange-600 {
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .md-tw-text-orange-700 {
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .md-tw-text-orange-800 {
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .md-tw-text-orange-900 {
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .md-tw-text-yellow-100 {
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .md-tw-text-yellow-200 {
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .md-tw-text-yellow-300 {
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .md-tw-text-yellow-400 {
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .md-tw-text-yellow-500 {
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .md-tw-text-yellow-600 {
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .md-tw-text-yellow-700 {
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .md-tw-text-yellow-800 {
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .md-tw-text-yellow-900 {
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .md-tw-text-green-100 {
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .md-tw-text-green-200 {
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .md-tw-text-green-300 {
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .md-tw-text-green-400 {
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .md-tw-text-green-500 {
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .md-tw-text-green-600 {
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .md-tw-text-green-700 {
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .md-tw-text-green-800 {
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .md-tw-text-green-900 {
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .md-tw-text-teal-100 {
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .md-tw-text-teal-200 {
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .md-tw-text-teal-300 {
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .md-tw-text-teal-400 {
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .md-tw-text-teal-500 {
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .md-tw-text-teal-600 {
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .md-tw-text-teal-700 {
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .md-tw-text-teal-800 {
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .md-tw-text-teal-900 {
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .md-tw-text-blue-100 {
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .md-tw-text-blue-200 {
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .md-tw-text-blue-300 {
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .md-tw-text-blue-400 {
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .md-tw-text-blue-500 {
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .md-tw-text-blue-600 {
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .md-tw-text-blue-700 {
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .md-tw-text-blue-800 {
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .md-tw-text-blue-900 {
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .md-tw-text-indigo-100 {
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .md-tw-text-indigo-200 {
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .md-tw-text-indigo-300 {
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .md-tw-text-indigo-400 {
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .md-tw-text-indigo-500 {
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .md-tw-text-indigo-600 {
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .md-tw-text-indigo-700 {
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .md-tw-text-indigo-800 {
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .md-tw-text-indigo-900 {
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .md-tw-text-purple-100 {
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .md-tw-text-purple-200 {
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .md-tw-text-purple-300 {
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .md-tw-text-purple-400 {
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .md-tw-text-purple-500 {
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .md-tw-text-purple-600 {
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .md-tw-text-purple-700 {
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .md-tw-text-purple-800 {
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .md-tw-text-purple-900 {
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .md-tw-text-pink-100 {
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .md-tw-text-pink-200 {
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .md-tw-text-pink-300 {
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .md-tw-text-pink-400 {
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .md-tw-text-pink-500 {
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .md-tw-text-pink-600 {
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .md-tw-text-pink-700 {
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .md-tw-text-pink-800 {
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .md-tw-text-pink-900 {
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .md-tw-text-lac-blue {
    --text-opacity: 1 !important;
    color: #123440 !important;
    color: rgba(18, 52, 64, var(--text-opacity)) !important;
  }

  .md-tw-text-lac-darkblue {
    --text-opacity: 1 !important;
    color: #0F2E39 !important;
    color: rgba(15, 46, 57, var(--text-opacity)) !important;
  }

  .md-tw-text-lac-brass {
    --text-opacity: 1 !important;
    color: #D19A86 !important;
    color: rgba(209, 154, 134, var(--text-opacity)) !important;
  }

  .md-tw-text-lac-offwhite {
    --text-opacity: 1 !important;
    color: #F8F8F7 !important;
    color: rgba(248, 248, 247, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-transparent:hover {
    color: transparent !important;
  }

  .md-hover-tw-text-current:hover {
    color: currentColor !important;
  }

  .md-hover-tw-text-black:hover {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-white:hover {
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-gray-100:hover {
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-gray-200:hover {
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-gray-300:hover {
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-gray-400:hover {
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-gray-500:hover {
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-gray-600:hover {
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-gray-700:hover {
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-gray-800:hover {
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-gray-900:hover {
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-red-100:hover {
    --text-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-red-200:hover {
    --text-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-red-300:hover {
    --text-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-red-400:hover {
    --text-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-red-500:hover {
    --text-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-red-600:hover {
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-red-700:hover {
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-red-800:hover {
    --text-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-red-900:hover {
    --text-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-orange-100:hover {
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-orange-200:hover {
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-orange-300:hover {
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-orange-400:hover {
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-orange-500:hover {
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-orange-600:hover {
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-orange-700:hover {
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-orange-800:hover {
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-orange-900:hover {
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-yellow-100:hover {
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-yellow-200:hover {
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-yellow-300:hover {
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-yellow-400:hover {
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-yellow-500:hover {
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-yellow-600:hover {
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-yellow-700:hover {
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-yellow-800:hover {
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-yellow-900:hover {
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-green-100:hover {
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-green-200:hover {
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-green-300:hover {
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-green-400:hover {
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-green-500:hover {
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-green-600:hover {
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-green-700:hover {
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-green-800:hover {
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-green-900:hover {
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-teal-100:hover {
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-teal-200:hover {
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-teal-300:hover {
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-teal-400:hover {
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-teal-500:hover {
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-teal-600:hover {
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-teal-700:hover {
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-teal-800:hover {
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-teal-900:hover {
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-blue-100:hover {
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-blue-200:hover {
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-blue-300:hover {
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-blue-400:hover {
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-blue-500:hover {
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-blue-600:hover {
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-blue-700:hover {
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-blue-800:hover {
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-blue-900:hover {
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-indigo-100:hover {
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-indigo-200:hover {
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-indigo-300:hover {
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-indigo-400:hover {
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-indigo-500:hover {
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-indigo-600:hover {
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-indigo-700:hover {
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-indigo-800:hover {
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-indigo-900:hover {
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-purple-100:hover {
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-purple-200:hover {
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-purple-300:hover {
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-purple-400:hover {
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-purple-500:hover {
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-purple-600:hover {
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-purple-700:hover {
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-purple-800:hover {
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-purple-900:hover {
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-pink-100:hover {
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-pink-200:hover {
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-pink-300:hover {
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-pink-400:hover {
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-pink-500:hover {
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-pink-600:hover {
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-pink-700:hover {
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-pink-800:hover {
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-pink-900:hover {
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-lac-blue:hover {
    --text-opacity: 1 !important;
    color: #123440 !important;
    color: rgba(18, 52, 64, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-lac-darkblue:hover {
    --text-opacity: 1 !important;
    color: #0F2E39 !important;
    color: rgba(15, 46, 57, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-lac-brass:hover {
    --text-opacity: 1 !important;
    color: #D19A86 !important;
    color: rgba(209, 154, 134, var(--text-opacity)) !important;
  }

  .md-hover-tw-text-lac-offwhite:hover {
    --text-opacity: 1 !important;
    color: #F8F8F7 !important;
    color: rgba(248, 248, 247, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-transparent:focus {
    color: transparent !important;
  }

  .md-focus-tw-text-current:focus {
    color: currentColor !important;
  }

  .md-focus-tw-text-black:focus {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-white:focus {
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-gray-100:focus {
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-gray-200:focus {
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-gray-300:focus {
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-gray-400:focus {
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-gray-500:focus {
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-gray-600:focus {
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-gray-700:focus {
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-gray-800:focus {
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-gray-900:focus {
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-red-100:focus {
    --text-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-red-200:focus {
    --text-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-red-300:focus {
    --text-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-red-400:focus {
    --text-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-red-500:focus {
    --text-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-red-600:focus {
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-red-700:focus {
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-red-800:focus {
    --text-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-red-900:focus {
    --text-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-orange-100:focus {
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-orange-200:focus {
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-orange-300:focus {
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-orange-400:focus {
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-orange-500:focus {
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-orange-600:focus {
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-orange-700:focus {
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-orange-800:focus {
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-orange-900:focus {
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-yellow-100:focus {
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-yellow-200:focus {
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-yellow-300:focus {
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-yellow-400:focus {
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-yellow-500:focus {
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-yellow-600:focus {
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-yellow-700:focus {
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-yellow-800:focus {
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-yellow-900:focus {
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-green-100:focus {
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-green-200:focus {
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-green-300:focus {
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-green-400:focus {
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-green-500:focus {
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-green-600:focus {
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-green-700:focus {
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-green-800:focus {
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-green-900:focus {
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-teal-100:focus {
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-teal-200:focus {
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-teal-300:focus {
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-teal-400:focus {
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-teal-500:focus {
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-teal-600:focus {
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-teal-700:focus {
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-teal-800:focus {
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-teal-900:focus {
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-blue-100:focus {
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-blue-200:focus {
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-blue-300:focus {
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-blue-400:focus {
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-blue-500:focus {
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-blue-600:focus {
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-blue-700:focus {
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-blue-800:focus {
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-blue-900:focus {
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-indigo-100:focus {
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-indigo-200:focus {
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-indigo-300:focus {
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-indigo-400:focus {
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-indigo-500:focus {
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-indigo-600:focus {
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-indigo-700:focus {
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-indigo-800:focus {
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-indigo-900:focus {
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-purple-100:focus {
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-purple-200:focus {
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-purple-300:focus {
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-purple-400:focus {
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-purple-500:focus {
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-purple-600:focus {
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-purple-700:focus {
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-purple-800:focus {
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-purple-900:focus {
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-pink-100:focus {
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-pink-200:focus {
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-pink-300:focus {
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-pink-400:focus {
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-pink-500:focus {
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-pink-600:focus {
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-pink-700:focus {
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-pink-800:focus {
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-pink-900:focus {
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-lac-blue:focus {
    --text-opacity: 1 !important;
    color: #123440 !important;
    color: rgba(18, 52, 64, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-lac-darkblue:focus {
    --text-opacity: 1 !important;
    color: #0F2E39 !important;
    color: rgba(15, 46, 57, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-lac-brass:focus {
    --text-opacity: 1 !important;
    color: #D19A86 !important;
    color: rgba(209, 154, 134, var(--text-opacity)) !important;
  }

  .md-focus-tw-text-lac-offwhite:focus {
    --text-opacity: 1 !important;
    color: #F8F8F7 !important;
    color: rgba(248, 248, 247, var(--text-opacity)) !important;
  }

  .md-tw-text-opacity-0 {
    --text-opacity: 0 !important;
  }

  .md-tw-text-opacity-25 {
    --text-opacity: 0.25 !important;
  }

  .md-tw-text-opacity-50 {
    --text-opacity: 0.5 !important;
  }

  .md-tw-text-opacity-75 {
    --text-opacity: 0.75 !important;
  }

  .md-tw-text-opacity-100 {
    --text-opacity: 1 !important;
  }

  .md-hover-tw-text-opacity-0:hover {
    --text-opacity: 0 !important;
  }

  .md-hover-tw-text-opacity-25:hover {
    --text-opacity: 0.25 !important;
  }

  .md-hover-tw-text-opacity-50:hover {
    --text-opacity: 0.5 !important;
  }

  .md-hover-tw-text-opacity-75:hover {
    --text-opacity: 0.75 !important;
  }

  .md-hover-tw-text-opacity-100:hover {
    --text-opacity: 1 !important;
  }

  .md-focus-tw-text-opacity-0:focus {
    --text-opacity: 0 !important;
  }

  .md-focus-tw-text-opacity-25:focus {
    --text-opacity: 0.25 !important;
  }

  .md-focus-tw-text-opacity-50:focus {
    --text-opacity: 0.5 !important;
  }

  .md-focus-tw-text-opacity-75:focus {
    --text-opacity: 0.75 !important;
  }

  .md-focus-tw-text-opacity-100:focus {
    --text-opacity: 1 !important;
  }

  .md-tw-italic {
    font-style: italic !important;
  }

  .md-tw-not-italic {
    font-style: normal !important;
  }

  .md-tw-uppercase {
    text-transform: uppercase !important;
  }

  .md-tw-lowercase {
    text-transform: lowercase !important;
  }

  .md-tw-capitalize {
    text-transform: capitalize !important;
  }

  .md-tw-normal-case {
    text-transform: none !important;
  }

  .md-tw-underline {
    text-decoration: underline !important;
  }

  .md-tw-line-through {
    text-decoration: line-through !important;
  }

  .md-tw-no-underline {
    text-decoration: none !important;
  }

  .md-hover-tw-underline:hover {
    text-decoration: underline !important;
  }

  .md-hover-tw-line-through:hover {
    text-decoration: line-through !important;
  }

  .md-hover-tw-no-underline:hover {
    text-decoration: none !important;
  }

  .md-focus-tw-underline:focus {
    text-decoration: underline !important;
  }

  .md-focus-tw-line-through:focus {
    text-decoration: line-through !important;
  }

  .md-focus-tw-no-underline:focus {
    text-decoration: none !important;
  }

  .md-tw-antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .md-tw-subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .md-tw-tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .md-tw-tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .md-tw-tracking-normal {
    letter-spacing: 0 !important;
  }

  .md-tw-tracking-wide {
    letter-spacing: 0.025em !important;
  }

  .md-tw-tracking-wider {
    letter-spacing: 0.05em !important;
  }

  .md-tw-tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .md-tw-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
  }

  .md-tw-select-text {
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
  }

  .md-tw-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important;
  }

  .md-tw-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
  }

  .md-tw-align-baseline {
    vertical-align: baseline !important;
  }

  .md-tw-align-top {
    vertical-align: top !important;
  }

  .md-tw-align-middle {
    vertical-align: middle !important;
  }

  .md-tw-align-bottom {
    vertical-align: bottom !important;
  }

  .md-tw-align-text-top {
    vertical-align: text-top !important;
  }

  .md-tw-align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .md-tw-visible {
    visibility: visible !important;
  }

  .md-tw-invisible {
    visibility: hidden !important;
  }

  .md-tw-whitespace-normal {
    white-space: normal !important;
  }

  .md-tw-whitespace-no-wrap {
    white-space: nowrap !important;
  }

  .md-tw-whitespace-pre {
    white-space: pre !important;
  }

  .md-tw-whitespace-pre-line {
    white-space: pre-line !important;
  }

  .md-tw-whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .md-tw-break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .md-tw-break-words {
    overflow-wrap: break-word !important;
  }

  .md-tw-break-all {
    word-break: break-all !important;
  }

  .md-tw-truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .md-tw-w-0 {
    width: 0 !important;
  }

  .md-tw-w-1 {
    width: 0.25rem !important;
  }

  .md-tw-w-2 {
    width: 0.5rem !important;
  }

  .md-tw-w-3 {
    width: 0.75rem !important;
  }

  .md-tw-w-4 {
    width: 1rem !important;
  }

  .md-tw-w-5 {
    width: 1.25rem !important;
  }

  .md-tw-w-6 {
    width: 1.5rem !important;
  }

  .md-tw-w-8 {
    width: 2rem !important;
  }

  .md-tw-w-10 {
    width: 2.5rem !important;
  }

  .md-tw-w-12 {
    width: 3rem !important;
  }

  .md-tw-w-16 {
    width: 4rem !important;
  }

  .md-tw-w-20 {
    width: 5rem !important;
  }

  .md-tw-w-24 {
    width: 6rem !important;
  }

  .md-tw-w-25 {
    width: 25% !important;
  }

  .md-tw-w-32 {
    width: 8rem !important;
  }

  .md-tw-w-40 {
    width: 10rem !important;
  }

  .md-tw-w-48 {
    width: 12rem !important;
  }

  .md-tw-w-50 {
    width: 50% !important;
  }

  .md-tw-w-56 {
    width: 14rem !important;
  }

  .md-tw-w-64 {
    width: 16rem !important;
  }

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

  .md-tw-w-px {
    width: 1px !important;
  }

  .md-tw-w-1\/2 {
    width: 50% !important;
  }

  .md-tw-w-1\/3 {
    width: 33.333333% !important;
  }

  .md-tw-w-2\/3 {
    width: 66.666667% !important;
  }

  .md-tw-w-1\/4 {
    width: 25% !important;
  }

  .md-tw-w-2\/4 {
    width: 50% !important;
  }

  .md-tw-w-3\/4 {
    width: 75% !important;
  }

  .md-tw-w-1\/5 {
    width: 20% !important;
  }

  .md-tw-w-2\/5 {
    width: 40% !important;
  }

  .md-tw-w-3\/5 {
    width: 60% !important;
  }

  .md-tw-w-4\/5 {
    width: 80% !important;
  }

  .md-tw-w-1\/6 {
    width: 16.666667% !important;
  }

  .md-tw-w-2\/6 {
    width: 33.333333% !important;
  }

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

  .md-tw-w-4\/6 {
    width: 66.666667% !important;
  }

  .md-tw-w-5\/6 {
    width: 83.333333% !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md-tw-w-screen {
    width: 100vw !important;
  }

  .md-tw-z-0 {
    z-index: 0 !important;
  }

  .md-tw-z-10 {
    z-index: 10 !important;
  }

  .md-tw-z-20 {
    z-index: 20 !important;
  }

  .md-tw-z-30 {
    z-index: 30 !important;
  }

  .md-tw-z-40 {
    z-index: 40 !important;
  }

  .md-tw-z-50 {
    z-index: 50 !important;
  }

  .md-tw-z-auto {
    z-index: auto !important;
  }

  .md-tw-gap-0 {
    grid-gap: 0 !important;
    gap: 0 !important;
  }

  .md-tw-gap-1 {
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }

  .md-tw-gap-2 {
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }

  .md-tw-gap-3 {
    grid-gap: 0.75rem !important;
    gap: 0.75rem !important;
  }

  .md-tw-gap-4 {
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }

  .md-tw-gap-5 {
    grid-gap: 1.25rem !important;
    gap: 1.25rem !important;
  }

  .md-tw-gap-6 {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .md-tw-gap-8 {
    grid-gap: 2rem !important;
    gap: 2rem !important;
  }

  .md-tw-gap-10 {
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

  .md-tw-gap-12 {
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

  .md-tw-gap-16 {
    grid-gap: 4rem !important;
    gap: 4rem !important;
  }

  .md-tw-gap-20 {
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .md-tw-gap-24 {
    grid-gap: 6rem !important;
    gap: 6rem !important;
  }

  .md-tw-gap-32 {
    grid-gap: 8rem !important;
    gap: 8rem !important;
  }

  .md-tw-gap-40 {
    grid-gap: 10rem !important;
    gap: 10rem !important;
  }

  .md-tw-gap-48 {
    grid-gap: 12rem !important;
    gap: 12rem !important;
  }

  .md-tw-gap-56 {
    grid-gap: 14rem !important;
    gap: 14rem !important;
  }

  .md-tw-gap-64 {
    grid-gap: 16rem !important;
    gap: 16rem !important;
  }

  .md-tw-gap-px {
    grid-gap: 1px !important;
    gap: 1px !important;
  }

  .md-tw-col-gap-0 {
    grid-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }

  .md-tw-col-gap-1 {
    grid-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }

  .md-tw-col-gap-2 {
    grid-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }

  .md-tw-col-gap-3 {
    grid-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
    column-gap: 0.75rem !important;
  }

  .md-tw-col-gap-4 {
    grid-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }

  .md-tw-col-gap-5 {
    grid-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
    column-gap: 1.25rem !important;
  }

  .md-tw-col-gap-6 {
    grid-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }

  .md-tw-col-gap-8 {
    grid-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }

  .md-tw-col-gap-10 {
    grid-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }

  .md-tw-col-gap-12 {
    grid-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }

  .md-tw-col-gap-16 {
    grid-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }

  .md-tw-col-gap-20 {
    grid-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }

  .md-tw-col-gap-24 {
    grid-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important;
  }

  .md-tw-col-gap-32 {
    grid-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }

  .md-tw-col-gap-40 {
    grid-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }

  .md-tw-col-gap-48 {
    grid-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }

  .md-tw-col-gap-56 {
    grid-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
    column-gap: 14rem !important;
  }

  .md-tw-col-gap-64 {
    grid-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
    column-gap: 16rem !important;
  }

  .md-tw-col-gap-px {
    grid-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
    column-gap: 1px !important;
  }

  .md-tw-row-gap-0 {
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .md-tw-row-gap-1 {
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .md-tw-row-gap-2 {
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .md-tw-row-gap-3 {
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .md-tw-row-gap-4 {
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .md-tw-row-gap-5 {
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .md-tw-row-gap-6 {
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .md-tw-row-gap-8 {
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .md-tw-row-gap-10 {
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .md-tw-row-gap-12 {
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .md-tw-row-gap-16 {
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .md-tw-row-gap-20 {
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .md-tw-row-gap-24 {
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .md-tw-row-gap-32 {
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .md-tw-row-gap-40 {
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .md-tw-row-gap-48 {
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .md-tw-row-gap-56 {
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .md-tw-row-gap-64 {
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .md-tw-row-gap-px {
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

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

  .md-tw-grid-flow-col {
    grid-auto-flow: column !important;
  }

  .md-tw-grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .md-tw-grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

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

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

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

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

  .md-tw-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .md-tw-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .md-tw-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .md-tw-grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .md-tw-grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .md-tw-grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .md-tw-grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

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

  .md-tw-grid-cols-none {
    grid-template-columns: none !important;
  }

  .md-tw-col-auto {
    grid-column: auto !important;
  }

  .md-tw-col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .md-tw-col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .md-tw-col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .md-tw-col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .md-tw-col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .md-tw-col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .md-tw-col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .md-tw-col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .md-tw-col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .md-tw-col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .md-tw-col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .md-tw-col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .md-tw-col-start-1 {
    grid-column-start: 1 !important;
  }

  .md-tw-col-start-2 {
    grid-column-start: 2 !important;
  }

  .md-tw-col-start-3 {
    grid-column-start: 3 !important;
  }

  .md-tw-col-start-4 {
    grid-column-start: 4 !important;
  }

  .md-tw-col-start-5 {
    grid-column-start: 5 !important;
  }

  .md-tw-col-start-6 {
    grid-column-start: 6 !important;
  }

  .md-tw-col-start-7 {
    grid-column-start: 7 !important;
  }

  .md-tw-col-start-8 {
    grid-column-start: 8 !important;
  }

  .md-tw-col-start-9 {
    grid-column-start: 9 !important;
  }

  .md-tw-col-start-10 {
    grid-column-start: 10 !important;
  }

  .md-tw-col-start-11 {
    grid-column-start: 11 !important;
  }

  .md-tw-col-start-12 {
    grid-column-start: 12 !important;
  }

  .md-tw-col-start-13 {
    grid-column-start: 13 !important;
  }

  .md-tw-col-start-auto {
    grid-column-start: auto !important;
  }

  .md-tw-col-end-1 {
    grid-column-end: 1 !important;
  }

  .md-tw-col-end-2 {
    grid-column-end: 2 !important;
  }

  .md-tw-col-end-3 {
    grid-column-end: 3 !important;
  }

  .md-tw-col-end-4 {
    grid-column-end: 4 !important;
  }

  .md-tw-col-end-5 {
    grid-column-end: 5 !important;
  }

  .md-tw-col-end-6 {
    grid-column-end: 6 !important;
  }

  .md-tw-col-end-7 {
    grid-column-end: 7 !important;
  }

  .md-tw-col-end-8 {
    grid-column-end: 8 !important;
  }

  .md-tw-col-end-9 {
    grid-column-end: 9 !important;
  }

  .md-tw-col-end-10 {
    grid-column-end: 10 !important;
  }

  .md-tw-col-end-11 {
    grid-column-end: 11 !important;
  }

  .md-tw-col-end-12 {
    grid-column-end: 12 !important;
  }

  .md-tw-col-end-13 {
    grid-column-end: 13 !important;
  }

  .md-tw-col-end-auto {
    grid-column-end: auto !important;
  }

  .md-tw-grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .md-tw-grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .md-tw-grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .md-tw-grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .md-tw-grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .md-tw-grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .md-tw-grid-rows-none {
    grid-template-rows: none !important;
  }

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

  .md-tw-row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .md-tw-row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .md-tw-row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .md-tw-row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .md-tw-row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .md-tw-row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .md-tw-row-start-1 {
    grid-row-start: 1 !important;
  }

  .md-tw-row-start-2 {
    grid-row-start: 2 !important;
  }

  .md-tw-row-start-3 {
    grid-row-start: 3 !important;
  }

  .md-tw-row-start-4 {
    grid-row-start: 4 !important;
  }

  .md-tw-row-start-5 {
    grid-row-start: 5 !important;
  }

  .md-tw-row-start-6 {
    grid-row-start: 6 !important;
  }

  .md-tw-row-start-7 {
    grid-row-start: 7 !important;
  }

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

  .md-tw-row-end-1 {
    grid-row-end: 1 !important;
  }

  .md-tw-row-end-2 {
    grid-row-end: 2 !important;
  }

  .md-tw-row-end-3 {
    grid-row-end: 3 !important;
  }

  .md-tw-row-end-4 {
    grid-row-end: 4 !important;
  }

  .md-tw-row-end-5 {
    grid-row-end: 5 !important;
  }

  .md-tw-row-end-6 {
    grid-row-end: 6 !important;
  }

  .md-tw-row-end-7 {
    grid-row-end: 7 !important;
  }

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

  .md-tw-transform {
    --transform-translate-x: 0 !important;
    --transform-translate-y: 0 !important;
    --transform-rotate: 0 !important;
    --transform-skew-x: 0 !important;
    --transform-skew-y: 0 !important;
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
  }

  .md-tw-transform-none {
    transform: none !important;
  }

  .md-tw-origin-center {
    transform-origin: center !important;
  }

  .md-tw-origin-top {
    transform-origin: top !important;
  }

  .md-tw-origin-top-right {
    transform-origin: top right !important;
  }

  .md-tw-origin-right {
    transform-origin: right !important;
  }

  .md-tw-origin-bottom-right {
    transform-origin: bottom right !important;
  }

  .md-tw-origin-bottom {
    transform-origin: bottom !important;
  }

  .md-tw-origin-bottom-left {
    transform-origin: bottom left !important;
  }

  .md-tw-origin-left {
    transform-origin: left !important;
  }

  .md-tw-origin-top-left {
    transform-origin: top left !important;
  }

  .md-tw-scale-0 {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .md-tw-scale-50 {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .md-tw-scale-75 {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .md-tw-scale-90 {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .md-tw-scale-95 {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .md-tw-scale-100 {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .md-tw-scale-105 {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .md-tw-scale-110 {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .md-tw-scale-125 {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .md-tw-scale-150 {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .md-tw-scale-x-0 {
    --transform-scale-x: 0 !important;
  }

  .md-tw-scale-x-50 {
    --transform-scale-x: .5 !important;
  }

  .md-tw-scale-x-75 {
    --transform-scale-x: .75 !important;
  }

  .md-tw-scale-x-90 {
    --transform-scale-x: .9 !important;
  }

  .md-tw-scale-x-95 {
    --transform-scale-x: .95 !important;
  }

  .md-tw-scale-x-100 {
    --transform-scale-x: 1 !important;
  }

  .md-tw-scale-x-105 {
    --transform-scale-x: 1.05 !important;
  }

  .md-tw-scale-x-110 {
    --transform-scale-x: 1.1 !important;
  }

  .md-tw-scale-x-125 {
    --transform-scale-x: 1.25 !important;
  }

  .md-tw-scale-x-150 {
    --transform-scale-x: 1.5 !important;
  }

  .md-tw-scale-y-0 {
    --transform-scale-y: 0 !important;
  }

  .md-tw-scale-y-50 {
    --transform-scale-y: .5 !important;
  }

  .md-tw-scale-y-75 {
    --transform-scale-y: .75 !important;
  }

  .md-tw-scale-y-90 {
    --transform-scale-y: .9 !important;
  }

  .md-tw-scale-y-95 {
    --transform-scale-y: .95 !important;
  }

  .md-tw-scale-y-100 {
    --transform-scale-y: 1 !important;
  }

  .md-tw-scale-y-105 {
    --transform-scale-y: 1.05 !important;
  }

  .md-tw-scale-y-110 {
    --transform-scale-y: 1.1 !important;
  }

  .md-tw-scale-y-125 {
    --transform-scale-y: 1.25 !important;
  }

  .md-tw-scale-y-150 {
    --transform-scale-y: 1.5 !important;
  }

  .md-hover-tw-scale-0:hover {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .md-hover-tw-scale-50:hover {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .md-hover-tw-scale-75:hover {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .md-hover-tw-scale-90:hover {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .md-hover-tw-scale-95:hover {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .md-hover-tw-scale-100:hover {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .md-hover-tw-scale-105:hover {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .md-hover-tw-scale-110:hover {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .md-hover-tw-scale-125:hover {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .md-hover-tw-scale-150:hover {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .md-hover-tw-scale-x-0:hover {
    --transform-scale-x: 0 !important;
  }

  .md-hover-tw-scale-x-50:hover {
    --transform-scale-x: .5 !important;
  }

  .md-hover-tw-scale-x-75:hover {
    --transform-scale-x: .75 !important;
  }

  .md-hover-tw-scale-x-90:hover {
    --transform-scale-x: .9 !important;
  }

  .md-hover-tw-scale-x-95:hover {
    --transform-scale-x: .95 !important;
  }

  .md-hover-tw-scale-x-100:hover {
    --transform-scale-x: 1 !important;
  }

  .md-hover-tw-scale-x-105:hover {
    --transform-scale-x: 1.05 !important;
  }

  .md-hover-tw-scale-x-110:hover {
    --transform-scale-x: 1.1 !important;
  }

  .md-hover-tw-scale-x-125:hover {
    --transform-scale-x: 1.25 !important;
  }

  .md-hover-tw-scale-x-150:hover {
    --transform-scale-x: 1.5 !important;
  }

  .md-hover-tw-scale-y-0:hover {
    --transform-scale-y: 0 !important;
  }

  .md-hover-tw-scale-y-50:hover {
    --transform-scale-y: .5 !important;
  }

  .md-hover-tw-scale-y-75:hover {
    --transform-scale-y: .75 !important;
  }

  .md-hover-tw-scale-y-90:hover {
    --transform-scale-y: .9 !important;
  }

  .md-hover-tw-scale-y-95:hover {
    --transform-scale-y: .95 !important;
  }

  .md-hover-tw-scale-y-100:hover {
    --transform-scale-y: 1 !important;
  }

  .md-hover-tw-scale-y-105:hover {
    --transform-scale-y: 1.05 !important;
  }

  .md-hover-tw-scale-y-110:hover {
    --transform-scale-y: 1.1 !important;
  }

  .md-hover-tw-scale-y-125:hover {
    --transform-scale-y: 1.25 !important;
  }

  .md-hover-tw-scale-y-150:hover {
    --transform-scale-y: 1.5 !important;
  }

  .md-focus-tw-scale-0:focus {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .md-focus-tw-scale-50:focus {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .md-focus-tw-scale-75:focus {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .md-focus-tw-scale-90:focus {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .md-focus-tw-scale-95:focus {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .md-focus-tw-scale-100:focus {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .md-focus-tw-scale-105:focus {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .md-focus-tw-scale-110:focus {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .md-focus-tw-scale-125:focus {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .md-focus-tw-scale-150:focus {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .md-focus-tw-scale-x-0:focus {
    --transform-scale-x: 0 !important;
  }

  .md-focus-tw-scale-x-50:focus {
    --transform-scale-x: .5 !important;
  }

  .md-focus-tw-scale-x-75:focus {
    --transform-scale-x: .75 !important;
  }

  .md-focus-tw-scale-x-90:focus {
    --transform-scale-x: .9 !important;
  }

  .md-focus-tw-scale-x-95:focus {
    --transform-scale-x: .95 !important;
  }

  .md-focus-tw-scale-x-100:focus {
    --transform-scale-x: 1 !important;
  }

  .md-focus-tw-scale-x-105:focus {
    --transform-scale-x: 1.05 !important;
  }

  .md-focus-tw-scale-x-110:focus {
    --transform-scale-x: 1.1 !important;
  }

  .md-focus-tw-scale-x-125:focus {
    --transform-scale-x: 1.25 !important;
  }

  .md-focus-tw-scale-x-150:focus {
    --transform-scale-x: 1.5 !important;
  }

  .md-focus-tw-scale-y-0:focus {
    --transform-scale-y: 0 !important;
  }

  .md-focus-tw-scale-y-50:focus {
    --transform-scale-y: .5 !important;
  }

  .md-focus-tw-scale-y-75:focus {
    --transform-scale-y: .75 !important;
  }

  .md-focus-tw-scale-y-90:focus {
    --transform-scale-y: .9 !important;
  }

  .md-focus-tw-scale-y-95:focus {
    --transform-scale-y: .95 !important;
  }

  .md-focus-tw-scale-y-100:focus {
    --transform-scale-y: 1 !important;
  }

  .md-focus-tw-scale-y-105:focus {
    --transform-scale-y: 1.05 !important;
  }

  .md-focus-tw-scale-y-110:focus {
    --transform-scale-y: 1.1 !important;
  }

  .md-focus-tw-scale-y-125:focus {
    --transform-scale-y: 1.25 !important;
  }

  .md-focus-tw-scale-y-150:focus {
    --transform-scale-y: 1.5 !important;
  }

  .md-tw-rotate-0 {
    --transform-rotate: 0 !important;
  }

  .md-tw-rotate-45 {
    --transform-rotate: 45deg !important;
  }

  .md-tw-rotate-90 {
    --transform-rotate: 90deg !important;
  }

  .md-tw-rotate-180 {
    --transform-rotate: 180deg !important;
  }

  .md-tw--rotate-180 {
    --transform-rotate: -180deg !important;
  }

  .md-tw--rotate-90 {
    --transform-rotate: -90deg !important;
  }

  .md-tw--rotate-45 {
    --transform-rotate: -45deg !important;
  }

  .md-hover-tw-rotate-0:hover {
    --transform-rotate: 0 !important;
  }

  .md-hover-tw-rotate-45:hover {
    --transform-rotate: 45deg !important;
  }

  .md-hover-tw-rotate-90:hover {
    --transform-rotate: 90deg !important;
  }

  .md-hover-tw-rotate-180:hover {
    --transform-rotate: 180deg !important;
  }

  .md-hover-tw--rotate-180:hover {
    --transform-rotate: -180deg !important;
  }

  .md-hover-tw--rotate-90:hover {
    --transform-rotate: -90deg !important;
  }

  .md-hover-tw--rotate-45:hover {
    --transform-rotate: -45deg !important;
  }

  .md-focus-tw-rotate-0:focus {
    --transform-rotate: 0 !important;
  }

  .md-focus-tw-rotate-45:focus {
    --transform-rotate: 45deg !important;
  }

  .md-focus-tw-rotate-90:focus {
    --transform-rotate: 90deg !important;
  }

  .md-focus-tw-rotate-180:focus {
    --transform-rotate: 180deg !important;
  }

  .md-focus-tw--rotate-180:focus {
    --transform-rotate: -180deg !important;
  }

  .md-focus-tw--rotate-90:focus {
    --transform-rotate: -90deg !important;
  }

  .md-focus-tw--rotate-45:focus {
    --transform-rotate: -45deg !important;
  }

  .md-tw-translate-x-0 {
    --transform-translate-x: 0 !important;
  }

  .md-tw-translate-x-1 {
    --transform-translate-x: 0.25rem !important;
  }

  .md-tw-translate-x-2 {
    --transform-translate-x: 0.5rem !important;
  }

  .md-tw-translate-x-3 {
    --transform-translate-x: 0.75rem !important;
  }

  .md-tw-translate-x-4 {
    --transform-translate-x: 1rem !important;
  }

  .md-tw-translate-x-5 {
    --transform-translate-x: 1.25rem !important;
  }

  .md-tw-translate-x-6 {
    --transform-translate-x: 1.5rem !important;
  }

  .md-tw-translate-x-8 {
    --transform-translate-x: 2rem !important;
  }

  .md-tw-translate-x-10 {
    --transform-translate-x: 2.5rem !important;
  }

  .md-tw-translate-x-12 {
    --transform-translate-x: 3rem !important;
  }

  .md-tw-translate-x-16 {
    --transform-translate-x: 4rem !important;
  }

  .md-tw-translate-x-20 {
    --transform-translate-x: 5rem !important;
  }

  .md-tw-translate-x-24 {
    --transform-translate-x: 6rem !important;
  }

  .md-tw-translate-x-32 {
    --transform-translate-x: 8rem !important;
  }

  .md-tw-translate-x-40 {
    --transform-translate-x: 10rem !important;
  }

  .md-tw-translate-x-48 {
    --transform-translate-x: 12rem !important;
  }

  .md-tw-translate-x-56 {
    --transform-translate-x: 14rem !important;
  }

  .md-tw-translate-x-64 {
    --transform-translate-x: 16rem !important;
  }

  .md-tw-translate-x-px {
    --transform-translate-x: 1px !important;
  }

  .md-tw--translate-x-1 {
    --transform-translate-x: -0.25rem !important;
  }

  .md-tw--translate-x-2 {
    --transform-translate-x: -0.5rem !important;
  }

  .md-tw--translate-x-3 {
    --transform-translate-x: -0.75rem !important;
  }

  .md-tw--translate-x-4 {
    --transform-translate-x: -1rem !important;
  }

  .md-tw--translate-x-5 {
    --transform-translate-x: -1.25rem !important;
  }

  .md-tw--translate-x-6 {
    --transform-translate-x: -1.5rem !important;
  }

  .md-tw--translate-x-8 {
    --transform-translate-x: -2rem !important;
  }

  .md-tw--translate-x-10 {
    --transform-translate-x: -2.5rem !important;
  }

  .md-tw--translate-x-12 {
    --transform-translate-x: -3rem !important;
  }

  .md-tw--translate-x-16 {
    --transform-translate-x: -4rem !important;
  }

  .md-tw--translate-x-20 {
    --transform-translate-x: -5rem !important;
  }

  .md-tw--translate-x-24 {
    --transform-translate-x: -6rem !important;
  }

  .md-tw--translate-x-32 {
    --transform-translate-x: -8rem !important;
  }

  .md-tw--translate-x-40 {
    --transform-translate-x: -10rem !important;
  }

  .md-tw--translate-x-48 {
    --transform-translate-x: -12rem !important;
  }

  .md-tw--translate-x-56 {
    --transform-translate-x: -14rem !important;
  }

  .md-tw--translate-x-64 {
    --transform-translate-x: -16rem !important;
  }

  .md-tw--translate-x-px {
    --transform-translate-x: -1px !important;
  }

  .md-tw--translate-x-full {
    --transform-translate-x: -100% !important;
  }

  .md-tw--translate-x-1\/2 {
    --transform-translate-x: -50% !important;
  }

  .md-tw-translate-x-1\/2 {
    --transform-translate-x: 50% !important;
  }

  .md-tw-translate-x-full {
    --transform-translate-x: 100% !important;
  }

  .md-tw-translate-y-0 {
    --transform-translate-y: 0 !important;
  }

  .md-tw-translate-y-1 {
    --transform-translate-y: 0.25rem !important;
  }

  .md-tw-translate-y-2 {
    --transform-translate-y: 0.5rem !important;
  }

  .md-tw-translate-y-3 {
    --transform-translate-y: 0.75rem !important;
  }

  .md-tw-translate-y-4 {
    --transform-translate-y: 1rem !important;
  }

  .md-tw-translate-y-5 {
    --transform-translate-y: 1.25rem !important;
  }

  .md-tw-translate-y-6 {
    --transform-translate-y: 1.5rem !important;
  }

  .md-tw-translate-y-8 {
    --transform-translate-y: 2rem !important;
  }

  .md-tw-translate-y-10 {
    --transform-translate-y: 2.5rem !important;
  }

  .md-tw-translate-y-12 {
    --transform-translate-y: 3rem !important;
  }

  .md-tw-translate-y-16 {
    --transform-translate-y: 4rem !important;
  }

  .md-tw-translate-y-20 {
    --transform-translate-y: 5rem !important;
  }

  .md-tw-translate-y-24 {
    --transform-translate-y: 6rem !important;
  }

  .md-tw-translate-y-32 {
    --transform-translate-y: 8rem !important;
  }

  .md-tw-translate-y-40 {
    --transform-translate-y: 10rem !important;
  }

  .md-tw-translate-y-48 {
    --transform-translate-y: 12rem !important;
  }

  .md-tw-translate-y-56 {
    --transform-translate-y: 14rem !important;
  }

  .md-tw-translate-y-64 {
    --transform-translate-y: 16rem !important;
  }

  .md-tw-translate-y-px {
    --transform-translate-y: 1px !important;
  }

  .md-tw--translate-y-1 {
    --transform-translate-y: -0.25rem !important;
  }

  .md-tw--translate-y-2 {
    --transform-translate-y: -0.5rem !important;
  }

  .md-tw--translate-y-3 {
    --transform-translate-y: -0.75rem !important;
  }

  .md-tw--translate-y-4 {
    --transform-translate-y: -1rem !important;
  }

  .md-tw--translate-y-5 {
    --transform-translate-y: -1.25rem !important;
  }

  .md-tw--translate-y-6 {
    --transform-translate-y: -1.5rem !important;
  }

  .md-tw--translate-y-8 {
    --transform-translate-y: -2rem !important;
  }

  .md-tw--translate-y-10 {
    --transform-translate-y: -2.5rem !important;
  }

  .md-tw--translate-y-12 {
    --transform-translate-y: -3rem !important;
  }

  .md-tw--translate-y-16 {
    --transform-translate-y: -4rem !important;
  }

  .md-tw--translate-y-20 {
    --transform-translate-y: -5rem !important;
  }

  .md-tw--translate-y-24 {
    --transform-translate-y: -6rem !important;
  }

  .md-tw--translate-y-32 {
    --transform-translate-y: -8rem !important;
  }

  .md-tw--translate-y-40 {
    --transform-translate-y: -10rem !important;
  }

  .md-tw--translate-y-48 {
    --transform-translate-y: -12rem !important;
  }

  .md-tw--translate-y-56 {
    --transform-translate-y: -14rem !important;
  }

  .md-tw--translate-y-64 {
    --transform-translate-y: -16rem !important;
  }

  .md-tw--translate-y-px {
    --transform-translate-y: -1px !important;
  }

  .md-tw--translate-y-full {
    --transform-translate-y: -100% !important;
  }

  .md-tw--translate-y-1\/2 {
    --transform-translate-y: -50% !important;
  }

  .md-tw-translate-y-1\/2 {
    --transform-translate-y: 50% !important;
  }

  .md-tw-translate-y-full {
    --transform-translate-y: 100% !important;
  }

  .md-hover-tw-translate-x-0:hover {
    --transform-translate-x: 0 !important;
  }

  .md-hover-tw-translate-x-1:hover {
    --transform-translate-x: 0.25rem !important;
  }

  .md-hover-tw-translate-x-2:hover {
    --transform-translate-x: 0.5rem !important;
  }

  .md-hover-tw-translate-x-3:hover {
    --transform-translate-x: 0.75rem !important;
  }

  .md-hover-tw-translate-x-4:hover {
    --transform-translate-x: 1rem !important;
  }

  .md-hover-tw-translate-x-5:hover {
    --transform-translate-x: 1.25rem !important;
  }

  .md-hover-tw-translate-x-6:hover {
    --transform-translate-x: 1.5rem !important;
  }

  .md-hover-tw-translate-x-8:hover {
    --transform-translate-x: 2rem !important;
  }

  .md-hover-tw-translate-x-10:hover {
    --transform-translate-x: 2.5rem !important;
  }

  .md-hover-tw-translate-x-12:hover {
    --transform-translate-x: 3rem !important;
  }

  .md-hover-tw-translate-x-16:hover {
    --transform-translate-x: 4rem !important;
  }

  .md-hover-tw-translate-x-20:hover {
    --transform-translate-x: 5rem !important;
  }

  .md-hover-tw-translate-x-24:hover {
    --transform-translate-x: 6rem !important;
  }

  .md-hover-tw-translate-x-32:hover {
    --transform-translate-x: 8rem !important;
  }

  .md-hover-tw-translate-x-40:hover {
    --transform-translate-x: 10rem !important;
  }

  .md-hover-tw-translate-x-48:hover {
    --transform-translate-x: 12rem !important;
  }

  .md-hover-tw-translate-x-56:hover {
    --transform-translate-x: 14rem !important;
  }

  .md-hover-tw-translate-x-64:hover {
    --transform-translate-x: 16rem !important;
  }

  .md-hover-tw-translate-x-px:hover {
    --transform-translate-x: 1px !important;
  }

  .md-hover-tw--translate-x-1:hover {
    --transform-translate-x: -0.25rem !important;
  }

  .md-hover-tw--translate-x-2:hover {
    --transform-translate-x: -0.5rem !important;
  }

  .md-hover-tw--translate-x-3:hover {
    --transform-translate-x: -0.75rem !important;
  }

  .md-hover-tw--translate-x-4:hover {
    --transform-translate-x: -1rem !important;
  }

  .md-hover-tw--translate-x-5:hover {
    --transform-translate-x: -1.25rem !important;
  }

  .md-hover-tw--translate-x-6:hover {
    --transform-translate-x: -1.5rem !important;
  }

  .md-hover-tw--translate-x-8:hover {
    --transform-translate-x: -2rem !important;
  }

  .md-hover-tw--translate-x-10:hover {
    --transform-translate-x: -2.5rem !important;
  }

  .md-hover-tw--translate-x-12:hover {
    --transform-translate-x: -3rem !important;
  }

  .md-hover-tw--translate-x-16:hover {
    --transform-translate-x: -4rem !important;
  }

  .md-hover-tw--translate-x-20:hover {
    --transform-translate-x: -5rem !important;
  }

  .md-hover-tw--translate-x-24:hover {
    --transform-translate-x: -6rem !important;
  }

  .md-hover-tw--translate-x-32:hover {
    --transform-translate-x: -8rem !important;
  }

  .md-hover-tw--translate-x-40:hover {
    --transform-translate-x: -10rem !important;
  }

  .md-hover-tw--translate-x-48:hover {
    --transform-translate-x: -12rem !important;
  }

  .md-hover-tw--translate-x-56:hover {
    --transform-translate-x: -14rem !important;
  }

  .md-hover-tw--translate-x-64:hover {
    --transform-translate-x: -16rem !important;
  }

  .md-hover-tw--translate-x-px:hover {
    --transform-translate-x: -1px !important;
  }

  .md-hover-tw--translate-x-full:hover {
    --transform-translate-x: -100% !important;
  }

  .md-hover-tw--translate-x-1\/2:hover {
    --transform-translate-x: -50% !important;
  }

  .md-hover-tw-translate-x-1\/2:hover {
    --transform-translate-x: 50% !important;
  }

  .md-hover-tw-translate-x-full:hover {
    --transform-translate-x: 100% !important;
  }

  .md-hover-tw-translate-y-0:hover {
    --transform-translate-y: 0 !important;
  }

  .md-hover-tw-translate-y-1:hover {
    --transform-translate-y: 0.25rem !important;
  }

  .md-hover-tw-translate-y-2:hover {
    --transform-translate-y: 0.5rem !important;
  }

  .md-hover-tw-translate-y-3:hover {
    --transform-translate-y: 0.75rem !important;
  }

  .md-hover-tw-translate-y-4:hover {
    --transform-translate-y: 1rem !important;
  }

  .md-hover-tw-translate-y-5:hover {
    --transform-translate-y: 1.25rem !important;
  }

  .md-hover-tw-translate-y-6:hover {
    --transform-translate-y: 1.5rem !important;
  }

  .md-hover-tw-translate-y-8:hover {
    --transform-translate-y: 2rem !important;
  }

  .md-hover-tw-translate-y-10:hover {
    --transform-translate-y: 2.5rem !important;
  }

  .md-hover-tw-translate-y-12:hover {
    --transform-translate-y: 3rem !important;
  }

  .md-hover-tw-translate-y-16:hover {
    --transform-translate-y: 4rem !important;
  }

  .md-hover-tw-translate-y-20:hover {
    --transform-translate-y: 5rem !important;
  }

  .md-hover-tw-translate-y-24:hover {
    --transform-translate-y: 6rem !important;
  }

  .md-hover-tw-translate-y-32:hover {
    --transform-translate-y: 8rem !important;
  }

  .md-hover-tw-translate-y-40:hover {
    --transform-translate-y: 10rem !important;
  }

  .md-hover-tw-translate-y-48:hover {
    --transform-translate-y: 12rem !important;
  }

  .md-hover-tw-translate-y-56:hover {
    --transform-translate-y: 14rem !important;
  }

  .md-hover-tw-translate-y-64:hover {
    --transform-translate-y: 16rem !important;
  }

  .md-hover-tw-translate-y-px:hover {
    --transform-translate-y: 1px !important;
  }

  .md-hover-tw--translate-y-1:hover {
    --transform-translate-y: -0.25rem !important;
  }

  .md-hover-tw--translate-y-2:hover {
    --transform-translate-y: -0.5rem !important;
  }

  .md-hover-tw--translate-y-3:hover {
    --transform-translate-y: -0.75rem !important;
  }

  .md-hover-tw--translate-y-4:hover {
    --transform-translate-y: -1rem !important;
  }

  .md-hover-tw--translate-y-5:hover {
    --transform-translate-y: -1.25rem !important;
  }

  .md-hover-tw--translate-y-6:hover {
    --transform-translate-y: -1.5rem !important;
  }

  .md-hover-tw--translate-y-8:hover {
    --transform-translate-y: -2rem !important;
  }

  .md-hover-tw--translate-y-10:hover {
    --transform-translate-y: -2.5rem !important;
  }

  .md-hover-tw--translate-y-12:hover {
    --transform-translate-y: -3rem !important;
  }

  .md-hover-tw--translate-y-16:hover {
    --transform-translate-y: -4rem !important;
  }

  .md-hover-tw--translate-y-20:hover {
    --transform-translate-y: -5rem !important;
  }

  .md-hover-tw--translate-y-24:hover {
    --transform-translate-y: -6rem !important;
  }

  .md-hover-tw--translate-y-32:hover {
    --transform-translate-y: -8rem !important;
  }

  .md-hover-tw--translate-y-40:hover {
    --transform-translate-y: -10rem !important;
  }

  .md-hover-tw--translate-y-48:hover {
    --transform-translate-y: -12rem !important;
  }

  .md-hover-tw--translate-y-56:hover {
    --transform-translate-y: -14rem !important;
  }

  .md-hover-tw--translate-y-64:hover {
    --transform-translate-y: -16rem !important;
  }

  .md-hover-tw--translate-y-px:hover {
    --transform-translate-y: -1px !important;
  }

  .md-hover-tw--translate-y-full:hover {
    --transform-translate-y: -100% !important;
  }

  .md-hover-tw--translate-y-1\/2:hover {
    --transform-translate-y: -50% !important;
  }

  .md-hover-tw-translate-y-1\/2:hover {
    --transform-translate-y: 50% !important;
  }

  .md-hover-tw-translate-y-full:hover {
    --transform-translate-y: 100% !important;
  }

  .md-focus-tw-translate-x-0:focus {
    --transform-translate-x: 0 !important;
  }

  .md-focus-tw-translate-x-1:focus {
    --transform-translate-x: 0.25rem !important;
  }

  .md-focus-tw-translate-x-2:focus {
    --transform-translate-x: 0.5rem !important;
  }

  .md-focus-tw-translate-x-3:focus {
    --transform-translate-x: 0.75rem !important;
  }

  .md-focus-tw-translate-x-4:focus {
    --transform-translate-x: 1rem !important;
  }

  .md-focus-tw-translate-x-5:focus {
    --transform-translate-x: 1.25rem !important;
  }

  .md-focus-tw-translate-x-6:focus {
    --transform-translate-x: 1.5rem !important;
  }

  .md-focus-tw-translate-x-8:focus {
    --transform-translate-x: 2rem !important;
  }

  .md-focus-tw-translate-x-10:focus {
    --transform-translate-x: 2.5rem !important;
  }

  .md-focus-tw-translate-x-12:focus {
    --transform-translate-x: 3rem !important;
  }

  .md-focus-tw-translate-x-16:focus {
    --transform-translate-x: 4rem !important;
  }

  .md-focus-tw-translate-x-20:focus {
    --transform-translate-x: 5rem !important;
  }

  .md-focus-tw-translate-x-24:focus {
    --transform-translate-x: 6rem !important;
  }

  .md-focus-tw-translate-x-32:focus {
    --transform-translate-x: 8rem !important;
  }

  .md-focus-tw-translate-x-40:focus {
    --transform-translate-x: 10rem !important;
  }

  .md-focus-tw-translate-x-48:focus {
    --transform-translate-x: 12rem !important;
  }

  .md-focus-tw-translate-x-56:focus {
    --transform-translate-x: 14rem !important;
  }

  .md-focus-tw-translate-x-64:focus {
    --transform-translate-x: 16rem !important;
  }

  .md-focus-tw-translate-x-px:focus {
    --transform-translate-x: 1px !important;
  }

  .md-focus-tw--translate-x-1:focus {
    --transform-translate-x: -0.25rem !important;
  }

  .md-focus-tw--translate-x-2:focus {
    --transform-translate-x: -0.5rem !important;
  }

  .md-focus-tw--translate-x-3:focus {
    --transform-translate-x: -0.75rem !important;
  }

  .md-focus-tw--translate-x-4:focus {
    --transform-translate-x: -1rem !important;
  }

  .md-focus-tw--translate-x-5:focus {
    --transform-translate-x: -1.25rem !important;
  }

  .md-focus-tw--translate-x-6:focus {
    --transform-translate-x: -1.5rem !important;
  }

  .md-focus-tw--translate-x-8:focus {
    --transform-translate-x: -2rem !important;
  }

  .md-focus-tw--translate-x-10:focus {
    --transform-translate-x: -2.5rem !important;
  }

  .md-focus-tw--translate-x-12:focus {
    --transform-translate-x: -3rem !important;
  }

  .md-focus-tw--translate-x-16:focus {
    --transform-translate-x: -4rem !important;
  }

  .md-focus-tw--translate-x-20:focus {
    --transform-translate-x: -5rem !important;
  }

  .md-focus-tw--translate-x-24:focus {
    --transform-translate-x: -6rem !important;
  }

  .md-focus-tw--translate-x-32:focus {
    --transform-translate-x: -8rem !important;
  }

  .md-focus-tw--translate-x-40:focus {
    --transform-translate-x: -10rem !important;
  }

  .md-focus-tw--translate-x-48:focus {
    --transform-translate-x: -12rem !important;
  }

  .md-focus-tw--translate-x-56:focus {
    --transform-translate-x: -14rem !important;
  }

  .md-focus-tw--translate-x-64:focus {
    --transform-translate-x: -16rem !important;
  }

  .md-focus-tw--translate-x-px:focus {
    --transform-translate-x: -1px !important;
  }

  .md-focus-tw--translate-x-full:focus {
    --transform-translate-x: -100% !important;
  }

  .md-focus-tw--translate-x-1\/2:focus {
    --transform-translate-x: -50% !important;
  }

  .md-focus-tw-translate-x-1\/2:focus {
    --transform-translate-x: 50% !important;
  }

  .md-focus-tw-translate-x-full:focus {
    --transform-translate-x: 100% !important;
  }

  .md-focus-tw-translate-y-0:focus {
    --transform-translate-y: 0 !important;
  }

  .md-focus-tw-translate-y-1:focus {
    --transform-translate-y: 0.25rem !important;
  }

  .md-focus-tw-translate-y-2:focus {
    --transform-translate-y: 0.5rem !important;
  }

  .md-focus-tw-translate-y-3:focus {
    --transform-translate-y: 0.75rem !important;
  }

  .md-focus-tw-translate-y-4:focus {
    --transform-translate-y: 1rem !important;
  }

  .md-focus-tw-translate-y-5:focus {
    --transform-translate-y: 1.25rem !important;
  }

  .md-focus-tw-translate-y-6:focus {
    --transform-translate-y: 1.5rem !important;
  }

  .md-focus-tw-translate-y-8:focus {
    --transform-translate-y: 2rem !important;
  }

  .md-focus-tw-translate-y-10:focus {
    --transform-translate-y: 2.5rem !important;
  }

  .md-focus-tw-translate-y-12:focus {
    --transform-translate-y: 3rem !important;
  }

  .md-focus-tw-translate-y-16:focus {
    --transform-translate-y: 4rem !important;
  }

  .md-focus-tw-translate-y-20:focus {
    --transform-translate-y: 5rem !important;
  }

  .md-focus-tw-translate-y-24:focus {
    --transform-translate-y: 6rem !important;
  }

  .md-focus-tw-translate-y-32:focus {
    --transform-translate-y: 8rem !important;
  }

  .md-focus-tw-translate-y-40:focus {
    --transform-translate-y: 10rem !important;
  }

  .md-focus-tw-translate-y-48:focus {
    --transform-translate-y: 12rem !important;
  }

  .md-focus-tw-translate-y-56:focus {
    --transform-translate-y: 14rem !important;
  }

  .md-focus-tw-translate-y-64:focus {
    --transform-translate-y: 16rem !important;
  }

  .md-focus-tw-translate-y-px:focus {
    --transform-translate-y: 1px !important;
  }

  .md-focus-tw--translate-y-1:focus {
    --transform-translate-y: -0.25rem !important;
  }

  .md-focus-tw--translate-y-2:focus {
    --transform-translate-y: -0.5rem !important;
  }

  .md-focus-tw--translate-y-3:focus {
    --transform-translate-y: -0.75rem !important;
  }

  .md-focus-tw--translate-y-4:focus {
    --transform-translate-y: -1rem !important;
  }

  .md-focus-tw--translate-y-5:focus {
    --transform-translate-y: -1.25rem !important;
  }

  .md-focus-tw--translate-y-6:focus {
    --transform-translate-y: -1.5rem !important;
  }

  .md-focus-tw--translate-y-8:focus {
    --transform-translate-y: -2rem !important;
  }

  .md-focus-tw--translate-y-10:focus {
    --transform-translate-y: -2.5rem !important;
  }

  .md-focus-tw--translate-y-12:focus {
    --transform-translate-y: -3rem !important;
  }

  .md-focus-tw--translate-y-16:focus {
    --transform-translate-y: -4rem !important;
  }

  .md-focus-tw--translate-y-20:focus {
    --transform-translate-y: -5rem !important;
  }

  .md-focus-tw--translate-y-24:focus {
    --transform-translate-y: -6rem !important;
  }

  .md-focus-tw--translate-y-32:focus {
    --transform-translate-y: -8rem !important;
  }

  .md-focus-tw--translate-y-40:focus {
    --transform-translate-y: -10rem !important;
  }

  .md-focus-tw--translate-y-48:focus {
    --transform-translate-y: -12rem !important;
  }

  .md-focus-tw--translate-y-56:focus {
    --transform-translate-y: -14rem !important;
  }

  .md-focus-tw--translate-y-64:focus {
    --transform-translate-y: -16rem !important;
  }

  .md-focus-tw--translate-y-px:focus {
    --transform-translate-y: -1px !important;
  }

  .md-focus-tw--translate-y-full:focus {
    --transform-translate-y: -100% !important;
  }

  .md-focus-tw--translate-y-1\/2:focus {
    --transform-translate-y: -50% !important;
  }

  .md-focus-tw-translate-y-1\/2:focus {
    --transform-translate-y: 50% !important;
  }

  .md-focus-tw-translate-y-full:focus {
    --transform-translate-y: 100% !important;
  }

  .md-tw-skew-x-0 {
    --transform-skew-x: 0 !important;
  }

  .md-tw-skew-x-3 {
    --transform-skew-x: 3deg !important;
  }

  .md-tw-skew-x-6 {
    --transform-skew-x: 6deg !important;
  }

  .md-tw-skew-x-12 {
    --transform-skew-x: 12deg !important;
  }

  .md-tw--skew-x-12 {
    --transform-skew-x: -12deg !important;
  }

  .md-tw--skew-x-6 {
    --transform-skew-x: -6deg !important;
  }

  .md-tw--skew-x-3 {
    --transform-skew-x: -3deg !important;
  }

  .md-tw-skew-y-0 {
    --transform-skew-y: 0 !important;
  }

  .md-tw-skew-y-3 {
    --transform-skew-y: 3deg !important;
  }

  .md-tw-skew-y-6 {
    --transform-skew-y: 6deg !important;
  }

  .md-tw-skew-y-12 {
    --transform-skew-y: 12deg !important;
  }

  .md-tw--skew-y-12 {
    --transform-skew-y: -12deg !important;
  }

  .md-tw--skew-y-6 {
    --transform-skew-y: -6deg !important;
  }

  .md-tw--skew-y-3 {
    --transform-skew-y: -3deg !important;
  }

  .md-hover-tw-skew-x-0:hover {
    --transform-skew-x: 0 !important;
  }

  .md-hover-tw-skew-x-3:hover {
    --transform-skew-x: 3deg !important;
  }

  .md-hover-tw-skew-x-6:hover {
    --transform-skew-x: 6deg !important;
  }

  .md-hover-tw-skew-x-12:hover {
    --transform-skew-x: 12deg !important;
  }

  .md-hover-tw--skew-x-12:hover {
    --transform-skew-x: -12deg !important;
  }

  .md-hover-tw--skew-x-6:hover {
    --transform-skew-x: -6deg !important;
  }

  .md-hover-tw--skew-x-3:hover {
    --transform-skew-x: -3deg !important;
  }

  .md-hover-tw-skew-y-0:hover {
    --transform-skew-y: 0 !important;
  }

  .md-hover-tw-skew-y-3:hover {
    --transform-skew-y: 3deg !important;
  }

  .md-hover-tw-skew-y-6:hover {
    --transform-skew-y: 6deg !important;
  }

  .md-hover-tw-skew-y-12:hover {
    --transform-skew-y: 12deg !important;
  }

  .md-hover-tw--skew-y-12:hover {
    --transform-skew-y: -12deg !important;
  }

  .md-hover-tw--skew-y-6:hover {
    --transform-skew-y: -6deg !important;
  }

  .md-hover-tw--skew-y-3:hover {
    --transform-skew-y: -3deg !important;
  }

  .md-focus-tw-skew-x-0:focus {
    --transform-skew-x: 0 !important;
  }

  .md-focus-tw-skew-x-3:focus {
    --transform-skew-x: 3deg !important;
  }

  .md-focus-tw-skew-x-6:focus {
    --transform-skew-x: 6deg !important;
  }

  .md-focus-tw-skew-x-12:focus {
    --transform-skew-x: 12deg !important;
  }

  .md-focus-tw--skew-x-12:focus {
    --transform-skew-x: -12deg !important;
  }

  .md-focus-tw--skew-x-6:focus {
    --transform-skew-x: -6deg !important;
  }

  .md-focus-tw--skew-x-3:focus {
    --transform-skew-x: -3deg !important;
  }

  .md-focus-tw-skew-y-0:focus {
    --transform-skew-y: 0 !important;
  }

  .md-focus-tw-skew-y-3:focus {
    --transform-skew-y: 3deg !important;
  }

  .md-focus-tw-skew-y-6:focus {
    --transform-skew-y: 6deg !important;
  }

  .md-focus-tw-skew-y-12:focus {
    --transform-skew-y: 12deg !important;
  }

  .md-focus-tw--skew-y-12:focus {
    --transform-skew-y: -12deg !important;
  }

  .md-focus-tw--skew-y-6:focus {
    --transform-skew-y: -6deg !important;
  }

  .md-focus-tw--skew-y-3:focus {
    --transform-skew-y: -3deg !important;
  }

  .md-tw-transition-none {
    transition-property: none !important;
  }

  .md-tw-transition-all {
    transition-property: all !important;
  }

  .md-tw-transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
  }

  .md-tw-transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .md-tw-transition-opacity {
    transition-property: opacity !important;
  }

  .md-tw-transition-shadow {
    transition-property: box-shadow !important;
  }

  .md-tw-transition-transform {
    transition-property: transform !important;
  }

  .md-tw-ease-linear {
    transition-timing-function: linear !important;
  }

  .md-tw-ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .md-tw-ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .md-tw-ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .md-tw-duration-75 {
    transition-duration: 75ms !important;
  }

  .md-tw-duration-100 {
    transition-duration: 100ms !important;
  }

  .md-tw-duration-150 {
    transition-duration: 150ms !important;
  }

  .md-tw-duration-200 {
    transition-duration: 200ms !important;
  }

  .md-tw-duration-300 {
    transition-duration: 300ms !important;
  }

  .md-tw-duration-500 {
    transition-duration: 500ms !important;
  }

  .md-tw-duration-700 {
    transition-duration: 700ms !important;
  }

  .md-tw-duration-1000 {
    transition-duration: 1000ms !important;
  }

  .md-tw-delay-75 {
    transition-delay: 75ms !important;
  }

  .md-tw-delay-100 {
    transition-delay: 100ms !important;
  }

  .md-tw-delay-150 {
    transition-delay: 150ms !important;
  }

  .md-tw-delay-200 {
    transition-delay: 200ms !important;
  }

  .md-tw-delay-300 {
    transition-delay: 300ms !important;
  }

  .md-tw-delay-500 {
    transition-delay: 500ms !important;
  }

  .md-tw-delay-700 {
    transition-delay: 700ms !important;
  }

  .md-tw-delay-1000 {
    transition-delay: 1000ms !important;
  }
}

@media (min-width: 1024px) {
  .lg-tw-container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .lg-tw-container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .lg-tw-container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .lg-tw-container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .lg-tw-container {
      max-width: 1280px;
    }
  }

  .lg-tw-space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--space-y-reverse)) !important;
  }

  .lg-tw-space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg-tw-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--space-y-reverse)) !important;
  }

  .lg-tw-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg-tw-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--space-y-reverse)) !important;
  }

  .lg-tw-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg-tw-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--space-y-reverse)) !important;
  }

  .lg-tw-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg-tw-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--space-y-reverse)) !important;
  }

  .lg-tw-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg-tw-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--space-y-reverse)) !important;
  }

  .lg-tw-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg-tw-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--space-y-reverse)) !important;
  }

  .lg-tw-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg-tw-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--space-y-reverse)) !important;
  }

  .lg-tw-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg-tw-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--space-y-reverse)) !important;
  }

  .lg-tw-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg-tw-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--space-y-reverse)) !important;
  }

  .lg-tw-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg-tw-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--space-y-reverse)) !important;
  }

  .lg-tw-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg-tw-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--space-y-reverse)) !important;
  }

  .lg-tw-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg-tw-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--space-y-reverse)) !important;
  }

  .lg-tw-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg-tw-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--space-y-reverse)) !important;
  }

  .lg-tw-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg-tw-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--space-y-reverse)) !important;
  }

  .lg-tw-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg-tw-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--space-y-reverse)) !important;
  }

  .lg-tw-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg-tw-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--space-y-reverse)) !important;
  }

  .lg-tw-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg-tw-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--space-y-reverse)) !important;
  }

  .lg-tw-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg-tw-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--space-y-reverse)) !important;
  }

  .lg-tw-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg-tw--space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--space-y-reverse)) !important;
  }

  .lg-tw--space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg-tw--space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--space-y-reverse)) !important;
  }

  .lg-tw--space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg-tw--space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--space-y-reverse)) !important;
  }

  .lg-tw--space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg-tw--space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--space-y-reverse)) !important;
  }

  .lg-tw--space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg-tw--space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--space-y-reverse)) !important;
  }

  .lg-tw--space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg-tw--space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--space-y-reverse)) !important;
  }

  .lg-tw--space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg-tw--space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--space-y-reverse)) !important;
  }

  .lg-tw--space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg-tw--space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--space-y-reverse)) !important;
  }

  .lg-tw--space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg-tw--space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--space-y-reverse)) !important;
  }

  .lg-tw--space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg-tw--space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--space-y-reverse)) !important;
  }

  .lg-tw--space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg-tw--space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--space-y-reverse)) !important;
  }

  .lg-tw--space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg-tw--space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--space-y-reverse)) !important;
  }

  .lg-tw--space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg-tw--space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--space-y-reverse)) !important;
  }

  .lg-tw--space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg-tw--space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--space-y-reverse)) !important;
  }

  .lg-tw--space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg-tw--space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--space-y-reverse)) !important;
  }

  .lg-tw--space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg-tw--space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--space-y-reverse)) !important;
  }

  .lg-tw--space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg-tw--space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--space-y-reverse)) !important;
  }

  .lg-tw--space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg-tw--space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--space-y-reverse)) !important;
  }

  .lg-tw--space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg-tw-space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1 !important;
  }

  .lg-tw-space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1 !important;
  }

  .lg-tw-divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--divide-y-reverse)) !important;
  }

  .lg-tw-divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .lg-tw-divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--divide-y-reverse)) !important;
  }

  .lg-tw-divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .lg-tw-divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--divide-y-reverse)) !important;
  }

  .lg-tw-divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .lg-tw-divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--divide-y-reverse)) !important;
  }

  .lg-tw-divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .lg-tw-divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--divide-y-reverse)) !important;
  }

  .lg-tw-divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .lg-tw-divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1 !important;
  }

  .lg-tw-divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1 !important;
  }

  .lg-tw-divide-transparent > :not(template) ~ :not(template) {
    border-color: transparent !important;
  }

  .lg-tw-divide-current > :not(template) ~ :not(template) {
    border-color: currentColor !important;
  }

  .lg-tw-divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-gray-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-gray-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-gray-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-gray-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-gray-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-gray-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-gray-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-gray-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-gray-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-red-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fff5f5 !important;
    border-color: rgba(255, 245, 245, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-red-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fed7d7 !important;
    border-color: rgba(254, 215, 215, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-red-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #feb2b2 !important;
    border-color: rgba(254, 178, 178, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-red-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fc8181 !important;
    border-color: rgba(252, 129, 129, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-red-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f56565 !important;
    border-color: rgba(245, 101, 101, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-red-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e53e3e !important;
    border-color: rgba(229, 62, 62, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-red-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #c53030 !important;
    border-color: rgba(197, 48, 48, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-red-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #9b2c2c !important;
    border-color: rgba(155, 44, 44, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-red-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #742a2a !important;
    border-color: rgba(116, 42, 42, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-orange-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-orange-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-orange-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-orange-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-orange-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-orange-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-orange-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-orange-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-orange-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-yellow-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-yellow-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-yellow-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-yellow-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-yellow-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-yellow-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-yellow-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-yellow-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-yellow-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-green-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-green-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-green-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-green-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-green-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-green-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-green-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-green-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-green-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-teal-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-teal-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-teal-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-teal-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-teal-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-teal-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-teal-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-teal-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-teal-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-blue-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-blue-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-blue-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-blue-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-blue-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-blue-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-blue-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-blue-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-blue-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-indigo-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-indigo-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-indigo-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-indigo-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-indigo-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-indigo-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-indigo-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-indigo-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-indigo-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-purple-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-purple-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-purple-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-purple-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-purple-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-purple-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-purple-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-purple-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-purple-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-pink-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-pink-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-pink-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-pink-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-pink-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-pink-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-pink-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-pink-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-pink-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-lac-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #123440 !important;
    border-color: rgba(18, 52, 64, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-lac-darkblue > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #0F2E39 !important;
    border-color: rgba(15, 46, 57, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-lac-brass > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #D19A86 !important;
    border-color: rgba(209, 154, 134, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-lac-offwhite > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #F8F8F7 !important;
    border-color: rgba(248, 248, 247, var(--divide-opacity)) !important;
  }

  .lg-tw-divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0 !important;
  }

  .lg-tw-divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25 !important;
  }

  .lg-tw-divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5 !important;
  }

  .lg-tw-divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75 !important;
  }

  .lg-tw-divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

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

  .lg-tw-not-sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

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

  .lg-focus-tw-not-sr-only:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .lg-tw-appearance-none {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
  }

  .lg-tw-bg-fixed {
    background-attachment: fixed !important;
  }

  .lg-tw-bg-local {
    background-attachment: local !important;
  }

  .lg-tw-bg-scroll {
    background-attachment: scroll !important;
  }

  .lg-tw-bg-transparent {
    background-color: transparent !important;
  }

  .lg-tw-bg-current {
    background-color: currentColor !important;
  }

  .lg-tw-bg-black {
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-white {
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-gray-100 {
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-gray-200 {
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-gray-300 {
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-gray-400 {
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-gray-500 {
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-gray-600 {
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-gray-700 {
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-gray-800 {
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-gray-900 {
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-red-100 {
    --bg-opacity: 1 !important;
    background-color: #fff5f5 !important;
    background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-red-200 {
    --bg-opacity: 1 !important;
    background-color: #fed7d7 !important;
    background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-red-300 {
    --bg-opacity: 1 !important;
    background-color: #feb2b2 !important;
    background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-red-400 {
    --bg-opacity: 1 !important;
    background-color: #fc8181 !important;
    background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-red-500 {
    --bg-opacity: 1 !important;
    background-color: #f56565 !important;
    background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-red-600 {
    --bg-opacity: 1 !important;
    background-color: #e53e3e !important;
    background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-red-700 {
    --bg-opacity: 1 !important;
    background-color: #c53030 !important;
    background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-red-800 {
    --bg-opacity: 1 !important;
    background-color: #9b2c2c !important;
    background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-red-900 {
    --bg-opacity: 1 !important;
    background-color: #742a2a !important;
    background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-orange-100 {
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-orange-200 {
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-orange-300 {
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-orange-400 {
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-orange-500 {
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-orange-600 {
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-orange-700 {
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-orange-800 {
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-orange-900 {
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-yellow-100 {
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-yellow-200 {
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-yellow-300 {
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-yellow-400 {
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-yellow-500 {
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-yellow-600 {
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-yellow-700 {
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-yellow-800 {
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-yellow-900 {
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-green-100 {
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-green-200 {
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-green-300 {
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-green-400 {
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-green-500 {
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-green-600 {
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-green-700 {
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-green-800 {
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-green-900 {
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-teal-100 {
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-teal-200 {
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-teal-300 {
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-teal-400 {
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-teal-500 {
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-teal-600 {
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-teal-700 {
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-teal-800 {
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-teal-900 {
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-blue-100 {
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-blue-200 {
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-blue-300 {
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-blue-400 {
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-blue-500 {
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-blue-600 {
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-blue-700 {
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-blue-800 {
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-blue-900 {
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-indigo-100 {
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-indigo-200 {
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-indigo-300 {
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-indigo-400 {
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-indigo-500 {
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-indigo-600 {
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-indigo-700 {
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-indigo-800 {
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-indigo-900 {
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-purple-100 {
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-purple-200 {
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-purple-300 {
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-purple-400 {
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-purple-500 {
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-purple-600 {
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-purple-700 {
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-purple-800 {
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-purple-900 {
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-pink-100 {
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-pink-200 {
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-pink-300 {
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-pink-400 {
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-pink-500 {
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-pink-600 {
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-pink-700 {
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-pink-800 {
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-pink-900 {
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-lac-blue {
    --bg-opacity: 1 !important;
    background-color: #123440 !important;
    background-color: rgba(18, 52, 64, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-lac-darkblue {
    --bg-opacity: 1 !important;
    background-color: #0F2E39 !important;
    background-color: rgba(15, 46, 57, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-lac-brass {
    --bg-opacity: 1 !important;
    background-color: #D19A86 !important;
    background-color: rgba(209, 154, 134, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-lac-offwhite {
    --bg-opacity: 1 !important;
    background-color: #F8F8F7 !important;
    background-color: rgba(248, 248, 247, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-transparent:hover {
    background-color: transparent !important;
  }

  .lg-hover-tw-bg-current:hover {
    background-color: currentColor !important;
  }

  .lg-hover-tw-bg-black:hover {
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-white:hover {
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-gray-100:hover {
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-gray-200:hover {
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-gray-300:hover {
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-gray-400:hover {
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-gray-500:hover {
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-gray-600:hover {
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-gray-700:hover {
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-gray-800:hover {
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-gray-900:hover {
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-red-100:hover {
    --bg-opacity: 1 !important;
    background-color: #fff5f5 !important;
    background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-red-200:hover {
    --bg-opacity: 1 !important;
    background-color: #fed7d7 !important;
    background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-red-300:hover {
    --bg-opacity: 1 !important;
    background-color: #feb2b2 !important;
    background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-red-400:hover {
    --bg-opacity: 1 !important;
    background-color: #fc8181 !important;
    background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-red-500:hover {
    --bg-opacity: 1 !important;
    background-color: #f56565 !important;
    background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-red-600:hover {
    --bg-opacity: 1 !important;
    background-color: #e53e3e !important;
    background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-red-700:hover {
    --bg-opacity: 1 !important;
    background-color: #c53030 !important;
    background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-red-800:hover {
    --bg-opacity: 1 !important;
    background-color: #9b2c2c !important;
    background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-red-900:hover {
    --bg-opacity: 1 !important;
    background-color: #742a2a !important;
    background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-orange-100:hover {
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-orange-200:hover {
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-orange-300:hover {
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-orange-400:hover {
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-orange-500:hover {
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-orange-600:hover {
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-orange-700:hover {
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-orange-800:hover {
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-orange-900:hover {
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-yellow-100:hover {
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-yellow-200:hover {
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-yellow-300:hover {
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-yellow-400:hover {
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-yellow-500:hover {
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-yellow-600:hover {
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-yellow-700:hover {
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-yellow-800:hover {
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-yellow-900:hover {
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-green-100:hover {
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-green-200:hover {
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-green-300:hover {
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-green-400:hover {
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-green-500:hover {
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-green-600:hover {
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-green-700:hover {
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-green-800:hover {
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-green-900:hover {
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-teal-100:hover {
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-teal-200:hover {
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-teal-300:hover {
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-teal-400:hover {
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-teal-500:hover {
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-teal-600:hover {
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-teal-700:hover {
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-teal-800:hover {
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-teal-900:hover {
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-blue-100:hover {
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-blue-200:hover {
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-blue-300:hover {
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-blue-400:hover {
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-blue-500:hover {
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-blue-600:hover {
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-blue-700:hover {
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-blue-800:hover {
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-blue-900:hover {
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-indigo-100:hover {
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-indigo-200:hover {
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-indigo-300:hover {
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-indigo-400:hover {
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-indigo-500:hover {
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-indigo-600:hover {
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-indigo-700:hover {
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-indigo-800:hover {
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-indigo-900:hover {
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-purple-100:hover {
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-purple-200:hover {
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-purple-300:hover {
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-purple-400:hover {
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-purple-500:hover {
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-purple-600:hover {
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-purple-700:hover {
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-purple-800:hover {
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-purple-900:hover {
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-pink-100:hover {
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-pink-200:hover {
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-pink-300:hover {
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-pink-400:hover {
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-pink-500:hover {
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-pink-600:hover {
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-pink-700:hover {
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-pink-800:hover {
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-pink-900:hover {
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-lac-blue:hover {
    --bg-opacity: 1 !important;
    background-color: #123440 !important;
    background-color: rgba(18, 52, 64, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-lac-darkblue:hover {
    --bg-opacity: 1 !important;
    background-color: #0F2E39 !important;
    background-color: rgba(15, 46, 57, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-lac-brass:hover {
    --bg-opacity: 1 !important;
    background-color: #D19A86 !important;
    background-color: rgba(209, 154, 134, var(--bg-opacity)) !important;
  }

  .lg-hover-tw-bg-lac-offwhite:hover {
    --bg-opacity: 1 !important;
    background-color: #F8F8F7 !important;
    background-color: rgba(248, 248, 247, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-transparent:focus {
    background-color: transparent !important;
  }

  .lg-focus-tw-bg-current:focus {
    background-color: currentColor !important;
  }

  .lg-focus-tw-bg-black:focus {
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-white:focus {
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-gray-100:focus {
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-gray-200:focus {
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-gray-300:focus {
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-gray-400:focus {
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-gray-500:focus {
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-gray-600:focus {
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-gray-700:focus {
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-gray-800:focus {
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-gray-900:focus {
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-red-100:focus {
    --bg-opacity: 1 !important;
    background-color: #fff5f5 !important;
    background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-red-200:focus {
    --bg-opacity: 1 !important;
    background-color: #fed7d7 !important;
    background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-red-300:focus {
    --bg-opacity: 1 !important;
    background-color: #feb2b2 !important;
    background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-red-400:focus {
    --bg-opacity: 1 !important;
    background-color: #fc8181 !important;
    background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-red-500:focus {
    --bg-opacity: 1 !important;
    background-color: #f56565 !important;
    background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-red-600:focus {
    --bg-opacity: 1 !important;
    background-color: #e53e3e !important;
    background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-red-700:focus {
    --bg-opacity: 1 !important;
    background-color: #c53030 !important;
    background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-red-800:focus {
    --bg-opacity: 1 !important;
    background-color: #9b2c2c !important;
    background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-red-900:focus {
    --bg-opacity: 1 !important;
    background-color: #742a2a !important;
    background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-orange-100:focus {
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-orange-200:focus {
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-orange-300:focus {
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-orange-400:focus {
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-orange-500:focus {
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-orange-600:focus {
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-orange-700:focus {
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-orange-800:focus {
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-orange-900:focus {
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-yellow-100:focus {
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-yellow-200:focus {
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-yellow-300:focus {
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-yellow-400:focus {
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-yellow-500:focus {
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-yellow-600:focus {
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-yellow-700:focus {
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-yellow-800:focus {
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-yellow-900:focus {
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-green-100:focus {
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-green-200:focus {
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-green-300:focus {
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-green-400:focus {
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-green-500:focus {
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-green-600:focus {
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-green-700:focus {
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-green-800:focus {
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-green-900:focus {
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-teal-100:focus {
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-teal-200:focus {
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-teal-300:focus {
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-teal-400:focus {
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-teal-500:focus {
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-teal-600:focus {
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-teal-700:focus {
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-teal-800:focus {
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-teal-900:focus {
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-blue-100:focus {
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-blue-200:focus {
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-blue-300:focus {
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-blue-400:focus {
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-blue-500:focus {
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-blue-600:focus {
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-blue-700:focus {
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-blue-800:focus {
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-blue-900:focus {
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-indigo-100:focus {
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-indigo-200:focus {
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-indigo-300:focus {
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-indigo-400:focus {
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-indigo-500:focus {
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-indigo-600:focus {
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-indigo-700:focus {
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-indigo-800:focus {
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-indigo-900:focus {
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-purple-100:focus {
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-purple-200:focus {
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-purple-300:focus {
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-purple-400:focus {
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-purple-500:focus {
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-purple-600:focus {
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-purple-700:focus {
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-purple-800:focus {
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-purple-900:focus {
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-pink-100:focus {
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-pink-200:focus {
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-pink-300:focus {
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-pink-400:focus {
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-pink-500:focus {
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-pink-600:focus {
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-pink-700:focus {
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-pink-800:focus {
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-pink-900:focus {
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-lac-blue:focus {
    --bg-opacity: 1 !important;
    background-color: #123440 !important;
    background-color: rgba(18, 52, 64, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-lac-darkblue:focus {
    --bg-opacity: 1 !important;
    background-color: #0F2E39 !important;
    background-color: rgba(15, 46, 57, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-lac-brass:focus {
    --bg-opacity: 1 !important;
    background-color: #D19A86 !important;
    background-color: rgba(209, 154, 134, var(--bg-opacity)) !important;
  }

  .lg-focus-tw-bg-lac-offwhite:focus {
    --bg-opacity: 1 !important;
    background-color: #F8F8F7 !important;
    background-color: rgba(248, 248, 247, var(--bg-opacity)) !important;
  }

  .lg-tw-bg-opacity-0 {
    --bg-opacity: 0 !important;
  }

  .lg-tw-bg-opacity-25 {
    --bg-opacity: 0.25 !important;
  }

  .lg-tw-bg-opacity-50 {
    --bg-opacity: 0.5 !important;
  }

  .lg-tw-bg-opacity-75 {
    --bg-opacity: 0.75 !important;
  }

  .lg-tw-bg-opacity-100 {
    --bg-opacity: 1 !important;
  }

  .lg-hover-tw-bg-opacity-0:hover {
    --bg-opacity: 0 !important;
  }

  .lg-hover-tw-bg-opacity-25:hover {
    --bg-opacity: 0.25 !important;
  }

  .lg-hover-tw-bg-opacity-50:hover {
    --bg-opacity: 0.5 !important;
  }

  .lg-hover-tw-bg-opacity-75:hover {
    --bg-opacity: 0.75 !important;
  }

  .lg-hover-tw-bg-opacity-100:hover {
    --bg-opacity: 1 !important;
  }

  .lg-focus-tw-bg-opacity-0:focus {
    --bg-opacity: 0 !important;
  }

  .lg-focus-tw-bg-opacity-25:focus {
    --bg-opacity: 0.25 !important;
  }

  .lg-focus-tw-bg-opacity-50:focus {
    --bg-opacity: 0.5 !important;
  }

  .lg-focus-tw-bg-opacity-75:focus {
    --bg-opacity: 0.75 !important;
  }

  .lg-focus-tw-bg-opacity-100:focus {
    --bg-opacity: 1 !important;
  }

  .lg-tw-bg-bottom {
    background-position: bottom !important;
  }

  .lg-tw-bg-center {
    background-position: center !important;
  }

  .lg-tw-bg-left {
    background-position: left !important;
  }

  .lg-tw-bg-left-bottom {
    background-position: left bottom !important;
  }

  .lg-tw-bg-left-top {
    background-position: left top !important;
  }

  .lg-tw-bg-right {
    background-position: right !important;
  }

  .lg-tw-bg-right-bottom {
    background-position: right bottom !important;
  }

  .lg-tw-bg-right-top {
    background-position: right top !important;
  }

  .lg-tw-bg-top {
    background-position: top !important;
  }

  .lg-tw-bg-repeat {
    background-repeat: repeat !important;
  }

  .lg-tw-bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .lg-tw-bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .lg-tw-bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .lg-tw-bg-repeat-round {
    background-repeat: round !important;
  }

  .lg-tw-bg-repeat-space {
    background-repeat: space !important;
  }

  .lg-tw-bg-auto {
    background-size: auto !important;
  }

  .lg-tw-bg-cover {
    background-size: cover !important;
  }

  .lg-tw-bg-contain {
    background-size: contain !important;
  }

  .lg-tw-border-collapse {
    border-collapse: collapse !important;
  }

  .lg-tw-border-separate {
    border-collapse: separate !important;
  }

  .lg-tw-border-transparent {
    border-color: transparent !important;
  }

  .lg-tw-border-current {
    border-color: currentColor !important;
  }

  .lg-tw-border-black {
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .lg-tw-border-white {
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .lg-tw-border-gray-100 {
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .lg-tw-border-gray-200 {
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .lg-tw-border-gray-300 {
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .lg-tw-border-gray-400 {
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .lg-tw-border-gray-500 {
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .lg-tw-border-gray-600 {
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .lg-tw-border-gray-700 {
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .lg-tw-border-gray-800 {
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .lg-tw-border-gray-900 {
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .lg-tw-border-red-100 {
    --border-opacity: 1 !important;
    border-color: #fff5f5 !important;
    border-color: rgba(255, 245, 245, var(--border-opacity)) !important;
  }

  .lg-tw-border-red-200 {
    --border-opacity: 1 !important;
    border-color: #fed7d7 !important;
    border-color: rgba(254, 215, 215, var(--border-opacity)) !important;
  }

  .lg-tw-border-red-300 {
    --border-opacity: 1 !important;
    border-color: #feb2b2 !important;
    border-color: rgba(254, 178, 178, var(--border-opacity)) !important;
  }

  .lg-tw-border-red-400 {
    --border-opacity: 1 !important;
    border-color: #fc8181 !important;
    border-color: rgba(252, 129, 129, var(--border-opacity)) !important;
  }

  .lg-tw-border-red-500 {
    --border-opacity: 1 !important;
    border-color: #f56565 !important;
    border-color: rgba(245, 101, 101, var(--border-opacity)) !important;
  }

  .lg-tw-border-red-600 {
    --border-opacity: 1 !important;
    border-color: #e53e3e !important;
    border-color: rgba(229, 62, 62, var(--border-opacity)) !important;
  }

  .lg-tw-border-red-700 {
    --border-opacity: 1 !important;
    border-color: #c53030 !important;
    border-color: rgba(197, 48, 48, var(--border-opacity)) !important;
  }

  .lg-tw-border-red-800 {
    --border-opacity: 1 !important;
    border-color: #9b2c2c !important;
    border-color: rgba(155, 44, 44, var(--border-opacity)) !important;
  }

  .lg-tw-border-red-900 {
    --border-opacity: 1 !important;
    border-color: #742a2a !important;
    border-color: rgba(116, 42, 42, var(--border-opacity)) !important;
  }

  .lg-tw-border-orange-100 {
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .lg-tw-border-orange-200 {
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .lg-tw-border-orange-300 {
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .lg-tw-border-orange-400 {
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .lg-tw-border-orange-500 {
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .lg-tw-border-orange-600 {
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .lg-tw-border-orange-700 {
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .lg-tw-border-orange-800 {
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .lg-tw-border-orange-900 {
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .lg-tw-border-yellow-100 {
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .lg-tw-border-yellow-200 {
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .lg-tw-border-yellow-300 {
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .lg-tw-border-yellow-400 {
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .lg-tw-border-yellow-500 {
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .lg-tw-border-yellow-600 {
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .lg-tw-border-yellow-700 {
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .lg-tw-border-yellow-800 {
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .lg-tw-border-yellow-900 {
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .lg-tw-border-green-100 {
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .lg-tw-border-green-200 {
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .lg-tw-border-green-300 {
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .lg-tw-border-green-400 {
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .lg-tw-border-green-500 {
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .lg-tw-border-green-600 {
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .lg-tw-border-green-700 {
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .lg-tw-border-green-800 {
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .lg-tw-border-green-900 {
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .lg-tw-border-teal-100 {
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .lg-tw-border-teal-200 {
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .lg-tw-border-teal-300 {
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .lg-tw-border-teal-400 {
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .lg-tw-border-teal-500 {
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .lg-tw-border-teal-600 {
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .lg-tw-border-teal-700 {
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .lg-tw-border-teal-800 {
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .lg-tw-border-teal-900 {
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .lg-tw-border-blue-100 {
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .lg-tw-border-blue-200 {
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .lg-tw-border-blue-300 {
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .lg-tw-border-blue-400 {
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .lg-tw-border-blue-500 {
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .lg-tw-border-blue-600 {
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .lg-tw-border-blue-700 {
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .lg-tw-border-blue-800 {
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .lg-tw-border-blue-900 {
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .lg-tw-border-indigo-100 {
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .lg-tw-border-indigo-200 {
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .lg-tw-border-indigo-300 {
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .lg-tw-border-indigo-400 {
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .lg-tw-border-indigo-500 {
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .lg-tw-border-indigo-600 {
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .lg-tw-border-indigo-700 {
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .lg-tw-border-indigo-800 {
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .lg-tw-border-indigo-900 {
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .lg-tw-border-purple-100 {
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .lg-tw-border-purple-200 {
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .lg-tw-border-purple-300 {
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .lg-tw-border-purple-400 {
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .lg-tw-border-purple-500 {
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .lg-tw-border-purple-600 {
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .lg-tw-border-purple-700 {
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .lg-tw-border-purple-800 {
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .lg-tw-border-purple-900 {
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .lg-tw-border-pink-100 {
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .lg-tw-border-pink-200 {
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .lg-tw-border-pink-300 {
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .lg-tw-border-pink-400 {
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .lg-tw-border-pink-500 {
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .lg-tw-border-pink-600 {
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .lg-tw-border-pink-700 {
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .lg-tw-border-pink-800 {
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .lg-tw-border-pink-900 {
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .lg-tw-border-lac-blue {
    --border-opacity: 1 !important;
    border-color: #123440 !important;
    border-color: rgba(18, 52, 64, var(--border-opacity)) !important;
  }

  .lg-tw-border-lac-darkblue {
    --border-opacity: 1 !important;
    border-color: #0F2E39 !important;
    border-color: rgba(15, 46, 57, var(--border-opacity)) !important;
  }

  .lg-tw-border-lac-brass {
    --border-opacity: 1 !important;
    border-color: #D19A86 !important;
    border-color: rgba(209, 154, 134, var(--border-opacity)) !important;
  }

  .lg-tw-border-lac-offwhite {
    --border-opacity: 1 !important;
    border-color: #F8F8F7 !important;
    border-color: rgba(248, 248, 247, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-transparent:hover {
    border-color: transparent !important;
  }

  .lg-hover-tw-border-current:hover {
    border-color: currentColor !important;
  }

  .lg-hover-tw-border-black:hover {
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-white:hover {
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-gray-100:hover {
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-gray-200:hover {
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-gray-300:hover {
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-gray-400:hover {
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-gray-500:hover {
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-gray-600:hover {
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-gray-700:hover {
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-gray-800:hover {
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-gray-900:hover {
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-red-100:hover {
    --border-opacity: 1 !important;
    border-color: #fff5f5 !important;
    border-color: rgba(255, 245, 245, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-red-200:hover {
    --border-opacity: 1 !important;
    border-color: #fed7d7 !important;
    border-color: rgba(254, 215, 215, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-red-300:hover {
    --border-opacity: 1 !important;
    border-color: #feb2b2 !important;
    border-color: rgba(254, 178, 178, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-red-400:hover {
    --border-opacity: 1 !important;
    border-color: #fc8181 !important;
    border-color: rgba(252, 129, 129, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-red-500:hover {
    --border-opacity: 1 !important;
    border-color: #f56565 !important;
    border-color: rgba(245, 101, 101, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-red-600:hover {
    --border-opacity: 1 !important;
    border-color: #e53e3e !important;
    border-color: rgba(229, 62, 62, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-red-700:hover {
    --border-opacity: 1 !important;
    border-color: #c53030 !important;
    border-color: rgba(197, 48, 48, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-red-800:hover {
    --border-opacity: 1 !important;
    border-color: #9b2c2c !important;
    border-color: rgba(155, 44, 44, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-red-900:hover {
    --border-opacity: 1 !important;
    border-color: #742a2a !important;
    border-color: rgba(116, 42, 42, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-orange-100:hover {
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-orange-200:hover {
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-orange-300:hover {
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-orange-400:hover {
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-orange-500:hover {
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-orange-600:hover {
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-orange-700:hover {
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-orange-800:hover {
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-orange-900:hover {
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-yellow-100:hover {
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-yellow-200:hover {
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-yellow-300:hover {
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-yellow-400:hover {
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-yellow-500:hover {
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-yellow-600:hover {
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-yellow-700:hover {
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-yellow-800:hover {
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-yellow-900:hover {
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-green-100:hover {
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-green-200:hover {
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-green-300:hover {
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-green-400:hover {
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-green-500:hover {
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-green-600:hover {
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-green-700:hover {
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-green-800:hover {
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-green-900:hover {
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-teal-100:hover {
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-teal-200:hover {
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-teal-300:hover {
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-teal-400:hover {
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-teal-500:hover {
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-teal-600:hover {
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-teal-700:hover {
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-teal-800:hover {
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-teal-900:hover {
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-blue-100:hover {
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-blue-200:hover {
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-blue-300:hover {
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-blue-400:hover {
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-blue-500:hover {
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-blue-600:hover {
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-blue-700:hover {
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-blue-800:hover {
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-blue-900:hover {
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-indigo-100:hover {
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-indigo-200:hover {
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-indigo-300:hover {
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-indigo-400:hover {
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-indigo-500:hover {
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-indigo-600:hover {
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-indigo-700:hover {
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-indigo-800:hover {
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-indigo-900:hover {
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-purple-100:hover {
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-purple-200:hover {
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-purple-300:hover {
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-purple-400:hover {
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-purple-500:hover {
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-purple-600:hover {
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-purple-700:hover {
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-purple-800:hover {
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-purple-900:hover {
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-pink-100:hover {
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-pink-200:hover {
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-pink-300:hover {
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-pink-400:hover {
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-pink-500:hover {
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-pink-600:hover {
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-pink-700:hover {
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-pink-800:hover {
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-pink-900:hover {
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-lac-blue:hover {
    --border-opacity: 1 !important;
    border-color: #123440 !important;
    border-color: rgba(18, 52, 64, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-lac-darkblue:hover {
    --border-opacity: 1 !important;
    border-color: #0F2E39 !important;
    border-color: rgba(15, 46, 57, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-lac-brass:hover {
    --border-opacity: 1 !important;
    border-color: #D19A86 !important;
    border-color: rgba(209, 154, 134, var(--border-opacity)) !important;
  }

  .lg-hover-tw-border-lac-offwhite:hover {
    --border-opacity: 1 !important;
    border-color: #F8F8F7 !important;
    border-color: rgba(248, 248, 247, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-transparent:focus {
    border-color: transparent !important;
  }

  .lg-focus-tw-border-current:focus {
    border-color: currentColor !important;
  }

  .lg-focus-tw-border-black:focus {
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-white:focus {
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-gray-100:focus {
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-gray-200:focus {
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-gray-300:focus {
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-gray-400:focus {
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-gray-500:focus {
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-gray-600:focus {
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-gray-700:focus {
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-gray-800:focus {
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-gray-900:focus {
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-red-100:focus {
    --border-opacity: 1 !important;
    border-color: #fff5f5 !important;
    border-color: rgba(255, 245, 245, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-red-200:focus {
    --border-opacity: 1 !important;
    border-color: #fed7d7 !important;
    border-color: rgba(254, 215, 215, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-red-300:focus {
    --border-opacity: 1 !important;
    border-color: #feb2b2 !important;
    border-color: rgba(254, 178, 178, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-red-400:focus {
    --border-opacity: 1 !important;
    border-color: #fc8181 !important;
    border-color: rgba(252, 129, 129, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-red-500:focus {
    --border-opacity: 1 !important;
    border-color: #f56565 !important;
    border-color: rgba(245, 101, 101, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-red-600:focus {
    --border-opacity: 1 !important;
    border-color: #e53e3e !important;
    border-color: rgba(229, 62, 62, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-red-700:focus {
    --border-opacity: 1 !important;
    border-color: #c53030 !important;
    border-color: rgba(197, 48, 48, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-red-800:focus {
    --border-opacity: 1 !important;
    border-color: #9b2c2c !important;
    border-color: rgba(155, 44, 44, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-red-900:focus {
    --border-opacity: 1 !important;
    border-color: #742a2a !important;
    border-color: rgba(116, 42, 42, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-orange-100:focus {
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-orange-200:focus {
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-orange-300:focus {
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-orange-400:focus {
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-orange-500:focus {
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-orange-600:focus {
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-orange-700:focus {
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-orange-800:focus {
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-orange-900:focus {
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-yellow-100:focus {
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-yellow-200:focus {
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-yellow-300:focus {
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-yellow-400:focus {
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-yellow-500:focus {
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-yellow-600:focus {
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-yellow-700:focus {
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-yellow-800:focus {
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-yellow-900:focus {
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-green-100:focus {
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-green-200:focus {
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-green-300:focus {
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-green-400:focus {
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-green-500:focus {
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-green-600:focus {
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-green-700:focus {
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-green-800:focus {
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-green-900:focus {
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-teal-100:focus {
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-teal-200:focus {
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-teal-300:focus {
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-teal-400:focus {
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-teal-500:focus {
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-teal-600:focus {
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-teal-700:focus {
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-teal-800:focus {
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-teal-900:focus {
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-blue-100:focus {
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-blue-200:focus {
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-blue-300:focus {
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-blue-400:focus {
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-blue-500:focus {
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-blue-600:focus {
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-blue-700:focus {
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-blue-800:focus {
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-blue-900:focus {
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-indigo-100:focus {
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-indigo-200:focus {
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-indigo-300:focus {
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-indigo-400:focus {
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-indigo-500:focus {
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-indigo-600:focus {
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-indigo-700:focus {
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-indigo-800:focus {
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-indigo-900:focus {
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-purple-100:focus {
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-purple-200:focus {
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-purple-300:focus {
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-purple-400:focus {
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-purple-500:focus {
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-purple-600:focus {
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-purple-700:focus {
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-purple-800:focus {
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-purple-900:focus {
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-pink-100:focus {
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-pink-200:focus {
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-pink-300:focus {
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-pink-400:focus {
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-pink-500:focus {
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-pink-600:focus {
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-pink-700:focus {
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-pink-800:focus {
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-pink-900:focus {
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-lac-blue:focus {
    --border-opacity: 1 !important;
    border-color: #123440 !important;
    border-color: rgba(18, 52, 64, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-lac-darkblue:focus {
    --border-opacity: 1 !important;
    border-color: #0F2E39 !important;
    border-color: rgba(15, 46, 57, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-lac-brass:focus {
    --border-opacity: 1 !important;
    border-color: #D19A86 !important;
    border-color: rgba(209, 154, 134, var(--border-opacity)) !important;
  }

  .lg-focus-tw-border-lac-offwhite:focus {
    --border-opacity: 1 !important;
    border-color: #F8F8F7 !important;
    border-color: rgba(248, 248, 247, var(--border-opacity)) !important;
  }

  .lg-tw-border-opacity-0 {
    --border-opacity: 0 !important;
  }

  .lg-tw-border-opacity-25 {
    --border-opacity: 0.25 !important;
  }

  .lg-tw-border-opacity-50 {
    --border-opacity: 0.5 !important;
  }

  .lg-tw-border-opacity-75 {
    --border-opacity: 0.75 !important;
  }

  .lg-tw-border-opacity-100 {
    --border-opacity: 1 !important;
  }

  .lg-hover-tw-border-opacity-0:hover {
    --border-opacity: 0 !important;
  }

  .lg-hover-tw-border-opacity-25:hover {
    --border-opacity: 0.25 !important;
  }

  .lg-hover-tw-border-opacity-50:hover {
    --border-opacity: 0.5 !important;
  }

  .lg-hover-tw-border-opacity-75:hover {
    --border-opacity: 0.75 !important;
  }

  .lg-hover-tw-border-opacity-100:hover {
    --border-opacity: 1 !important;
  }

  .lg-focus-tw-border-opacity-0:focus {
    --border-opacity: 0 !important;
  }

  .lg-focus-tw-border-opacity-25:focus {
    --border-opacity: 0.25 !important;
  }

  .lg-focus-tw-border-opacity-50:focus {
    --border-opacity: 0.5 !important;
  }

  .lg-focus-tw-border-opacity-75:focus {
    --border-opacity: 0.75 !important;
  }

  .lg-focus-tw-border-opacity-100:focus {
    --border-opacity: 1 !important;
  }

  .lg-tw-rounded-none {
    border-radius: 0 !important;
  }

  .lg-tw-rounded-sm {
    border-radius: 0.125rem !important;
  }

  .lg-tw-rounded {
    border-radius: 0.25rem !important;
  }

  .lg-tw-rounded-md {
    border-radius: 0.375rem !important;
  }

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

  .lg-tw-rounded-full {
    border-radius: 9999px !important;
  }

  .lg-tw-rounded-t-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .lg-tw-rounded-r-none {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .lg-tw-rounded-b-none {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .lg-tw-rounded-l-none {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .lg-tw-rounded-t-sm {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .lg-tw-rounded-r-sm {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .lg-tw-rounded-b-sm {
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .lg-tw-rounded-l-sm {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .lg-tw-rounded-t {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .lg-tw-rounded-r {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .lg-tw-rounded-b {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .lg-tw-rounded-l {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

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

  .lg-tw-rounded-r-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

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

  .lg-tw-rounded-l-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .lg-tw-rounded-t-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .lg-tw-rounded-r-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .lg-tw-rounded-b-lg {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg-tw-rounded-l-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg-tw-rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .lg-tw-rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .lg-tw-rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg-tw-rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg-tw-rounded-tl-none {
    border-top-left-radius: 0 !important;
  }

  .lg-tw-rounded-tr-none {
    border-top-right-radius: 0 !important;
  }

  .lg-tw-rounded-br-none {
    border-bottom-right-radius: 0 !important;
  }

  .lg-tw-rounded-bl-none {
    border-bottom-left-radius: 0 !important;
  }

  .lg-tw-rounded-tl-sm {
    border-top-left-radius: 0.125rem !important;
  }

  .lg-tw-rounded-tr-sm {
    border-top-right-radius: 0.125rem !important;
  }

  .lg-tw-rounded-br-sm {
    border-bottom-right-radius: 0.125rem !important;
  }

  .lg-tw-rounded-bl-sm {
    border-bottom-left-radius: 0.125rem !important;
  }

  .lg-tw-rounded-tl {
    border-top-left-radius: 0.25rem !important;
  }

  .lg-tw-rounded-tr {
    border-top-right-radius: 0.25rem !important;
  }

  .lg-tw-rounded-br {
    border-bottom-right-radius: 0.25rem !important;
  }

  .lg-tw-rounded-bl {
    border-bottom-left-radius: 0.25rem !important;
  }

  .lg-tw-rounded-tl-md {
    border-top-left-radius: 0.375rem !important;
  }

  .lg-tw-rounded-tr-md {
    border-top-right-radius: 0.375rem !important;
  }

  .lg-tw-rounded-br-md {
    border-bottom-right-radius: 0.375rem !important;
  }

  .lg-tw-rounded-bl-md {
    border-bottom-left-radius: 0.375rem !important;
  }

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

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

  .lg-tw-rounded-br-lg {
    border-bottom-right-radius: 0.5rem !important;
  }

  .lg-tw-rounded-bl-lg {
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg-tw-rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .lg-tw-rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .lg-tw-rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .lg-tw-rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .lg-tw-border-solid {
    border-style: solid !important;
  }

  .lg-tw-border-dashed {
    border-style: dashed !important;
  }

  .lg-tw-border-dotted {
    border-style: dotted !important;
  }

  .lg-tw-border-double {
    border-style: double !important;
  }

  .lg-tw-border-none {
    border-style: none !important;
  }

  .lg-tw-border-0 {
    border-width: 0 !important;
  }

  .lg-tw-border-2 {
    border-width: 2px !important;
  }

  .lg-tw-border-4 {
    border-width: 4px !important;
  }

  .lg-tw-border-8 {
    border-width: 8px !important;
  }

  .lg-tw-border {
    border-width: 1px !important;
  }

  .lg-tw-border-t-0 {
    border-top-width: 0 !important;
  }

  .lg-tw-border-r-0 {
    border-right-width: 0 !important;
  }

  .lg-tw-border-b-0 {
    border-bottom-width: 0 !important;
  }

  .lg-tw-border-l-0 {
    border-left-width: 0 !important;
  }

  .lg-tw-border-t-2 {
    border-top-width: 2px !important;
  }

  .lg-tw-border-r-2 {
    border-right-width: 2px !important;
  }

  .lg-tw-border-b-2 {
    border-bottom-width: 2px !important;
  }

  .lg-tw-border-l-2 {
    border-left-width: 2px !important;
  }

  .lg-tw-border-t-4 {
    border-top-width: 4px !important;
  }

  .lg-tw-border-r-4 {
    border-right-width: 4px !important;
  }

  .lg-tw-border-b-4 {
    border-bottom-width: 4px !important;
  }

  .lg-tw-border-l-4 {
    border-left-width: 4px !important;
  }

  .lg-tw-border-t-8 {
    border-top-width: 8px !important;
  }

  .lg-tw-border-r-8 {
    border-right-width: 8px !important;
  }

  .lg-tw-border-b-8 {
    border-bottom-width: 8px !important;
  }

  .lg-tw-border-l-8 {
    border-left-width: 8px !important;
  }

  .lg-tw-border-t {
    border-top-width: 1px !important;
  }

  .lg-tw-border-r {
    border-right-width: 1px !important;
  }

  .lg-tw-border-b {
    border-bottom-width: 1px !important;
  }

  .lg-tw-border-l {
    border-left-width: 1px !important;
  }

  .lg-tw-box-border {
    box-sizing: border-box !important;
  }

  .lg-tw-box-content {
    box-sizing: content-box !important;
  }

  .lg-tw-cursor-auto {
    cursor: auto !important;
  }

  .lg-tw-cursor-default {
    cursor: default !important;
  }

  .lg-tw-cursor-pointer {
    cursor: pointer !important;
  }

  .lg-tw-cursor-wait {
    cursor: wait !important;
  }

  .lg-tw-cursor-text {
    cursor: text !important;
  }

  .lg-tw-cursor-move {
    cursor: move !important;
  }

  .lg-tw-cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .lg-tw-block {
    display: block !important;
  }

  .lg-tw-inline-block {
    display: inline-block !important;
  }

  .lg-tw-inline {
    display: inline !important;
  }

  .lg-tw-flex {
    display: flex !important;
  }

  .lg-tw-inline-flex {
    display: inline-flex !important;
  }

  .lg-tw-table {
    display: table !important;
  }

  .lg-tw-table-caption {
    display: table-caption !important;
  }

  .lg-tw-table-cell {
    display: table-cell !important;
  }

  .lg-tw-table-column {
    display: table-column !important;
  }

  .lg-tw-table-column-group {
    display: table-column-group !important;
  }

  .lg-tw-table-footer-group {
    display: table-footer-group !important;
  }

  .lg-tw-table-header-group {
    display: table-header-group !important;
  }

  .lg-tw-table-row-group {
    display: table-row-group !important;
  }

  .lg-tw-table-row {
    display: table-row !important;
  }

  .lg-tw-flow-root {
    display: flow-root !important;
  }

  .lg-tw-grid {
    display: grid !important;
  }

  .lg-tw-inline-grid {
    display: inline-grid !important;
  }

  .lg-tw-hidden {
    display: none !important;
  }

  .lg-tw-flex-row {
    flex-direction: row !important;
  }

  .lg-tw-flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .lg-tw-flex-col {
    flex-direction: column !important;
  }

  .lg-tw-flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .lg-tw-flex-wrap {
    flex-wrap: wrap !important;
  }

  .lg-tw-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .lg-tw-flex-no-wrap {
    flex-wrap: nowrap !important;
  }

  .lg-tw-items-start {
    align-items: flex-start !important;
  }

  .lg-tw-items-end {
    align-items: flex-end !important;
  }

  .lg-tw-items-center {
    align-items: center !important;
  }

  .lg-tw-items-baseline {
    align-items: baseline !important;
  }

  .lg-tw-items-stretch {
    align-items: stretch !important;
  }

  .lg-tw-self-auto {
    align-self: auto !important;
  }

  .lg-tw-self-start {
    align-self: flex-start !important;
  }

  .lg-tw-self-end {
    align-self: flex-end !important;
  }

  .lg-tw-self-center {
    align-self: center !important;
  }

  .lg-tw-self-stretch {
    align-self: stretch !important;
  }

  .lg-tw-justify-start {
    justify-content: flex-start !important;
  }

  .lg-tw-justify-end {
    justify-content: flex-end !important;
  }

  .lg-tw-justify-center {
    justify-content: center !important;
  }

  .lg-tw-justify-between {
    justify-content: space-between !important;
  }

  .lg-tw-justify-around {
    justify-content: space-around !important;
  }

  .lg-tw-justify-evenly {
    justify-content: space-evenly !important;
  }

  .lg-tw-content-center {
    align-content: center !important;
  }

  .lg-tw-content-start {
    align-content: flex-start !important;
  }

  .lg-tw-content-end {
    align-content: flex-end !important;
  }

  .lg-tw-content-between {
    align-content: space-between !important;
  }

  .lg-tw-content-around {
    align-content: space-around !important;
  }

  .lg-tw-flex-1 {
    flex: 1 1 0% !important;
  }

  .lg-tw-flex-auto {
    flex: 1 1 auto !important;
  }

  .lg-tw-flex-initial {
    flex: 0 1 auto !important;
  }

  .lg-tw-flex-none {
    flex: none !important;
  }

  .lg-tw-flex-grow-0 {
    flex-grow: 0 !important;
  }

  .lg-tw-flex-grow {
    flex-grow: 1 !important;
  }

  .lg-tw-flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .lg-tw-flex-shrink {
    flex-shrink: 1 !important;
  }

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

  .lg-tw-order-2 {
    order: 2 !important;
  }

  .lg-tw-order-3 {
    order: 3 !important;
  }

  .lg-tw-order-4 {
    order: 4 !important;
  }

  .lg-tw-order-5 {
    order: 5 !important;
  }

  .lg-tw-order-6 {
    order: 6 !important;
  }

  .lg-tw-order-7 {
    order: 7 !important;
  }

  .lg-tw-order-8 {
    order: 8 !important;
  }

  .lg-tw-order-9 {
    order: 9 !important;
  }

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

  .lg-tw-order-11 {
    order: 11 !important;
  }

  .lg-tw-order-12 {
    order: 12 !important;
  }

  .lg-tw-order-first {
    order: -9999 !important;
  }

  .lg-tw-order-last {
    order: 9999 !important;
  }

  .lg-tw-order-none {
    order: 0 !important;
  }

  .lg-tw-float-right {
    float: right !important;
  }

  .lg-tw-float-left {
    float: left !important;
  }

  .lg-tw-float-none {
    float: none !important;
  }

  .lg-tw-clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .lg-tw-clear-left {
    clear: left !important;
  }

  .lg-tw-clear-right {
    clear: right !important;
  }

  .lg-tw-clear-both {
    clear: both !important;
  }

  .lg-tw-clear-none {
    clear: none !important;
  }

  .lg-tw-font-sans {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  }

  .lg-tw-font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .lg-tw-font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .lg-tw-font-lac-serif {
    font-family: Vollkorn, serif !important;
  }

  .lg-tw-font-hairline {
    font-weight: 100 !important;
  }

  .lg-tw-font-thin {
    font-weight: 200 !important;
  }

  .lg-tw-font-light {
    font-weight: 300 !important;
  }

  .lg-tw-font-normal {
    font-weight: 400 !important;
  }

  .lg-tw-font-medium {
    font-weight: 500 !important;
  }

  .lg-tw-font-semibold {
    font-weight: 600 !important;
  }

  .lg-tw-font-bold {
    font-weight: 700 !important;
  }

  .lg-tw-font-extrabold {
    font-weight: 800 !important;
  }

  .lg-tw-font-black {
    font-weight: 900 !important;
  }

  .lg-hover-tw-font-hairline:hover {
    font-weight: 100 !important;
  }

  .lg-hover-tw-font-thin:hover {
    font-weight: 200 !important;
  }

  .lg-hover-tw-font-light:hover {
    font-weight: 300 !important;
  }

  .lg-hover-tw-font-normal:hover {
    font-weight: 400 !important;
  }

  .lg-hover-tw-font-medium:hover {
    font-weight: 500 !important;
  }

  .lg-hover-tw-font-semibold:hover {
    font-weight: 600 !important;
  }

  .lg-hover-tw-font-bold:hover {
    font-weight: 700 !important;
  }

  .lg-hover-tw-font-extrabold:hover {
    font-weight: 800 !important;
  }

  .lg-hover-tw-font-black:hover {
    font-weight: 900 !important;
  }

  .lg-focus-tw-font-hairline:focus {
    font-weight: 100 !important;
  }

  .lg-focus-tw-font-thin:focus {
    font-weight: 200 !important;
  }

  .lg-focus-tw-font-light:focus {
    font-weight: 300 !important;
  }

  .lg-focus-tw-font-normal:focus {
    font-weight: 400 !important;
  }

  .lg-focus-tw-font-medium:focus {
    font-weight: 500 !important;
  }

  .lg-focus-tw-font-semibold:focus {
    font-weight: 600 !important;
  }

  .lg-focus-tw-font-bold:focus {
    font-weight: 700 !important;
  }

  .lg-focus-tw-font-extrabold:focus {
    font-weight: 800 !important;
  }

  .lg-focus-tw-font-black:focus {
    font-weight: 900 !important;
  }

  .lg-tw-h-0 {
    height: 0 !important;
  }

  .lg-tw-h-1 {
    height: 0.25rem !important;
  }

  .lg-tw-h-2 {
    height: 0.5rem !important;
  }

  .lg-tw-h-3 {
    height: 0.75rem !important;
  }

  .lg-tw-h-4 {
    height: 1rem !important;
  }

  .lg-tw-h-5 {
    height: 1.25rem !important;
  }

  .lg-tw-h-6 {
    height: 1.5rem !important;
  }

  .lg-tw-h-8 {
    height: 2rem !important;
  }

  .lg-tw-h-10 {
    height: 2.5rem !important;
  }

  .lg-tw-h-12 {
    height: 3rem !important;
  }

  .lg-tw-h-16 {
    height: 4rem !important;
  }

  .lg-tw-h-20 {
    height: 5rem !important;
  }

  .lg-tw-h-24 {
    height: 6rem !important;
  }

  .lg-tw-h-32 {
    height: 8rem !important;
  }

  .lg-tw-h-40 {
    height: 10rem !important;
  }

  .lg-tw-h-48 {
    height: 12rem !important;
  }

  .lg-tw-h-56 {
    height: 14rem !important;
  }

  .lg-tw-h-64 {
    height: 16rem !important;
  }

  .lg-tw-h-auto {
    height: auto !important;
  }

  .lg-tw-h-px {
    height: 1px !important;
  }

  .lg-tw-h-full {
    height: 100% !important;
  }

  .lg-tw-h-screen {
    height: 100vh !important;
  }

  .lg-tw-text-xs {
    font-size: 0.75rem !important;
  }

  .lg-tw-text-sm {
    font-size: 0.875rem !important;
  }

  .lg-tw-text-base {
    font-size: 1rem !important;
  }

  .lg-tw-text-lg {
    font-size: 1.125rem !important;
  }

  .lg-tw-text-xl {
    font-size: 1.25rem !important;
  }

  .lg-tw-text-2xl {
    font-size: 1.5rem !important;
  }

  .lg-tw-text-3xl {
    font-size: 1.875rem !important;
  }

  .lg-tw-text-4xl {
    font-size: 2.25rem !important;
  }

  .lg-tw-text-5xl {
    font-size: 3rem !important;
  }

  .lg-tw-text-6xl {
    font-size: 4rem !important;
  }

  .lg-tw-text-donate {
    font-size: 140px !important;
  }

  .lg-tw-leading-3 {
    line-height: .75rem !important;
  }

  .lg-tw-leading-4 {
    line-height: 1rem !important;
  }

  .lg-tw-leading-5 {
    line-height: 1.25rem !important;
  }

  .lg-tw-leading-6 {
    line-height: 1.5rem !important;
  }

  .lg-tw-leading-7 {
    line-height: 1.75rem !important;
  }

  .lg-tw-leading-8 {
    line-height: 2rem !important;
  }

  .lg-tw-leading-9 {
    line-height: 2.25rem !important;
  }

  .lg-tw-leading-10 {
    line-height: 2.5rem !important;
  }

  .lg-tw-leading-none {
    line-height: 1 !important;
  }

  .lg-tw-leading-tight {
    line-height: 1.25 !important;
  }

  .lg-tw-leading-snug {
    line-height: 1.375 !important;
  }

  .lg-tw-leading-normal {
    line-height: 1.5 !important;
  }

  .lg-tw-leading-relaxed {
    line-height: 1.625 !important;
  }

  .lg-tw-leading-loose {
    line-height: 2 !important;
  }

  .lg-tw-list-inside {
    list-style-position: inside !important;
  }

  .lg-tw-list-outside {
    list-style-position: outside !important;
  }

  .lg-tw-list-none {
    list-style-type: none !important;
  }

  .lg-tw-list-disc {
    list-style-type: disc !important;
  }

  .lg-tw-list-decimal {
    list-style-type: decimal !important;
  }

  .lg-tw-m-0 {
    margin: 0 !important;
  }

  .lg-tw-m-1 {
    margin: 0.25rem !important;
  }

  .lg-tw-m-2 {
    margin: 0.5rem !important;
  }

  .lg-tw-m-3 {
    margin: 0.75rem !important;
  }

  .lg-tw-m-4 {
    margin: 1rem !important;
  }

  .lg-tw-m-5 {
    margin: 1.25rem !important;
  }

  .lg-tw-m-6 {
    margin: 1.5rem !important;
  }

  .lg-tw-m-8 {
    margin: 2rem !important;
  }

  .lg-tw-m-10 {
    margin: 2.5rem !important;
  }

  .lg-tw-m-12 {
    margin: 3rem !important;
  }

  .lg-tw-m-16 {
    margin: 4rem !important;
  }

  .lg-tw-m-20 {
    margin: 5rem !important;
  }

  .lg-tw-m-24 {
    margin: 6rem !important;
  }

  .lg-tw-m-32 {
    margin: 8rem !important;
  }

  .lg-tw-m-40 {
    margin: 10rem !important;
  }

  .lg-tw-m-48 {
    margin: 12rem !important;
  }

  .lg-tw-m-56 {
    margin: 14rem !important;
  }

  .lg-tw-m-64 {
    margin: 16rem !important;
  }

  .lg-tw-m-auto {
    margin: auto !important;
  }

  .lg-tw-m-px {
    margin: 1px !important;
  }

  .lg-tw--m-1 {
    margin: -0.25rem !important;
  }

  .lg-tw--m-2 {
    margin: -0.5rem !important;
  }

  .lg-tw--m-3 {
    margin: -0.75rem !important;
  }

  .lg-tw--m-4 {
    margin: -1rem !important;
  }

  .lg-tw--m-5 {
    margin: -1.25rem !important;
  }

  .lg-tw--m-6 {
    margin: -1.5rem !important;
  }

  .lg-tw--m-8 {
    margin: -2rem !important;
  }

  .lg-tw--m-10 {
    margin: -2.5rem !important;
  }

  .lg-tw--m-12 {
    margin: -3rem !important;
  }

  .lg-tw--m-16 {
    margin: -4rem !important;
  }

  .lg-tw--m-20 {
    margin: -5rem !important;
  }

  .lg-tw--m-24 {
    margin: -6rem !important;
  }

  .lg-tw--m-32 {
    margin: -8rem !important;
  }

  .lg-tw--m-40 {
    margin: -10rem !important;
  }

  .lg-tw--m-48 {
    margin: -12rem !important;
  }

  .lg-tw--m-56 {
    margin: -14rem !important;
  }

  .lg-tw--m-64 {
    margin: -16rem !important;
  }

  .lg-tw--m-px {
    margin: -1px !important;
  }

  .lg-tw-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .lg-tw-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .lg-tw-my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .lg-tw-mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .lg-tw-my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .lg-tw-mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .lg-tw-my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .lg-tw-mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .lg-tw-my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .lg-tw-mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .lg-tw-my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .lg-tw-mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .lg-tw-my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .lg-tw-mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .lg-tw-my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .lg-tw-mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .lg-tw-my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .lg-tw-mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .lg-tw-my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .lg-tw-mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .lg-tw-my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .lg-tw-mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .lg-tw-my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .lg-tw-mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .lg-tw-my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .lg-tw-mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .lg-tw-my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .lg-tw-mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .lg-tw-my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .lg-tw-mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .lg-tw-my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .lg-tw-mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .lg-tw-my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .lg-tw-mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .lg-tw-my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .lg-tw-mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .lg-tw-my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .lg-tw-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .lg-tw-my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .lg-tw-mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .lg-tw--my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .lg-tw--mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .lg-tw--my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .lg-tw--mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .lg-tw--my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .lg-tw--mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .lg-tw--my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .lg-tw--mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .lg-tw--my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .lg-tw--mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .lg-tw--my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .lg-tw--mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .lg-tw--my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .lg-tw--mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .lg-tw--my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .lg-tw--mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .lg-tw--my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .lg-tw--mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .lg-tw--my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .lg-tw--mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .lg-tw--my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .lg-tw--mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .lg-tw--my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .lg-tw--mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .lg-tw--my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .lg-tw--mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .lg-tw--my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .lg-tw--mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .lg-tw--my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .lg-tw--mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .lg-tw--my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .lg-tw--mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .lg-tw--my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .lg-tw--mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .lg-tw--my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .lg-tw--mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .lg-tw-mt-0 {
    margin-top: 0 !important;
  }

  .lg-tw-mr-0 {
    margin-right: 0 !important;
  }

  .lg-tw-mb-0 {
    margin-bottom: 0 !important;
  }

  .lg-tw-ml-0 {
    margin-left: 0 !important;
  }

  .lg-tw-mt-1 {
    margin-top: 0.25rem !important;
  }

  .lg-tw-mr-1 {
    margin-right: 0.25rem !important;
  }

  .lg-tw-mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .lg-tw-ml-1 {
    margin-left: 0.25rem !important;
  }

  .lg-tw-mt-2 {
    margin-top: 0.5rem !important;
  }

  .lg-tw-mr-2 {
    margin-right: 0.5rem !important;
  }

  .lg-tw-mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .lg-tw-ml-2 {
    margin-left: 0.5rem !important;
  }

  .lg-tw-mt-3 {
    margin-top: 0.75rem !important;
  }

  .lg-tw-mr-3 {
    margin-right: 0.75rem !important;
  }

  .lg-tw-mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .lg-tw-ml-3 {
    margin-left: 0.75rem !important;
  }

  .lg-tw-mt-4 {
    margin-top: 1rem !important;
  }

  .lg-tw-mr-4 {
    margin-right: 1rem !important;
  }

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

  .lg-tw-ml-4 {
    margin-left: 1rem !important;
  }

  .lg-tw-mt-5 {
    margin-top: 1.25rem !important;
  }

  .lg-tw-mr-5 {
    margin-right: 1.25rem !important;
  }

  .lg-tw-mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .lg-tw-ml-5 {
    margin-left: 1.25rem !important;
  }

  .lg-tw-mt-6 {
    margin-top: 1.5rem !important;
  }

  .lg-tw-mr-6 {
    margin-right: 1.5rem !important;
  }

  .lg-tw-mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .lg-tw-ml-6 {
    margin-left: 1.5rem !important;
  }

  .lg-tw-mt-8 {
    margin-top: 2rem !important;
  }

  .lg-tw-mr-8 {
    margin-right: 2rem !important;
  }

  .lg-tw-mb-8 {
    margin-bottom: 2rem !important;
  }

  .lg-tw-ml-8 {
    margin-left: 2rem !important;
  }

  .lg-tw-mt-10 {
    margin-top: 2.5rem !important;
  }

  .lg-tw-mr-10 {
    margin-right: 2.5rem !important;
  }

  .lg-tw-mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .lg-tw-ml-10 {
    margin-left: 2.5rem !important;
  }

  .lg-tw-mt-12 {
    margin-top: 3rem !important;
  }

  .lg-tw-mr-12 {
    margin-right: 3rem !important;
  }

  .lg-tw-mb-12 {
    margin-bottom: 3rem !important;
  }

  .lg-tw-ml-12 {
    margin-left: 3rem !important;
  }

  .lg-tw-mt-16 {
    margin-top: 4rem !important;
  }

  .lg-tw-mr-16 {
    margin-right: 4rem !important;
  }

  .lg-tw-mb-16 {
    margin-bottom: 4rem !important;
  }

  .lg-tw-ml-16 {
    margin-left: 4rem !important;
  }

  .lg-tw-mt-20 {
    margin-top: 5rem !important;
  }

  .lg-tw-mr-20 {
    margin-right: 5rem !important;
  }

  .lg-tw-mb-20 {
    margin-bottom: 5rem !important;
  }

  .lg-tw-ml-20 {
    margin-left: 5rem !important;
  }

  .lg-tw-mt-24 {
    margin-top: 6rem !important;
  }

  .lg-tw-mr-24 {
    margin-right: 6rem !important;
  }

  .lg-tw-mb-24 {
    margin-bottom: 6rem !important;
  }

  .lg-tw-ml-24 {
    margin-left: 6rem !important;
  }

  .lg-tw-mt-32 {
    margin-top: 8rem !important;
  }

  .lg-tw-mr-32 {
    margin-right: 8rem !important;
  }

  .lg-tw-mb-32 {
    margin-bottom: 8rem !important;
  }

  .lg-tw-ml-32 {
    margin-left: 8rem !important;
  }

  .lg-tw-mt-40 {
    margin-top: 10rem !important;
  }

  .lg-tw-mr-40 {
    margin-right: 10rem !important;
  }

  .lg-tw-mb-40 {
    margin-bottom: 10rem !important;
  }

  .lg-tw-ml-40 {
    margin-left: 10rem !important;
  }

  .lg-tw-mt-48 {
    margin-top: 12rem !important;
  }

  .lg-tw-mr-48 {
    margin-right: 12rem !important;
  }

  .lg-tw-mb-48 {
    margin-bottom: 12rem !important;
  }

  .lg-tw-ml-48 {
    margin-left: 12rem !important;
  }

  .lg-tw-mt-56 {
    margin-top: 14rem !important;
  }

  .lg-tw-mr-56 {
    margin-right: 14rem !important;
  }

  .lg-tw-mb-56 {
    margin-bottom: 14rem !important;
  }

  .lg-tw-ml-56 {
    margin-left: 14rem !important;
  }

  .lg-tw-mt-64 {
    margin-top: 16rem !important;
  }

  .lg-tw-mr-64 {
    margin-right: 16rem !important;
  }

  .lg-tw-mb-64 {
    margin-bottom: 16rem !important;
  }

  .lg-tw-ml-64 {
    margin-left: 16rem !important;
  }

  .lg-tw-mt-auto {
    margin-top: auto !important;
  }

  .lg-tw-mr-auto {
    margin-right: auto !important;
  }

  .lg-tw-mb-auto {
    margin-bottom: auto !important;
  }

  .lg-tw-ml-auto {
    margin-left: auto !important;
  }

  .lg-tw-mt-px {
    margin-top: 1px !important;
  }

  .lg-tw-mr-px {
    margin-right: 1px !important;
  }

  .lg-tw-mb-px {
    margin-bottom: 1px !important;
  }

  .lg-tw-ml-px {
    margin-left: 1px !important;
  }

  .lg-tw--mt-1 {
    margin-top: -0.25rem !important;
  }

  .lg-tw--mr-1 {
    margin-right: -0.25rem !important;
  }

  .lg-tw--mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .lg-tw--ml-1 {
    margin-left: -0.25rem !important;
  }

  .lg-tw--mt-2 {
    margin-top: -0.5rem !important;
  }

  .lg-tw--mr-2 {
    margin-right: -0.5rem !important;
  }

  .lg-tw--mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .lg-tw--ml-2 {
    margin-left: -0.5rem !important;
  }

  .lg-tw--mt-3 {
    margin-top: -0.75rem !important;
  }

  .lg-tw--mr-3 {
    margin-right: -0.75rem !important;
  }

  .lg-tw--mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .lg-tw--ml-3 {
    margin-left: -0.75rem !important;
  }

  .lg-tw--mt-4 {
    margin-top: -1rem !important;
  }

  .lg-tw--mr-4 {
    margin-right: -1rem !important;
  }

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

  .lg-tw--ml-4 {
    margin-left: -1rem !important;
  }

  .lg-tw--mt-5 {
    margin-top: -1.25rem !important;
  }

  .lg-tw--mr-5 {
    margin-right: -1.25rem !important;
  }

  .lg-tw--mb-5 {
    margin-bottom: -1.25rem !important;
  }

  .lg-tw--ml-5 {
    margin-left: -1.25rem !important;
  }

  .lg-tw--mt-6 {
    margin-top: -1.5rem !important;
  }

  .lg-tw--mr-6 {
    margin-right: -1.5rem !important;
  }

  .lg-tw--mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .lg-tw--ml-6 {
    margin-left: -1.5rem !important;
  }

  .lg-tw--mt-8 {
    margin-top: -2rem !important;
  }

  .lg-tw--mr-8 {
    margin-right: -2rem !important;
  }

  .lg-tw--mb-8 {
    margin-bottom: -2rem !important;
  }

  .lg-tw--ml-8 {
    margin-left: -2rem !important;
  }

  .lg-tw--mt-10 {
    margin-top: -2.5rem !important;
  }

  .lg-tw--mr-10 {
    margin-right: -2.5rem !important;
  }

  .lg-tw--mb-10 {
    margin-bottom: -2.5rem !important;
  }

  .lg-tw--ml-10 {
    margin-left: -2.5rem !important;
  }

  .lg-tw--mt-12 {
    margin-top: -3rem !important;
  }

  .lg-tw--mr-12 {
    margin-right: -3rem !important;
  }

  .lg-tw--mb-12 {
    margin-bottom: -3rem !important;
  }

  .lg-tw--ml-12 {
    margin-left: -3rem !important;
  }

  .lg-tw--mt-16 {
    margin-top: -4rem !important;
  }

  .lg-tw--mr-16 {
    margin-right: -4rem !important;
  }

  .lg-tw--mb-16 {
    margin-bottom: -4rem !important;
  }

  .lg-tw--ml-16 {
    margin-left: -4rem !important;
  }

  .lg-tw--mt-20 {
    margin-top: -5rem !important;
  }

  .lg-tw--mr-20 {
    margin-right: -5rem !important;
  }

  .lg-tw--mb-20 {
    margin-bottom: -5rem !important;
  }

  .lg-tw--ml-20 {
    margin-left: -5rem !important;
  }

  .lg-tw--mt-24 {
    margin-top: -6rem !important;
  }

  .lg-tw--mr-24 {
    margin-right: -6rem !important;
  }

  .lg-tw--mb-24 {
    margin-bottom: -6rem !important;
  }

  .lg-tw--ml-24 {
    margin-left: -6rem !important;
  }

  .lg-tw--mt-32 {
    margin-top: -8rem !important;
  }

  .lg-tw--mr-32 {
    margin-right: -8rem !important;
  }

  .lg-tw--mb-32 {
    margin-bottom: -8rem !important;
  }

  .lg-tw--ml-32 {
    margin-left: -8rem !important;
  }

  .lg-tw--mt-40 {
    margin-top: -10rem !important;
  }

  .lg-tw--mr-40 {
    margin-right: -10rem !important;
  }

  .lg-tw--mb-40 {
    margin-bottom: -10rem !important;
  }

  .lg-tw--ml-40 {
    margin-left: -10rem !important;
  }

  .lg-tw--mt-48 {
    margin-top: -12rem !important;
  }

  .lg-tw--mr-48 {
    margin-right: -12rem !important;
  }

  .lg-tw--mb-48 {
    margin-bottom: -12rem !important;
  }

  .lg-tw--ml-48 {
    margin-left: -12rem !important;
  }

  .lg-tw--mt-56 {
    margin-top: -14rem !important;
  }

  .lg-tw--mr-56 {
    margin-right: -14rem !important;
  }

  .lg-tw--mb-56 {
    margin-bottom: -14rem !important;
  }

  .lg-tw--ml-56 {
    margin-left: -14rem !important;
  }

  .lg-tw--mt-64 {
    margin-top: -16rem !important;
  }

  .lg-tw--mr-64 {
    margin-right: -16rem !important;
  }

  .lg-tw--mb-64 {
    margin-bottom: -16rem !important;
  }

  .lg-tw--ml-64 {
    margin-left: -16rem !important;
  }

  .lg-tw--mt-px {
    margin-top: -1px !important;
  }

  .lg-tw--mr-px {
    margin-right: -1px !important;
  }

  .lg-tw--mb-px {
    margin-bottom: -1px !important;
  }

  .lg-tw--ml-px {
    margin-left: -1px !important;
  }

  .lg-tw-max-h-full {
    max-height: 100% !important;
  }

  .lg-tw-max-h-screen {
    max-height: 100vh !important;
  }

  .lg-tw-max-w-none {
    max-width: none !important;
  }

  .lg-tw-max-w-xs {
    max-width: 20rem !important;
  }

  .lg-tw-max-w-sm {
    max-width: 24rem !important;
  }

  .lg-tw-max-w-md {
    max-width: 28rem !important;
  }

  .lg-tw-max-w-lg {
    max-width: 32rem !important;
  }

  .lg-tw-max-w-xl {
    max-width: 36rem !important;
  }

  .lg-tw-max-w-2xl {
    max-width: 42rem !important;
  }

  .lg-tw-max-w-3xl {
    max-width: 48rem !important;
  }

  .lg-tw-max-w-4xl {
    max-width: 56rem !important;
  }

  .lg-tw-max-w-5xl {
    max-width: 64rem !important;
  }

  .lg-tw-max-w-6xl {
    max-width: 72rem !important;
  }

  .lg-tw-max-w-full {
    max-width: 100% !important;
  }

  .lg-tw-max-w-screen-sm {
    max-width: 640px !important;
  }

  .lg-tw-max-w-screen-md {
    max-width: 768px !important;
  }

  .lg-tw-max-w-screen-lg {
    max-width: 1024px !important;
  }

  .lg-tw-max-w-screen-xl {
    max-width: 1280px !important;
  }

  .lg-tw-min-h-0 {
    min-height: 0 !important;
  }

  .lg-tw-min-h-full {
    min-height: 100% !important;
  }

  .lg-tw-min-h-screen {
    min-height: 100vh !important;
  }

  .lg-tw-min-w-0 {
    min-width: 0 !important;
  }

  .lg-tw-min-w-full {
    min-width: 100% !important;
  }

  .lg-tw-object-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }

  .lg-tw-object-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }

  .lg-tw-object-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }

  .lg-tw-object-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }

  .lg-tw-object-scale-down {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }

  .lg-tw-object-bottom {
    -o-object-position: bottom !important;
    object-position: bottom !important;
  }

  .lg-tw-object-center {
    -o-object-position: center !important;
    object-position: center !important;
  }

  .lg-tw-object-left {
    -o-object-position: left !important;
    object-position: left !important;
  }

  .lg-tw-object-left-bottom {
    -o-object-position: left bottom !important;
    object-position: left bottom !important;
  }

  .lg-tw-object-left-top {
    -o-object-position: left top !important;
    object-position: left top !important;
  }

  .lg-tw-object-right {
    -o-object-position: right !important;
    object-position: right !important;
  }

  .lg-tw-object-right-bottom {
    -o-object-position: right bottom !important;
    object-position: right bottom !important;
  }

  .lg-tw-object-right-top {
    -o-object-position: right top !important;
    object-position: right top !important;
  }

  .lg-tw-object-top {
    -o-object-position: top !important;
    object-position: top !important;
  }

  .lg-tw-opacity-0 {
    opacity: 0 !important;
  }

  .lg-tw-opacity-25 {
    opacity: 0.25 !important;
  }

  .lg-tw-opacity-50 {
    opacity: 0.5 !important;
  }

  .lg-tw-opacity-75 {
    opacity: 0.75 !important;
  }

  .lg-tw-opacity-100 {
    opacity: 1 !important;
  }

  .lg-hover-tw-opacity-0:hover {
    opacity: 0 !important;
  }

  .lg-hover-tw-opacity-25:hover {
    opacity: 0.25 !important;
  }

  .lg-hover-tw-opacity-50:hover {
    opacity: 0.5 !important;
  }

  .lg-hover-tw-opacity-75:hover {
    opacity: 0.75 !important;
  }

  .lg-hover-tw-opacity-100:hover {
    opacity: 1 !important;
  }

  .lg-focus-tw-opacity-0:focus {
    opacity: 0 !important;
  }

  .lg-focus-tw-opacity-25:focus {
    opacity: 0.25 !important;
  }

  .lg-focus-tw-opacity-50:focus {
    opacity: 0.5 !important;
  }

  .lg-focus-tw-opacity-75:focus {
    opacity: 0.75 !important;
  }

  .lg-focus-tw-opacity-100:focus {
    opacity: 1 !important;
  }

  .lg-tw-outline-none {
    outline: 0 !important;
  }

  .lg-focus-tw-outline-none:focus {
    outline: 0 !important;
  }

  .lg-tw-overflow-auto {
    overflow: auto !important;
  }

  .lg-tw-overflow-hidden {
    overflow: hidden !important;
  }

  .lg-tw-overflow-visible {
    overflow: visible !important;
  }

  .lg-tw-overflow-scroll {
    overflow: scroll !important;
  }

  .lg-tw-overflow-x-auto {
    overflow-x: auto !important;
  }

  .lg-tw-overflow-y-auto {
    overflow-y: auto !important;
  }

  .lg-tw-overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .lg-tw-overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .lg-tw-overflow-x-visible {
    overflow-x: visible !important;
  }

  .lg-tw-overflow-y-visible {
    overflow-y: visible !important;
  }

  .lg-tw-overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .lg-tw-overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .lg-tw-scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .lg-tw-scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

  .lg-tw-p-0 {
    padding: 0 !important;
  }

  .lg-tw-p-1 {
    padding: 0.25rem !important;
  }

  .lg-tw-p-2 {
    padding: 0.5rem !important;
  }

  .lg-tw-p-3 {
    padding: 0.75rem !important;
  }

  .lg-tw-p-4 {
    padding: 1rem !important;
  }

  .lg-tw-p-5 {
    padding: 1.25rem !important;
  }

  .lg-tw-p-6 {
    padding: 1.5rem !important;
  }

  .lg-tw-p-8 {
    padding: 2rem !important;
  }

  .lg-tw-p-10 {
    padding: 2.5rem !important;
  }

  .lg-tw-p-12 {
    padding: 3rem !important;
  }

  .lg-tw-p-16 {
    padding: 4rem !important;
  }

  .lg-tw-p-20 {
    padding: 5rem !important;
  }

  .lg-tw-p-24 {
    padding: 6rem !important;
  }

  .lg-tw-p-32 {
    padding: 8rem !important;
  }

  .lg-tw-p-40 {
    padding: 10rem !important;
  }

  .lg-tw-p-48 {
    padding: 12rem !important;
  }

  .lg-tw-p-56 {
    padding: 14rem !important;
  }

  .lg-tw-p-64 {
    padding: 16rem !important;
  }

  .lg-tw-p-px {
    padding: 1px !important;
  }

  .lg-tw-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .lg-tw-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .lg-tw-py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .lg-tw-px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .lg-tw-py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .lg-tw-px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .lg-tw-py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .lg-tw-px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .lg-tw-py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .lg-tw-px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .lg-tw-py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .lg-tw-px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .lg-tw-py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .lg-tw-px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .lg-tw-py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .lg-tw-px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .lg-tw-py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .lg-tw-px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .lg-tw-py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .lg-tw-px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .lg-tw-py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .lg-tw-px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .lg-tw-py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .lg-tw-px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .lg-tw-py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .lg-tw-px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .lg-tw-py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .lg-tw-px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .lg-tw-py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .lg-tw-px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .lg-tw-py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .lg-tw-px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .lg-tw-py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .lg-tw-px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .lg-tw-py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .lg-tw-px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .lg-tw-py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .lg-tw-px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .lg-tw-pt-0 {
    padding-top: 0 !important;
  }

  .lg-tw-pr-0 {
    padding-right: 0 !important;
  }

  .lg-tw-pb-0 {
    padding-bottom: 0 !important;
  }

  .lg-tw-pl-0 {
    padding-left: 0 !important;
  }

  .lg-tw-pt-1 {
    padding-top: 0.25rem !important;
  }

  .lg-tw-pr-1 {
    padding-right: 0.25rem !important;
  }

  .lg-tw-pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .lg-tw-pl-1 {
    padding-left: 0.25rem !important;
  }

  .lg-tw-pt-2 {
    padding-top: 0.5rem !important;
  }

  .lg-tw-pr-2 {
    padding-right: 0.5rem !important;
  }

  .lg-tw-pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .lg-tw-pl-2 {
    padding-left: 0.5rem !important;
  }

  .lg-tw-pt-3 {
    padding-top: 0.75rem !important;
  }

  .lg-tw-pr-3 {
    padding-right: 0.75rem !important;
  }

  .lg-tw-pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .lg-tw-pl-3 {
    padding-left: 0.75rem !important;
  }

  .lg-tw-pt-4 {
    padding-top: 1rem !important;
  }

  .lg-tw-pr-4 {
    padding-right: 1rem !important;
  }

  .lg-tw-pb-4 {
    padding-bottom: 1rem !important;
  }

  .lg-tw-pl-4 {
    padding-left: 1rem !important;
  }

  .lg-tw-pt-5 {
    padding-top: 1.25rem !important;
  }

  .lg-tw-pr-5 {
    padding-right: 1.25rem !important;
  }

  .lg-tw-pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .lg-tw-pl-5 {
    padding-left: 1.25rem !important;
  }

  .lg-tw-pt-6 {
    padding-top: 1.5rem !important;
  }

  .lg-tw-pr-6 {
    padding-right: 1.5rem !important;
  }

  .lg-tw-pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .lg-tw-pl-6 {
    padding-left: 1.5rem !important;
  }

  .lg-tw-pt-8 {
    padding-top: 2rem !important;
  }

  .lg-tw-pr-8 {
    padding-right: 2rem !important;
  }

  .lg-tw-pb-8 {
    padding-bottom: 2rem !important;
  }

  .lg-tw-pl-8 {
    padding-left: 2rem !important;
  }

  .lg-tw-pt-10 {
    padding-top: 2.5rem !important;
  }

  .lg-tw-pr-10 {
    padding-right: 2.5rem !important;
  }

  .lg-tw-pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .lg-tw-pl-10 {
    padding-left: 2.5rem !important;
  }

  .lg-tw-pt-12 {
    padding-top: 3rem !important;
  }

  .lg-tw-pr-12 {
    padding-right: 3rem !important;
  }

  .lg-tw-pb-12 {
    padding-bottom: 3rem !important;
  }

  .lg-tw-pl-12 {
    padding-left: 3rem !important;
  }

  .lg-tw-pt-16 {
    padding-top: 4rem !important;
  }

  .lg-tw-pr-16 {
    padding-right: 4rem !important;
  }

  .lg-tw-pb-16 {
    padding-bottom: 4rem !important;
  }

  .lg-tw-pl-16 {
    padding-left: 4rem !important;
  }

  .lg-tw-pt-20 {
    padding-top: 5rem !important;
  }

  .lg-tw-pr-20 {
    padding-right: 5rem !important;
  }

  .lg-tw-pb-20 {
    padding-bottom: 5rem !important;
  }

  .lg-tw-pl-20 {
    padding-left: 5rem !important;
  }

  .lg-tw-pt-24 {
    padding-top: 6rem !important;
  }

  .lg-tw-pr-24 {
    padding-right: 6rem !important;
  }

  .lg-tw-pb-24 {
    padding-bottom: 6rem !important;
  }

  .lg-tw-pl-24 {
    padding-left: 6rem !important;
  }

  .lg-tw-pt-32 {
    padding-top: 8rem !important;
  }

  .lg-tw-pr-32 {
    padding-right: 8rem !important;
  }

  .lg-tw-pb-32 {
    padding-bottom: 8rem !important;
  }

  .lg-tw-pl-32 {
    padding-left: 8rem !important;
  }

  .lg-tw-pt-40 {
    padding-top: 10rem !important;
  }

  .lg-tw-pr-40 {
    padding-right: 10rem !important;
  }

  .lg-tw-pb-40 {
    padding-bottom: 10rem !important;
  }

  .lg-tw-pl-40 {
    padding-left: 10rem !important;
  }

  .lg-tw-pt-48 {
    padding-top: 12rem !important;
  }

  .lg-tw-pr-48 {
    padding-right: 12rem !important;
  }

  .lg-tw-pb-48 {
    padding-bottom: 12rem !important;
  }

  .lg-tw-pl-48 {
    padding-left: 12rem !important;
  }

  .lg-tw-pt-56 {
    padding-top: 14rem !important;
  }

  .lg-tw-pr-56 {
    padding-right: 14rem !important;
  }

  .lg-tw-pb-56 {
    padding-bottom: 14rem !important;
  }

  .lg-tw-pl-56 {
    padding-left: 14rem !important;
  }

  .lg-tw-pt-64 {
    padding-top: 16rem !important;
  }

  .lg-tw-pr-64 {
    padding-right: 16rem !important;
  }

  .lg-tw-pb-64 {
    padding-bottom: 16rem !important;
  }

  .lg-tw-pl-64 {
    padding-left: 16rem !important;
  }

  .lg-tw-pt-px {
    padding-top: 1px !important;
  }

  .lg-tw-pr-px {
    padding-right: 1px !important;
  }

  .lg-tw-pb-px {
    padding-bottom: 1px !important;
  }

  .lg-tw-pl-px {
    padding-left: 1px !important;
  }

  .lg-tw-placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .lg-tw-placeholder-transparent:-ms-input-placeholder {
    color: transparent !important;
  }

  .lg-tw-placeholder-transparent::-ms-input-placeholder {
    color: transparent !important;
  }

  .lg-tw-placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .lg-tw-placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .lg-tw-placeholder-current:-ms-input-placeholder {
    color: currentColor !important;
  }

  .lg-tw-placeholder-current::-ms-input-placeholder {
    color: currentColor !important;
  }

  .lg-tw-placeholder-current::placeholder {
    color: currentColor !important;
  }

  .lg-tw-placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-black:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-black::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-black::placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-white:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-white::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-white::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-gray-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-gray-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-gray-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-gray-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-gray-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-gray-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-gray-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-gray-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-gray-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-gray-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-gray-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-gray-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-gray-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-gray-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-gray-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-gray-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-gray-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-gray-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-gray-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-gray-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-gray-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-gray-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-gray-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-gray-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-gray-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-gray-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-gray-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-gray-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-gray-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-gray-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-gray-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-gray-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-gray-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-gray-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-gray-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-gray-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-red-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-red-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-red-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-red-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-red-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-red-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-red-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-red-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-red-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-red-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-red-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-red-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-red-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-red-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-red-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-red-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-red-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-red-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-red-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-red-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-red-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-red-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-red-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-red-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-red-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-red-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-red-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-red-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-red-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-red-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-red-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-red-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-red-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-red-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-red-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-red-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-orange-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-orange-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-orange-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-orange-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-orange-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-orange-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-orange-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-orange-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-orange-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-orange-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-orange-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-orange-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-orange-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-orange-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-orange-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-orange-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-orange-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-orange-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-orange-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-orange-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-orange-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-orange-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-orange-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-orange-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-orange-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-orange-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-orange-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-orange-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-orange-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-orange-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-orange-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-orange-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-orange-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-orange-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-orange-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-orange-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-yellow-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-yellow-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-yellow-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-yellow-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-yellow-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-yellow-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-yellow-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-yellow-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-yellow-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-yellow-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-yellow-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-yellow-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-yellow-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-yellow-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-yellow-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-yellow-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-yellow-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-yellow-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-yellow-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-yellow-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-yellow-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-yellow-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-yellow-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-yellow-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-yellow-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-yellow-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-yellow-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-yellow-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-yellow-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-yellow-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-yellow-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-yellow-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-yellow-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-yellow-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-yellow-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-yellow-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-green-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-green-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-green-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-green-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-green-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-green-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-green-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-green-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-green-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-green-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-green-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-green-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-green-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-green-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-green-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-green-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-green-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-green-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-green-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-green-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-green-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-green-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-green-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-green-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-green-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-green-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-green-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-green-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-green-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-green-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-green-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-green-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-green-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-green-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-green-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-green-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-teal-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-teal-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-teal-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-teal-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-teal-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-teal-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-teal-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-teal-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-teal-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-teal-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-teal-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-teal-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-teal-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-teal-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-teal-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-teal-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-teal-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-teal-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-teal-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-teal-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-teal-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-teal-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-teal-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-teal-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-teal-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-teal-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-teal-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-teal-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-teal-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-teal-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-teal-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-teal-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-teal-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-teal-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-teal-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-teal-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-blue-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-blue-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-blue-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-blue-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-blue-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-blue-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-blue-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-blue-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-blue-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-blue-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-blue-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-blue-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-blue-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-blue-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-blue-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-blue-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-blue-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-blue-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-blue-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-blue-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-blue-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-blue-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-blue-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-blue-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-blue-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-blue-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-blue-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-blue-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-blue-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-blue-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-blue-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-blue-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-blue-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-blue-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-blue-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-blue-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-indigo-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-indigo-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-indigo-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-indigo-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-indigo-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-indigo-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-indigo-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-indigo-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-indigo-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-indigo-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-indigo-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-indigo-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-indigo-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-indigo-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-indigo-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-indigo-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-indigo-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-indigo-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-indigo-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-indigo-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-indigo-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-indigo-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-indigo-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-indigo-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-indigo-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-indigo-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-indigo-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-indigo-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-indigo-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-indigo-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-indigo-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-indigo-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-indigo-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-indigo-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-indigo-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-indigo-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-purple-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-purple-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-purple-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-purple-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-purple-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-purple-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-purple-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-purple-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-purple-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-purple-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-purple-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-purple-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-purple-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-purple-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-purple-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-purple-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-purple-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-purple-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-purple-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-purple-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-purple-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-purple-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-purple-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-purple-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-purple-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-purple-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-purple-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-purple-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-purple-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-purple-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-purple-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-purple-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-purple-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-purple-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-purple-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-purple-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-pink-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-pink-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-pink-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-pink-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-pink-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-pink-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-pink-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-pink-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-pink-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-pink-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-pink-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-pink-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-pink-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-pink-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-pink-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-pink-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-pink-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-pink-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-pink-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-pink-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-pink-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-pink-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-pink-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-pink-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-pink-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-pink-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-pink-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-pink-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-pink-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-pink-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-pink-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-pink-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-pink-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-pink-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-pink-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-pink-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-lac-blue::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #123440 !important;
    color: rgba(18, 52, 64, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-lac-blue:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #123440 !important;
    color: rgba(18, 52, 64, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-lac-blue::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #123440 !important;
    color: rgba(18, 52, 64, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-lac-blue::placeholder {
    --placeholder-opacity: 1 !important;
    color: #123440 !important;
    color: rgba(18, 52, 64, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-lac-darkblue::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0F2E39 !important;
    color: rgba(15, 46, 57, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-lac-darkblue:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0F2E39 !important;
    color: rgba(15, 46, 57, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-lac-darkblue::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0F2E39 !important;
    color: rgba(15, 46, 57, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-lac-darkblue::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0F2E39 !important;
    color: rgba(15, 46, 57, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-lac-brass::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #D19A86 !important;
    color: rgba(209, 154, 134, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-lac-brass:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #D19A86 !important;
    color: rgba(209, 154, 134, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-lac-brass::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #D19A86 !important;
    color: rgba(209, 154, 134, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-lac-brass::placeholder {
    --placeholder-opacity: 1 !important;
    color: #D19A86 !important;
    color: rgba(209, 154, 134, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-lac-offwhite::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8F8F7 !important;
    color: rgba(248, 248, 247, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-lac-offwhite:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8F8F7 !important;
    color: rgba(248, 248, 247, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-lac-offwhite::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8F8F7 !important;
    color: rgba(248, 248, 247, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-lac-offwhite::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8F8F7 !important;
    color: rgba(248, 248, 247, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .lg-focus-tw-placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent !important;
  }

  .lg-focus-tw-placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent !important;
  }

  .lg-focus-tw-placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .lg-focus-tw-placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .lg-focus-tw-placeholder-current:focus:-ms-input-placeholder {
    color: currentColor !important;
  }

  .lg-focus-tw-placeholder-current:focus::-ms-input-placeholder {
    color: currentColor !important;
  }

  .lg-focus-tw-placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .lg-focus-tw-placeholder-black:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-black:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-black:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-black:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-white:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-white:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-white:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-white:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-gray-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-gray-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-gray-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-gray-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-gray-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-gray-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-gray-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-gray-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-gray-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-gray-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-gray-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-gray-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-gray-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-gray-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-gray-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-gray-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-gray-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-gray-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-gray-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-gray-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-gray-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-gray-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-gray-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-gray-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-gray-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-gray-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-gray-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-gray-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-gray-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-gray-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-gray-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-gray-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-gray-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-gray-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-gray-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-gray-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-red-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-red-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-red-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-red-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-red-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-red-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-red-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-red-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-red-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-red-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-red-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-red-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-red-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-red-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-red-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-red-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-red-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-red-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-red-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-red-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-red-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-red-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-red-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-red-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-red-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-red-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-red-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-red-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-red-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-red-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-red-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-red-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-red-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-red-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-red-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-red-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-orange-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-orange-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-orange-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-orange-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-orange-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-orange-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-orange-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-orange-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-orange-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-orange-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-orange-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-orange-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-orange-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-orange-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-orange-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-orange-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-orange-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-orange-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-orange-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-orange-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-orange-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-orange-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-orange-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-orange-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-orange-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-orange-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-orange-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-orange-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-orange-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-orange-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-orange-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-orange-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-orange-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-orange-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-orange-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-orange-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-yellow-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-yellow-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-yellow-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-yellow-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-yellow-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-yellow-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-yellow-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-yellow-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-yellow-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-yellow-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-yellow-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-yellow-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-yellow-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-yellow-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-yellow-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-yellow-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-yellow-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-yellow-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-yellow-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-yellow-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-yellow-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-yellow-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-yellow-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-yellow-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-yellow-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-yellow-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-yellow-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-yellow-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-yellow-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-yellow-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-yellow-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-yellow-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-yellow-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-yellow-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-yellow-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-yellow-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-green-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-green-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-green-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-green-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-green-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-green-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-green-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-green-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-green-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-green-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-green-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-green-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-green-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-green-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-green-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-green-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-green-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-green-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-green-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-green-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-green-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-green-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-green-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-green-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-green-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-green-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-green-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-green-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-green-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-green-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-green-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-green-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-green-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-green-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-green-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-green-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-teal-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-teal-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-teal-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-teal-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-teal-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-teal-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-teal-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-teal-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-teal-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-teal-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-teal-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-teal-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-teal-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-teal-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-teal-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-teal-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-teal-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-teal-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-teal-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-teal-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-teal-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-teal-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-teal-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-teal-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-teal-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-teal-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-teal-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-teal-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-teal-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-teal-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-teal-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-teal-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-teal-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-teal-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-teal-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-teal-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-blue-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-blue-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-blue-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-blue-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-blue-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-blue-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-blue-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-blue-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-blue-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-blue-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-blue-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-blue-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-blue-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-blue-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-blue-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-blue-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-blue-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-blue-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-blue-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-blue-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-blue-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-blue-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-blue-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-blue-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-blue-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-blue-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-blue-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-blue-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-blue-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-blue-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-blue-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-blue-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-blue-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-blue-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-blue-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-blue-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-indigo-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-indigo-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-indigo-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-indigo-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-indigo-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-indigo-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-indigo-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-indigo-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-indigo-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-indigo-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-indigo-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-indigo-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-indigo-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-indigo-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-indigo-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-indigo-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-indigo-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-indigo-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-indigo-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-indigo-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-indigo-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-indigo-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-indigo-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-indigo-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-indigo-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-indigo-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-indigo-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-indigo-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-indigo-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-indigo-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-indigo-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-indigo-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-indigo-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-indigo-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-indigo-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-indigo-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-purple-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-purple-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-purple-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-purple-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-purple-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-purple-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-purple-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-purple-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-purple-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-purple-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-purple-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-purple-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-purple-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-purple-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-purple-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-purple-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-purple-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-purple-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-purple-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-purple-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-purple-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-purple-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-purple-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-purple-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-purple-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-purple-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-purple-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-purple-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-purple-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-purple-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-purple-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-purple-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-purple-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-purple-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-purple-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-purple-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-pink-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-pink-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-pink-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-pink-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-pink-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-pink-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-pink-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-pink-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-pink-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-pink-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-pink-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-pink-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-pink-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-pink-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-pink-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-pink-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-pink-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-pink-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-pink-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-pink-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-pink-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-pink-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-pink-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-pink-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-pink-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-pink-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-pink-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-pink-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-pink-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-pink-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-pink-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-pink-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-pink-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-pink-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-pink-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-pink-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-lac-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #123440 !important;
    color: rgba(18, 52, 64, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-lac-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #123440 !important;
    color: rgba(18, 52, 64, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-lac-blue:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #123440 !important;
    color: rgba(18, 52, 64, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-lac-blue:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #123440 !important;
    color: rgba(18, 52, 64, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-lac-darkblue:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0F2E39 !important;
    color: rgba(15, 46, 57, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-lac-darkblue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0F2E39 !important;
    color: rgba(15, 46, 57, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-lac-darkblue:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0F2E39 !important;
    color: rgba(15, 46, 57, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-lac-darkblue:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0F2E39 !important;
    color: rgba(15, 46, 57, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-lac-brass:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #D19A86 !important;
    color: rgba(209, 154, 134, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-lac-brass:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #D19A86 !important;
    color: rgba(209, 154, 134, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-lac-brass:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #D19A86 !important;
    color: rgba(209, 154, 134, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-lac-brass:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #D19A86 !important;
    color: rgba(209, 154, 134, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-lac-offwhite:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8F8F7 !important;
    color: rgba(248, 248, 247, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-lac-offwhite:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8F8F7 !important;
    color: rgba(248, 248, 247, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-lac-offwhite:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8F8F7 !important;
    color: rgba(248, 248, 247, var(--placeholder-opacity)) !important;
  }

  .lg-focus-tw-placeholder-lac-offwhite:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8F8F7 !important;
    color: rgba(248, 248, 247, var(--placeholder-opacity)) !important;
  }

  .lg-tw-placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .lg-tw-placeholder-opacity-0:-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .lg-tw-placeholder-opacity-0::-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .lg-tw-placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0 !important;
  }

  .lg-tw-placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .lg-tw-placeholder-opacity-25:-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .lg-tw-placeholder-opacity-25::-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .lg-tw-placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .lg-tw-placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .lg-tw-placeholder-opacity-50:-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .lg-tw-placeholder-opacity-50::-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .lg-tw-placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .lg-tw-placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .lg-tw-placeholder-opacity-75:-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .lg-tw-placeholder-opacity-75::-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .lg-tw-placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .lg-tw-placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .lg-tw-placeholder-opacity-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .lg-tw-placeholder-opacity-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .lg-tw-placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1 !important;
  }

  .lg-focus-tw-placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .lg-focus-tw-placeholder-opacity-0:focus:-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .lg-focus-tw-placeholder-opacity-0:focus::-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .lg-focus-tw-placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0 !important;
  }

  .lg-focus-tw-placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .lg-focus-tw-placeholder-opacity-25:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .lg-focus-tw-placeholder-opacity-25:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .lg-focus-tw-placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .lg-focus-tw-placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .lg-focus-tw-placeholder-opacity-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .lg-focus-tw-placeholder-opacity-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .lg-focus-tw-placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .lg-focus-tw-placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .lg-focus-tw-placeholder-opacity-75:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .lg-focus-tw-placeholder-opacity-75:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .lg-focus-tw-placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .lg-focus-tw-placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .lg-focus-tw-placeholder-opacity-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .lg-focus-tw-placeholder-opacity-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .lg-focus-tw-placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
  }

  .lg-tw-pointer-events-none {
    pointer-events: none !important;
  }

  .lg-tw-pointer-events-auto {
    pointer-events: auto !important;
  }

  .lg-tw-static {
    position: static !important;
  }

  .lg-tw-fixed {
    position: fixed !important;
  }

  .lg-tw-absolute {
    position: absolute !important;
  }

  .lg-tw-relative {
    position: relative !important;
  }

  .lg-tw-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .lg-tw-inset-0 {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .lg-tw-inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .lg-tw-inset-y-0 {
    top: 0 !important;
    bottom: 0 !important;
  }

  .lg-tw-inset-x-0 {
    right: 0 !important;
    left: 0 !important;
  }

  .lg-tw-inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .lg-tw-inset-x-auto {
    right: auto !important;
    left: auto !important;
  }

  .lg-tw-top-0 {
    top: 0 !important;
  }

  .lg-tw-right-0 {
    right: 0 !important;
  }

  .lg-tw-bottom-0 {
    bottom: 0 !important;
  }

  .lg-tw-left-0 {
    left: 0 !important;
  }

  .lg-tw-top-auto {
    top: auto !important;
  }

  .lg-tw-right-auto {
    right: auto !important;
  }

  .lg-tw-bottom-auto {
    bottom: auto !important;
  }

  .lg-tw-left-auto {
    left: auto !important;
  }

  .lg-tw-resize-none {
    resize: none !important;
  }

  .lg-tw-resize-y {
    resize: vertical !important;
  }

  .lg-tw-resize-x {
    resize: horizontal !important;
  }

  .lg-tw-resize {
    resize: both !important;
  }

  .lg-tw-shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .lg-tw-shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .lg-tw-shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg-tw-shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .lg-tw-shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .lg-tw-shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .lg-tw-shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .lg-tw-shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg-tw-shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .lg-tw-shadow-none {
    box-shadow: none !important;
  }

  .lg-hover-tw-shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .lg-hover-tw-shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .lg-hover-tw-shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg-hover-tw-shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .lg-hover-tw-shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .lg-hover-tw-shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .lg-hover-tw-shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .lg-hover-tw-shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg-hover-tw-shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .lg-hover-tw-shadow-none:hover {
    box-shadow: none !important;
  }

  .lg-focus-tw-shadow-xs:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .lg-focus-tw-shadow-sm:focus {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .lg-focus-tw-shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg-focus-tw-shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .lg-focus-tw-shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .lg-focus-tw-shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .lg-focus-tw-shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .lg-focus-tw-shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg-focus-tw-shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .lg-focus-tw-shadow-none:focus {
    box-shadow: none !important;
  }

  .lg-tw-fill-current {
    fill: currentColor !important;
  }

  .lg-tw-stroke-current {
    stroke: currentColor !important;
  }

  .lg-tw-stroke-0 {
    stroke-width: 0 !important;
  }

  .lg-tw-stroke-1 {
    stroke-width: 1 !important;
  }

  .lg-tw-stroke-2 {
    stroke-width: 2 !important;
  }

  .lg-tw-table-auto {
    table-layout: auto !important;
  }

  .lg-tw-table-fixed {
    table-layout: fixed !important;
  }

  .lg-tw-text-left {
    text-align: left !important;
  }

  .lg-tw-text-center {
    text-align: center !important;
  }

  .lg-tw-text-right {
    text-align: right !important;
  }

  .lg-tw-text-justify {
    text-align: justify !important;
  }

  .lg-tw-text-transparent {
    color: transparent !important;
  }

  .lg-tw-text-current {
    color: currentColor !important;
  }

  .lg-tw-text-black {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .lg-tw-text-white {
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .lg-tw-text-gray-100 {
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .lg-tw-text-gray-200 {
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .lg-tw-text-gray-300 {
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .lg-tw-text-gray-400 {
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .lg-tw-text-gray-500 {
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .lg-tw-text-gray-600 {
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .lg-tw-text-gray-700 {
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .lg-tw-text-gray-800 {
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .lg-tw-text-gray-900 {
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .lg-tw-text-red-100 {
    --text-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--text-opacity)) !important;
  }

  .lg-tw-text-red-200 {
    --text-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--text-opacity)) !important;
  }

  .lg-tw-text-red-300 {
    --text-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--text-opacity)) !important;
  }

  .lg-tw-text-red-400 {
    --text-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--text-opacity)) !important;
  }

  .lg-tw-text-red-500 {
    --text-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--text-opacity)) !important;
  }

  .lg-tw-text-red-600 {
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
  }

  .lg-tw-text-red-700 {
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
  }

  .lg-tw-text-red-800 {
    --text-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--text-opacity)) !important;
  }

  .lg-tw-text-red-900 {
    --text-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--text-opacity)) !important;
  }

  .lg-tw-text-orange-100 {
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .lg-tw-text-orange-200 {
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .lg-tw-text-orange-300 {
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .lg-tw-text-orange-400 {
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .lg-tw-text-orange-500 {
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .lg-tw-text-orange-600 {
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .lg-tw-text-orange-700 {
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .lg-tw-text-orange-800 {
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .lg-tw-text-orange-900 {
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .lg-tw-text-yellow-100 {
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .lg-tw-text-yellow-200 {
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .lg-tw-text-yellow-300 {
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .lg-tw-text-yellow-400 {
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .lg-tw-text-yellow-500 {
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .lg-tw-text-yellow-600 {
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .lg-tw-text-yellow-700 {
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .lg-tw-text-yellow-800 {
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .lg-tw-text-yellow-900 {
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .lg-tw-text-green-100 {
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .lg-tw-text-green-200 {
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .lg-tw-text-green-300 {
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .lg-tw-text-green-400 {
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .lg-tw-text-green-500 {
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .lg-tw-text-green-600 {
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .lg-tw-text-green-700 {
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .lg-tw-text-green-800 {
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .lg-tw-text-green-900 {
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .lg-tw-text-teal-100 {
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .lg-tw-text-teal-200 {
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .lg-tw-text-teal-300 {
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .lg-tw-text-teal-400 {
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .lg-tw-text-teal-500 {
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .lg-tw-text-teal-600 {
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .lg-tw-text-teal-700 {
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .lg-tw-text-teal-800 {
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .lg-tw-text-teal-900 {
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .lg-tw-text-blue-100 {
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .lg-tw-text-blue-200 {
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .lg-tw-text-blue-300 {
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .lg-tw-text-blue-400 {
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .lg-tw-text-blue-500 {
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .lg-tw-text-blue-600 {
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .lg-tw-text-blue-700 {
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .lg-tw-text-blue-800 {
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .lg-tw-text-blue-900 {
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .lg-tw-text-indigo-100 {
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .lg-tw-text-indigo-200 {
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .lg-tw-text-indigo-300 {
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .lg-tw-text-indigo-400 {
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .lg-tw-text-indigo-500 {
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .lg-tw-text-indigo-600 {
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .lg-tw-text-indigo-700 {
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .lg-tw-text-indigo-800 {
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .lg-tw-text-indigo-900 {
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .lg-tw-text-purple-100 {
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .lg-tw-text-purple-200 {
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .lg-tw-text-purple-300 {
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .lg-tw-text-purple-400 {
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .lg-tw-text-purple-500 {
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .lg-tw-text-purple-600 {
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .lg-tw-text-purple-700 {
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .lg-tw-text-purple-800 {
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .lg-tw-text-purple-900 {
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .lg-tw-text-pink-100 {
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .lg-tw-text-pink-200 {
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .lg-tw-text-pink-300 {
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .lg-tw-text-pink-400 {
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .lg-tw-text-pink-500 {
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .lg-tw-text-pink-600 {
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .lg-tw-text-pink-700 {
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .lg-tw-text-pink-800 {
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .lg-tw-text-pink-900 {
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .lg-tw-text-lac-blue {
    --text-opacity: 1 !important;
    color: #123440 !important;
    color: rgba(18, 52, 64, var(--text-opacity)) !important;
  }

  .lg-tw-text-lac-darkblue {
    --text-opacity: 1 !important;
    color: #0F2E39 !important;
    color: rgba(15, 46, 57, var(--text-opacity)) !important;
  }

  .lg-tw-text-lac-brass {
    --text-opacity: 1 !important;
    color: #D19A86 !important;
    color: rgba(209, 154, 134, var(--text-opacity)) !important;
  }

  .lg-tw-text-lac-offwhite {
    --text-opacity: 1 !important;
    color: #F8F8F7 !important;
    color: rgba(248, 248, 247, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-transparent:hover {
    color: transparent !important;
  }

  .lg-hover-tw-text-current:hover {
    color: currentColor !important;
  }

  .lg-hover-tw-text-black:hover {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-white:hover {
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-gray-100:hover {
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-gray-200:hover {
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-gray-300:hover {
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-gray-400:hover {
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-gray-500:hover {
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-gray-600:hover {
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-gray-700:hover {
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-gray-800:hover {
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-gray-900:hover {
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-red-100:hover {
    --text-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-red-200:hover {
    --text-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-red-300:hover {
    --text-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-red-400:hover {
    --text-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-red-500:hover {
    --text-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-red-600:hover {
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-red-700:hover {
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-red-800:hover {
    --text-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-red-900:hover {
    --text-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-orange-100:hover {
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-orange-200:hover {
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-orange-300:hover {
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-orange-400:hover {
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-orange-500:hover {
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-orange-600:hover {
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-orange-700:hover {
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-orange-800:hover {
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-orange-900:hover {
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-yellow-100:hover {
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-yellow-200:hover {
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-yellow-300:hover {
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-yellow-400:hover {
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-yellow-500:hover {
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-yellow-600:hover {
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-yellow-700:hover {
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-yellow-800:hover {
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-yellow-900:hover {
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-green-100:hover {
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-green-200:hover {
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-green-300:hover {
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-green-400:hover {
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-green-500:hover {
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-green-600:hover {
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-green-700:hover {
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-green-800:hover {
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-green-900:hover {
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-teal-100:hover {
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-teal-200:hover {
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-teal-300:hover {
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-teal-400:hover {
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-teal-500:hover {
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-teal-600:hover {
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-teal-700:hover {
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-teal-800:hover {
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-teal-900:hover {
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-blue-100:hover {
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-blue-200:hover {
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-blue-300:hover {
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-blue-400:hover {
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-blue-500:hover {
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-blue-600:hover {
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-blue-700:hover {
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-blue-800:hover {
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-blue-900:hover {
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-indigo-100:hover {
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-indigo-200:hover {
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-indigo-300:hover {
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-indigo-400:hover {
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-indigo-500:hover {
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-indigo-600:hover {
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-indigo-700:hover {
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-indigo-800:hover {
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-indigo-900:hover {
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-purple-100:hover {
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-purple-200:hover {
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-purple-300:hover {
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-purple-400:hover {
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-purple-500:hover {
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-purple-600:hover {
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-purple-700:hover {
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-purple-800:hover {
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-purple-900:hover {
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-pink-100:hover {
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-pink-200:hover {
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-pink-300:hover {
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-pink-400:hover {
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-pink-500:hover {
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-pink-600:hover {
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-pink-700:hover {
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-pink-800:hover {
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-pink-900:hover {
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-lac-blue:hover {
    --text-opacity: 1 !important;
    color: #123440 !important;
    color: rgba(18, 52, 64, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-lac-darkblue:hover {
    --text-opacity: 1 !important;
    color: #0F2E39 !important;
    color: rgba(15, 46, 57, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-lac-brass:hover {
    --text-opacity: 1 !important;
    color: #D19A86 !important;
    color: rgba(209, 154, 134, var(--text-opacity)) !important;
  }

  .lg-hover-tw-text-lac-offwhite:hover {
    --text-opacity: 1 !important;
    color: #F8F8F7 !important;
    color: rgba(248, 248, 247, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-transparent:focus {
    color: transparent !important;
  }

  .lg-focus-tw-text-current:focus {
    color: currentColor !important;
  }

  .lg-focus-tw-text-black:focus {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-white:focus {
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-gray-100:focus {
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-gray-200:focus {
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-gray-300:focus {
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-gray-400:focus {
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-gray-500:focus {
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-gray-600:focus {
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-gray-700:focus {
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-gray-800:focus {
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-gray-900:focus {
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-red-100:focus {
    --text-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-red-200:focus {
    --text-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-red-300:focus {
    --text-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-red-400:focus {
    --text-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-red-500:focus {
    --text-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-red-600:focus {
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-red-700:focus {
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-red-800:focus {
    --text-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-red-900:focus {
    --text-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-orange-100:focus {
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-orange-200:focus {
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-orange-300:focus {
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-orange-400:focus {
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-orange-500:focus {
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-orange-600:focus {
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-orange-700:focus {
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-orange-800:focus {
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-orange-900:focus {
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-yellow-100:focus {
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-yellow-200:focus {
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-yellow-300:focus {
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-yellow-400:focus {
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-yellow-500:focus {
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-yellow-600:focus {
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-yellow-700:focus {
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-yellow-800:focus {
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-yellow-900:focus {
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-green-100:focus {
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-green-200:focus {
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-green-300:focus {
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-green-400:focus {
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-green-500:focus {
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-green-600:focus {
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-green-700:focus {
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-green-800:focus {
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-green-900:focus {
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-teal-100:focus {
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-teal-200:focus {
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-teal-300:focus {
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-teal-400:focus {
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-teal-500:focus {
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-teal-600:focus {
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-teal-700:focus {
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-teal-800:focus {
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-teal-900:focus {
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-blue-100:focus {
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-blue-200:focus {
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-blue-300:focus {
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-blue-400:focus {
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-blue-500:focus {
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-blue-600:focus {
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-blue-700:focus {
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-blue-800:focus {
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-blue-900:focus {
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-indigo-100:focus {
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-indigo-200:focus {
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-indigo-300:focus {
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-indigo-400:focus {
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-indigo-500:focus {
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-indigo-600:focus {
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-indigo-700:focus {
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-indigo-800:focus {
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-indigo-900:focus {
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-purple-100:focus {
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-purple-200:focus {
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-purple-300:focus {
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-purple-400:focus {
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-purple-500:focus {
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-purple-600:focus {
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-purple-700:focus {
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-purple-800:focus {
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-purple-900:focus {
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-pink-100:focus {
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-pink-200:focus {
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-pink-300:focus {
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-pink-400:focus {
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-pink-500:focus {
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-pink-600:focus {
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-pink-700:focus {
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-pink-800:focus {
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-pink-900:focus {
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-lac-blue:focus {
    --text-opacity: 1 !important;
    color: #123440 !important;
    color: rgba(18, 52, 64, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-lac-darkblue:focus {
    --text-opacity: 1 !important;
    color: #0F2E39 !important;
    color: rgba(15, 46, 57, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-lac-brass:focus {
    --text-opacity: 1 !important;
    color: #D19A86 !important;
    color: rgba(209, 154, 134, var(--text-opacity)) !important;
  }

  .lg-focus-tw-text-lac-offwhite:focus {
    --text-opacity: 1 !important;
    color: #F8F8F7 !important;
    color: rgba(248, 248, 247, var(--text-opacity)) !important;
  }

  .lg-tw-text-opacity-0 {
    --text-opacity: 0 !important;
  }

  .lg-tw-text-opacity-25 {
    --text-opacity: 0.25 !important;
  }

  .lg-tw-text-opacity-50 {
    --text-opacity: 0.5 !important;
  }

  .lg-tw-text-opacity-75 {
    --text-opacity: 0.75 !important;
  }

  .lg-tw-text-opacity-100 {
    --text-opacity: 1 !important;
  }

  .lg-hover-tw-text-opacity-0:hover {
    --text-opacity: 0 !important;
  }

  .lg-hover-tw-text-opacity-25:hover {
    --text-opacity: 0.25 !important;
  }

  .lg-hover-tw-text-opacity-50:hover {
    --text-opacity: 0.5 !important;
  }

  .lg-hover-tw-text-opacity-75:hover {
    --text-opacity: 0.75 !important;
  }

  .lg-hover-tw-text-opacity-100:hover {
    --text-opacity: 1 !important;
  }

  .lg-focus-tw-text-opacity-0:focus {
    --text-opacity: 0 !important;
  }

  .lg-focus-tw-text-opacity-25:focus {
    --text-opacity: 0.25 !important;
  }

  .lg-focus-tw-text-opacity-50:focus {
    --text-opacity: 0.5 !important;
  }

  .lg-focus-tw-text-opacity-75:focus {
    --text-opacity: 0.75 !important;
  }

  .lg-focus-tw-text-opacity-100:focus {
    --text-opacity: 1 !important;
  }

  .lg-tw-italic {
    font-style: italic !important;
  }

  .lg-tw-not-italic {
    font-style: normal !important;
  }

  .lg-tw-uppercase {
    text-transform: uppercase !important;
  }

  .lg-tw-lowercase {
    text-transform: lowercase !important;
  }

  .lg-tw-capitalize {
    text-transform: capitalize !important;
  }

  .lg-tw-normal-case {
    text-transform: none !important;
  }

  .lg-tw-underline {
    text-decoration: underline !important;
  }

  .lg-tw-line-through {
    text-decoration: line-through !important;
  }

  .lg-tw-no-underline {
    text-decoration: none !important;
  }

  .lg-hover-tw-underline:hover {
    text-decoration: underline !important;
  }

  .lg-hover-tw-line-through:hover {
    text-decoration: line-through !important;
  }

  .lg-hover-tw-no-underline:hover {
    text-decoration: none !important;
  }

  .lg-focus-tw-underline:focus {
    text-decoration: underline !important;
  }

  .lg-focus-tw-line-through:focus {
    text-decoration: line-through !important;
  }

  .lg-focus-tw-no-underline:focus {
    text-decoration: none !important;
  }

  .lg-tw-antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .lg-tw-subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .lg-tw-tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .lg-tw-tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .lg-tw-tracking-normal {
    letter-spacing: 0 !important;
  }

  .lg-tw-tracking-wide {
    letter-spacing: 0.025em !important;
  }

  .lg-tw-tracking-wider {
    letter-spacing: 0.05em !important;
  }

  .lg-tw-tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .lg-tw-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
  }

  .lg-tw-select-text {
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
  }

  .lg-tw-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important;
  }

  .lg-tw-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
  }

  .lg-tw-align-baseline {
    vertical-align: baseline !important;
  }

  .lg-tw-align-top {
    vertical-align: top !important;
  }

  .lg-tw-align-middle {
    vertical-align: middle !important;
  }

  .lg-tw-align-bottom {
    vertical-align: bottom !important;
  }

  .lg-tw-align-text-top {
    vertical-align: text-top !important;
  }

  .lg-tw-align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .lg-tw-visible {
    visibility: visible !important;
  }

  .lg-tw-invisible {
    visibility: hidden !important;
  }

  .lg-tw-whitespace-normal {
    white-space: normal !important;
  }

  .lg-tw-whitespace-no-wrap {
    white-space: nowrap !important;
  }

  .lg-tw-whitespace-pre {
    white-space: pre !important;
  }

  .lg-tw-whitespace-pre-line {
    white-space: pre-line !important;
  }

  .lg-tw-whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .lg-tw-break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .lg-tw-break-words {
    overflow-wrap: break-word !important;
  }

  .lg-tw-break-all {
    word-break: break-all !important;
  }

  .lg-tw-truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .lg-tw-w-0 {
    width: 0 !important;
  }

  .lg-tw-w-1 {
    width: 0.25rem !important;
  }

  .lg-tw-w-2 {
    width: 0.5rem !important;
  }

  .lg-tw-w-3 {
    width: 0.75rem !important;
  }

  .lg-tw-w-4 {
    width: 1rem !important;
  }

  .lg-tw-w-5 {
    width: 1.25rem !important;
  }

  .lg-tw-w-6 {
    width: 1.5rem !important;
  }

  .lg-tw-w-8 {
    width: 2rem !important;
  }

  .lg-tw-w-10 {
    width: 2.5rem !important;
  }

  .lg-tw-w-12 {
    width: 3rem !important;
  }

  .lg-tw-w-16 {
    width: 4rem !important;
  }

  .lg-tw-w-20 {
    width: 5rem !important;
  }

  .lg-tw-w-24 {
    width: 6rem !important;
  }

  .lg-tw-w-25 {
    width: 25% !important;
  }

  .lg-tw-w-32 {
    width: 8rem !important;
  }

  .lg-tw-w-40 {
    width: 10rem !important;
  }

  .lg-tw-w-48 {
    width: 12rem !important;
  }

  .lg-tw-w-50 {
    width: 50% !important;
  }

  .lg-tw-w-56 {
    width: 14rem !important;
  }

  .lg-tw-w-64 {
    width: 16rem !important;
  }

  .lg-tw-w-auto {
    width: auto !important;
  }

  .lg-tw-w-px {
    width: 1px !important;
  }

  .lg-tw-w-1\/2 {
    width: 50% !important;
  }

  .lg-tw-w-1\/3 {
    width: 33.333333% !important;
  }

  .lg-tw-w-2\/3 {
    width: 66.666667% !important;
  }

  .lg-tw-w-1\/4 {
    width: 25% !important;
  }

  .lg-tw-w-2\/4 {
    width: 50% !important;
  }

  .lg-tw-w-3\/4 {
    width: 75% !important;
  }

  .lg-tw-w-1\/5 {
    width: 20% !important;
  }

  .lg-tw-w-2\/5 {
    width: 40% !important;
  }

  .lg-tw-w-3\/5 {
    width: 60% !important;
  }

  .lg-tw-w-4\/5 {
    width: 80% !important;
  }

  .lg-tw-w-1\/6 {
    width: 16.666667% !important;
  }

  .lg-tw-w-2\/6 {
    width: 33.333333% !important;
  }

  .lg-tw-w-3\/6 {
    width: 50% !important;
  }

  .lg-tw-w-4\/6 {
    width: 66.666667% !important;
  }

  .lg-tw-w-5\/6 {
    width: 83.333333% !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg-tw-w-full {
    width: 100% !important;
  }

  .lg-tw-w-screen {
    width: 100vw !important;
  }

  .lg-tw-z-0 {
    z-index: 0 !important;
  }

  .lg-tw-z-10 {
    z-index: 10 !important;
  }

  .lg-tw-z-20 {
    z-index: 20 !important;
  }

  .lg-tw-z-30 {
    z-index: 30 !important;
  }

  .lg-tw-z-40 {
    z-index: 40 !important;
  }

  .lg-tw-z-50 {
    z-index: 50 !important;
  }

  .lg-tw-z-auto {
    z-index: auto !important;
  }

  .lg-tw-gap-0 {
    grid-gap: 0 !important;
    gap: 0 !important;
  }

  .lg-tw-gap-1 {
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }

  .lg-tw-gap-2 {
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }

  .lg-tw-gap-3 {
    grid-gap: 0.75rem !important;
    gap: 0.75rem !important;
  }

  .lg-tw-gap-4 {
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }

  .lg-tw-gap-5 {
    grid-gap: 1.25rem !important;
    gap: 1.25rem !important;
  }

  .lg-tw-gap-6 {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .lg-tw-gap-8 {
    grid-gap: 2rem !important;
    gap: 2rem !important;
  }

  .lg-tw-gap-10 {
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

  .lg-tw-gap-12 {
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

  .lg-tw-gap-16 {
    grid-gap: 4rem !important;
    gap: 4rem !important;
  }

  .lg-tw-gap-20 {
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .lg-tw-gap-24 {
    grid-gap: 6rem !important;
    gap: 6rem !important;
  }

  .lg-tw-gap-32 {
    grid-gap: 8rem !important;
    gap: 8rem !important;
  }

  .lg-tw-gap-40 {
    grid-gap: 10rem !important;
    gap: 10rem !important;
  }

  .lg-tw-gap-48 {
    grid-gap: 12rem !important;
    gap: 12rem !important;
  }

  .lg-tw-gap-56 {
    grid-gap: 14rem !important;
    gap: 14rem !important;
  }

  .lg-tw-gap-64 {
    grid-gap: 16rem !important;
    gap: 16rem !important;
  }

  .lg-tw-gap-px {
    grid-gap: 1px !important;
    gap: 1px !important;
  }

  .lg-tw-col-gap-0 {
    grid-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }

  .lg-tw-col-gap-1 {
    grid-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }

  .lg-tw-col-gap-2 {
    grid-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }

  .lg-tw-col-gap-3 {
    grid-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
    column-gap: 0.75rem !important;
  }

  .lg-tw-col-gap-4 {
    grid-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }

  .lg-tw-col-gap-5 {
    grid-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
    column-gap: 1.25rem !important;
  }

  .lg-tw-col-gap-6 {
    grid-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }

  .lg-tw-col-gap-8 {
    grid-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }

  .lg-tw-col-gap-10 {
    grid-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }

  .lg-tw-col-gap-12 {
    grid-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }

  .lg-tw-col-gap-16 {
    grid-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }

  .lg-tw-col-gap-20 {
    grid-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }

  .lg-tw-col-gap-24 {
    grid-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important;
  }

  .lg-tw-col-gap-32 {
    grid-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }

  .lg-tw-col-gap-40 {
    grid-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }

  .lg-tw-col-gap-48 {
    grid-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }

  .lg-tw-col-gap-56 {
    grid-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
    column-gap: 14rem !important;
  }

  .lg-tw-col-gap-64 {
    grid-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
    column-gap: 16rem !important;
  }

  .lg-tw-col-gap-px {
    grid-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
    column-gap: 1px !important;
  }

  .lg-tw-row-gap-0 {
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .lg-tw-row-gap-1 {
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .lg-tw-row-gap-2 {
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .lg-tw-row-gap-3 {
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .lg-tw-row-gap-4 {
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .lg-tw-row-gap-5 {
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .lg-tw-row-gap-6 {
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .lg-tw-row-gap-8 {
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .lg-tw-row-gap-10 {
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .lg-tw-row-gap-12 {
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .lg-tw-row-gap-16 {
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .lg-tw-row-gap-20 {
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .lg-tw-row-gap-24 {
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .lg-tw-row-gap-32 {
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .lg-tw-row-gap-40 {
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .lg-tw-row-gap-48 {
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .lg-tw-row-gap-56 {
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .lg-tw-row-gap-64 {
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .lg-tw-row-gap-px {
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .lg-tw-grid-flow-row {
    grid-auto-flow: row !important;
  }

  .lg-tw-grid-flow-col {
    grid-auto-flow: column !important;
  }

  .lg-tw-grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .lg-tw-grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

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

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

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

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

  .lg-tw-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .lg-tw-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .lg-tw-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .lg-tw-grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .lg-tw-grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .lg-tw-grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .lg-tw-grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

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

  .lg-tw-grid-cols-none {
    grid-template-columns: none !important;
  }

  .lg-tw-col-auto {
    grid-column: auto !important;
  }

  .lg-tw-col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .lg-tw-col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .lg-tw-col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .lg-tw-col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .lg-tw-col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .lg-tw-col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .lg-tw-col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .lg-tw-col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .lg-tw-col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .lg-tw-col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .lg-tw-col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .lg-tw-col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .lg-tw-col-start-1 {
    grid-column-start: 1 !important;
  }

  .lg-tw-col-start-2 {
    grid-column-start: 2 !important;
  }

  .lg-tw-col-start-3 {
    grid-column-start: 3 !important;
  }

  .lg-tw-col-start-4 {
    grid-column-start: 4 !important;
  }

  .lg-tw-col-start-5 {
    grid-column-start: 5 !important;
  }

  .lg-tw-col-start-6 {
    grid-column-start: 6 !important;
  }

  .lg-tw-col-start-7 {
    grid-column-start: 7 !important;
  }

  .lg-tw-col-start-8 {
    grid-column-start: 8 !important;
  }

  .lg-tw-col-start-9 {
    grid-column-start: 9 !important;
  }

  .lg-tw-col-start-10 {
    grid-column-start: 10 !important;
  }

  .lg-tw-col-start-11 {
    grid-column-start: 11 !important;
  }

  .lg-tw-col-start-12 {
    grid-column-start: 12 !important;
  }

  .lg-tw-col-start-13 {
    grid-column-start: 13 !important;
  }

  .lg-tw-col-start-auto {
    grid-column-start: auto !important;
  }

  .lg-tw-col-end-1 {
    grid-column-end: 1 !important;
  }

  .lg-tw-col-end-2 {
    grid-column-end: 2 !important;
  }

  .lg-tw-col-end-3 {
    grid-column-end: 3 !important;
  }

  .lg-tw-col-end-4 {
    grid-column-end: 4 !important;
  }

  .lg-tw-col-end-5 {
    grid-column-end: 5 !important;
  }

  .lg-tw-col-end-6 {
    grid-column-end: 6 !important;
  }

  .lg-tw-col-end-7 {
    grid-column-end: 7 !important;
  }

  .lg-tw-col-end-8 {
    grid-column-end: 8 !important;
  }

  .lg-tw-col-end-9 {
    grid-column-end: 9 !important;
  }

  .lg-tw-col-end-10 {
    grid-column-end: 10 !important;
  }

  .lg-tw-col-end-11 {
    grid-column-end: 11 !important;
  }

  .lg-tw-col-end-12 {
    grid-column-end: 12 !important;
  }

  .lg-tw-col-end-13 {
    grid-column-end: 13 !important;
  }

  .lg-tw-col-end-auto {
    grid-column-end: auto !important;
  }

  .lg-tw-grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .lg-tw-grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .lg-tw-grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .lg-tw-grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .lg-tw-grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .lg-tw-grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .lg-tw-grid-rows-none {
    grid-template-rows: none !important;
  }

  .lg-tw-row-auto {
    grid-row: auto !important;
  }

  .lg-tw-row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .lg-tw-row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .lg-tw-row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .lg-tw-row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .lg-tw-row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .lg-tw-row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .lg-tw-row-start-1 {
    grid-row-start: 1 !important;
  }

  .lg-tw-row-start-2 {
    grid-row-start: 2 !important;
  }

  .lg-tw-row-start-3 {
    grid-row-start: 3 !important;
  }

  .lg-tw-row-start-4 {
    grid-row-start: 4 !important;
  }

  .lg-tw-row-start-5 {
    grid-row-start: 5 !important;
  }

  .lg-tw-row-start-6 {
    grid-row-start: 6 !important;
  }

  .lg-tw-row-start-7 {
    grid-row-start: 7 !important;
  }

  .lg-tw-row-start-auto {
    grid-row-start: auto !important;
  }

  .lg-tw-row-end-1 {
    grid-row-end: 1 !important;
  }

  .lg-tw-row-end-2 {
    grid-row-end: 2 !important;
  }

  .lg-tw-row-end-3 {
    grid-row-end: 3 !important;
  }

  .lg-tw-row-end-4 {
    grid-row-end: 4 !important;
  }

  .lg-tw-row-end-5 {
    grid-row-end: 5 !important;
  }

  .lg-tw-row-end-6 {
    grid-row-end: 6 !important;
  }

  .lg-tw-row-end-7 {
    grid-row-end: 7 !important;
  }

  .lg-tw-row-end-auto {
    grid-row-end: auto !important;
  }

  .lg-tw-transform {
    --transform-translate-x: 0 !important;
    --transform-translate-y: 0 !important;
    --transform-rotate: 0 !important;
    --transform-skew-x: 0 !important;
    --transform-skew-y: 0 !important;
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
  }

  .lg-tw-transform-none {
    transform: none !important;
  }

  .lg-tw-origin-center {
    transform-origin: center !important;
  }

  .lg-tw-origin-top {
    transform-origin: top !important;
  }

  .lg-tw-origin-top-right {
    transform-origin: top right !important;
  }

  .lg-tw-origin-right {
    transform-origin: right !important;
  }

  .lg-tw-origin-bottom-right {
    transform-origin: bottom right !important;
  }

  .lg-tw-origin-bottom {
    transform-origin: bottom !important;
  }

  .lg-tw-origin-bottom-left {
    transform-origin: bottom left !important;
  }

  .lg-tw-origin-left {
    transform-origin: left !important;
  }

  .lg-tw-origin-top-left {
    transform-origin: top left !important;
  }

  .lg-tw-scale-0 {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .lg-tw-scale-50 {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .lg-tw-scale-75 {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .lg-tw-scale-90 {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .lg-tw-scale-95 {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .lg-tw-scale-100 {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .lg-tw-scale-105 {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .lg-tw-scale-110 {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .lg-tw-scale-125 {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .lg-tw-scale-150 {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .lg-tw-scale-x-0 {
    --transform-scale-x: 0 !important;
  }

  .lg-tw-scale-x-50 {
    --transform-scale-x: .5 !important;
  }

  .lg-tw-scale-x-75 {
    --transform-scale-x: .75 !important;
  }

  .lg-tw-scale-x-90 {
    --transform-scale-x: .9 !important;
  }

  .lg-tw-scale-x-95 {
    --transform-scale-x: .95 !important;
  }

  .lg-tw-scale-x-100 {
    --transform-scale-x: 1 !important;
  }

  .lg-tw-scale-x-105 {
    --transform-scale-x: 1.05 !important;
  }

  .lg-tw-scale-x-110 {
    --transform-scale-x: 1.1 !important;
  }

  .lg-tw-scale-x-125 {
    --transform-scale-x: 1.25 !important;
  }

  .lg-tw-scale-x-150 {
    --transform-scale-x: 1.5 !important;
  }

  .lg-tw-scale-y-0 {
    --transform-scale-y: 0 !important;
  }

  .lg-tw-scale-y-50 {
    --transform-scale-y: .5 !important;
  }

  .lg-tw-scale-y-75 {
    --transform-scale-y: .75 !important;
  }

  .lg-tw-scale-y-90 {
    --transform-scale-y: .9 !important;
  }

  .lg-tw-scale-y-95 {
    --transform-scale-y: .95 !important;
  }

  .lg-tw-scale-y-100 {
    --transform-scale-y: 1 !important;
  }

  .lg-tw-scale-y-105 {
    --transform-scale-y: 1.05 !important;
  }

  .lg-tw-scale-y-110 {
    --transform-scale-y: 1.1 !important;
  }

  .lg-tw-scale-y-125 {
    --transform-scale-y: 1.25 !important;
  }

  .lg-tw-scale-y-150 {
    --transform-scale-y: 1.5 !important;
  }

  .lg-hover-tw-scale-0:hover {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .lg-hover-tw-scale-50:hover {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .lg-hover-tw-scale-75:hover {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .lg-hover-tw-scale-90:hover {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .lg-hover-tw-scale-95:hover {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .lg-hover-tw-scale-100:hover {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .lg-hover-tw-scale-105:hover {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .lg-hover-tw-scale-110:hover {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .lg-hover-tw-scale-125:hover {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .lg-hover-tw-scale-150:hover {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .lg-hover-tw-scale-x-0:hover {
    --transform-scale-x: 0 !important;
  }

  .lg-hover-tw-scale-x-50:hover {
    --transform-scale-x: .5 !important;
  }

  .lg-hover-tw-scale-x-75:hover {
    --transform-scale-x: .75 !important;
  }

  .lg-hover-tw-scale-x-90:hover {
    --transform-scale-x: .9 !important;
  }

  .lg-hover-tw-scale-x-95:hover {
    --transform-scale-x: .95 !important;
  }

  .lg-hover-tw-scale-x-100:hover {
    --transform-scale-x: 1 !important;
  }

  .lg-hover-tw-scale-x-105:hover {
    --transform-scale-x: 1.05 !important;
  }

  .lg-hover-tw-scale-x-110:hover {
    --transform-scale-x: 1.1 !important;
  }

  .lg-hover-tw-scale-x-125:hover {
    --transform-scale-x: 1.25 !important;
  }

  .lg-hover-tw-scale-x-150:hover {
    --transform-scale-x: 1.5 !important;
  }

  .lg-hover-tw-scale-y-0:hover {
    --transform-scale-y: 0 !important;
  }

  .lg-hover-tw-scale-y-50:hover {
    --transform-scale-y: .5 !important;
  }

  .lg-hover-tw-scale-y-75:hover {
    --transform-scale-y: .75 !important;
  }

  .lg-hover-tw-scale-y-90:hover {
    --transform-scale-y: .9 !important;
  }

  .lg-hover-tw-scale-y-95:hover {
    --transform-scale-y: .95 !important;
  }

  .lg-hover-tw-scale-y-100:hover {
    --transform-scale-y: 1 !important;
  }

  .lg-hover-tw-scale-y-105:hover {
    --transform-scale-y: 1.05 !important;
  }

  .lg-hover-tw-scale-y-110:hover {
    --transform-scale-y: 1.1 !important;
  }

  .lg-hover-tw-scale-y-125:hover {
    --transform-scale-y: 1.25 !important;
  }

  .lg-hover-tw-scale-y-150:hover {
    --transform-scale-y: 1.5 !important;
  }

  .lg-focus-tw-scale-0:focus {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .lg-focus-tw-scale-50:focus {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .lg-focus-tw-scale-75:focus {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .lg-focus-tw-scale-90:focus {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .lg-focus-tw-scale-95:focus {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .lg-focus-tw-scale-100:focus {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .lg-focus-tw-scale-105:focus {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .lg-focus-tw-scale-110:focus {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .lg-focus-tw-scale-125:focus {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .lg-focus-tw-scale-150:focus {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .lg-focus-tw-scale-x-0:focus {
    --transform-scale-x: 0 !important;
  }

  .lg-focus-tw-scale-x-50:focus {
    --transform-scale-x: .5 !important;
  }

  .lg-focus-tw-scale-x-75:focus {
    --transform-scale-x: .75 !important;
  }

  .lg-focus-tw-scale-x-90:focus {
    --transform-scale-x: .9 !important;
  }

  .lg-focus-tw-scale-x-95:focus {
    --transform-scale-x: .95 !important;
  }

  .lg-focus-tw-scale-x-100:focus {
    --transform-scale-x: 1 !important;
  }

  .lg-focus-tw-scale-x-105:focus {
    --transform-scale-x: 1.05 !important;
  }

  .lg-focus-tw-scale-x-110:focus {
    --transform-scale-x: 1.1 !important;
  }

  .lg-focus-tw-scale-x-125:focus {
    --transform-scale-x: 1.25 !important;
  }

  .lg-focus-tw-scale-x-150:focus {
    --transform-scale-x: 1.5 !important;
  }

  .lg-focus-tw-scale-y-0:focus {
    --transform-scale-y: 0 !important;
  }

  .lg-focus-tw-scale-y-50:focus {
    --transform-scale-y: .5 !important;
  }

  .lg-focus-tw-scale-y-75:focus {
    --transform-scale-y: .75 !important;
  }

  .lg-focus-tw-scale-y-90:focus {
    --transform-scale-y: .9 !important;
  }

  .lg-focus-tw-scale-y-95:focus {
    --transform-scale-y: .95 !important;
  }

  .lg-focus-tw-scale-y-100:focus {
    --transform-scale-y: 1 !important;
  }

  .lg-focus-tw-scale-y-105:focus {
    --transform-scale-y: 1.05 !important;
  }

  .lg-focus-tw-scale-y-110:focus {
    --transform-scale-y: 1.1 !important;
  }

  .lg-focus-tw-scale-y-125:focus {
    --transform-scale-y: 1.25 !important;
  }

  .lg-focus-tw-scale-y-150:focus {
    --transform-scale-y: 1.5 !important;
  }

  .lg-tw-rotate-0 {
    --transform-rotate: 0 !important;
  }

  .lg-tw-rotate-45 {
    --transform-rotate: 45deg !important;
  }

  .lg-tw-rotate-90 {
    --transform-rotate: 90deg !important;
  }

  .lg-tw-rotate-180 {
    --transform-rotate: 180deg !important;
  }

  .lg-tw--rotate-180 {
    --transform-rotate: -180deg !important;
  }

  .lg-tw--rotate-90 {
    --transform-rotate: -90deg !important;
  }

  .lg-tw--rotate-45 {
    --transform-rotate: -45deg !important;
  }

  .lg-hover-tw-rotate-0:hover {
    --transform-rotate: 0 !important;
  }

  .lg-hover-tw-rotate-45:hover {
    --transform-rotate: 45deg !important;
  }

  .lg-hover-tw-rotate-90:hover {
    --transform-rotate: 90deg !important;
  }

  .lg-hover-tw-rotate-180:hover {
    --transform-rotate: 180deg !important;
  }

  .lg-hover-tw--rotate-180:hover {
    --transform-rotate: -180deg !important;
  }

  .lg-hover-tw--rotate-90:hover {
    --transform-rotate: -90deg !important;
  }

  .lg-hover-tw--rotate-45:hover {
    --transform-rotate: -45deg !important;
  }

  .lg-focus-tw-rotate-0:focus {
    --transform-rotate: 0 !important;
  }

  .lg-focus-tw-rotate-45:focus {
    --transform-rotate: 45deg !important;
  }

  .lg-focus-tw-rotate-90:focus {
    --transform-rotate: 90deg !important;
  }

  .lg-focus-tw-rotate-180:focus {
    --transform-rotate: 180deg !important;
  }

  .lg-focus-tw--rotate-180:focus {
    --transform-rotate: -180deg !important;
  }

  .lg-focus-tw--rotate-90:focus {
    --transform-rotate: -90deg !important;
  }

  .lg-focus-tw--rotate-45:focus {
    --transform-rotate: -45deg !important;
  }

  .lg-tw-translate-x-0 {
    --transform-translate-x: 0 !important;
  }

  .lg-tw-translate-x-1 {
    --transform-translate-x: 0.25rem !important;
  }

  .lg-tw-translate-x-2 {
    --transform-translate-x: 0.5rem !important;
  }

  .lg-tw-translate-x-3 {
    --transform-translate-x: 0.75rem !important;
  }

  .lg-tw-translate-x-4 {
    --transform-translate-x: 1rem !important;
  }

  .lg-tw-translate-x-5 {
    --transform-translate-x: 1.25rem !important;
  }

  .lg-tw-translate-x-6 {
    --transform-translate-x: 1.5rem !important;
  }

  .lg-tw-translate-x-8 {
    --transform-translate-x: 2rem !important;
  }

  .lg-tw-translate-x-10 {
    --transform-translate-x: 2.5rem !important;
  }

  .lg-tw-translate-x-12 {
    --transform-translate-x: 3rem !important;
  }

  .lg-tw-translate-x-16 {
    --transform-translate-x: 4rem !important;
  }

  .lg-tw-translate-x-20 {
    --transform-translate-x: 5rem !important;
  }

  .lg-tw-translate-x-24 {
    --transform-translate-x: 6rem !important;
  }

  .lg-tw-translate-x-32 {
    --transform-translate-x: 8rem !important;
  }

  .lg-tw-translate-x-40 {
    --transform-translate-x: 10rem !important;
  }

  .lg-tw-translate-x-48 {
    --transform-translate-x: 12rem !important;
  }

  .lg-tw-translate-x-56 {
    --transform-translate-x: 14rem !important;
  }

  .lg-tw-translate-x-64 {
    --transform-translate-x: 16rem !important;
  }

  .lg-tw-translate-x-px {
    --transform-translate-x: 1px !important;
  }

  .lg-tw--translate-x-1 {
    --transform-translate-x: -0.25rem !important;
  }

  .lg-tw--translate-x-2 {
    --transform-translate-x: -0.5rem !important;
  }

  .lg-tw--translate-x-3 {
    --transform-translate-x: -0.75rem !important;
  }

  .lg-tw--translate-x-4 {
    --transform-translate-x: -1rem !important;
  }

  .lg-tw--translate-x-5 {
    --transform-translate-x: -1.25rem !important;
  }

  .lg-tw--translate-x-6 {
    --transform-translate-x: -1.5rem !important;
  }

  .lg-tw--translate-x-8 {
    --transform-translate-x: -2rem !important;
  }

  .lg-tw--translate-x-10 {
    --transform-translate-x: -2.5rem !important;
  }

  .lg-tw--translate-x-12 {
    --transform-translate-x: -3rem !important;
  }

  .lg-tw--translate-x-16 {
    --transform-translate-x: -4rem !important;
  }

  .lg-tw--translate-x-20 {
    --transform-translate-x: -5rem !important;
  }

  .lg-tw--translate-x-24 {
    --transform-translate-x: -6rem !important;
  }

  .lg-tw--translate-x-32 {
    --transform-translate-x: -8rem !important;
  }

  .lg-tw--translate-x-40 {
    --transform-translate-x: -10rem !important;
  }

  .lg-tw--translate-x-48 {
    --transform-translate-x: -12rem !important;
  }

  .lg-tw--translate-x-56 {
    --transform-translate-x: -14rem !important;
  }

  .lg-tw--translate-x-64 {
    --transform-translate-x: -16rem !important;
  }

  .lg-tw--translate-x-px {
    --transform-translate-x: -1px !important;
  }

  .lg-tw--translate-x-full {
    --transform-translate-x: -100% !important;
  }

  .lg-tw--translate-x-1\/2 {
    --transform-translate-x: -50% !important;
  }

  .lg-tw-translate-x-1\/2 {
    --transform-translate-x: 50% !important;
  }

  .lg-tw-translate-x-full {
    --transform-translate-x: 100% !important;
  }

  .lg-tw-translate-y-0 {
    --transform-translate-y: 0 !important;
  }

  .lg-tw-translate-y-1 {
    --transform-translate-y: 0.25rem !important;
  }

  .lg-tw-translate-y-2 {
    --transform-translate-y: 0.5rem !important;
  }

  .lg-tw-translate-y-3 {
    --transform-translate-y: 0.75rem !important;
  }

  .lg-tw-translate-y-4 {
    --transform-translate-y: 1rem !important;
  }

  .lg-tw-translate-y-5 {
    --transform-translate-y: 1.25rem !important;
  }

  .lg-tw-translate-y-6 {
    --transform-translate-y: 1.5rem !important;
  }

  .lg-tw-translate-y-8 {
    --transform-translate-y: 2rem !important;
  }

  .lg-tw-translate-y-10 {
    --transform-translate-y: 2.5rem !important;
  }

  .lg-tw-translate-y-12 {
    --transform-translate-y: 3rem !important;
  }

  .lg-tw-translate-y-16 {
    --transform-translate-y: 4rem !important;
  }

  .lg-tw-translate-y-20 {
    --transform-translate-y: 5rem !important;
  }

  .lg-tw-translate-y-24 {
    --transform-translate-y: 6rem !important;
  }

  .lg-tw-translate-y-32 {
    --transform-translate-y: 8rem !important;
  }

  .lg-tw-translate-y-40 {
    --transform-translate-y: 10rem !important;
  }

  .lg-tw-translate-y-48 {
    --transform-translate-y: 12rem !important;
  }

  .lg-tw-translate-y-56 {
    --transform-translate-y: 14rem !important;
  }

  .lg-tw-translate-y-64 {
    --transform-translate-y: 16rem !important;
  }

  .lg-tw-translate-y-px {
    --transform-translate-y: 1px !important;
  }

  .lg-tw--translate-y-1 {
    --transform-translate-y: -0.25rem !important;
  }

  .lg-tw--translate-y-2 {
    --transform-translate-y: -0.5rem !important;
  }

  .lg-tw--translate-y-3 {
    --transform-translate-y: -0.75rem !important;
  }

  .lg-tw--translate-y-4 {
    --transform-translate-y: -1rem !important;
  }

  .lg-tw--translate-y-5 {
    --transform-translate-y: -1.25rem !important;
  }

  .lg-tw--translate-y-6 {
    --transform-translate-y: -1.5rem !important;
  }

  .lg-tw--translate-y-8 {
    --transform-translate-y: -2rem !important;
  }

  .lg-tw--translate-y-10 {
    --transform-translate-y: -2.5rem !important;
  }

  .lg-tw--translate-y-12 {
    --transform-translate-y: -3rem !important;
  }

  .lg-tw--translate-y-16 {
    --transform-translate-y: -4rem !important;
  }

  .lg-tw--translate-y-20 {
    --transform-translate-y: -5rem !important;
  }

  .lg-tw--translate-y-24 {
    --transform-translate-y: -6rem !important;
  }

  .lg-tw--translate-y-32 {
    --transform-translate-y: -8rem !important;
  }

  .lg-tw--translate-y-40 {
    --transform-translate-y: -10rem !important;
  }

  .lg-tw--translate-y-48 {
    --transform-translate-y: -12rem !important;
  }

  .lg-tw--translate-y-56 {
    --transform-translate-y: -14rem !important;
  }

  .lg-tw--translate-y-64 {
    --transform-translate-y: -16rem !important;
  }

  .lg-tw--translate-y-px {
    --transform-translate-y: -1px !important;
  }

  .lg-tw--translate-y-full {
    --transform-translate-y: -100% !important;
  }

  .lg-tw--translate-y-1\/2 {
    --transform-translate-y: -50% !important;
  }

  .lg-tw-translate-y-1\/2 {
    --transform-translate-y: 50% !important;
  }

  .lg-tw-translate-y-full {
    --transform-translate-y: 100% !important;
  }

  .lg-hover-tw-translate-x-0:hover {
    --transform-translate-x: 0 !important;
  }

  .lg-hover-tw-translate-x-1:hover {
    --transform-translate-x: 0.25rem !important;
  }

  .lg-hover-tw-translate-x-2:hover {
    --transform-translate-x: 0.5rem !important;
  }

  .lg-hover-tw-translate-x-3:hover {
    --transform-translate-x: 0.75rem !important;
  }

  .lg-hover-tw-translate-x-4:hover {
    --transform-translate-x: 1rem !important;
  }

  .lg-hover-tw-translate-x-5:hover {
    --transform-translate-x: 1.25rem !important;
  }

  .lg-hover-tw-translate-x-6:hover {
    --transform-translate-x: 1.5rem !important;
  }

  .lg-hover-tw-translate-x-8:hover {
    --transform-translate-x: 2rem !important;
  }

  .lg-hover-tw-translate-x-10:hover {
    --transform-translate-x: 2.5rem !important;
  }

  .lg-hover-tw-translate-x-12:hover {
    --transform-translate-x: 3rem !important;
  }

  .lg-hover-tw-translate-x-16:hover {
    --transform-translate-x: 4rem !important;
  }

  .lg-hover-tw-translate-x-20:hover {
    --transform-translate-x: 5rem !important;
  }

  .lg-hover-tw-translate-x-24:hover {
    --transform-translate-x: 6rem !important;
  }

  .lg-hover-tw-translate-x-32:hover {
    --transform-translate-x: 8rem !important;
  }

  .lg-hover-tw-translate-x-40:hover {
    --transform-translate-x: 10rem !important;
  }

  .lg-hover-tw-translate-x-48:hover {
    --transform-translate-x: 12rem !important;
  }

  .lg-hover-tw-translate-x-56:hover {
    --transform-translate-x: 14rem !important;
  }

  .lg-hover-tw-translate-x-64:hover {
    --transform-translate-x: 16rem !important;
  }

  .lg-hover-tw-translate-x-px:hover {
    --transform-translate-x: 1px !important;
  }

  .lg-hover-tw--translate-x-1:hover {
    --transform-translate-x: -0.25rem !important;
  }

  .lg-hover-tw--translate-x-2:hover {
    --transform-translate-x: -0.5rem !important;
  }

  .lg-hover-tw--translate-x-3:hover {
    --transform-translate-x: -0.75rem !important;
  }

  .lg-hover-tw--translate-x-4:hover {
    --transform-translate-x: -1rem !important;
  }

  .lg-hover-tw--translate-x-5:hover {
    --transform-translate-x: -1.25rem !important;
  }

  .lg-hover-tw--translate-x-6:hover {
    --transform-translate-x: -1.5rem !important;
  }

  .lg-hover-tw--translate-x-8:hover {
    --transform-translate-x: -2rem !important;
  }

  .lg-hover-tw--translate-x-10:hover {
    --transform-translate-x: -2.5rem !important;
  }

  .lg-hover-tw--translate-x-12:hover {
    --transform-translate-x: -3rem !important;
  }

  .lg-hover-tw--translate-x-16:hover {
    --transform-translate-x: -4rem !important;
  }

  .lg-hover-tw--translate-x-20:hover {
    --transform-translate-x: -5rem !important;
  }

  .lg-hover-tw--translate-x-24:hover {
    --transform-translate-x: -6rem !important;
  }

  .lg-hover-tw--translate-x-32:hover {
    --transform-translate-x: -8rem !important;
  }

  .lg-hover-tw--translate-x-40:hover {
    --transform-translate-x: -10rem !important;
  }

  .lg-hover-tw--translate-x-48:hover {
    --transform-translate-x: -12rem !important;
  }

  .lg-hover-tw--translate-x-56:hover {
    --transform-translate-x: -14rem !important;
  }

  .lg-hover-tw--translate-x-64:hover {
    --transform-translate-x: -16rem !important;
  }

  .lg-hover-tw--translate-x-px:hover {
    --transform-translate-x: -1px !important;
  }

  .lg-hover-tw--translate-x-full:hover {
    --transform-translate-x: -100% !important;
  }

  .lg-hover-tw--translate-x-1\/2:hover {
    --transform-translate-x: -50% !important;
  }

  .lg-hover-tw-translate-x-1\/2:hover {
    --transform-translate-x: 50% !important;
  }

  .lg-hover-tw-translate-x-full:hover {
    --transform-translate-x: 100% !important;
  }

  .lg-hover-tw-translate-y-0:hover {
    --transform-translate-y: 0 !important;
  }

  .lg-hover-tw-translate-y-1:hover {
    --transform-translate-y: 0.25rem !important;
  }

  .lg-hover-tw-translate-y-2:hover {
    --transform-translate-y: 0.5rem !important;
  }

  .lg-hover-tw-translate-y-3:hover {
    --transform-translate-y: 0.75rem !important;
  }

  .lg-hover-tw-translate-y-4:hover {
    --transform-translate-y: 1rem !important;
  }

  .lg-hover-tw-translate-y-5:hover {
    --transform-translate-y: 1.25rem !important;
  }

  .lg-hover-tw-translate-y-6:hover {
    --transform-translate-y: 1.5rem !important;
  }

  .lg-hover-tw-translate-y-8:hover {
    --transform-translate-y: 2rem !important;
  }

  .lg-hover-tw-translate-y-10:hover {
    --transform-translate-y: 2.5rem !important;
  }

  .lg-hover-tw-translate-y-12:hover {
    --transform-translate-y: 3rem !important;
  }

  .lg-hover-tw-translate-y-16:hover {
    --transform-translate-y: 4rem !important;
  }

  .lg-hover-tw-translate-y-20:hover {
    --transform-translate-y: 5rem !important;
  }

  .lg-hover-tw-translate-y-24:hover {
    --transform-translate-y: 6rem !important;
  }

  .lg-hover-tw-translate-y-32:hover {
    --transform-translate-y: 8rem !important;
  }

  .lg-hover-tw-translate-y-40:hover {
    --transform-translate-y: 10rem !important;
  }

  .lg-hover-tw-translate-y-48:hover {
    --transform-translate-y: 12rem !important;
  }

  .lg-hover-tw-translate-y-56:hover {
    --transform-translate-y: 14rem !important;
  }

  .lg-hover-tw-translate-y-64:hover {
    --transform-translate-y: 16rem !important;
  }

  .lg-hover-tw-translate-y-px:hover {
    --transform-translate-y: 1px !important;
  }

  .lg-hover-tw--translate-y-1:hover {
    --transform-translate-y: -0.25rem !important;
  }

  .lg-hover-tw--translate-y-2:hover {
    --transform-translate-y: -0.5rem !important;
  }

  .lg-hover-tw--translate-y-3:hover {
    --transform-translate-y: -0.75rem !important;
  }

  .lg-hover-tw--translate-y-4:hover {
    --transform-translate-y: -1rem !important;
  }

  .lg-hover-tw--translate-y-5:hover {
    --transform-translate-y: -1.25rem !important;
  }

  .lg-hover-tw--translate-y-6:hover {
    --transform-translate-y: -1.5rem !important;
  }

  .lg-hover-tw--translate-y-8:hover {
    --transform-translate-y: -2rem !important;
  }

  .lg-hover-tw--translate-y-10:hover {
    --transform-translate-y: -2.5rem !important;
  }

  .lg-hover-tw--translate-y-12:hover {
    --transform-translate-y: -3rem !important;
  }

  .lg-hover-tw--translate-y-16:hover {
    --transform-translate-y: -4rem !important;
  }

  .lg-hover-tw--translate-y-20:hover {
    --transform-translate-y: -5rem !important;
  }

  .lg-hover-tw--translate-y-24:hover {
    --transform-translate-y: -6rem !important;
  }

  .lg-hover-tw--translate-y-32:hover {
    --transform-translate-y: -8rem !important;
  }

  .lg-hover-tw--translate-y-40:hover {
    --transform-translate-y: -10rem !important;
  }

  .lg-hover-tw--translate-y-48:hover {
    --transform-translate-y: -12rem !important;
  }

  .lg-hover-tw--translate-y-56:hover {
    --transform-translate-y: -14rem !important;
  }

  .lg-hover-tw--translate-y-64:hover {
    --transform-translate-y: -16rem !important;
  }

  .lg-hover-tw--translate-y-px:hover {
    --transform-translate-y: -1px !important;
  }

  .lg-hover-tw--translate-y-full:hover {
    --transform-translate-y: -100% !important;
  }

  .lg-hover-tw--translate-y-1\/2:hover {
    --transform-translate-y: -50% !important;
  }

  .lg-hover-tw-translate-y-1\/2:hover {
    --transform-translate-y: 50% !important;
  }

  .lg-hover-tw-translate-y-full:hover {
    --transform-translate-y: 100% !important;
  }

  .lg-focus-tw-translate-x-0:focus {
    --transform-translate-x: 0 !important;
  }

  .lg-focus-tw-translate-x-1:focus {
    --transform-translate-x: 0.25rem !important;
  }

  .lg-focus-tw-translate-x-2:focus {
    --transform-translate-x: 0.5rem !important;
  }

  .lg-focus-tw-translate-x-3:focus {
    --transform-translate-x: 0.75rem !important;
  }

  .lg-focus-tw-translate-x-4:focus {
    --transform-translate-x: 1rem !important;
  }

  .lg-focus-tw-translate-x-5:focus {
    --transform-translate-x: 1.25rem !important;
  }

  .lg-focus-tw-translate-x-6:focus {
    --transform-translate-x: 1.5rem !important;
  }

  .lg-focus-tw-translate-x-8:focus {
    --transform-translate-x: 2rem !important;
  }

  .lg-focus-tw-translate-x-10:focus {
    --transform-translate-x: 2.5rem !important;
  }

  .lg-focus-tw-translate-x-12:focus {
    --transform-translate-x: 3rem !important;
  }

  .lg-focus-tw-translate-x-16:focus {
    --transform-translate-x: 4rem !important;
  }

  .lg-focus-tw-translate-x-20:focus {
    --transform-translate-x: 5rem !important;
  }

  .lg-focus-tw-translate-x-24:focus {
    --transform-translate-x: 6rem !important;
  }

  .lg-focus-tw-translate-x-32:focus {
    --transform-translate-x: 8rem !important;
  }

  .lg-focus-tw-translate-x-40:focus {
    --transform-translate-x: 10rem !important;
  }

  .lg-focus-tw-translate-x-48:focus {
    --transform-translate-x: 12rem !important;
  }

  .lg-focus-tw-translate-x-56:focus {
    --transform-translate-x: 14rem !important;
  }

  .lg-focus-tw-translate-x-64:focus {
    --transform-translate-x: 16rem !important;
  }

  .lg-focus-tw-translate-x-px:focus {
    --transform-translate-x: 1px !important;
  }

  .lg-focus-tw--translate-x-1:focus {
    --transform-translate-x: -0.25rem !important;
  }

  .lg-focus-tw--translate-x-2:focus {
    --transform-translate-x: -0.5rem !important;
  }

  .lg-focus-tw--translate-x-3:focus {
    --transform-translate-x: -0.75rem !important;
  }

  .lg-focus-tw--translate-x-4:focus {
    --transform-translate-x: -1rem !important;
  }

  .lg-focus-tw--translate-x-5:focus {
    --transform-translate-x: -1.25rem !important;
  }

  .lg-focus-tw--translate-x-6:focus {
    --transform-translate-x: -1.5rem !important;
  }

  .lg-focus-tw--translate-x-8:focus {
    --transform-translate-x: -2rem !important;
  }

  .lg-focus-tw--translate-x-10:focus {
    --transform-translate-x: -2.5rem !important;
  }

  .lg-focus-tw--translate-x-12:focus {
    --transform-translate-x: -3rem !important;
  }

  .lg-focus-tw--translate-x-16:focus {
    --transform-translate-x: -4rem !important;
  }

  .lg-focus-tw--translate-x-20:focus {
    --transform-translate-x: -5rem !important;
  }

  .lg-focus-tw--translate-x-24:focus {
    --transform-translate-x: -6rem !important;
  }

  .lg-focus-tw--translate-x-32:focus {
    --transform-translate-x: -8rem !important;
  }

  .lg-focus-tw--translate-x-40:focus {
    --transform-translate-x: -10rem !important;
  }

  .lg-focus-tw--translate-x-48:focus {
    --transform-translate-x: -12rem !important;
  }

  .lg-focus-tw--translate-x-56:focus {
    --transform-translate-x: -14rem !important;
  }

  .lg-focus-tw--translate-x-64:focus {
    --transform-translate-x: -16rem !important;
  }

  .lg-focus-tw--translate-x-px:focus {
    --transform-translate-x: -1px !important;
  }

  .lg-focus-tw--translate-x-full:focus {
    --transform-translate-x: -100% !important;
  }

  .lg-focus-tw--translate-x-1\/2:focus {
    --transform-translate-x: -50% !important;
  }

  .lg-focus-tw-translate-x-1\/2:focus {
    --transform-translate-x: 50% !important;
  }

  .lg-focus-tw-translate-x-full:focus {
    --transform-translate-x: 100% !important;
  }

  .lg-focus-tw-translate-y-0:focus {
    --transform-translate-y: 0 !important;
  }

  .lg-focus-tw-translate-y-1:focus {
    --transform-translate-y: 0.25rem !important;
  }

  .lg-focus-tw-translate-y-2:focus {
    --transform-translate-y: 0.5rem !important;
  }

  .lg-focus-tw-translate-y-3:focus {
    --transform-translate-y: 0.75rem !important;
  }

  .lg-focus-tw-translate-y-4:focus {
    --transform-translate-y: 1rem !important;
  }

  .lg-focus-tw-translate-y-5:focus {
    --transform-translate-y: 1.25rem !important;
  }

  .lg-focus-tw-translate-y-6:focus {
    --transform-translate-y: 1.5rem !important;
  }

  .lg-focus-tw-translate-y-8:focus {
    --transform-translate-y: 2rem !important;
  }

  .lg-focus-tw-translate-y-10:focus {
    --transform-translate-y: 2.5rem !important;
  }

  .lg-focus-tw-translate-y-12:focus {
    --transform-translate-y: 3rem !important;
  }

  .lg-focus-tw-translate-y-16:focus {
    --transform-translate-y: 4rem !important;
  }

  .lg-focus-tw-translate-y-20:focus {
    --transform-translate-y: 5rem !important;
  }

  .lg-focus-tw-translate-y-24:focus {
    --transform-translate-y: 6rem !important;
  }

  .lg-focus-tw-translate-y-32:focus {
    --transform-translate-y: 8rem !important;
  }

  .lg-focus-tw-translate-y-40:focus {
    --transform-translate-y: 10rem !important;
  }

  .lg-focus-tw-translate-y-48:focus {
    --transform-translate-y: 12rem !important;
  }

  .lg-focus-tw-translate-y-56:focus {
    --transform-translate-y: 14rem !important;
  }

  .lg-focus-tw-translate-y-64:focus {
    --transform-translate-y: 16rem !important;
  }

  .lg-focus-tw-translate-y-px:focus {
    --transform-translate-y: 1px !important;
  }

  .lg-focus-tw--translate-y-1:focus {
    --transform-translate-y: -0.25rem !important;
  }

  .lg-focus-tw--translate-y-2:focus {
    --transform-translate-y: -0.5rem !important;
  }

  .lg-focus-tw--translate-y-3:focus {
    --transform-translate-y: -0.75rem !important;
  }

  .lg-focus-tw--translate-y-4:focus {
    --transform-translate-y: -1rem !important;
  }

  .lg-focus-tw--translate-y-5:focus {
    --transform-translate-y: -1.25rem !important;
  }

  .lg-focus-tw--translate-y-6:focus {
    --transform-translate-y: -1.5rem !important;
  }

  .lg-focus-tw--translate-y-8:focus {
    --transform-translate-y: -2rem !important;
  }

  .lg-focus-tw--translate-y-10:focus {
    --transform-translate-y: -2.5rem !important;
  }

  .lg-focus-tw--translate-y-12:focus {
    --transform-translate-y: -3rem !important;
  }

  .lg-focus-tw--translate-y-16:focus {
    --transform-translate-y: -4rem !important;
  }

  .lg-focus-tw--translate-y-20:focus {
    --transform-translate-y: -5rem !important;
  }

  .lg-focus-tw--translate-y-24:focus {
    --transform-translate-y: -6rem !important;
  }

  .lg-focus-tw--translate-y-32:focus {
    --transform-translate-y: -8rem !important;
  }

  .lg-focus-tw--translate-y-40:focus {
    --transform-translate-y: -10rem !important;
  }

  .lg-focus-tw--translate-y-48:focus {
    --transform-translate-y: -12rem !important;
  }

  .lg-focus-tw--translate-y-56:focus {
    --transform-translate-y: -14rem !important;
  }

  .lg-focus-tw--translate-y-64:focus {
    --transform-translate-y: -16rem !important;
  }

  .lg-focus-tw--translate-y-px:focus {
    --transform-translate-y: -1px !important;
  }

  .lg-focus-tw--translate-y-full:focus {
    --transform-translate-y: -100% !important;
  }

  .lg-focus-tw--translate-y-1\/2:focus {
    --transform-translate-y: -50% !important;
  }

  .lg-focus-tw-translate-y-1\/2:focus {
    --transform-translate-y: 50% !important;
  }

  .lg-focus-tw-translate-y-full:focus {
    --transform-translate-y: 100% !important;
  }

  .lg-tw-skew-x-0 {
    --transform-skew-x: 0 !important;
  }

  .lg-tw-skew-x-3 {
    --transform-skew-x: 3deg !important;
  }

  .lg-tw-skew-x-6 {
    --transform-skew-x: 6deg !important;
  }

  .lg-tw-skew-x-12 {
    --transform-skew-x: 12deg !important;
  }

  .lg-tw--skew-x-12 {
    --transform-skew-x: -12deg !important;
  }

  .lg-tw--skew-x-6 {
    --transform-skew-x: -6deg !important;
  }

  .lg-tw--skew-x-3 {
    --transform-skew-x: -3deg !important;
  }

  .lg-tw-skew-y-0 {
    --transform-skew-y: 0 !important;
  }

  .lg-tw-skew-y-3 {
    --transform-skew-y: 3deg !important;
  }

  .lg-tw-skew-y-6 {
    --transform-skew-y: 6deg !important;
  }

  .lg-tw-skew-y-12 {
    --transform-skew-y: 12deg !important;
  }

  .lg-tw--skew-y-12 {
    --transform-skew-y: -12deg !important;
  }

  .lg-tw--skew-y-6 {
    --transform-skew-y: -6deg !important;
  }

  .lg-tw--skew-y-3 {
    --transform-skew-y: -3deg !important;
  }

  .lg-hover-tw-skew-x-0:hover {
    --transform-skew-x: 0 !important;
  }

  .lg-hover-tw-skew-x-3:hover {
    --transform-skew-x: 3deg !important;
  }

  .lg-hover-tw-skew-x-6:hover {
    --transform-skew-x: 6deg !important;
  }

  .lg-hover-tw-skew-x-12:hover {
    --transform-skew-x: 12deg !important;
  }

  .lg-hover-tw--skew-x-12:hover {
    --transform-skew-x: -12deg !important;
  }

  .lg-hover-tw--skew-x-6:hover {
    --transform-skew-x: -6deg !important;
  }

  .lg-hover-tw--skew-x-3:hover {
    --transform-skew-x: -3deg !important;
  }

  .lg-hover-tw-skew-y-0:hover {
    --transform-skew-y: 0 !important;
  }

  .lg-hover-tw-skew-y-3:hover {
    --transform-skew-y: 3deg !important;
  }

  .lg-hover-tw-skew-y-6:hover {
    --transform-skew-y: 6deg !important;
  }

  .lg-hover-tw-skew-y-12:hover {
    --transform-skew-y: 12deg !important;
  }

  .lg-hover-tw--skew-y-12:hover {
    --transform-skew-y: -12deg !important;
  }

  .lg-hover-tw--skew-y-6:hover {
    --transform-skew-y: -6deg !important;
  }

  .lg-hover-tw--skew-y-3:hover {
    --transform-skew-y: -3deg !important;
  }

  .lg-focus-tw-skew-x-0:focus {
    --transform-skew-x: 0 !important;
  }

  .lg-focus-tw-skew-x-3:focus {
    --transform-skew-x: 3deg !important;
  }

  .lg-focus-tw-skew-x-6:focus {
    --transform-skew-x: 6deg !important;
  }

  .lg-focus-tw-skew-x-12:focus {
    --transform-skew-x: 12deg !important;
  }

  .lg-focus-tw--skew-x-12:focus {
    --transform-skew-x: -12deg !important;
  }

  .lg-focus-tw--skew-x-6:focus {
    --transform-skew-x: -6deg !important;
  }

  .lg-focus-tw--skew-x-3:focus {
    --transform-skew-x: -3deg !important;
  }

  .lg-focus-tw-skew-y-0:focus {
    --transform-skew-y: 0 !important;
  }

  .lg-focus-tw-skew-y-3:focus {
    --transform-skew-y: 3deg !important;
  }

  .lg-focus-tw-skew-y-6:focus {
    --transform-skew-y: 6deg !important;
  }

  .lg-focus-tw-skew-y-12:focus {
    --transform-skew-y: 12deg !important;
  }

  .lg-focus-tw--skew-y-12:focus {
    --transform-skew-y: -12deg !important;
  }

  .lg-focus-tw--skew-y-6:focus {
    --transform-skew-y: -6deg !important;
  }

  .lg-focus-tw--skew-y-3:focus {
    --transform-skew-y: -3deg !important;
  }

  .lg-tw-transition-none {
    transition-property: none !important;
  }

  .lg-tw-transition-all {
    transition-property: all !important;
  }

  .lg-tw-transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
  }

  .lg-tw-transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .lg-tw-transition-opacity {
    transition-property: opacity !important;
  }

  .lg-tw-transition-shadow {
    transition-property: box-shadow !important;
  }

  .lg-tw-transition-transform {
    transition-property: transform !important;
  }

  .lg-tw-ease-linear {
    transition-timing-function: linear !important;
  }

  .lg-tw-ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .lg-tw-ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .lg-tw-ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .lg-tw-duration-75 {
    transition-duration: 75ms !important;
  }

  .lg-tw-duration-100 {
    transition-duration: 100ms !important;
  }

  .lg-tw-duration-150 {
    transition-duration: 150ms !important;
  }

  .lg-tw-duration-200 {
    transition-duration: 200ms !important;
  }

  .lg-tw-duration-300 {
    transition-duration: 300ms !important;
  }

  .lg-tw-duration-500 {
    transition-duration: 500ms !important;
  }

  .lg-tw-duration-700 {
    transition-duration: 700ms !important;
  }

  .lg-tw-duration-1000 {
    transition-duration: 1000ms !important;
  }

  .lg-tw-delay-75 {
    transition-delay: 75ms !important;
  }

  .lg-tw-delay-100 {
    transition-delay: 100ms !important;
  }

  .lg-tw-delay-150 {
    transition-delay: 150ms !important;
  }

  .lg-tw-delay-200 {
    transition-delay: 200ms !important;
  }

  .lg-tw-delay-300 {
    transition-delay: 300ms !important;
  }

  .lg-tw-delay-500 {
    transition-delay: 500ms !important;
  }

  .lg-tw-delay-700 {
    transition-delay: 700ms !important;
  }

  .lg-tw-delay-1000 {
    transition-delay: 1000ms !important;
  }
}

@media (min-width: 1280px) {
  .xl-tw-container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .xl-tw-container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .xl-tw-container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .xl-tw-container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .xl-tw-container {
      max-width: 1280px;
    }
  }

  .xl-tw-space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--space-y-reverse)) !important;
  }

  .xl-tw-space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl-tw-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--space-y-reverse)) !important;
  }

  .xl-tw-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl-tw-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--space-y-reverse)) !important;
  }

  .xl-tw-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl-tw-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--space-y-reverse)) !important;
  }

  .xl-tw-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl-tw-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--space-y-reverse)) !important;
  }

  .xl-tw-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl-tw-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--space-y-reverse)) !important;
  }

  .xl-tw-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl-tw-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--space-y-reverse)) !important;
  }

  .xl-tw-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl-tw-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--space-y-reverse)) !important;
  }

  .xl-tw-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl-tw-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--space-y-reverse)) !important;
  }

  .xl-tw-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl-tw-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--space-y-reverse)) !important;
  }

  .xl-tw-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl-tw-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--space-y-reverse)) !important;
  }

  .xl-tw-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl-tw-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--space-y-reverse)) !important;
  }

  .xl-tw-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl-tw-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--space-y-reverse)) !important;
  }

  .xl-tw-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl-tw-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--space-y-reverse)) !important;
  }

  .xl-tw-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl-tw-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--space-y-reverse)) !important;
  }

  .xl-tw-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl-tw-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--space-y-reverse)) !important;
  }

  .xl-tw-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl-tw-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--space-y-reverse)) !important;
  }

  .xl-tw-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl-tw-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--space-y-reverse)) !important;
  }

  .xl-tw-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl-tw-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--space-y-reverse)) !important;
  }

  .xl-tw-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl-tw--space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--space-y-reverse)) !important;
  }

  .xl-tw--space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl-tw--space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--space-y-reverse)) !important;
  }

  .xl-tw--space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl-tw--space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--space-y-reverse)) !important;
  }

  .xl-tw--space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl-tw--space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--space-y-reverse)) !important;
  }

  .xl-tw--space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl-tw--space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--space-y-reverse)) !important;
  }

  .xl-tw--space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl-tw--space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--space-y-reverse)) !important;
  }

  .xl-tw--space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl-tw--space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--space-y-reverse)) !important;
  }

  .xl-tw--space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl-tw--space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--space-y-reverse)) !important;
  }

  .xl-tw--space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl-tw--space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--space-y-reverse)) !important;
  }

  .xl-tw--space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl-tw--space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--space-y-reverse)) !important;
  }

  .xl-tw--space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl-tw--space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--space-y-reverse)) !important;
  }

  .xl-tw--space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl-tw--space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--space-y-reverse)) !important;
  }

  .xl-tw--space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl-tw--space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--space-y-reverse)) !important;
  }

  .xl-tw--space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl-tw--space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--space-y-reverse)) !important;
  }

  .xl-tw--space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl-tw--space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--space-y-reverse)) !important;
  }

  .xl-tw--space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl-tw--space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--space-y-reverse)) !important;
  }

  .xl-tw--space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl-tw--space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--space-y-reverse)) !important;
  }

  .xl-tw--space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl-tw--space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--space-y-reverse)) !important;
  }

  .xl-tw--space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl-tw-space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1 !important;
  }

  .xl-tw-space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1 !important;
  }

  .xl-tw-divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--divide-y-reverse)) !important;
  }

  .xl-tw-divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xl-tw-divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--divide-y-reverse)) !important;
  }

  .xl-tw-divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xl-tw-divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--divide-y-reverse)) !important;
  }

  .xl-tw-divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xl-tw-divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--divide-y-reverse)) !important;
  }

  .xl-tw-divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xl-tw-divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--divide-y-reverse)) !important;
  }

  .xl-tw-divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xl-tw-divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1 !important;
  }

  .xl-tw-divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1 !important;
  }

  .xl-tw-divide-transparent > :not(template) ~ :not(template) {
    border-color: transparent !important;
  }

  .xl-tw-divide-current > :not(template) ~ :not(template) {
    border-color: currentColor !important;
  }

  .xl-tw-divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-gray-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-gray-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-gray-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-gray-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-gray-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-gray-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-gray-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-gray-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-gray-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-red-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fff5f5 !important;
    border-color: rgba(255, 245, 245, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-red-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fed7d7 !important;
    border-color: rgba(254, 215, 215, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-red-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #feb2b2 !important;
    border-color: rgba(254, 178, 178, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-red-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fc8181 !important;
    border-color: rgba(252, 129, 129, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-red-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f56565 !important;
    border-color: rgba(245, 101, 101, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-red-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e53e3e !important;
    border-color: rgba(229, 62, 62, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-red-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #c53030 !important;
    border-color: rgba(197, 48, 48, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-red-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #9b2c2c !important;
    border-color: rgba(155, 44, 44, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-red-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #742a2a !important;
    border-color: rgba(116, 42, 42, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-orange-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-orange-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-orange-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-orange-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-orange-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-orange-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-orange-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-orange-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-orange-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-yellow-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-yellow-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-yellow-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-yellow-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-yellow-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-yellow-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-yellow-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-yellow-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-yellow-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-green-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-green-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-green-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-green-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-green-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-green-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-green-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-green-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-green-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-teal-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-teal-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-teal-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-teal-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-teal-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-teal-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-teal-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-teal-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-teal-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-blue-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-blue-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-blue-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-blue-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-blue-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-blue-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-blue-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-blue-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-blue-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-indigo-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-indigo-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-indigo-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-indigo-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-indigo-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-indigo-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-indigo-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-indigo-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-indigo-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-purple-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-purple-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-purple-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-purple-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-purple-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-purple-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-purple-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-purple-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-purple-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-pink-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-pink-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-pink-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-pink-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-pink-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-pink-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-pink-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-pink-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-pink-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-lac-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #123440 !important;
    border-color: rgba(18, 52, 64, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-lac-darkblue > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #0F2E39 !important;
    border-color: rgba(15, 46, 57, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-lac-brass > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #D19A86 !important;
    border-color: rgba(209, 154, 134, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-lac-offwhite > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #F8F8F7 !important;
    border-color: rgba(248, 248, 247, var(--divide-opacity)) !important;
  }

  .xl-tw-divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0 !important;
  }

  .xl-tw-divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25 !important;
  }

  .xl-tw-divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5 !important;
  }

  .xl-tw-divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75 !important;
  }

  .xl-tw-divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

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

  .xl-tw-not-sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

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

  .xl-focus-tw-not-sr-only:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .xl-tw-appearance-none {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
  }

  .xl-tw-bg-fixed {
    background-attachment: fixed !important;
  }

  .xl-tw-bg-local {
    background-attachment: local !important;
  }

  .xl-tw-bg-scroll {
    background-attachment: scroll !important;
  }

  .xl-tw-bg-transparent {
    background-color: transparent !important;
  }

  .xl-tw-bg-current {
    background-color: currentColor !important;
  }

  .xl-tw-bg-black {
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-white {
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-gray-100 {
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-gray-200 {
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-gray-300 {
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-gray-400 {
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-gray-500 {
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-gray-600 {
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-gray-700 {
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-gray-800 {
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-gray-900 {
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-red-100 {
    --bg-opacity: 1 !important;
    background-color: #fff5f5 !important;
    background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-red-200 {
    --bg-opacity: 1 !important;
    background-color: #fed7d7 !important;
    background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-red-300 {
    --bg-opacity: 1 !important;
    background-color: #feb2b2 !important;
    background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-red-400 {
    --bg-opacity: 1 !important;
    background-color: #fc8181 !important;
    background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-red-500 {
    --bg-opacity: 1 !important;
    background-color: #f56565 !important;
    background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-red-600 {
    --bg-opacity: 1 !important;
    background-color: #e53e3e !important;
    background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-red-700 {
    --bg-opacity: 1 !important;
    background-color: #c53030 !important;
    background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-red-800 {
    --bg-opacity: 1 !important;
    background-color: #9b2c2c !important;
    background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-red-900 {
    --bg-opacity: 1 !important;
    background-color: #742a2a !important;
    background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-orange-100 {
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-orange-200 {
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-orange-300 {
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-orange-400 {
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-orange-500 {
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-orange-600 {
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-orange-700 {
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-orange-800 {
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-orange-900 {
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-yellow-100 {
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-yellow-200 {
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-yellow-300 {
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-yellow-400 {
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-yellow-500 {
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-yellow-600 {
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-yellow-700 {
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-yellow-800 {
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-yellow-900 {
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-green-100 {
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-green-200 {
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-green-300 {
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-green-400 {
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-green-500 {
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-green-600 {
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-green-700 {
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-green-800 {
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-green-900 {
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-teal-100 {
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-teal-200 {
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-teal-300 {
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-teal-400 {
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-teal-500 {
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-teal-600 {
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-teal-700 {
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-teal-800 {
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-teal-900 {
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-blue-100 {
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-blue-200 {
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-blue-300 {
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-blue-400 {
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-blue-500 {
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-blue-600 {
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-blue-700 {
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-blue-800 {
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-blue-900 {
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-indigo-100 {
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-indigo-200 {
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-indigo-300 {
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-indigo-400 {
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-indigo-500 {
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-indigo-600 {
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-indigo-700 {
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-indigo-800 {
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-indigo-900 {
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-purple-100 {
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-purple-200 {
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-purple-300 {
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-purple-400 {
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-purple-500 {
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-purple-600 {
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-purple-700 {
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-purple-800 {
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-purple-900 {
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-pink-100 {
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-pink-200 {
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-pink-300 {
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-pink-400 {
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-pink-500 {
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-pink-600 {
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-pink-700 {
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-pink-800 {
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-pink-900 {
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-lac-blue {
    --bg-opacity: 1 !important;
    background-color: #123440 !important;
    background-color: rgba(18, 52, 64, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-lac-darkblue {
    --bg-opacity: 1 !important;
    background-color: #0F2E39 !important;
    background-color: rgba(15, 46, 57, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-lac-brass {
    --bg-opacity: 1 !important;
    background-color: #D19A86 !important;
    background-color: rgba(209, 154, 134, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-lac-offwhite {
    --bg-opacity: 1 !important;
    background-color: #F8F8F7 !important;
    background-color: rgba(248, 248, 247, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-transparent:hover {
    background-color: transparent !important;
  }

  .xl-hover-tw-bg-current:hover {
    background-color: currentColor !important;
  }

  .xl-hover-tw-bg-black:hover {
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-white:hover {
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-gray-100:hover {
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-gray-200:hover {
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-gray-300:hover {
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-gray-400:hover {
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-gray-500:hover {
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-gray-600:hover {
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-gray-700:hover {
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-gray-800:hover {
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-gray-900:hover {
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-red-100:hover {
    --bg-opacity: 1 !important;
    background-color: #fff5f5 !important;
    background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-red-200:hover {
    --bg-opacity: 1 !important;
    background-color: #fed7d7 !important;
    background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-red-300:hover {
    --bg-opacity: 1 !important;
    background-color: #feb2b2 !important;
    background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-red-400:hover {
    --bg-opacity: 1 !important;
    background-color: #fc8181 !important;
    background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-red-500:hover {
    --bg-opacity: 1 !important;
    background-color: #f56565 !important;
    background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-red-600:hover {
    --bg-opacity: 1 !important;
    background-color: #e53e3e !important;
    background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-red-700:hover {
    --bg-opacity: 1 !important;
    background-color: #c53030 !important;
    background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-red-800:hover {
    --bg-opacity: 1 !important;
    background-color: #9b2c2c !important;
    background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-red-900:hover {
    --bg-opacity: 1 !important;
    background-color: #742a2a !important;
    background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-orange-100:hover {
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-orange-200:hover {
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-orange-300:hover {
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-orange-400:hover {
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-orange-500:hover {
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-orange-600:hover {
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-orange-700:hover {
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-orange-800:hover {
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-orange-900:hover {
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-yellow-100:hover {
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-yellow-200:hover {
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-yellow-300:hover {
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-yellow-400:hover {
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-yellow-500:hover {
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-yellow-600:hover {
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-yellow-700:hover {
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-yellow-800:hover {
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-yellow-900:hover {
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-green-100:hover {
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-green-200:hover {
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-green-300:hover {
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-green-400:hover {
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-green-500:hover {
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-green-600:hover {
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-green-700:hover {
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-green-800:hover {
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-green-900:hover {
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-teal-100:hover {
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-teal-200:hover {
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-teal-300:hover {
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-teal-400:hover {
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-teal-500:hover {
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-teal-600:hover {
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-teal-700:hover {
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-teal-800:hover {
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-teal-900:hover {
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-blue-100:hover {
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-blue-200:hover {
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-blue-300:hover {
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-blue-400:hover {
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-blue-500:hover {
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-blue-600:hover {
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-blue-700:hover {
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-blue-800:hover {
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-blue-900:hover {
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-indigo-100:hover {
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-indigo-200:hover {
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-indigo-300:hover {
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-indigo-400:hover {
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-indigo-500:hover {
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-indigo-600:hover {
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-indigo-700:hover {
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-indigo-800:hover {
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-indigo-900:hover {
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-purple-100:hover {
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-purple-200:hover {
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-purple-300:hover {
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-purple-400:hover {
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-purple-500:hover {
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-purple-600:hover {
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-purple-700:hover {
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-purple-800:hover {
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-purple-900:hover {
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-pink-100:hover {
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-pink-200:hover {
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-pink-300:hover {
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-pink-400:hover {
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-pink-500:hover {
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-pink-600:hover {
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-pink-700:hover {
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-pink-800:hover {
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-pink-900:hover {
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-lac-blue:hover {
    --bg-opacity: 1 !important;
    background-color: #123440 !important;
    background-color: rgba(18, 52, 64, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-lac-darkblue:hover {
    --bg-opacity: 1 !important;
    background-color: #0F2E39 !important;
    background-color: rgba(15, 46, 57, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-lac-brass:hover {
    --bg-opacity: 1 !important;
    background-color: #D19A86 !important;
    background-color: rgba(209, 154, 134, var(--bg-opacity)) !important;
  }

  .xl-hover-tw-bg-lac-offwhite:hover {
    --bg-opacity: 1 !important;
    background-color: #F8F8F7 !important;
    background-color: rgba(248, 248, 247, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-transparent:focus {
    background-color: transparent !important;
  }

  .xl-focus-tw-bg-current:focus {
    background-color: currentColor !important;
  }

  .xl-focus-tw-bg-black:focus {
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-white:focus {
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-gray-100:focus {
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-gray-200:focus {
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-gray-300:focus {
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-gray-400:focus {
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-gray-500:focus {
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-gray-600:focus {
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-gray-700:focus {
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-gray-800:focus {
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-gray-900:focus {
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-red-100:focus {
    --bg-opacity: 1 !important;
    background-color: #fff5f5 !important;
    background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-red-200:focus {
    --bg-opacity: 1 !important;
    background-color: #fed7d7 !important;
    background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-red-300:focus {
    --bg-opacity: 1 !important;
    background-color: #feb2b2 !important;
    background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-red-400:focus {
    --bg-opacity: 1 !important;
    background-color: #fc8181 !important;
    background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-red-500:focus {
    --bg-opacity: 1 !important;
    background-color: #f56565 !important;
    background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-red-600:focus {
    --bg-opacity: 1 !important;
    background-color: #e53e3e !important;
    background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-red-700:focus {
    --bg-opacity: 1 !important;
    background-color: #c53030 !important;
    background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-red-800:focus {
    --bg-opacity: 1 !important;
    background-color: #9b2c2c !important;
    background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-red-900:focus {
    --bg-opacity: 1 !important;
    background-color: #742a2a !important;
    background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-orange-100:focus {
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-orange-200:focus {
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-orange-300:focus {
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-orange-400:focus {
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-orange-500:focus {
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-orange-600:focus {
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-orange-700:focus {
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-orange-800:focus {
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-orange-900:focus {
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-yellow-100:focus {
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-yellow-200:focus {
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-yellow-300:focus {
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-yellow-400:focus {
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-yellow-500:focus {
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-yellow-600:focus {
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-yellow-700:focus {
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-yellow-800:focus {
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-yellow-900:focus {
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-green-100:focus {
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-green-200:focus {
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-green-300:focus {
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-green-400:focus {
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-green-500:focus {
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-green-600:focus {
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-green-700:focus {
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-green-800:focus {
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-green-900:focus {
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-teal-100:focus {
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-teal-200:focus {
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-teal-300:focus {
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-teal-400:focus {
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-teal-500:focus {
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-teal-600:focus {
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-teal-700:focus {
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-teal-800:focus {
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-teal-900:focus {
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-blue-100:focus {
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-blue-200:focus {
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-blue-300:focus {
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-blue-400:focus {
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-blue-500:focus {
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-blue-600:focus {
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-blue-700:focus {
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-blue-800:focus {
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-blue-900:focus {
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-indigo-100:focus {
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-indigo-200:focus {
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-indigo-300:focus {
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-indigo-400:focus {
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-indigo-500:focus {
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-indigo-600:focus {
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-indigo-700:focus {
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-indigo-800:focus {
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-indigo-900:focus {
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-purple-100:focus {
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-purple-200:focus {
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-purple-300:focus {
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-purple-400:focus {
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-purple-500:focus {
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-purple-600:focus {
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-purple-700:focus {
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-purple-800:focus {
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-purple-900:focus {
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-pink-100:focus {
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-pink-200:focus {
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-pink-300:focus {
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-pink-400:focus {
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-pink-500:focus {
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-pink-600:focus {
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-pink-700:focus {
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-pink-800:focus {
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-pink-900:focus {
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-lac-blue:focus {
    --bg-opacity: 1 !important;
    background-color: #123440 !important;
    background-color: rgba(18, 52, 64, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-lac-darkblue:focus {
    --bg-opacity: 1 !important;
    background-color: #0F2E39 !important;
    background-color: rgba(15, 46, 57, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-lac-brass:focus {
    --bg-opacity: 1 !important;
    background-color: #D19A86 !important;
    background-color: rgba(209, 154, 134, var(--bg-opacity)) !important;
  }

  .xl-focus-tw-bg-lac-offwhite:focus {
    --bg-opacity: 1 !important;
    background-color: #F8F8F7 !important;
    background-color: rgba(248, 248, 247, var(--bg-opacity)) !important;
  }

  .xl-tw-bg-opacity-0 {
    --bg-opacity: 0 !important;
  }

  .xl-tw-bg-opacity-25 {
    --bg-opacity: 0.25 !important;
  }

  .xl-tw-bg-opacity-50 {
    --bg-opacity: 0.5 !important;
  }

  .xl-tw-bg-opacity-75 {
    --bg-opacity: 0.75 !important;
  }

  .xl-tw-bg-opacity-100 {
    --bg-opacity: 1 !important;
  }

  .xl-hover-tw-bg-opacity-0:hover {
    --bg-opacity: 0 !important;
  }

  .xl-hover-tw-bg-opacity-25:hover {
    --bg-opacity: 0.25 !important;
  }

  .xl-hover-tw-bg-opacity-50:hover {
    --bg-opacity: 0.5 !important;
  }

  .xl-hover-tw-bg-opacity-75:hover {
    --bg-opacity: 0.75 !important;
  }

  .xl-hover-tw-bg-opacity-100:hover {
    --bg-opacity: 1 !important;
  }

  .xl-focus-tw-bg-opacity-0:focus {
    --bg-opacity: 0 !important;
  }

  .xl-focus-tw-bg-opacity-25:focus {
    --bg-opacity: 0.25 !important;
  }

  .xl-focus-tw-bg-opacity-50:focus {
    --bg-opacity: 0.5 !important;
  }

  .xl-focus-tw-bg-opacity-75:focus {
    --bg-opacity: 0.75 !important;
  }

  .xl-focus-tw-bg-opacity-100:focus {
    --bg-opacity: 1 !important;
  }

  .xl-tw-bg-bottom {
    background-position: bottom !important;
  }

  .xl-tw-bg-center {
    background-position: center !important;
  }

  .xl-tw-bg-left {
    background-position: left !important;
  }

  .xl-tw-bg-left-bottom {
    background-position: left bottom !important;
  }

  .xl-tw-bg-left-top {
    background-position: left top !important;
  }

  .xl-tw-bg-right {
    background-position: right !important;
  }

  .xl-tw-bg-right-bottom {
    background-position: right bottom !important;
  }

  .xl-tw-bg-right-top {
    background-position: right top !important;
  }

  .xl-tw-bg-top {
    background-position: top !important;
  }

  .xl-tw-bg-repeat {
    background-repeat: repeat !important;
  }

  .xl-tw-bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .xl-tw-bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .xl-tw-bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .xl-tw-bg-repeat-round {
    background-repeat: round !important;
  }

  .xl-tw-bg-repeat-space {
    background-repeat: space !important;
  }

  .xl-tw-bg-auto {
    background-size: auto !important;
  }

  .xl-tw-bg-cover {
    background-size: cover !important;
  }

  .xl-tw-bg-contain {
    background-size: contain !important;
  }

  .xl-tw-border-collapse {
    border-collapse: collapse !important;
  }

  .xl-tw-border-separate {
    border-collapse: separate !important;
  }

  .xl-tw-border-transparent {
    border-color: transparent !important;
  }

  .xl-tw-border-current {
    border-color: currentColor !important;
  }

  .xl-tw-border-black {
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .xl-tw-border-white {
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .xl-tw-border-gray-100 {
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .xl-tw-border-gray-200 {
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .xl-tw-border-gray-300 {
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .xl-tw-border-gray-400 {
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .xl-tw-border-gray-500 {
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .xl-tw-border-gray-600 {
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .xl-tw-border-gray-700 {
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .xl-tw-border-gray-800 {
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .xl-tw-border-gray-900 {
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .xl-tw-border-red-100 {
    --border-opacity: 1 !important;
    border-color: #fff5f5 !important;
    border-color: rgba(255, 245, 245, var(--border-opacity)) !important;
  }

  .xl-tw-border-red-200 {
    --border-opacity: 1 !important;
    border-color: #fed7d7 !important;
    border-color: rgba(254, 215, 215, var(--border-opacity)) !important;
  }

  .xl-tw-border-red-300 {
    --border-opacity: 1 !important;
    border-color: #feb2b2 !important;
    border-color: rgba(254, 178, 178, var(--border-opacity)) !important;
  }

  .xl-tw-border-red-400 {
    --border-opacity: 1 !important;
    border-color: #fc8181 !important;
    border-color: rgba(252, 129, 129, var(--border-opacity)) !important;
  }

  .xl-tw-border-red-500 {
    --border-opacity: 1 !important;
    border-color: #f56565 !important;
    border-color: rgba(245, 101, 101, var(--border-opacity)) !important;
  }

  .xl-tw-border-red-600 {
    --border-opacity: 1 !important;
    border-color: #e53e3e !important;
    border-color: rgba(229, 62, 62, var(--border-opacity)) !important;
  }

  .xl-tw-border-red-700 {
    --border-opacity: 1 !important;
    border-color: #c53030 !important;
    border-color: rgba(197, 48, 48, var(--border-opacity)) !important;
  }

  .xl-tw-border-red-800 {
    --border-opacity: 1 !important;
    border-color: #9b2c2c !important;
    border-color: rgba(155, 44, 44, var(--border-opacity)) !important;
  }

  .xl-tw-border-red-900 {
    --border-opacity: 1 !important;
    border-color: #742a2a !important;
    border-color: rgba(116, 42, 42, var(--border-opacity)) !important;
  }

  .xl-tw-border-orange-100 {
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .xl-tw-border-orange-200 {
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .xl-tw-border-orange-300 {
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .xl-tw-border-orange-400 {
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .xl-tw-border-orange-500 {
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .xl-tw-border-orange-600 {
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .xl-tw-border-orange-700 {
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .xl-tw-border-orange-800 {
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .xl-tw-border-orange-900 {
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .xl-tw-border-yellow-100 {
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .xl-tw-border-yellow-200 {
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .xl-tw-border-yellow-300 {
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .xl-tw-border-yellow-400 {
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .xl-tw-border-yellow-500 {
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .xl-tw-border-yellow-600 {
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .xl-tw-border-yellow-700 {
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .xl-tw-border-yellow-800 {
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .xl-tw-border-yellow-900 {
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .xl-tw-border-green-100 {
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .xl-tw-border-green-200 {
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .xl-tw-border-green-300 {
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .xl-tw-border-green-400 {
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .xl-tw-border-green-500 {
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .xl-tw-border-green-600 {
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .xl-tw-border-green-700 {
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .xl-tw-border-green-800 {
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .xl-tw-border-green-900 {
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .xl-tw-border-teal-100 {
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .xl-tw-border-teal-200 {
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .xl-tw-border-teal-300 {
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .xl-tw-border-teal-400 {
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .xl-tw-border-teal-500 {
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .xl-tw-border-teal-600 {
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .xl-tw-border-teal-700 {
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .xl-tw-border-teal-800 {
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .xl-tw-border-teal-900 {
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .xl-tw-border-blue-100 {
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .xl-tw-border-blue-200 {
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .xl-tw-border-blue-300 {
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .xl-tw-border-blue-400 {
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .xl-tw-border-blue-500 {
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .xl-tw-border-blue-600 {
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .xl-tw-border-blue-700 {
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .xl-tw-border-blue-800 {
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .xl-tw-border-blue-900 {
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .xl-tw-border-indigo-100 {
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .xl-tw-border-indigo-200 {
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .xl-tw-border-indigo-300 {
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .xl-tw-border-indigo-400 {
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .xl-tw-border-indigo-500 {
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .xl-tw-border-indigo-600 {
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .xl-tw-border-indigo-700 {
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .xl-tw-border-indigo-800 {
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .xl-tw-border-indigo-900 {
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .xl-tw-border-purple-100 {
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .xl-tw-border-purple-200 {
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .xl-tw-border-purple-300 {
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .xl-tw-border-purple-400 {
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .xl-tw-border-purple-500 {
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .xl-tw-border-purple-600 {
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .xl-tw-border-purple-700 {
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .xl-tw-border-purple-800 {
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .xl-tw-border-purple-900 {
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .xl-tw-border-pink-100 {
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .xl-tw-border-pink-200 {
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .xl-tw-border-pink-300 {
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .xl-tw-border-pink-400 {
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .xl-tw-border-pink-500 {
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .xl-tw-border-pink-600 {
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .xl-tw-border-pink-700 {
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .xl-tw-border-pink-800 {
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .xl-tw-border-pink-900 {
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .xl-tw-border-lac-blue {
    --border-opacity: 1 !important;
    border-color: #123440 !important;
    border-color: rgba(18, 52, 64, var(--border-opacity)) !important;
  }

  .xl-tw-border-lac-darkblue {
    --border-opacity: 1 !important;
    border-color: #0F2E39 !important;
    border-color: rgba(15, 46, 57, var(--border-opacity)) !important;
  }

  .xl-tw-border-lac-brass {
    --border-opacity: 1 !important;
    border-color: #D19A86 !important;
    border-color: rgba(209, 154, 134, var(--border-opacity)) !important;
  }

  .xl-tw-border-lac-offwhite {
    --border-opacity: 1 !important;
    border-color: #F8F8F7 !important;
    border-color: rgba(248, 248, 247, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-transparent:hover {
    border-color: transparent !important;
  }

  .xl-hover-tw-border-current:hover {
    border-color: currentColor !important;
  }

  .xl-hover-tw-border-black:hover {
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-white:hover {
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-gray-100:hover {
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-gray-200:hover {
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-gray-300:hover {
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-gray-400:hover {
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-gray-500:hover {
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-gray-600:hover {
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-gray-700:hover {
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-gray-800:hover {
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-gray-900:hover {
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-red-100:hover {
    --border-opacity: 1 !important;
    border-color: #fff5f5 !important;
    border-color: rgba(255, 245, 245, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-red-200:hover {
    --border-opacity: 1 !important;
    border-color: #fed7d7 !important;
    border-color: rgba(254, 215, 215, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-red-300:hover {
    --border-opacity: 1 !important;
    border-color: #feb2b2 !important;
    border-color: rgba(254, 178, 178, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-red-400:hover {
    --border-opacity: 1 !important;
    border-color: #fc8181 !important;
    border-color: rgba(252, 129, 129, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-red-500:hover {
    --border-opacity: 1 !important;
    border-color: #f56565 !important;
    border-color: rgba(245, 101, 101, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-red-600:hover {
    --border-opacity: 1 !important;
    border-color: #e53e3e !important;
    border-color: rgba(229, 62, 62, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-red-700:hover {
    --border-opacity: 1 !important;
    border-color: #c53030 !important;
    border-color: rgba(197, 48, 48, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-red-800:hover {
    --border-opacity: 1 !important;
    border-color: #9b2c2c !important;
    border-color: rgba(155, 44, 44, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-red-900:hover {
    --border-opacity: 1 !important;
    border-color: #742a2a !important;
    border-color: rgba(116, 42, 42, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-orange-100:hover {
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-orange-200:hover {
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-orange-300:hover {
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-orange-400:hover {
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-orange-500:hover {
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-orange-600:hover {
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-orange-700:hover {
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-orange-800:hover {
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-orange-900:hover {
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-yellow-100:hover {
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-yellow-200:hover {
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-yellow-300:hover {
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-yellow-400:hover {
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-yellow-500:hover {
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-yellow-600:hover {
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-yellow-700:hover {
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-yellow-800:hover {
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-yellow-900:hover {
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-green-100:hover {
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-green-200:hover {
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-green-300:hover {
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-green-400:hover {
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-green-500:hover {
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-green-600:hover {
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-green-700:hover {
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-green-800:hover {
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-green-900:hover {
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-teal-100:hover {
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-teal-200:hover {
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-teal-300:hover {
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-teal-400:hover {
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-teal-500:hover {
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-teal-600:hover {
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-teal-700:hover {
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-teal-800:hover {
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-teal-900:hover {
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-blue-100:hover {
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-blue-200:hover {
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-blue-300:hover {
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-blue-400:hover {
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-blue-500:hover {
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-blue-600:hover {
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-blue-700:hover {
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-blue-800:hover {
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-blue-900:hover {
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-indigo-100:hover {
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-indigo-200:hover {
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-indigo-300:hover {
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-indigo-400:hover {
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-indigo-500:hover {
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-indigo-600:hover {
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-indigo-700:hover {
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-indigo-800:hover {
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-indigo-900:hover {
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-purple-100:hover {
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-purple-200:hover {
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-purple-300:hover {
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-purple-400:hover {
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-purple-500:hover {
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-purple-600:hover {
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-purple-700:hover {
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-purple-800:hover {
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-purple-900:hover {
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-pink-100:hover {
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-pink-200:hover {
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-pink-300:hover {
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-pink-400:hover {
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-pink-500:hover {
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-pink-600:hover {
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-pink-700:hover {
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-pink-800:hover {
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-pink-900:hover {
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-lac-blue:hover {
    --border-opacity: 1 !important;
    border-color: #123440 !important;
    border-color: rgba(18, 52, 64, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-lac-darkblue:hover {
    --border-opacity: 1 !important;
    border-color: #0F2E39 !important;
    border-color: rgba(15, 46, 57, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-lac-brass:hover {
    --border-opacity: 1 !important;
    border-color: #D19A86 !important;
    border-color: rgba(209, 154, 134, var(--border-opacity)) !important;
  }

  .xl-hover-tw-border-lac-offwhite:hover {
    --border-opacity: 1 !important;
    border-color: #F8F8F7 !important;
    border-color: rgba(248, 248, 247, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-transparent:focus {
    border-color: transparent !important;
  }

  .xl-focus-tw-border-current:focus {
    border-color: currentColor !important;
  }

  .xl-focus-tw-border-black:focus {
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-white:focus {
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-gray-100:focus {
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-gray-200:focus {
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-gray-300:focus {
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-gray-400:focus {
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-gray-500:focus {
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-gray-600:focus {
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-gray-700:focus {
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-gray-800:focus {
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-gray-900:focus {
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-red-100:focus {
    --border-opacity: 1 !important;
    border-color: #fff5f5 !important;
    border-color: rgba(255, 245, 245, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-red-200:focus {
    --border-opacity: 1 !important;
    border-color: #fed7d7 !important;
    border-color: rgba(254, 215, 215, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-red-300:focus {
    --border-opacity: 1 !important;
    border-color: #feb2b2 !important;
    border-color: rgba(254, 178, 178, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-red-400:focus {
    --border-opacity: 1 !important;
    border-color: #fc8181 !important;
    border-color: rgba(252, 129, 129, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-red-500:focus {
    --border-opacity: 1 !important;
    border-color: #f56565 !important;
    border-color: rgba(245, 101, 101, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-red-600:focus {
    --border-opacity: 1 !important;
    border-color: #e53e3e !important;
    border-color: rgba(229, 62, 62, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-red-700:focus {
    --border-opacity: 1 !important;
    border-color: #c53030 !important;
    border-color: rgba(197, 48, 48, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-red-800:focus {
    --border-opacity: 1 !important;
    border-color: #9b2c2c !important;
    border-color: rgba(155, 44, 44, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-red-900:focus {
    --border-opacity: 1 !important;
    border-color: #742a2a !important;
    border-color: rgba(116, 42, 42, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-orange-100:focus {
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-orange-200:focus {
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-orange-300:focus {
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-orange-400:focus {
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-orange-500:focus {
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-orange-600:focus {
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-orange-700:focus {
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-orange-800:focus {
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-orange-900:focus {
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-yellow-100:focus {
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-yellow-200:focus {
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-yellow-300:focus {
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-yellow-400:focus {
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-yellow-500:focus {
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-yellow-600:focus {
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-yellow-700:focus {
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-yellow-800:focus {
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-yellow-900:focus {
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-green-100:focus {
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-green-200:focus {
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-green-300:focus {
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-green-400:focus {
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-green-500:focus {
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-green-600:focus {
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-green-700:focus {
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-green-800:focus {
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-green-900:focus {
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-teal-100:focus {
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-teal-200:focus {
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-teal-300:focus {
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-teal-400:focus {
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-teal-500:focus {
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-teal-600:focus {
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-teal-700:focus {
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-teal-800:focus {
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-teal-900:focus {
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-blue-100:focus {
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-blue-200:focus {
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-blue-300:focus {
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-blue-400:focus {
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-blue-500:focus {
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-blue-600:focus {
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-blue-700:focus {
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-blue-800:focus {
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-blue-900:focus {
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-indigo-100:focus {
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-indigo-200:focus {
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-indigo-300:focus {
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-indigo-400:focus {
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-indigo-500:focus {
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-indigo-600:focus {
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-indigo-700:focus {
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-indigo-800:focus {
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-indigo-900:focus {
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-purple-100:focus {
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-purple-200:focus {
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-purple-300:focus {
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-purple-400:focus {
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-purple-500:focus {
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-purple-600:focus {
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-purple-700:focus {
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-purple-800:focus {
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-purple-900:focus {
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-pink-100:focus {
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-pink-200:focus {
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-pink-300:focus {
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-pink-400:focus {
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-pink-500:focus {
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-pink-600:focus {
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-pink-700:focus {
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-pink-800:focus {
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-pink-900:focus {
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-lac-blue:focus {
    --border-opacity: 1 !important;
    border-color: #123440 !important;
    border-color: rgba(18, 52, 64, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-lac-darkblue:focus {
    --border-opacity: 1 !important;
    border-color: #0F2E39 !important;
    border-color: rgba(15, 46, 57, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-lac-brass:focus {
    --border-opacity: 1 !important;
    border-color: #D19A86 !important;
    border-color: rgba(209, 154, 134, var(--border-opacity)) !important;
  }

  .xl-focus-tw-border-lac-offwhite:focus {
    --border-opacity: 1 !important;
    border-color: #F8F8F7 !important;
    border-color: rgba(248, 248, 247, var(--border-opacity)) !important;
  }

  .xl-tw-border-opacity-0 {
    --border-opacity: 0 !important;
  }

  .xl-tw-border-opacity-25 {
    --border-opacity: 0.25 !important;
  }

  .xl-tw-border-opacity-50 {
    --border-opacity: 0.5 !important;
  }

  .xl-tw-border-opacity-75 {
    --border-opacity: 0.75 !important;
  }

  .xl-tw-border-opacity-100 {
    --border-opacity: 1 !important;
  }

  .xl-hover-tw-border-opacity-0:hover {
    --border-opacity: 0 !important;
  }

  .xl-hover-tw-border-opacity-25:hover {
    --border-opacity: 0.25 !important;
  }

  .xl-hover-tw-border-opacity-50:hover {
    --border-opacity: 0.5 !important;
  }

  .xl-hover-tw-border-opacity-75:hover {
    --border-opacity: 0.75 !important;
  }

  .xl-hover-tw-border-opacity-100:hover {
    --border-opacity: 1 !important;
  }

  .xl-focus-tw-border-opacity-0:focus {
    --border-opacity: 0 !important;
  }

  .xl-focus-tw-border-opacity-25:focus {
    --border-opacity: 0.25 !important;
  }

  .xl-focus-tw-border-opacity-50:focus {
    --border-opacity: 0.5 !important;
  }

  .xl-focus-tw-border-opacity-75:focus {
    --border-opacity: 0.75 !important;
  }

  .xl-focus-tw-border-opacity-100:focus {
    --border-opacity: 1 !important;
  }

  .xl-tw-rounded-none {
    border-radius: 0 !important;
  }

  .xl-tw-rounded-sm {
    border-radius: 0.125rem !important;
  }

  .xl-tw-rounded {
    border-radius: 0.25rem !important;
  }

  .xl-tw-rounded-md {
    border-radius: 0.375rem !important;
  }

  .xl-tw-rounded-lg {
    border-radius: 0.5rem !important;
  }

  .xl-tw-rounded-full {
    border-radius: 9999px !important;
  }

  .xl-tw-rounded-t-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .xl-tw-rounded-r-none {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .xl-tw-rounded-b-none {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xl-tw-rounded-l-none {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xl-tw-rounded-t-sm {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .xl-tw-rounded-r-sm {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .xl-tw-rounded-b-sm {
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .xl-tw-rounded-l-sm {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .xl-tw-rounded-t {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .xl-tw-rounded-r {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .xl-tw-rounded-b {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xl-tw-rounded-l {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

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

  .xl-tw-rounded-r-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

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

  .xl-tw-rounded-l-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .xl-tw-rounded-t-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .xl-tw-rounded-r-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .xl-tw-rounded-b-lg {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl-tw-rounded-l-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl-tw-rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .xl-tw-rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .xl-tw-rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xl-tw-rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xl-tw-rounded-tl-none {
    border-top-left-radius: 0 !important;
  }

  .xl-tw-rounded-tr-none {
    border-top-right-radius: 0 !important;
  }

  .xl-tw-rounded-br-none {
    border-bottom-right-radius: 0 !important;
  }

  .xl-tw-rounded-bl-none {
    border-bottom-left-radius: 0 !important;
  }

  .xl-tw-rounded-tl-sm {
    border-top-left-radius: 0.125rem !important;
  }

  .xl-tw-rounded-tr-sm {
    border-top-right-radius: 0.125rem !important;
  }

  .xl-tw-rounded-br-sm {
    border-bottom-right-radius: 0.125rem !important;
  }

  .xl-tw-rounded-bl-sm {
    border-bottom-left-radius: 0.125rem !important;
  }

  .xl-tw-rounded-tl {
    border-top-left-radius: 0.25rem !important;
  }

  .xl-tw-rounded-tr {
    border-top-right-radius: 0.25rem !important;
  }

  .xl-tw-rounded-br {
    border-bottom-right-radius: 0.25rem !important;
  }

  .xl-tw-rounded-bl {
    border-bottom-left-radius: 0.25rem !important;
  }

  .xl-tw-rounded-tl-md {
    border-top-left-radius: 0.375rem !important;
  }

  .xl-tw-rounded-tr-md {
    border-top-right-radius: 0.375rem !important;
  }

  .xl-tw-rounded-br-md {
    border-bottom-right-radius: 0.375rem !important;
  }

  .xl-tw-rounded-bl-md {
    border-bottom-left-radius: 0.375rem !important;
  }

  .xl-tw-rounded-tl-lg {
    border-top-left-radius: 0.5rem !important;
  }

  .xl-tw-rounded-tr-lg {
    border-top-right-radius: 0.5rem !important;
  }

  .xl-tw-rounded-br-lg {
    border-bottom-right-radius: 0.5rem !important;
  }

  .xl-tw-rounded-bl-lg {
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl-tw-rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .xl-tw-rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .xl-tw-rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .xl-tw-rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .xl-tw-border-solid {
    border-style: solid !important;
  }

  .xl-tw-border-dashed {
    border-style: dashed !important;
  }

  .xl-tw-border-dotted {
    border-style: dotted !important;
  }

  .xl-tw-border-double {
    border-style: double !important;
  }

  .xl-tw-border-none {
    border-style: none !important;
  }

  .xl-tw-border-0 {
    border-width: 0 !important;
  }

  .xl-tw-border-2 {
    border-width: 2px !important;
  }

  .xl-tw-border-4 {
    border-width: 4px !important;
  }

  .xl-tw-border-8 {
    border-width: 8px !important;
  }

  .xl-tw-border {
    border-width: 1px !important;
  }

  .xl-tw-border-t-0 {
    border-top-width: 0 !important;
  }

  .xl-tw-border-r-0 {
    border-right-width: 0 !important;
  }

  .xl-tw-border-b-0 {
    border-bottom-width: 0 !important;
  }

  .xl-tw-border-l-0 {
    border-left-width: 0 !important;
  }

  .xl-tw-border-t-2 {
    border-top-width: 2px !important;
  }

  .xl-tw-border-r-2 {
    border-right-width: 2px !important;
  }

  .xl-tw-border-b-2 {
    border-bottom-width: 2px !important;
  }

  .xl-tw-border-l-2 {
    border-left-width: 2px !important;
  }

  .xl-tw-border-t-4 {
    border-top-width: 4px !important;
  }

  .xl-tw-border-r-4 {
    border-right-width: 4px !important;
  }

  .xl-tw-border-b-4 {
    border-bottom-width: 4px !important;
  }

  .xl-tw-border-l-4 {
    border-left-width: 4px !important;
  }

  .xl-tw-border-t-8 {
    border-top-width: 8px !important;
  }

  .xl-tw-border-r-8 {
    border-right-width: 8px !important;
  }

  .xl-tw-border-b-8 {
    border-bottom-width: 8px !important;
  }

  .xl-tw-border-l-8 {
    border-left-width: 8px !important;
  }

  .xl-tw-border-t {
    border-top-width: 1px !important;
  }

  .xl-tw-border-r {
    border-right-width: 1px !important;
  }

  .xl-tw-border-b {
    border-bottom-width: 1px !important;
  }

  .xl-tw-border-l {
    border-left-width: 1px !important;
  }

  .xl-tw-box-border {
    box-sizing: border-box !important;
  }

  .xl-tw-box-content {
    box-sizing: content-box !important;
  }

  .xl-tw-cursor-auto {
    cursor: auto !important;
  }

  .xl-tw-cursor-default {
    cursor: default !important;
  }

  .xl-tw-cursor-pointer {
    cursor: pointer !important;
  }

  .xl-tw-cursor-wait {
    cursor: wait !important;
  }

  .xl-tw-cursor-text {
    cursor: text !important;
  }

  .xl-tw-cursor-move {
    cursor: move !important;
  }

  .xl-tw-cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .xl-tw-block {
    display: block !important;
  }

  .xl-tw-inline-block {
    display: inline-block !important;
  }

  .xl-tw-inline {
    display: inline !important;
  }

  .xl-tw-flex {
    display: flex !important;
  }

  .xl-tw-inline-flex {
    display: inline-flex !important;
  }

  .xl-tw-table {
    display: table !important;
  }

  .xl-tw-table-caption {
    display: table-caption !important;
  }

  .xl-tw-table-cell {
    display: table-cell !important;
  }

  .xl-tw-table-column {
    display: table-column !important;
  }

  .xl-tw-table-column-group {
    display: table-column-group !important;
  }

  .xl-tw-table-footer-group {
    display: table-footer-group !important;
  }

  .xl-tw-table-header-group {
    display: table-header-group !important;
  }

  .xl-tw-table-row-group {
    display: table-row-group !important;
  }

  .xl-tw-table-row {
    display: table-row !important;
  }

  .xl-tw-flow-root {
    display: flow-root !important;
  }

  .xl-tw-grid {
    display: grid !important;
  }

  .xl-tw-inline-grid {
    display: inline-grid !important;
  }

  .xl-tw-hidden {
    display: none !important;
  }

  .xl-tw-flex-row {
    flex-direction: row !important;
  }

  .xl-tw-flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .xl-tw-flex-col {
    flex-direction: column !important;
  }

  .xl-tw-flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .xl-tw-flex-wrap {
    flex-wrap: wrap !important;
  }

  .xl-tw-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .xl-tw-flex-no-wrap {
    flex-wrap: nowrap !important;
  }

  .xl-tw-items-start {
    align-items: flex-start !important;
  }

  .xl-tw-items-end {
    align-items: flex-end !important;
  }

  .xl-tw-items-center {
    align-items: center !important;
  }

  .xl-tw-items-baseline {
    align-items: baseline !important;
  }

  .xl-tw-items-stretch {
    align-items: stretch !important;
  }

  .xl-tw-self-auto {
    align-self: auto !important;
  }

  .xl-tw-self-start {
    align-self: flex-start !important;
  }

  .xl-tw-self-end {
    align-self: flex-end !important;
  }

  .xl-tw-self-center {
    align-self: center !important;
  }

  .xl-tw-self-stretch {
    align-self: stretch !important;
  }

  .xl-tw-justify-start {
    justify-content: flex-start !important;
  }

  .xl-tw-justify-end {
    justify-content: flex-end !important;
  }

  .xl-tw-justify-center {
    justify-content: center !important;
  }

  .xl-tw-justify-between {
    justify-content: space-between !important;
  }

  .xl-tw-justify-around {
    justify-content: space-around !important;
  }

  .xl-tw-justify-evenly {
    justify-content: space-evenly !important;
  }

  .xl-tw-content-center {
    align-content: center !important;
  }

  .xl-tw-content-start {
    align-content: flex-start !important;
  }

  .xl-tw-content-end {
    align-content: flex-end !important;
  }

  .xl-tw-content-between {
    align-content: space-between !important;
  }

  .xl-tw-content-around {
    align-content: space-around !important;
  }

  .xl-tw-flex-1 {
    flex: 1 1 0% !important;
  }

  .xl-tw-flex-auto {
    flex: 1 1 auto !important;
  }

  .xl-tw-flex-initial {
    flex: 0 1 auto !important;
  }

  .xl-tw-flex-none {
    flex: none !important;
  }

  .xl-tw-flex-grow-0 {
    flex-grow: 0 !important;
  }

  .xl-tw-flex-grow {
    flex-grow: 1 !important;
  }

  .xl-tw-flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .xl-tw-flex-shrink {
    flex-shrink: 1 !important;
  }

  .xl-tw-order-1 {
    order: 1 !important;
  }

  .xl-tw-order-2 {
    order: 2 !important;
  }

  .xl-tw-order-3 {
    order: 3 !important;
  }

  .xl-tw-order-4 {
    order: 4 !important;
  }

  .xl-tw-order-5 {
    order: 5 !important;
  }

  .xl-tw-order-6 {
    order: 6 !important;
  }

  .xl-tw-order-7 {
    order: 7 !important;
  }

  .xl-tw-order-8 {
    order: 8 !important;
  }

  .xl-tw-order-9 {
    order: 9 !important;
  }

  .xl-tw-order-10 {
    order: 10 !important;
  }

  .xl-tw-order-11 {
    order: 11 !important;
  }

  .xl-tw-order-12 {
    order: 12 !important;
  }

  .xl-tw-order-first {
    order: -9999 !important;
  }

  .xl-tw-order-last {
    order: 9999 !important;
  }

  .xl-tw-order-none {
    order: 0 !important;
  }

  .xl-tw-float-right {
    float: right !important;
  }

  .xl-tw-float-left {
    float: left !important;
  }

  .xl-tw-float-none {
    float: none !important;
  }

  .xl-tw-clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .xl-tw-clear-left {
    clear: left !important;
  }

  .xl-tw-clear-right {
    clear: right !important;
  }

  .xl-tw-clear-both {
    clear: both !important;
  }

  .xl-tw-clear-none {
    clear: none !important;
  }

  .xl-tw-font-sans {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  }

  .xl-tw-font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .xl-tw-font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .xl-tw-font-lac-serif {
    font-family: Vollkorn, serif !important;
  }

  .xl-tw-font-hairline {
    font-weight: 100 !important;
  }

  .xl-tw-font-thin {
    font-weight: 200 !important;
  }

  .xl-tw-font-light {
    font-weight: 300 !important;
  }

  .xl-tw-font-normal {
    font-weight: 400 !important;
  }

  .xl-tw-font-medium {
    font-weight: 500 !important;
  }

  .xl-tw-font-semibold {
    font-weight: 600 !important;
  }

  .xl-tw-font-bold {
    font-weight: 700 !important;
  }

  .xl-tw-font-extrabold {
    font-weight: 800 !important;
  }

  .xl-tw-font-black {
    font-weight: 900 !important;
  }

  .xl-hover-tw-font-hairline:hover {
    font-weight: 100 !important;
  }

  .xl-hover-tw-font-thin:hover {
    font-weight: 200 !important;
  }

  .xl-hover-tw-font-light:hover {
    font-weight: 300 !important;
  }

  .xl-hover-tw-font-normal:hover {
    font-weight: 400 !important;
  }

  .xl-hover-tw-font-medium:hover {
    font-weight: 500 !important;
  }

  .xl-hover-tw-font-semibold:hover {
    font-weight: 600 !important;
  }

  .xl-hover-tw-font-bold:hover {
    font-weight: 700 !important;
  }

  .xl-hover-tw-font-extrabold:hover {
    font-weight: 800 !important;
  }

  .xl-hover-tw-font-black:hover {
    font-weight: 900 !important;
  }

  .xl-focus-tw-font-hairline:focus {
    font-weight: 100 !important;
  }

  .xl-focus-tw-font-thin:focus {
    font-weight: 200 !important;
  }

  .xl-focus-tw-font-light:focus {
    font-weight: 300 !important;
  }

  .xl-focus-tw-font-normal:focus {
    font-weight: 400 !important;
  }

  .xl-focus-tw-font-medium:focus {
    font-weight: 500 !important;
  }

  .xl-focus-tw-font-semibold:focus {
    font-weight: 600 !important;
  }

  .xl-focus-tw-font-bold:focus {
    font-weight: 700 !important;
  }

  .xl-focus-tw-font-extrabold:focus {
    font-weight: 800 !important;
  }

  .xl-focus-tw-font-black:focus {
    font-weight: 900 !important;
  }

  .xl-tw-h-0 {
    height: 0 !important;
  }

  .xl-tw-h-1 {
    height: 0.25rem !important;
  }

  .xl-tw-h-2 {
    height: 0.5rem !important;
  }

  .xl-tw-h-3 {
    height: 0.75rem !important;
  }

  .xl-tw-h-4 {
    height: 1rem !important;
  }

  .xl-tw-h-5 {
    height: 1.25rem !important;
  }

  .xl-tw-h-6 {
    height: 1.5rem !important;
  }

  .xl-tw-h-8 {
    height: 2rem !important;
  }

  .xl-tw-h-10 {
    height: 2.5rem !important;
  }

  .xl-tw-h-12 {
    height: 3rem !important;
  }

  .xl-tw-h-16 {
    height: 4rem !important;
  }

  .xl-tw-h-20 {
    height: 5rem !important;
  }

  .xl-tw-h-24 {
    height: 6rem !important;
  }

  .xl-tw-h-32 {
    height: 8rem !important;
  }

  .xl-tw-h-40 {
    height: 10rem !important;
  }

  .xl-tw-h-48 {
    height: 12rem !important;
  }

  .xl-tw-h-56 {
    height: 14rem !important;
  }

  .xl-tw-h-64 {
    height: 16rem !important;
  }

  .xl-tw-h-auto {
    height: auto !important;
  }

  .xl-tw-h-px {
    height: 1px !important;
  }

  .xl-tw-h-full {
    height: 100% !important;
  }

  .xl-tw-h-screen {
    height: 100vh !important;
  }

  .xl-tw-text-xs {
    font-size: 0.75rem !important;
  }

  .xl-tw-text-sm {
    font-size: 0.875rem !important;
  }

  .xl-tw-text-base {
    font-size: 1rem !important;
  }

  .xl-tw-text-lg {
    font-size: 1.125rem !important;
  }

  .xl-tw-text-xl {
    font-size: 1.25rem !important;
  }

  .xl-tw-text-2xl {
    font-size: 1.5rem !important;
  }

  .xl-tw-text-3xl {
    font-size: 1.875rem !important;
  }

  .xl-tw-text-4xl {
    font-size: 2.25rem !important;
  }

  .xl-tw-text-5xl {
    font-size: 3rem !important;
  }

  .xl-tw-text-6xl {
    font-size: 4rem !important;
  }

  .xl-tw-text-donate {
    font-size: 140px !important;
  }

  .xl-tw-leading-3 {
    line-height: .75rem !important;
  }

  .xl-tw-leading-4 {
    line-height: 1rem !important;
  }

  .xl-tw-leading-5 {
    line-height: 1.25rem !important;
  }

  .xl-tw-leading-6 {
    line-height: 1.5rem !important;
  }

  .xl-tw-leading-7 {
    line-height: 1.75rem !important;
  }

  .xl-tw-leading-8 {
    line-height: 2rem !important;
  }

  .xl-tw-leading-9 {
    line-height: 2.25rem !important;
  }

  .xl-tw-leading-10 {
    line-height: 2.5rem !important;
  }

  .xl-tw-leading-none {
    line-height: 1 !important;
  }

  .xl-tw-leading-tight {
    line-height: 1.25 !important;
  }

  .xl-tw-leading-snug {
    line-height: 1.375 !important;
  }

  .xl-tw-leading-normal {
    line-height: 1.5 !important;
  }

  .xl-tw-leading-relaxed {
    line-height: 1.625 !important;
  }

  .xl-tw-leading-loose {
    line-height: 2 !important;
  }

  .xl-tw-list-inside {
    list-style-position: inside !important;
  }

  .xl-tw-list-outside {
    list-style-position: outside !important;
  }

  .xl-tw-list-none {
    list-style-type: none !important;
  }

  .xl-tw-list-disc {
    list-style-type: disc !important;
  }

  .xl-tw-list-decimal {
    list-style-type: decimal !important;
  }

  .xl-tw-m-0 {
    margin: 0 !important;
  }

  .xl-tw-m-1 {
    margin: 0.25rem !important;
  }

  .xl-tw-m-2 {
    margin: 0.5rem !important;
  }

  .xl-tw-m-3 {
    margin: 0.75rem !important;
  }

  .xl-tw-m-4 {
    margin: 1rem !important;
  }

  .xl-tw-m-5 {
    margin: 1.25rem !important;
  }

  .xl-tw-m-6 {
    margin: 1.5rem !important;
  }

  .xl-tw-m-8 {
    margin: 2rem !important;
  }

  .xl-tw-m-10 {
    margin: 2.5rem !important;
  }

  .xl-tw-m-12 {
    margin: 3rem !important;
  }

  .xl-tw-m-16 {
    margin: 4rem !important;
  }

  .xl-tw-m-20 {
    margin: 5rem !important;
  }

  .xl-tw-m-24 {
    margin: 6rem !important;
  }

  .xl-tw-m-32 {
    margin: 8rem !important;
  }

  .xl-tw-m-40 {
    margin: 10rem !important;
  }

  .xl-tw-m-48 {
    margin: 12rem !important;
  }

  .xl-tw-m-56 {
    margin: 14rem !important;
  }

  .xl-tw-m-64 {
    margin: 16rem !important;
  }

  .xl-tw-m-auto {
    margin: auto !important;
  }

  .xl-tw-m-px {
    margin: 1px !important;
  }

  .xl-tw--m-1 {
    margin: -0.25rem !important;
  }

  .xl-tw--m-2 {
    margin: -0.5rem !important;
  }

  .xl-tw--m-3 {
    margin: -0.75rem !important;
  }

  .xl-tw--m-4 {
    margin: -1rem !important;
  }

  .xl-tw--m-5 {
    margin: -1.25rem !important;
  }

  .xl-tw--m-6 {
    margin: -1.5rem !important;
  }

  .xl-tw--m-8 {
    margin: -2rem !important;
  }

  .xl-tw--m-10 {
    margin: -2.5rem !important;
  }

  .xl-tw--m-12 {
    margin: -3rem !important;
  }

  .xl-tw--m-16 {
    margin: -4rem !important;
  }

  .xl-tw--m-20 {
    margin: -5rem !important;
  }

  .xl-tw--m-24 {
    margin: -6rem !important;
  }

  .xl-tw--m-32 {
    margin: -8rem !important;
  }

  .xl-tw--m-40 {
    margin: -10rem !important;
  }

  .xl-tw--m-48 {
    margin: -12rem !important;
  }

  .xl-tw--m-56 {
    margin: -14rem !important;
  }

  .xl-tw--m-64 {
    margin: -16rem !important;
  }

  .xl-tw--m-px {
    margin: -1px !important;
  }

  .xl-tw-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .xl-tw-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .xl-tw-my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .xl-tw-mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .xl-tw-my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .xl-tw-mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .xl-tw-my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .xl-tw-mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .xl-tw-my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .xl-tw-mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .xl-tw-my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .xl-tw-mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .xl-tw-my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .xl-tw-mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .xl-tw-my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .xl-tw-mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .xl-tw-my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .xl-tw-mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .xl-tw-my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .xl-tw-mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .xl-tw-my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .xl-tw-mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .xl-tw-my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .xl-tw-mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .xl-tw-my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .xl-tw-mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .xl-tw-my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .xl-tw-mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .xl-tw-my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .xl-tw-mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .xl-tw-my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .xl-tw-mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .xl-tw-my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .xl-tw-mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .xl-tw-my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .xl-tw-mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .xl-tw-my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .xl-tw-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xl-tw-my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .xl-tw-mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .xl-tw--my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .xl-tw--mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .xl-tw--my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .xl-tw--mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .xl-tw--my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .xl-tw--mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .xl-tw--my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .xl-tw--mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .xl-tw--my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .xl-tw--mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .xl-tw--my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .xl-tw--mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .xl-tw--my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .xl-tw--mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .xl-tw--my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .xl-tw--mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .xl-tw--my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .xl-tw--mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .xl-tw--my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .xl-tw--mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .xl-tw--my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .xl-tw--mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .xl-tw--my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .xl-tw--mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .xl-tw--my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .xl-tw--mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .xl-tw--my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .xl-tw--mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .xl-tw--my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .xl-tw--mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .xl-tw--my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .xl-tw--mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .xl-tw--my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .xl-tw--mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .xl-tw--my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .xl-tw--mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .xl-tw-mt-0 {
    margin-top: 0 !important;
  }

  .xl-tw-mr-0 {
    margin-right: 0 !important;
  }

  .xl-tw-mb-0 {
    margin-bottom: 0 !important;
  }

  .xl-tw-ml-0 {
    margin-left: 0 !important;
  }

  .xl-tw-mt-1 {
    margin-top: 0.25rem !important;
  }

  .xl-tw-mr-1 {
    margin-right: 0.25rem !important;
  }

  .xl-tw-mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .xl-tw-ml-1 {
    margin-left: 0.25rem !important;
  }

  .xl-tw-mt-2 {
    margin-top: 0.5rem !important;
  }

  .xl-tw-mr-2 {
    margin-right: 0.5rem !important;
  }

  .xl-tw-mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .xl-tw-ml-2 {
    margin-left: 0.5rem !important;
  }

  .xl-tw-mt-3 {
    margin-top: 0.75rem !important;
  }

  .xl-tw-mr-3 {
    margin-right: 0.75rem !important;
  }

  .xl-tw-mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .xl-tw-ml-3 {
    margin-left: 0.75rem !important;
  }

  .xl-tw-mt-4 {
    margin-top: 1rem !important;
  }

  .xl-tw-mr-4 {
    margin-right: 1rem !important;
  }

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

  .xl-tw-ml-4 {
    margin-left: 1rem !important;
  }

  .xl-tw-mt-5 {
    margin-top: 1.25rem !important;
  }

  .xl-tw-mr-5 {
    margin-right: 1.25rem !important;
  }

  .xl-tw-mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .xl-tw-ml-5 {
    margin-left: 1.25rem !important;
  }

  .xl-tw-mt-6 {
    margin-top: 1.5rem !important;
  }

  .xl-tw-mr-6 {
    margin-right: 1.5rem !important;
  }

  .xl-tw-mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .xl-tw-ml-6 {
    margin-left: 1.5rem !important;
  }

  .xl-tw-mt-8 {
    margin-top: 2rem !important;
  }

  .xl-tw-mr-8 {
    margin-right: 2rem !important;
  }

  .xl-tw-mb-8 {
    margin-bottom: 2rem !important;
  }

  .xl-tw-ml-8 {
    margin-left: 2rem !important;
  }

  .xl-tw-mt-10 {
    margin-top: 2.5rem !important;
  }

  .xl-tw-mr-10 {
    margin-right: 2.5rem !important;
  }

  .xl-tw-mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .xl-tw-ml-10 {
    margin-left: 2.5rem !important;
  }

  .xl-tw-mt-12 {
    margin-top: 3rem !important;
  }

  .xl-tw-mr-12 {
    margin-right: 3rem !important;
  }

  .xl-tw-mb-12 {
    margin-bottom: 3rem !important;
  }

  .xl-tw-ml-12 {
    margin-left: 3rem !important;
  }

  .xl-tw-mt-16 {
    margin-top: 4rem !important;
  }

  .xl-tw-mr-16 {
    margin-right: 4rem !important;
  }

  .xl-tw-mb-16 {
    margin-bottom: 4rem !important;
  }

  .xl-tw-ml-16 {
    margin-left: 4rem !important;
  }

  .xl-tw-mt-20 {
    margin-top: 5rem !important;
  }

  .xl-tw-mr-20 {
    margin-right: 5rem !important;
  }

  .xl-tw-mb-20 {
    margin-bottom: 5rem !important;
  }

  .xl-tw-ml-20 {
    margin-left: 5rem !important;
  }

  .xl-tw-mt-24 {
    margin-top: 6rem !important;
  }

  .xl-tw-mr-24 {
    margin-right: 6rem !important;
  }

  .xl-tw-mb-24 {
    margin-bottom: 6rem !important;
  }

  .xl-tw-ml-24 {
    margin-left: 6rem !important;
  }

  .xl-tw-mt-32 {
    margin-top: 8rem !important;
  }

  .xl-tw-mr-32 {
    margin-right: 8rem !important;
  }

  .xl-tw-mb-32 {
    margin-bottom: 8rem !important;
  }

  .xl-tw-ml-32 {
    margin-left: 8rem !important;
  }

  .xl-tw-mt-40 {
    margin-top: 10rem !important;
  }

  .xl-tw-mr-40 {
    margin-right: 10rem !important;
  }

  .xl-tw-mb-40 {
    margin-bottom: 10rem !important;
  }

  .xl-tw-ml-40 {
    margin-left: 10rem !important;
  }

  .xl-tw-mt-48 {
    margin-top: 12rem !important;
  }

  .xl-tw-mr-48 {
    margin-right: 12rem !important;
  }

  .xl-tw-mb-48 {
    margin-bottom: 12rem !important;
  }

  .xl-tw-ml-48 {
    margin-left: 12rem !important;
  }

  .xl-tw-mt-56 {
    margin-top: 14rem !important;
  }

  .xl-tw-mr-56 {
    margin-right: 14rem !important;
  }

  .xl-tw-mb-56 {
    margin-bottom: 14rem !important;
  }

  .xl-tw-ml-56 {
    margin-left: 14rem !important;
  }

  .xl-tw-mt-64 {
    margin-top: 16rem !important;
  }

  .xl-tw-mr-64 {
    margin-right: 16rem !important;
  }

  .xl-tw-mb-64 {
    margin-bottom: 16rem !important;
  }

  .xl-tw-ml-64 {
    margin-left: 16rem !important;
  }

  .xl-tw-mt-auto {
    margin-top: auto !important;
  }

  .xl-tw-mr-auto {
    margin-right: auto !important;
  }

  .xl-tw-mb-auto {
    margin-bottom: auto !important;
  }

  .xl-tw-ml-auto {
    margin-left: auto !important;
  }

  .xl-tw-mt-px {
    margin-top: 1px !important;
  }

  .xl-tw-mr-px {
    margin-right: 1px !important;
  }

  .xl-tw-mb-px {
    margin-bottom: 1px !important;
  }

  .xl-tw-ml-px {
    margin-left: 1px !important;
  }

  .xl-tw--mt-1 {
    margin-top: -0.25rem !important;
  }

  .xl-tw--mr-1 {
    margin-right: -0.25rem !important;
  }

  .xl-tw--mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .xl-tw--ml-1 {
    margin-left: -0.25rem !important;
  }

  .xl-tw--mt-2 {
    margin-top: -0.5rem !important;
  }

  .xl-tw--mr-2 {
    margin-right: -0.5rem !important;
  }

  .xl-tw--mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .xl-tw--ml-2 {
    margin-left: -0.5rem !important;
  }

  .xl-tw--mt-3 {
    margin-top: -0.75rem !important;
  }

  .xl-tw--mr-3 {
    margin-right: -0.75rem !important;
  }

  .xl-tw--mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .xl-tw--ml-3 {
    margin-left: -0.75rem !important;
  }

  .xl-tw--mt-4 {
    margin-top: -1rem !important;
  }

  .xl-tw--mr-4 {
    margin-right: -1rem !important;
  }

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

  .xl-tw--ml-4 {
    margin-left: -1rem !important;
  }

  .xl-tw--mt-5 {
    margin-top: -1.25rem !important;
  }

  .xl-tw--mr-5 {
    margin-right: -1.25rem !important;
  }

  .xl-tw--mb-5 {
    margin-bottom: -1.25rem !important;
  }

  .xl-tw--ml-5 {
    margin-left: -1.25rem !important;
  }

  .xl-tw--mt-6 {
    margin-top: -1.5rem !important;
  }

  .xl-tw--mr-6 {
    margin-right: -1.5rem !important;
  }

  .xl-tw--mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .xl-tw--ml-6 {
    margin-left: -1.5rem !important;
  }

  .xl-tw--mt-8 {
    margin-top: -2rem !important;
  }

  .xl-tw--mr-8 {
    margin-right: -2rem !important;
  }

  .xl-tw--mb-8 {
    margin-bottom: -2rem !important;
  }

  .xl-tw--ml-8 {
    margin-left: -2rem !important;
  }

  .xl-tw--mt-10 {
    margin-top: -2.5rem !important;
  }

  .xl-tw--mr-10 {
    margin-right: -2.5rem !important;
  }

  .xl-tw--mb-10 {
    margin-bottom: -2.5rem !important;
  }

  .xl-tw--ml-10 {
    margin-left: -2.5rem !important;
  }

  .xl-tw--mt-12 {
    margin-top: -3rem !important;
  }

  .xl-tw--mr-12 {
    margin-right: -3rem !important;
  }

  .xl-tw--mb-12 {
    margin-bottom: -3rem !important;
  }

  .xl-tw--ml-12 {
    margin-left: -3rem !important;
  }

  .xl-tw--mt-16 {
    margin-top: -4rem !important;
  }

  .xl-tw--mr-16 {
    margin-right: -4rem !important;
  }

  .xl-tw--mb-16 {
    margin-bottom: -4rem !important;
  }

  .xl-tw--ml-16 {
    margin-left: -4rem !important;
  }

  .xl-tw--mt-20 {
    margin-top: -5rem !important;
  }

  .xl-tw--mr-20 {
    margin-right: -5rem !important;
  }

  .xl-tw--mb-20 {
    margin-bottom: -5rem !important;
  }

  .xl-tw--ml-20 {
    margin-left: -5rem !important;
  }

  .xl-tw--mt-24 {
    margin-top: -6rem !important;
  }

  .xl-tw--mr-24 {
    margin-right: -6rem !important;
  }

  .xl-tw--mb-24 {
    margin-bottom: -6rem !important;
  }

  .xl-tw--ml-24 {
    margin-left: -6rem !important;
  }

  .xl-tw--mt-32 {
    margin-top: -8rem !important;
  }

  .xl-tw--mr-32 {
    margin-right: -8rem !important;
  }

  .xl-tw--mb-32 {
    margin-bottom: -8rem !important;
  }

  .xl-tw--ml-32 {
    margin-left: -8rem !important;
  }

  .xl-tw--mt-40 {
    margin-top: -10rem !important;
  }

  .xl-tw--mr-40 {
    margin-right: -10rem !important;
  }

  .xl-tw--mb-40 {
    margin-bottom: -10rem !important;
  }

  .xl-tw--ml-40 {
    margin-left: -10rem !important;
  }

  .xl-tw--mt-48 {
    margin-top: -12rem !important;
  }

  .xl-tw--mr-48 {
    margin-right: -12rem !important;
  }

  .xl-tw--mb-48 {
    margin-bottom: -12rem !important;
  }

  .xl-tw--ml-48 {
    margin-left: -12rem !important;
  }

  .xl-tw--mt-56 {
    margin-top: -14rem !important;
  }

  .xl-tw--mr-56 {
    margin-right: -14rem !important;
  }

  .xl-tw--mb-56 {
    margin-bottom: -14rem !important;
  }

  .xl-tw--ml-56 {
    margin-left: -14rem !important;
  }

  .xl-tw--mt-64 {
    margin-top: -16rem !important;
  }

  .xl-tw--mr-64 {
    margin-right: -16rem !important;
  }

  .xl-tw--mb-64 {
    margin-bottom: -16rem !important;
  }

  .xl-tw--ml-64 {
    margin-left: -16rem !important;
  }

  .xl-tw--mt-px {
    margin-top: -1px !important;
  }

  .xl-tw--mr-px {
    margin-right: -1px !important;
  }

  .xl-tw--mb-px {
    margin-bottom: -1px !important;
  }

  .xl-tw--ml-px {
    margin-left: -1px !important;
  }

  .xl-tw-max-h-full {
    max-height: 100% !important;
  }

  .xl-tw-max-h-screen {
    max-height: 100vh !important;
  }

  .xl-tw-max-w-none {
    max-width: none !important;
  }

  .xl-tw-max-w-xs {
    max-width: 20rem !important;
  }

  .xl-tw-max-w-sm {
    max-width: 24rem !important;
  }

  .xl-tw-max-w-md {
    max-width: 28rem !important;
  }

  .xl-tw-max-w-lg {
    max-width: 32rem !important;
  }

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

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

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

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

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

  .xl-tw-max-w-6xl {
    max-width: 72rem !important;
  }

  .xl-tw-max-w-full {
    max-width: 100% !important;
  }

  .xl-tw-max-w-screen-sm {
    max-width: 640px !important;
  }

  .xl-tw-max-w-screen-md {
    max-width: 768px !important;
  }

  .xl-tw-max-w-screen-lg {
    max-width: 1024px !important;
  }

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

  .xl-tw-min-h-0 {
    min-height: 0 !important;
  }

  .xl-tw-min-h-full {
    min-height: 100% !important;
  }

  .xl-tw-min-h-screen {
    min-height: 100vh !important;
  }

  .xl-tw-min-w-0 {
    min-width: 0 !important;
  }

  .xl-tw-min-w-full {
    min-width: 100% !important;
  }

  .xl-tw-object-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }

  .xl-tw-object-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }

  .xl-tw-object-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }

  .xl-tw-object-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }

  .xl-tw-object-scale-down {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }

  .xl-tw-object-bottom {
    -o-object-position: bottom !important;
    object-position: bottom !important;
  }

  .xl-tw-object-center {
    -o-object-position: center !important;
    object-position: center !important;
  }

  .xl-tw-object-left {
    -o-object-position: left !important;
    object-position: left !important;
  }

  .xl-tw-object-left-bottom {
    -o-object-position: left bottom !important;
    object-position: left bottom !important;
  }

  .xl-tw-object-left-top {
    -o-object-position: left top !important;
    object-position: left top !important;
  }

  .xl-tw-object-right {
    -o-object-position: right !important;
    object-position: right !important;
  }

  .xl-tw-object-right-bottom {
    -o-object-position: right bottom !important;
    object-position: right bottom !important;
  }

  .xl-tw-object-right-top {
    -o-object-position: right top !important;
    object-position: right top !important;
  }

  .xl-tw-object-top {
    -o-object-position: top !important;
    object-position: top !important;
  }

  .xl-tw-opacity-0 {
    opacity: 0 !important;
  }

  .xl-tw-opacity-25 {
    opacity: 0.25 !important;
  }

  .xl-tw-opacity-50 {
    opacity: 0.5 !important;
  }

  .xl-tw-opacity-75 {
    opacity: 0.75 !important;
  }

  .xl-tw-opacity-100 {
    opacity: 1 !important;
  }

  .xl-hover-tw-opacity-0:hover {
    opacity: 0 !important;
  }

  .xl-hover-tw-opacity-25:hover {
    opacity: 0.25 !important;
  }

  .xl-hover-tw-opacity-50:hover {
    opacity: 0.5 !important;
  }

  .xl-hover-tw-opacity-75:hover {
    opacity: 0.75 !important;
  }

  .xl-hover-tw-opacity-100:hover {
    opacity: 1 !important;
  }

  .xl-focus-tw-opacity-0:focus {
    opacity: 0 !important;
  }

  .xl-focus-tw-opacity-25:focus {
    opacity: 0.25 !important;
  }

  .xl-focus-tw-opacity-50:focus {
    opacity: 0.5 !important;
  }

  .xl-focus-tw-opacity-75:focus {
    opacity: 0.75 !important;
  }

  .xl-focus-tw-opacity-100:focus {
    opacity: 1 !important;
  }

  .xl-tw-outline-none {
    outline: 0 !important;
  }

  .xl-focus-tw-outline-none:focus {
    outline: 0 !important;
  }

  .xl-tw-overflow-auto {
    overflow: auto !important;
  }

  .xl-tw-overflow-hidden {
    overflow: hidden !important;
  }

  .xl-tw-overflow-visible {
    overflow: visible !important;
  }

  .xl-tw-overflow-scroll {
    overflow: scroll !important;
  }

  .xl-tw-overflow-x-auto {
    overflow-x: auto !important;
  }

  .xl-tw-overflow-y-auto {
    overflow-y: auto !important;
  }

  .xl-tw-overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .xl-tw-overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .xl-tw-overflow-x-visible {
    overflow-x: visible !important;
  }

  .xl-tw-overflow-y-visible {
    overflow-y: visible !important;
  }

  .xl-tw-overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .xl-tw-overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .xl-tw-scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .xl-tw-scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

  .xl-tw-p-0 {
    padding: 0 !important;
  }

  .xl-tw-p-1 {
    padding: 0.25rem !important;
  }

  .xl-tw-p-2 {
    padding: 0.5rem !important;
  }

  .xl-tw-p-3 {
    padding: 0.75rem !important;
  }

  .xl-tw-p-4 {
    padding: 1rem !important;
  }

  .xl-tw-p-5 {
    padding: 1.25rem !important;
  }

  .xl-tw-p-6 {
    padding: 1.5rem !important;
  }

  .xl-tw-p-8 {
    padding: 2rem !important;
  }

  .xl-tw-p-10 {
    padding: 2.5rem !important;
  }

  .xl-tw-p-12 {
    padding: 3rem !important;
  }

  .xl-tw-p-16 {
    padding: 4rem !important;
  }

  .xl-tw-p-20 {
    padding: 5rem !important;
  }

  .xl-tw-p-24 {
    padding: 6rem !important;
  }

  .xl-tw-p-32 {
    padding: 8rem !important;
  }

  .xl-tw-p-40 {
    padding: 10rem !important;
  }

  .xl-tw-p-48 {
    padding: 12rem !important;
  }

  .xl-tw-p-56 {
    padding: 14rem !important;
  }

  .xl-tw-p-64 {
    padding: 16rem !important;
  }

  .xl-tw-p-px {
    padding: 1px !important;
  }

  .xl-tw-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .xl-tw-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .xl-tw-py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .xl-tw-px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .xl-tw-py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .xl-tw-px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .xl-tw-py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .xl-tw-px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .xl-tw-py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .xl-tw-px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .xl-tw-py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .xl-tw-px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .xl-tw-py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .xl-tw-px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .xl-tw-py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .xl-tw-px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .xl-tw-py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .xl-tw-px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .xl-tw-py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .xl-tw-px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .xl-tw-py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .xl-tw-px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .xl-tw-py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .xl-tw-px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .xl-tw-py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .xl-tw-px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .xl-tw-py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .xl-tw-px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .xl-tw-py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .xl-tw-px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .xl-tw-py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .xl-tw-px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .xl-tw-py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .xl-tw-px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .xl-tw-py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .xl-tw-px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .xl-tw-py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .xl-tw-px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .xl-tw-pt-0 {
    padding-top: 0 !important;
  }

  .xl-tw-pr-0 {
    padding-right: 0 !important;
  }

  .xl-tw-pb-0 {
    padding-bottom: 0 !important;
  }

  .xl-tw-pl-0 {
    padding-left: 0 !important;
  }

  .xl-tw-pt-1 {
    padding-top: 0.25rem !important;
  }

  .xl-tw-pr-1 {
    padding-right: 0.25rem !important;
  }

  .xl-tw-pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .xl-tw-pl-1 {
    padding-left: 0.25rem !important;
  }

  .xl-tw-pt-2 {
    padding-top: 0.5rem !important;
  }

  .xl-tw-pr-2 {
    padding-right: 0.5rem !important;
  }

  .xl-tw-pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .xl-tw-pl-2 {
    padding-left: 0.5rem !important;
  }

  .xl-tw-pt-3 {
    padding-top: 0.75rem !important;
  }

  .xl-tw-pr-3 {
    padding-right: 0.75rem !important;
  }

  .xl-tw-pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .xl-tw-pl-3 {
    padding-left: 0.75rem !important;
  }

  .xl-tw-pt-4 {
    padding-top: 1rem !important;
  }

  .xl-tw-pr-4 {
    padding-right: 1rem !important;
  }

  .xl-tw-pb-4 {
    padding-bottom: 1rem !important;
  }

  .xl-tw-pl-4 {
    padding-left: 1rem !important;
  }

  .xl-tw-pt-5 {
    padding-top: 1.25rem !important;
  }

  .xl-tw-pr-5 {
    padding-right: 1.25rem !important;
  }

  .xl-tw-pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .xl-tw-pl-5 {
    padding-left: 1.25rem !important;
  }

  .xl-tw-pt-6 {
    padding-top: 1.5rem !important;
  }

  .xl-tw-pr-6 {
    padding-right: 1.5rem !important;
  }

  .xl-tw-pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .xl-tw-pl-6 {
    padding-left: 1.5rem !important;
  }

  .xl-tw-pt-8 {
    padding-top: 2rem !important;
  }

  .xl-tw-pr-8 {
    padding-right: 2rem !important;
  }

  .xl-tw-pb-8 {
    padding-bottom: 2rem !important;
  }

  .xl-tw-pl-8 {
    padding-left: 2rem !important;
  }

  .xl-tw-pt-10 {
    padding-top: 2.5rem !important;
  }

  .xl-tw-pr-10 {
    padding-right: 2.5rem !important;
  }

  .xl-tw-pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .xl-tw-pl-10 {
    padding-left: 2.5rem !important;
  }

  .xl-tw-pt-12 {
    padding-top: 3rem !important;
  }

  .xl-tw-pr-12 {
    padding-right: 3rem !important;
  }

  .xl-tw-pb-12 {
    padding-bottom: 3rem !important;
  }

  .xl-tw-pl-12 {
    padding-left: 3rem !important;
  }

  .xl-tw-pt-16 {
    padding-top: 4rem !important;
  }

  .xl-tw-pr-16 {
    padding-right: 4rem !important;
  }

  .xl-tw-pb-16 {
    padding-bottom: 4rem !important;
  }

  .xl-tw-pl-16 {
    padding-left: 4rem !important;
  }

  .xl-tw-pt-20 {
    padding-top: 5rem !important;
  }

  .xl-tw-pr-20 {
    padding-right: 5rem !important;
  }

  .xl-tw-pb-20 {
    padding-bottom: 5rem !important;
  }

  .xl-tw-pl-20 {
    padding-left: 5rem !important;
  }

  .xl-tw-pt-24 {
    padding-top: 6rem !important;
  }

  .xl-tw-pr-24 {
    padding-right: 6rem !important;
  }

  .xl-tw-pb-24 {
    padding-bottom: 6rem !important;
  }

  .xl-tw-pl-24 {
    padding-left: 6rem !important;
  }

  .xl-tw-pt-32 {
    padding-top: 8rem !important;
  }

  .xl-tw-pr-32 {
    padding-right: 8rem !important;
  }

  .xl-tw-pb-32 {
    padding-bottom: 8rem !important;
  }

  .xl-tw-pl-32 {
    padding-left: 8rem !important;
  }

  .xl-tw-pt-40 {
    padding-top: 10rem !important;
  }

  .xl-tw-pr-40 {
    padding-right: 10rem !important;
  }

  .xl-tw-pb-40 {
    padding-bottom: 10rem !important;
  }

  .xl-tw-pl-40 {
    padding-left: 10rem !important;
  }

  .xl-tw-pt-48 {
    padding-top: 12rem !important;
  }

  .xl-tw-pr-48 {
    padding-right: 12rem !important;
  }

  .xl-tw-pb-48 {
    padding-bottom: 12rem !important;
  }

  .xl-tw-pl-48 {
    padding-left: 12rem !important;
  }

  .xl-tw-pt-56 {
    padding-top: 14rem !important;
  }

  .xl-tw-pr-56 {
    padding-right: 14rem !important;
  }

  .xl-tw-pb-56 {
    padding-bottom: 14rem !important;
  }

  .xl-tw-pl-56 {
    padding-left: 14rem !important;
  }

  .xl-tw-pt-64 {
    padding-top: 16rem !important;
  }

  .xl-tw-pr-64 {
    padding-right: 16rem !important;
  }

  .xl-tw-pb-64 {
    padding-bottom: 16rem !important;
  }

  .xl-tw-pl-64 {
    padding-left: 16rem !important;
  }

  .xl-tw-pt-px {
    padding-top: 1px !important;
  }

  .xl-tw-pr-px {
    padding-right: 1px !important;
  }

  .xl-tw-pb-px {
    padding-bottom: 1px !important;
  }

  .xl-tw-pl-px {
    padding-left: 1px !important;
  }

  .xl-tw-placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .xl-tw-placeholder-transparent:-ms-input-placeholder {
    color: transparent !important;
  }

  .xl-tw-placeholder-transparent::-ms-input-placeholder {
    color: transparent !important;
  }

  .xl-tw-placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .xl-tw-placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .xl-tw-placeholder-current:-ms-input-placeholder {
    color: currentColor !important;
  }

  .xl-tw-placeholder-current::-ms-input-placeholder {
    color: currentColor !important;
  }

  .xl-tw-placeholder-current::placeholder {
    color: currentColor !important;
  }

  .xl-tw-placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-black:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-black::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-black::placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-white:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-white::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-white::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-gray-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-gray-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-gray-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-gray-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-gray-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-gray-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-gray-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-gray-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-gray-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-gray-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-gray-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-gray-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-gray-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-gray-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-gray-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-gray-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-gray-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-gray-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-gray-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-gray-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-gray-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-gray-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-gray-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-gray-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-gray-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-gray-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-gray-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-gray-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-gray-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-gray-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-gray-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-gray-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-gray-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-gray-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-gray-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-gray-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-red-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-red-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-red-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-red-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-red-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-red-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-red-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-red-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-red-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-red-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-red-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-red-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-red-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-red-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-red-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-red-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-red-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-red-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-red-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-red-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-red-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-red-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-red-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-red-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-red-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-red-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-red-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-red-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-red-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-red-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-red-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-red-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-red-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-red-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-red-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-red-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-orange-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-orange-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-orange-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-orange-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-orange-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-orange-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-orange-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-orange-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-orange-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-orange-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-orange-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-orange-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-orange-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-orange-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-orange-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-orange-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-orange-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-orange-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-orange-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-orange-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-orange-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-orange-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-orange-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-orange-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-orange-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-orange-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-orange-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-orange-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-orange-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-orange-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-orange-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-orange-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-orange-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-orange-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-orange-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-orange-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-yellow-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-yellow-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-yellow-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-yellow-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-yellow-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-yellow-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-yellow-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-yellow-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-yellow-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-yellow-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-yellow-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-yellow-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-yellow-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-yellow-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-yellow-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-yellow-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-yellow-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-yellow-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-yellow-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-yellow-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-yellow-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-yellow-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-yellow-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-yellow-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-yellow-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-yellow-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-yellow-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-yellow-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-yellow-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-yellow-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-yellow-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-yellow-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-yellow-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-yellow-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-yellow-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-yellow-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-green-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-green-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-green-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-green-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-green-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-green-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-green-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-green-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-green-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-green-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-green-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-green-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-green-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-green-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-green-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-green-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-green-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-green-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-green-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-green-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-green-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-green-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-green-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-green-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-green-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-green-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-green-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-green-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-green-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-green-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-green-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-green-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-green-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-green-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-green-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-green-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-teal-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-teal-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-teal-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-teal-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-teal-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-teal-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-teal-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-teal-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-teal-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-teal-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-teal-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-teal-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-teal-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-teal-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-teal-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-teal-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-teal-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-teal-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-teal-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-teal-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-teal-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-teal-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-teal-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-teal-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-teal-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-teal-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-teal-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-teal-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-teal-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-teal-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-teal-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-teal-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-teal-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-teal-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-teal-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-teal-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-blue-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-blue-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-blue-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-blue-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-blue-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-blue-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-blue-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-blue-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-blue-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-blue-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-blue-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-blue-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-blue-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-blue-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-blue-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-blue-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-blue-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-blue-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-blue-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-blue-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-blue-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-blue-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-blue-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-blue-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-blue-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-blue-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-blue-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-blue-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-blue-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-blue-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-blue-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-blue-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-blue-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-blue-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-blue-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-blue-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-indigo-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-indigo-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-indigo-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-indigo-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-indigo-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-indigo-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-indigo-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-indigo-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-indigo-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-indigo-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-indigo-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-indigo-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-indigo-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-indigo-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-indigo-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-indigo-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-indigo-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-indigo-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-indigo-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-indigo-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-indigo-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-indigo-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-indigo-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-indigo-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-indigo-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-indigo-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-indigo-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-indigo-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-indigo-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-indigo-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-indigo-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-indigo-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-indigo-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-indigo-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-indigo-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-indigo-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-purple-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-purple-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-purple-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-purple-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-purple-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-purple-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-purple-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-purple-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-purple-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-purple-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-purple-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-purple-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-purple-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-purple-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-purple-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-purple-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-purple-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-purple-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-purple-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-purple-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-purple-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-purple-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-purple-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-purple-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-purple-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-purple-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-purple-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-purple-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-purple-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-purple-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-purple-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-purple-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-purple-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-purple-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-purple-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-purple-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-pink-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-pink-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-pink-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-pink-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-pink-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-pink-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-pink-200::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-pink-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-pink-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-pink-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-pink-300::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-pink-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-pink-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-pink-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-pink-400::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-pink-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-pink-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-pink-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-pink-500::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-pink-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-pink-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-pink-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-pink-600::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-pink-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-pink-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-pink-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-pink-700::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-pink-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-pink-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-pink-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-pink-800::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-pink-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-pink-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-pink-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-pink-900::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-pink-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-lac-blue::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #123440 !important;
    color: rgba(18, 52, 64, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-lac-blue:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #123440 !important;
    color: rgba(18, 52, 64, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-lac-blue::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #123440 !important;
    color: rgba(18, 52, 64, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-lac-blue::placeholder {
    --placeholder-opacity: 1 !important;
    color: #123440 !important;
    color: rgba(18, 52, 64, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-lac-darkblue::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0F2E39 !important;
    color: rgba(15, 46, 57, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-lac-darkblue:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0F2E39 !important;
    color: rgba(15, 46, 57, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-lac-darkblue::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0F2E39 !important;
    color: rgba(15, 46, 57, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-lac-darkblue::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0F2E39 !important;
    color: rgba(15, 46, 57, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-lac-brass::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #D19A86 !important;
    color: rgba(209, 154, 134, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-lac-brass:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #D19A86 !important;
    color: rgba(209, 154, 134, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-lac-brass::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #D19A86 !important;
    color: rgba(209, 154, 134, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-lac-brass::placeholder {
    --placeholder-opacity: 1 !important;
    color: #D19A86 !important;
    color: rgba(209, 154, 134, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-lac-offwhite::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8F8F7 !important;
    color: rgba(248, 248, 247, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-lac-offwhite:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8F8F7 !important;
    color: rgba(248, 248, 247, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-lac-offwhite::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8F8F7 !important;
    color: rgba(248, 248, 247, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-lac-offwhite::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8F8F7 !important;
    color: rgba(248, 248, 247, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .xl-focus-tw-placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent !important;
  }

  .xl-focus-tw-placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent !important;
  }

  .xl-focus-tw-placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .xl-focus-tw-placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .xl-focus-tw-placeholder-current:focus:-ms-input-placeholder {
    color: currentColor !important;
  }

  .xl-focus-tw-placeholder-current:focus::-ms-input-placeholder {
    color: currentColor !important;
  }

  .xl-focus-tw-placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .xl-focus-tw-placeholder-black:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-black:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-black:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-black:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-white:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-white:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-white:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-white:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-gray-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-gray-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-gray-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-gray-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-gray-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-gray-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-gray-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-gray-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-gray-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-gray-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-gray-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-gray-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-gray-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-gray-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-gray-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-gray-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-gray-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-gray-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-gray-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-gray-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-gray-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-gray-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-gray-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-gray-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-gray-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-gray-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-gray-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-gray-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-gray-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-gray-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-gray-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-gray-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-gray-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-gray-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-gray-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-gray-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-red-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-red-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-red-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-red-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-red-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-red-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-red-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-red-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-red-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-red-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-red-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-red-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-red-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-red-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-red-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-red-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-red-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-red-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-red-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-red-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-red-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-red-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-red-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-red-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-red-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-red-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-red-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-red-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-red-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-red-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-red-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-red-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-red-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-red-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-red-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-red-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-orange-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-orange-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-orange-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-orange-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-orange-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-orange-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-orange-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-orange-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-orange-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-orange-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-orange-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-orange-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-orange-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-orange-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-orange-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-orange-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-orange-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-orange-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-orange-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-orange-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-orange-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-orange-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-orange-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-orange-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-orange-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-orange-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-orange-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-orange-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-orange-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-orange-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-orange-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-orange-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-orange-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-orange-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-orange-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-orange-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-yellow-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-yellow-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-yellow-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-yellow-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-yellow-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-yellow-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-yellow-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-yellow-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-yellow-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-yellow-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-yellow-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-yellow-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-yellow-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-yellow-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-yellow-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-yellow-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-yellow-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-yellow-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-yellow-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-yellow-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-yellow-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-yellow-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-yellow-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-yellow-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-yellow-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-yellow-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-yellow-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-yellow-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-yellow-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-yellow-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-yellow-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-yellow-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-yellow-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-yellow-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-yellow-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-yellow-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-green-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-green-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-green-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-green-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-green-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-green-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-green-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-green-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-green-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-green-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-green-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-green-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-green-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-green-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-green-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-green-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-green-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-green-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-green-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-green-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-green-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-green-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-green-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-green-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-green-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-green-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-green-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-green-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-green-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-green-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-green-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-green-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-green-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-green-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-green-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-green-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-teal-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-teal-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-teal-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-teal-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-teal-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-teal-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-teal-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-teal-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-teal-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-teal-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-teal-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-teal-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-teal-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-teal-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-teal-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-teal-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-teal-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-teal-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-teal-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-teal-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-teal-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-teal-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-teal-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-teal-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-teal-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-teal-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-teal-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-teal-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-teal-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-teal-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-teal-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-teal-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-teal-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-teal-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-teal-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-teal-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-blue-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-blue-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-blue-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-blue-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-blue-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-blue-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-blue-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-blue-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-blue-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-blue-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-blue-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-blue-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-blue-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-blue-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-blue-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-blue-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-blue-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-blue-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-blue-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-blue-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-blue-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-blue-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-blue-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-blue-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-blue-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-blue-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-blue-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-blue-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-blue-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-blue-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-blue-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-blue-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-blue-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-blue-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-blue-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-blue-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-indigo-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-indigo-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-indigo-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-indigo-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-indigo-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-indigo-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-indigo-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-indigo-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-indigo-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-indigo-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-indigo-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-indigo-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-indigo-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-indigo-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-indigo-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-indigo-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-indigo-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-indigo-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-indigo-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-indigo-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-indigo-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-indigo-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-indigo-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-indigo-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-indigo-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-indigo-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-indigo-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-indigo-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-indigo-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-indigo-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-indigo-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-indigo-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-indigo-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-indigo-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-indigo-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-indigo-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-purple-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-purple-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-purple-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-purple-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-purple-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-purple-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-purple-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-purple-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-purple-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-purple-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-purple-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-purple-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-purple-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-purple-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-purple-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-purple-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-purple-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-purple-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-purple-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-purple-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-purple-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-purple-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-purple-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-purple-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-purple-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-purple-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-purple-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-purple-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-purple-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-purple-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-purple-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-purple-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-purple-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-purple-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-purple-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-purple-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-pink-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-pink-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-pink-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-pink-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-pink-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-pink-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-pink-200:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-pink-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-pink-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-pink-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-pink-300:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-pink-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-pink-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-pink-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-pink-400:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-pink-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-pink-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-pink-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-pink-500:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-pink-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-pink-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-pink-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-pink-600:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-pink-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-pink-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-pink-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-pink-700:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-pink-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-pink-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-pink-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-pink-800:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-pink-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-pink-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-pink-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-pink-900:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-pink-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-lac-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #123440 !important;
    color: rgba(18, 52, 64, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-lac-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #123440 !important;
    color: rgba(18, 52, 64, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-lac-blue:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #123440 !important;
    color: rgba(18, 52, 64, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-lac-blue:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #123440 !important;
    color: rgba(18, 52, 64, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-lac-darkblue:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0F2E39 !important;
    color: rgba(15, 46, 57, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-lac-darkblue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0F2E39 !important;
    color: rgba(15, 46, 57, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-lac-darkblue:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0F2E39 !important;
    color: rgba(15, 46, 57, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-lac-darkblue:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0F2E39 !important;
    color: rgba(15, 46, 57, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-lac-brass:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #D19A86 !important;
    color: rgba(209, 154, 134, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-lac-brass:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #D19A86 !important;
    color: rgba(209, 154, 134, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-lac-brass:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #D19A86 !important;
    color: rgba(209, 154, 134, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-lac-brass:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #D19A86 !important;
    color: rgba(209, 154, 134, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-lac-offwhite:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8F8F7 !important;
    color: rgba(248, 248, 247, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-lac-offwhite:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8F8F7 !important;
    color: rgba(248, 248, 247, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-lac-offwhite:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8F8F7 !important;
    color: rgba(248, 248, 247, var(--placeholder-opacity)) !important;
  }

  .xl-focus-tw-placeholder-lac-offwhite:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8F8F7 !important;
    color: rgba(248, 248, 247, var(--placeholder-opacity)) !important;
  }

  .xl-tw-placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .xl-tw-placeholder-opacity-0:-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .xl-tw-placeholder-opacity-0::-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .xl-tw-placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0 !important;
  }

  .xl-tw-placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .xl-tw-placeholder-opacity-25:-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .xl-tw-placeholder-opacity-25::-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .xl-tw-placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .xl-tw-placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .xl-tw-placeholder-opacity-50:-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .xl-tw-placeholder-opacity-50::-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .xl-tw-placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .xl-tw-placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .xl-tw-placeholder-opacity-75:-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .xl-tw-placeholder-opacity-75::-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .xl-tw-placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .xl-tw-placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .xl-tw-placeholder-opacity-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .xl-tw-placeholder-opacity-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .xl-tw-placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1 !important;
  }

  .xl-focus-tw-placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .xl-focus-tw-placeholder-opacity-0:focus:-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .xl-focus-tw-placeholder-opacity-0:focus::-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .xl-focus-tw-placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0 !important;
  }

  .xl-focus-tw-placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .xl-focus-tw-placeholder-opacity-25:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .xl-focus-tw-placeholder-opacity-25:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .xl-focus-tw-placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .xl-focus-tw-placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .xl-focus-tw-placeholder-opacity-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .xl-focus-tw-placeholder-opacity-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .xl-focus-tw-placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .xl-focus-tw-placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .xl-focus-tw-placeholder-opacity-75:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .xl-focus-tw-placeholder-opacity-75:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .xl-focus-tw-placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .xl-focus-tw-placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .xl-focus-tw-placeholder-opacity-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .xl-focus-tw-placeholder-opacity-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .xl-focus-tw-placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
  }

  .xl-tw-pointer-events-none {
    pointer-events: none !important;
  }

  .xl-tw-pointer-events-auto {
    pointer-events: auto !important;
  }

  .xl-tw-static {
    position: static !important;
  }

  .xl-tw-fixed {
    position: fixed !important;
  }

  .xl-tw-absolute {
    position: absolute !important;
  }

  .xl-tw-relative {
    position: relative !important;
  }

  .xl-tw-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .xl-tw-inset-0 {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .xl-tw-inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .xl-tw-inset-y-0 {
    top: 0 !important;
    bottom: 0 !important;
  }

  .xl-tw-inset-x-0 {
    right: 0 !important;
    left: 0 !important;
  }

  .xl-tw-inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .xl-tw-inset-x-auto {
    right: auto !important;
    left: auto !important;
  }

  .xl-tw-top-0 {
    top: 0 !important;
  }

  .xl-tw-right-0 {
    right: 0 !important;
  }

  .xl-tw-bottom-0 {
    bottom: 0 !important;
  }

  .xl-tw-left-0 {
    left: 0 !important;
  }

  .xl-tw-top-auto {
    top: auto !important;
  }

  .xl-tw-right-auto {
    right: auto !important;
  }

  .xl-tw-bottom-auto {
    bottom: auto !important;
  }

  .xl-tw-left-auto {
    left: auto !important;
  }

  .xl-tw-resize-none {
    resize: none !important;
  }

  .xl-tw-resize-y {
    resize: vertical !important;
  }

  .xl-tw-resize-x {
    resize: horizontal !important;
  }

  .xl-tw-resize {
    resize: both !important;
  }

  .xl-tw-shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .xl-tw-shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .xl-tw-shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl-tw-shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .xl-tw-shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .xl-tw-shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .xl-tw-shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xl-tw-shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl-tw-shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .xl-tw-shadow-none {
    box-shadow: none !important;
  }

  .xl-hover-tw-shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .xl-hover-tw-shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .xl-hover-tw-shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl-hover-tw-shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .xl-hover-tw-shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .xl-hover-tw-shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .xl-hover-tw-shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xl-hover-tw-shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl-hover-tw-shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .xl-hover-tw-shadow-none:hover {
    box-shadow: none !important;
  }

  .xl-focus-tw-shadow-xs:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .xl-focus-tw-shadow-sm:focus {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .xl-focus-tw-shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl-focus-tw-shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .xl-focus-tw-shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .xl-focus-tw-shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .xl-focus-tw-shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xl-focus-tw-shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl-focus-tw-shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .xl-focus-tw-shadow-none:focus {
    box-shadow: none !important;
  }

  .xl-tw-fill-current {
    fill: currentColor !important;
  }

  .xl-tw-stroke-current {
    stroke: currentColor !important;
  }

  .xl-tw-stroke-0 {
    stroke-width: 0 !important;
  }

  .xl-tw-stroke-1 {
    stroke-width: 1 !important;
  }

  .xl-tw-stroke-2 {
    stroke-width: 2 !important;
  }

  .xl-tw-table-auto {
    table-layout: auto !important;
  }

  .xl-tw-table-fixed {
    table-layout: fixed !important;
  }

  .xl-tw-text-left {
    text-align: left !important;
  }

  .xl-tw-text-center {
    text-align: center !important;
  }

  .xl-tw-text-right {
    text-align: right !important;
  }

  .xl-tw-text-justify {
    text-align: justify !important;
  }

  .xl-tw-text-transparent {
    color: transparent !important;
  }

  .xl-tw-text-current {
    color: currentColor !important;
  }

  .xl-tw-text-black {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .xl-tw-text-white {
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .xl-tw-text-gray-100 {
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .xl-tw-text-gray-200 {
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .xl-tw-text-gray-300 {
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .xl-tw-text-gray-400 {
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .xl-tw-text-gray-500 {
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .xl-tw-text-gray-600 {
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .xl-tw-text-gray-700 {
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .xl-tw-text-gray-800 {
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .xl-tw-text-gray-900 {
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .xl-tw-text-red-100 {
    --text-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--text-opacity)) !important;
  }

  .xl-tw-text-red-200 {
    --text-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--text-opacity)) !important;
  }

  .xl-tw-text-red-300 {
    --text-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--text-opacity)) !important;
  }

  .xl-tw-text-red-400 {
    --text-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--text-opacity)) !important;
  }

  .xl-tw-text-red-500 {
    --text-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--text-opacity)) !important;
  }

  .xl-tw-text-red-600 {
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
  }

  .xl-tw-text-red-700 {
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
  }

  .xl-tw-text-red-800 {
    --text-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--text-opacity)) !important;
  }

  .xl-tw-text-red-900 {
    --text-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--text-opacity)) !important;
  }

  .xl-tw-text-orange-100 {
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .xl-tw-text-orange-200 {
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .xl-tw-text-orange-300 {
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .xl-tw-text-orange-400 {
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .xl-tw-text-orange-500 {
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .xl-tw-text-orange-600 {
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .xl-tw-text-orange-700 {
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .xl-tw-text-orange-800 {
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .xl-tw-text-orange-900 {
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .xl-tw-text-yellow-100 {
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .xl-tw-text-yellow-200 {
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .xl-tw-text-yellow-300 {
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .xl-tw-text-yellow-400 {
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .xl-tw-text-yellow-500 {
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .xl-tw-text-yellow-600 {
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .xl-tw-text-yellow-700 {
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .xl-tw-text-yellow-800 {
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .xl-tw-text-yellow-900 {
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .xl-tw-text-green-100 {
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .xl-tw-text-green-200 {
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .xl-tw-text-green-300 {
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .xl-tw-text-green-400 {
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .xl-tw-text-green-500 {
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .xl-tw-text-green-600 {
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .xl-tw-text-green-700 {
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .xl-tw-text-green-800 {
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .xl-tw-text-green-900 {
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .xl-tw-text-teal-100 {
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .xl-tw-text-teal-200 {
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .xl-tw-text-teal-300 {
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .xl-tw-text-teal-400 {
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .xl-tw-text-teal-500 {
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .xl-tw-text-teal-600 {
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .xl-tw-text-teal-700 {
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .xl-tw-text-teal-800 {
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .xl-tw-text-teal-900 {
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .xl-tw-text-blue-100 {
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .xl-tw-text-blue-200 {
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .xl-tw-text-blue-300 {
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .xl-tw-text-blue-400 {
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .xl-tw-text-blue-500 {
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .xl-tw-text-blue-600 {
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .xl-tw-text-blue-700 {
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .xl-tw-text-blue-800 {
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .xl-tw-text-blue-900 {
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .xl-tw-text-indigo-100 {
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .xl-tw-text-indigo-200 {
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .xl-tw-text-indigo-300 {
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .xl-tw-text-indigo-400 {
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .xl-tw-text-indigo-500 {
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .xl-tw-text-indigo-600 {
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .xl-tw-text-indigo-700 {
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .xl-tw-text-indigo-800 {
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .xl-tw-text-indigo-900 {
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .xl-tw-text-purple-100 {
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .xl-tw-text-purple-200 {
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .xl-tw-text-purple-300 {
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .xl-tw-text-purple-400 {
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .xl-tw-text-purple-500 {
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .xl-tw-text-purple-600 {
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .xl-tw-text-purple-700 {
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .xl-tw-text-purple-800 {
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .xl-tw-text-purple-900 {
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .xl-tw-text-pink-100 {
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .xl-tw-text-pink-200 {
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .xl-tw-text-pink-300 {
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .xl-tw-text-pink-400 {
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .xl-tw-text-pink-500 {
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .xl-tw-text-pink-600 {
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .xl-tw-text-pink-700 {
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .xl-tw-text-pink-800 {
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .xl-tw-text-pink-900 {
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .xl-tw-text-lac-blue {
    --text-opacity: 1 !important;
    color: #123440 !important;
    color: rgba(18, 52, 64, var(--text-opacity)) !important;
  }

  .xl-tw-text-lac-darkblue {
    --text-opacity: 1 !important;
    color: #0F2E39 !important;
    color: rgba(15, 46, 57, var(--text-opacity)) !important;
  }

  .xl-tw-text-lac-brass {
    --text-opacity: 1 !important;
    color: #D19A86 !important;
    color: rgba(209, 154, 134, var(--text-opacity)) !important;
  }

  .xl-tw-text-lac-offwhite {
    --text-opacity: 1 !important;
    color: #F8F8F7 !important;
    color: rgba(248, 248, 247, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-transparent:hover {
    color: transparent !important;
  }

  .xl-hover-tw-text-current:hover {
    color: currentColor !important;
  }

  .xl-hover-tw-text-black:hover {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-white:hover {
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-gray-100:hover {
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-gray-200:hover {
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-gray-300:hover {
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-gray-400:hover {
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-gray-500:hover {
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-gray-600:hover {
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-gray-700:hover {
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-gray-800:hover {
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-gray-900:hover {
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-red-100:hover {
    --text-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-red-200:hover {
    --text-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-red-300:hover {
    --text-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-red-400:hover {
    --text-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-red-500:hover {
    --text-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-red-600:hover {
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-red-700:hover {
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-red-800:hover {
    --text-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-red-900:hover {
    --text-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-orange-100:hover {
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-orange-200:hover {
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-orange-300:hover {
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-orange-400:hover {
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-orange-500:hover {
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-orange-600:hover {
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-orange-700:hover {
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-orange-800:hover {
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-orange-900:hover {
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-yellow-100:hover {
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-yellow-200:hover {
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-yellow-300:hover {
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-yellow-400:hover {
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-yellow-500:hover {
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-yellow-600:hover {
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-yellow-700:hover {
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-yellow-800:hover {
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-yellow-900:hover {
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-green-100:hover {
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-green-200:hover {
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-green-300:hover {
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-green-400:hover {
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-green-500:hover {
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-green-600:hover {
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-green-700:hover {
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-green-800:hover {
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-green-900:hover {
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-teal-100:hover {
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-teal-200:hover {
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-teal-300:hover {
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-teal-400:hover {
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-teal-500:hover {
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-teal-600:hover {
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-teal-700:hover {
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-teal-800:hover {
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-teal-900:hover {
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-blue-100:hover {
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-blue-200:hover {
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-blue-300:hover {
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-blue-400:hover {
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-blue-500:hover {
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-blue-600:hover {
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-blue-700:hover {
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-blue-800:hover {
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-blue-900:hover {
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-indigo-100:hover {
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-indigo-200:hover {
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-indigo-300:hover {
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-indigo-400:hover {
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-indigo-500:hover {
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-indigo-600:hover {
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-indigo-700:hover {
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-indigo-800:hover {
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-indigo-900:hover {
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-purple-100:hover {
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-purple-200:hover {
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-purple-300:hover {
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-purple-400:hover {
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-purple-500:hover {
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-purple-600:hover {
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-purple-700:hover {
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-purple-800:hover {
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-purple-900:hover {
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-pink-100:hover {
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-pink-200:hover {
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-pink-300:hover {
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-pink-400:hover {
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-pink-500:hover {
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-pink-600:hover {
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-pink-700:hover {
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-pink-800:hover {
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-pink-900:hover {
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-lac-blue:hover {
    --text-opacity: 1 !important;
    color: #123440 !important;
    color: rgba(18, 52, 64, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-lac-darkblue:hover {
    --text-opacity: 1 !important;
    color: #0F2E39 !important;
    color: rgba(15, 46, 57, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-lac-brass:hover {
    --text-opacity: 1 !important;
    color: #D19A86 !important;
    color: rgba(209, 154, 134, var(--text-opacity)) !important;
  }

  .xl-hover-tw-text-lac-offwhite:hover {
    --text-opacity: 1 !important;
    color: #F8F8F7 !important;
    color: rgba(248, 248, 247, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-transparent:focus {
    color: transparent !important;
  }

  .xl-focus-tw-text-current:focus {
    color: currentColor !important;
  }

  .xl-focus-tw-text-black:focus {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-white:focus {
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-gray-100:focus {
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-gray-200:focus {
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-gray-300:focus {
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-gray-400:focus {
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-gray-500:focus {
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-gray-600:focus {
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-gray-700:focus {
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-gray-800:focus {
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-gray-900:focus {
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-red-100:focus {
    --text-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-red-200:focus {
    --text-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-red-300:focus {
    --text-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-red-400:focus {
    --text-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-red-500:focus {
    --text-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-red-600:focus {
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-red-700:focus {
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-red-800:focus {
    --text-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-red-900:focus {
    --text-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-orange-100:focus {
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-orange-200:focus {
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-orange-300:focus {
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-orange-400:focus {
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-orange-500:focus {
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-orange-600:focus {
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-orange-700:focus {
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-orange-800:focus {
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-orange-900:focus {
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-yellow-100:focus {
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-yellow-200:focus {
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-yellow-300:focus {
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-yellow-400:focus {
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-yellow-500:focus {
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-yellow-600:focus {
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-yellow-700:focus {
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-yellow-800:focus {
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-yellow-900:focus {
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-green-100:focus {
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-green-200:focus {
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-green-300:focus {
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-green-400:focus {
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-green-500:focus {
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-green-600:focus {
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-green-700:focus {
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-green-800:focus {
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-green-900:focus {
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-teal-100:focus {
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-teal-200:focus {
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-teal-300:focus {
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-teal-400:focus {
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-teal-500:focus {
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-teal-600:focus {
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-teal-700:focus {
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-teal-800:focus {
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-teal-900:focus {
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-blue-100:focus {
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-blue-200:focus {
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-blue-300:focus {
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-blue-400:focus {
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-blue-500:focus {
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-blue-600:focus {
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-blue-700:focus {
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-blue-800:focus {
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-blue-900:focus {
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-indigo-100:focus {
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-indigo-200:focus {
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-indigo-300:focus {
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-indigo-400:focus {
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-indigo-500:focus {
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-indigo-600:focus {
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-indigo-700:focus {
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-indigo-800:focus {
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-indigo-900:focus {
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-purple-100:focus {
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-purple-200:focus {
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-purple-300:focus {
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-purple-400:focus {
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-purple-500:focus {
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-purple-600:focus {
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-purple-700:focus {
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-purple-800:focus {
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-purple-900:focus {
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-pink-100:focus {
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-pink-200:focus {
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-pink-300:focus {
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-pink-400:focus {
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-pink-500:focus {
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-pink-600:focus {
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-pink-700:focus {
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-pink-800:focus {
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-pink-900:focus {
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-lac-blue:focus {
    --text-opacity: 1 !important;
    color: #123440 !important;
    color: rgba(18, 52, 64, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-lac-darkblue:focus {
    --text-opacity: 1 !important;
    color: #0F2E39 !important;
    color: rgba(15, 46, 57, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-lac-brass:focus {
    --text-opacity: 1 !important;
    color: #D19A86 !important;
    color: rgba(209, 154, 134, var(--text-opacity)) !important;
  }

  .xl-focus-tw-text-lac-offwhite:focus {
    --text-opacity: 1 !important;
    color: #F8F8F7 !important;
    color: rgba(248, 248, 247, var(--text-opacity)) !important;
  }

  .xl-tw-text-opacity-0 {
    --text-opacity: 0 !important;
  }

  .xl-tw-text-opacity-25 {
    --text-opacity: 0.25 !important;
  }

  .xl-tw-text-opacity-50 {
    --text-opacity: 0.5 !important;
  }

  .xl-tw-text-opacity-75 {
    --text-opacity: 0.75 !important;
  }

  .xl-tw-text-opacity-100 {
    --text-opacity: 1 !important;
  }

  .xl-hover-tw-text-opacity-0:hover {
    --text-opacity: 0 !important;
  }

  .xl-hover-tw-text-opacity-25:hover {
    --text-opacity: 0.25 !important;
  }

  .xl-hover-tw-text-opacity-50:hover {
    --text-opacity: 0.5 !important;
  }

  .xl-hover-tw-text-opacity-75:hover {
    --text-opacity: 0.75 !important;
  }

  .xl-hover-tw-text-opacity-100:hover {
    --text-opacity: 1 !important;
  }

  .xl-focus-tw-text-opacity-0:focus {
    --text-opacity: 0 !important;
  }

  .xl-focus-tw-text-opacity-25:focus {
    --text-opacity: 0.25 !important;
  }

  .xl-focus-tw-text-opacity-50:focus {
    --text-opacity: 0.5 !important;
  }

  .xl-focus-tw-text-opacity-75:focus {
    --text-opacity: 0.75 !important;
  }

  .xl-focus-tw-text-opacity-100:focus {
    --text-opacity: 1 !important;
  }

  .xl-tw-italic {
    font-style: italic !important;
  }

  .xl-tw-not-italic {
    font-style: normal !important;
  }

  .xl-tw-uppercase {
    text-transform: uppercase !important;
  }

  .xl-tw-lowercase {
    text-transform: lowercase !important;
  }

  .xl-tw-capitalize {
    text-transform: capitalize !important;
  }

  .xl-tw-normal-case {
    text-transform: none !important;
  }

  .xl-tw-underline {
    text-decoration: underline !important;
  }

  .xl-tw-line-through {
    text-decoration: line-through !important;
  }

  .xl-tw-no-underline {
    text-decoration: none !important;
  }

  .xl-hover-tw-underline:hover {
    text-decoration: underline !important;
  }

  .xl-hover-tw-line-through:hover {
    text-decoration: line-through !important;
  }

  .xl-hover-tw-no-underline:hover {
    text-decoration: none !important;
  }

  .xl-focus-tw-underline:focus {
    text-decoration: underline !important;
  }

  .xl-focus-tw-line-through:focus {
    text-decoration: line-through !important;
  }

  .xl-focus-tw-no-underline:focus {
    text-decoration: none !important;
  }

  .xl-tw-antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .xl-tw-subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .xl-tw-tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .xl-tw-tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .xl-tw-tracking-normal {
    letter-spacing: 0 !important;
  }

  .xl-tw-tracking-wide {
    letter-spacing: 0.025em !important;
  }

  .xl-tw-tracking-wider {
    letter-spacing: 0.05em !important;
  }

  .xl-tw-tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .xl-tw-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
  }

  .xl-tw-select-text {
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
  }

  .xl-tw-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important;
  }

  .xl-tw-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
  }

  .xl-tw-align-baseline {
    vertical-align: baseline !important;
  }

  .xl-tw-align-top {
    vertical-align: top !important;
  }

  .xl-tw-align-middle {
    vertical-align: middle !important;
  }

  .xl-tw-align-bottom {
    vertical-align: bottom !important;
  }

  .xl-tw-align-text-top {
    vertical-align: text-top !important;
  }

  .xl-tw-align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .xl-tw-visible {
    visibility: visible !important;
  }

  .xl-tw-invisible {
    visibility: hidden !important;
  }

  .xl-tw-whitespace-normal {
    white-space: normal !important;
  }

  .xl-tw-whitespace-no-wrap {
    white-space: nowrap !important;
  }

  .xl-tw-whitespace-pre {
    white-space: pre !important;
  }

  .xl-tw-whitespace-pre-line {
    white-space: pre-line !important;
  }

  .xl-tw-whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .xl-tw-break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .xl-tw-break-words {
    overflow-wrap: break-word !important;
  }

  .xl-tw-break-all {
    word-break: break-all !important;
  }

  .xl-tw-truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .xl-tw-w-0 {
    width: 0 !important;
  }

  .xl-tw-w-1 {
    width: 0.25rem !important;
  }

  .xl-tw-w-2 {
    width: 0.5rem !important;
  }

  .xl-tw-w-3 {
    width: 0.75rem !important;
  }

  .xl-tw-w-4 {
    width: 1rem !important;
  }

  .xl-tw-w-5 {
    width: 1.25rem !important;
  }

  .xl-tw-w-6 {
    width: 1.5rem !important;
  }

  .xl-tw-w-8 {
    width: 2rem !important;
  }

  .xl-tw-w-10 {
    width: 2.5rem !important;
  }

  .xl-tw-w-12 {
    width: 3rem !important;
  }

  .xl-tw-w-16 {
    width: 4rem !important;
  }

  .xl-tw-w-20 {
    width: 5rem !important;
  }

  .xl-tw-w-24 {
    width: 6rem !important;
  }

  .xl-tw-w-25 {
    width: 25% !important;
  }

  .xl-tw-w-32 {
    width: 8rem !important;
  }

  .xl-tw-w-40 {
    width: 10rem !important;
  }

  .xl-tw-w-48 {
    width: 12rem !important;
  }

  .xl-tw-w-50 {
    width: 50% !important;
  }

  .xl-tw-w-56 {
    width: 14rem !important;
  }

  .xl-tw-w-64 {
    width: 16rem !important;
  }

  .xl-tw-w-auto {
    width: auto !important;
  }

  .xl-tw-w-px {
    width: 1px !important;
  }

  .xl-tw-w-1\/2 {
    width: 50% !important;
  }

  .xl-tw-w-1\/3 {
    width: 33.333333% !important;
  }

  .xl-tw-w-2\/3 {
    width: 66.666667% !important;
  }

  .xl-tw-w-1\/4 {
    width: 25% !important;
  }

  .xl-tw-w-2\/4 {
    width: 50% !important;
  }

  .xl-tw-w-3\/4 {
    width: 75% !important;
  }

  .xl-tw-w-1\/5 {
    width: 20% !important;
  }

  .xl-tw-w-2\/5 {
    width: 40% !important;
  }

  .xl-tw-w-3\/5 {
    width: 60% !important;
  }

  .xl-tw-w-4\/5 {
    width: 80% !important;
  }

  .xl-tw-w-1\/6 {
    width: 16.666667% !important;
  }

  .xl-tw-w-2\/6 {
    width: 33.333333% !important;
  }

  .xl-tw-w-3\/6 {
    width: 50% !important;
  }

  .xl-tw-w-4\/6 {
    width: 66.666667% !important;
  }

  .xl-tw-w-5\/6 {
    width: 83.333333% !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .xl-tw-w-full {
    width: 100% !important;
  }

  .xl-tw-w-screen {
    width: 100vw !important;
  }

  .xl-tw-z-0 {
    z-index: 0 !important;
  }

  .xl-tw-z-10 {
    z-index: 10 !important;
  }

  .xl-tw-z-20 {
    z-index: 20 !important;
  }

  .xl-tw-z-30 {
    z-index: 30 !important;
  }

  .xl-tw-z-40 {
    z-index: 40 !important;
  }

  .xl-tw-z-50 {
    z-index: 50 !important;
  }

  .xl-tw-z-auto {
    z-index: auto !important;
  }

  .xl-tw-gap-0 {
    grid-gap: 0 !important;
    gap: 0 !important;
  }

  .xl-tw-gap-1 {
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }

  .xl-tw-gap-2 {
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }

  .xl-tw-gap-3 {
    grid-gap: 0.75rem !important;
    gap: 0.75rem !important;
  }

  .xl-tw-gap-4 {
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }

  .xl-tw-gap-5 {
    grid-gap: 1.25rem !important;
    gap: 1.25rem !important;
  }

  .xl-tw-gap-6 {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .xl-tw-gap-8 {
    grid-gap: 2rem !important;
    gap: 2rem !important;
  }

  .xl-tw-gap-10 {
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

  .xl-tw-gap-12 {
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

  .xl-tw-gap-16 {
    grid-gap: 4rem !important;
    gap: 4rem !important;
  }

  .xl-tw-gap-20 {
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .xl-tw-gap-24 {
    grid-gap: 6rem !important;
    gap: 6rem !important;
  }

  .xl-tw-gap-32 {
    grid-gap: 8rem !important;
    gap: 8rem !important;
  }

  .xl-tw-gap-40 {
    grid-gap: 10rem !important;
    gap: 10rem !important;
  }

  .xl-tw-gap-48 {
    grid-gap: 12rem !important;
    gap: 12rem !important;
  }

  .xl-tw-gap-56 {
    grid-gap: 14rem !important;
    gap: 14rem !important;
  }

  .xl-tw-gap-64 {
    grid-gap: 16rem !important;
    gap: 16rem !important;
  }

  .xl-tw-gap-px {
    grid-gap: 1px !important;
    gap: 1px !important;
  }

  .xl-tw-col-gap-0 {
    grid-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }

  .xl-tw-col-gap-1 {
    grid-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }

  .xl-tw-col-gap-2 {
    grid-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }

  .xl-tw-col-gap-3 {
    grid-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
    column-gap: 0.75rem !important;
  }

  .xl-tw-col-gap-4 {
    grid-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }

  .xl-tw-col-gap-5 {
    grid-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
    column-gap: 1.25rem !important;
  }

  .xl-tw-col-gap-6 {
    grid-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }

  .xl-tw-col-gap-8 {
    grid-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }

  .xl-tw-col-gap-10 {
    grid-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }

  .xl-tw-col-gap-12 {
    grid-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }

  .xl-tw-col-gap-16 {
    grid-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }

  .xl-tw-col-gap-20 {
    grid-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }

  .xl-tw-col-gap-24 {
    grid-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important;
  }

  .xl-tw-col-gap-32 {
    grid-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }

  .xl-tw-col-gap-40 {
    grid-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }

  .xl-tw-col-gap-48 {
    grid-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }

  .xl-tw-col-gap-56 {
    grid-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
    column-gap: 14rem !important;
  }

  .xl-tw-col-gap-64 {
    grid-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
    column-gap: 16rem !important;
  }

  .xl-tw-col-gap-px {
    grid-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
    column-gap: 1px !important;
  }

  .xl-tw-row-gap-0 {
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .xl-tw-row-gap-1 {
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .xl-tw-row-gap-2 {
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .xl-tw-row-gap-3 {
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .xl-tw-row-gap-4 {
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .xl-tw-row-gap-5 {
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .xl-tw-row-gap-6 {
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .xl-tw-row-gap-8 {
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .xl-tw-row-gap-10 {
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .xl-tw-row-gap-12 {
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .xl-tw-row-gap-16 {
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .xl-tw-row-gap-20 {
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .xl-tw-row-gap-24 {
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .xl-tw-row-gap-32 {
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .xl-tw-row-gap-40 {
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .xl-tw-row-gap-48 {
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .xl-tw-row-gap-56 {
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .xl-tw-row-gap-64 {
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .xl-tw-row-gap-px {
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .xl-tw-grid-flow-row {
    grid-auto-flow: row !important;
  }

  .xl-tw-grid-flow-col {
    grid-auto-flow: column !important;
  }

  .xl-tw-grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .xl-tw-grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

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

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

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

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

  .xl-tw-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .xl-tw-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .xl-tw-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .xl-tw-grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .xl-tw-grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .xl-tw-grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .xl-tw-grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

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

  .xl-tw-grid-cols-none {
    grid-template-columns: none !important;
  }

  .xl-tw-col-auto {
    grid-column: auto !important;
  }

  .xl-tw-col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .xl-tw-col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .xl-tw-col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .xl-tw-col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .xl-tw-col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .xl-tw-col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .xl-tw-col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .xl-tw-col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .xl-tw-col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .xl-tw-col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .xl-tw-col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .xl-tw-col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .xl-tw-col-start-1 {
    grid-column-start: 1 !important;
  }

  .xl-tw-col-start-2 {
    grid-column-start: 2 !important;
  }

  .xl-tw-col-start-3 {
    grid-column-start: 3 !important;
  }

  .xl-tw-col-start-4 {
    grid-column-start: 4 !important;
  }

  .xl-tw-col-start-5 {
    grid-column-start: 5 !important;
  }

  .xl-tw-col-start-6 {
    grid-column-start: 6 !important;
  }

  .xl-tw-col-start-7 {
    grid-column-start: 7 !important;
  }

  .xl-tw-col-start-8 {
    grid-column-start: 8 !important;
  }

  .xl-tw-col-start-9 {
    grid-column-start: 9 !important;
  }

  .xl-tw-col-start-10 {
    grid-column-start: 10 !important;
  }

  .xl-tw-col-start-11 {
    grid-column-start: 11 !important;
  }

  .xl-tw-col-start-12 {
    grid-column-start: 12 !important;
  }

  .xl-tw-col-start-13 {
    grid-column-start: 13 !important;
  }

  .xl-tw-col-start-auto {
    grid-column-start: auto !important;
  }

  .xl-tw-col-end-1 {
    grid-column-end: 1 !important;
  }

  .xl-tw-col-end-2 {
    grid-column-end: 2 !important;
  }

  .xl-tw-col-end-3 {
    grid-column-end: 3 !important;
  }

  .xl-tw-col-end-4 {
    grid-column-end: 4 !important;
  }

  .xl-tw-col-end-5 {
    grid-column-end: 5 !important;
  }

  .xl-tw-col-end-6 {
    grid-column-end: 6 !important;
  }

  .xl-tw-col-end-7 {
    grid-column-end: 7 !important;
  }

  .xl-tw-col-end-8 {
    grid-column-end: 8 !important;
  }

  .xl-tw-col-end-9 {
    grid-column-end: 9 !important;
  }

  .xl-tw-col-end-10 {
    grid-column-end: 10 !important;
  }

  .xl-tw-col-end-11 {
    grid-column-end: 11 !important;
  }

  .xl-tw-col-end-12 {
    grid-column-end: 12 !important;
  }

  .xl-tw-col-end-13 {
    grid-column-end: 13 !important;
  }

  .xl-tw-col-end-auto {
    grid-column-end: auto !important;
  }

  .xl-tw-grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .xl-tw-grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .xl-tw-grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .xl-tw-grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .xl-tw-grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .xl-tw-grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .xl-tw-grid-rows-none {
    grid-template-rows: none !important;
  }

  .xl-tw-row-auto {
    grid-row: auto !important;
  }

  .xl-tw-row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .xl-tw-row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .xl-tw-row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .xl-tw-row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .xl-tw-row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .xl-tw-row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .xl-tw-row-start-1 {
    grid-row-start: 1 !important;
  }

  .xl-tw-row-start-2 {
    grid-row-start: 2 !important;
  }

  .xl-tw-row-start-3 {
    grid-row-start: 3 !important;
  }

  .xl-tw-row-start-4 {
    grid-row-start: 4 !important;
  }

  .xl-tw-row-start-5 {
    grid-row-start: 5 !important;
  }

  .xl-tw-row-start-6 {
    grid-row-start: 6 !important;
  }

  .xl-tw-row-start-7 {
    grid-row-start: 7 !important;
  }

  .xl-tw-row-start-auto {
    grid-row-start: auto !important;
  }

  .xl-tw-row-end-1 {
    grid-row-end: 1 !important;
  }

  .xl-tw-row-end-2 {
    grid-row-end: 2 !important;
  }

  .xl-tw-row-end-3 {
    grid-row-end: 3 !important;
  }

  .xl-tw-row-end-4 {
    grid-row-end: 4 !important;
  }

  .xl-tw-row-end-5 {
    grid-row-end: 5 !important;
  }

  .xl-tw-row-end-6 {
    grid-row-end: 6 !important;
  }

  .xl-tw-row-end-7 {
    grid-row-end: 7 !important;
  }

  .xl-tw-row-end-auto {
    grid-row-end: auto !important;
  }

  .xl-tw-transform {
    --transform-translate-x: 0 !important;
    --transform-translate-y: 0 !important;
    --transform-rotate: 0 !important;
    --transform-skew-x: 0 !important;
    --transform-skew-y: 0 !important;
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
  }

  .xl-tw-transform-none {
    transform: none !important;
  }

  .xl-tw-origin-center {
    transform-origin: center !important;
  }

  .xl-tw-origin-top {
    transform-origin: top !important;
  }

  .xl-tw-origin-top-right {
    transform-origin: top right !important;
  }

  .xl-tw-origin-right {
    transform-origin: right !important;
  }

  .xl-tw-origin-bottom-right {
    transform-origin: bottom right !important;
  }

  .xl-tw-origin-bottom {
    transform-origin: bottom !important;
  }

  .xl-tw-origin-bottom-left {
    transform-origin: bottom left !important;
  }

  .xl-tw-origin-left {
    transform-origin: left !important;
  }

  .xl-tw-origin-top-left {
    transform-origin: top left !important;
  }

  .xl-tw-scale-0 {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .xl-tw-scale-50 {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .xl-tw-scale-75 {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .xl-tw-scale-90 {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .xl-tw-scale-95 {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .xl-tw-scale-100 {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .xl-tw-scale-105 {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .xl-tw-scale-110 {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .xl-tw-scale-125 {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .xl-tw-scale-150 {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .xl-tw-scale-x-0 {
    --transform-scale-x: 0 !important;
  }

  .xl-tw-scale-x-50 {
    --transform-scale-x: .5 !important;
  }

  .xl-tw-scale-x-75 {
    --transform-scale-x: .75 !important;
  }

  .xl-tw-scale-x-90 {
    --transform-scale-x: .9 !important;
  }

  .xl-tw-scale-x-95 {
    --transform-scale-x: .95 !important;
  }

  .xl-tw-scale-x-100 {
    --transform-scale-x: 1 !important;
  }

  .xl-tw-scale-x-105 {
    --transform-scale-x: 1.05 !important;
  }

  .xl-tw-scale-x-110 {
    --transform-scale-x: 1.1 !important;
  }

  .xl-tw-scale-x-125 {
    --transform-scale-x: 1.25 !important;
  }

  .xl-tw-scale-x-150 {
    --transform-scale-x: 1.5 !important;
  }

  .xl-tw-scale-y-0 {
    --transform-scale-y: 0 !important;
  }

  .xl-tw-scale-y-50 {
    --transform-scale-y: .5 !important;
  }

  .xl-tw-scale-y-75 {
    --transform-scale-y: .75 !important;
  }

  .xl-tw-scale-y-90 {
    --transform-scale-y: .9 !important;
  }

  .xl-tw-scale-y-95 {
    --transform-scale-y: .95 !important;
  }

  .xl-tw-scale-y-100 {
    --transform-scale-y: 1 !important;
  }

  .xl-tw-scale-y-105 {
    --transform-scale-y: 1.05 !important;
  }

  .xl-tw-scale-y-110 {
    --transform-scale-y: 1.1 !important;
  }

  .xl-tw-scale-y-125 {
    --transform-scale-y: 1.25 !important;
  }

  .xl-tw-scale-y-150 {
    --transform-scale-y: 1.5 !important;
  }

  .xl-hover-tw-scale-0:hover {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .xl-hover-tw-scale-50:hover {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .xl-hover-tw-scale-75:hover {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .xl-hover-tw-scale-90:hover {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .xl-hover-tw-scale-95:hover {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .xl-hover-tw-scale-100:hover {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .xl-hover-tw-scale-105:hover {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .xl-hover-tw-scale-110:hover {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .xl-hover-tw-scale-125:hover {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .xl-hover-tw-scale-150:hover {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .xl-hover-tw-scale-x-0:hover {
    --transform-scale-x: 0 !important;
  }

  .xl-hover-tw-scale-x-50:hover {
    --transform-scale-x: .5 !important;
  }

  .xl-hover-tw-scale-x-75:hover {
    --transform-scale-x: .75 !important;
  }

  .xl-hover-tw-scale-x-90:hover {
    --transform-scale-x: .9 !important;
  }

  .xl-hover-tw-scale-x-95:hover {
    --transform-scale-x: .95 !important;
  }

  .xl-hover-tw-scale-x-100:hover {
    --transform-scale-x: 1 !important;
  }

  .xl-hover-tw-scale-x-105:hover {
    --transform-scale-x: 1.05 !important;
  }

  .xl-hover-tw-scale-x-110:hover {
    --transform-scale-x: 1.1 !important;
  }

  .xl-hover-tw-scale-x-125:hover {
    --transform-scale-x: 1.25 !important;
  }

  .xl-hover-tw-scale-x-150:hover {
    --transform-scale-x: 1.5 !important;
  }

  .xl-hover-tw-scale-y-0:hover {
    --transform-scale-y: 0 !important;
  }

  .xl-hover-tw-scale-y-50:hover {
    --transform-scale-y: .5 !important;
  }

  .xl-hover-tw-scale-y-75:hover {
    --transform-scale-y: .75 !important;
  }

  .xl-hover-tw-scale-y-90:hover {
    --transform-scale-y: .9 !important;
  }

  .xl-hover-tw-scale-y-95:hover {
    --transform-scale-y: .95 !important;
  }

  .xl-hover-tw-scale-y-100:hover {
    --transform-scale-y: 1 !important;
  }

  .xl-hover-tw-scale-y-105:hover {
    --transform-scale-y: 1.05 !important;
  }

  .xl-hover-tw-scale-y-110:hover {
    --transform-scale-y: 1.1 !important;
  }

  .xl-hover-tw-scale-y-125:hover {
    --transform-scale-y: 1.25 !important;
  }

  .xl-hover-tw-scale-y-150:hover {
    --transform-scale-y: 1.5 !important;
  }

  .xl-focus-tw-scale-0:focus {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .xl-focus-tw-scale-50:focus {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .xl-focus-tw-scale-75:focus {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .xl-focus-tw-scale-90:focus {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .xl-focus-tw-scale-95:focus {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .xl-focus-tw-scale-100:focus {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .xl-focus-tw-scale-105:focus {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .xl-focus-tw-scale-110:focus {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .xl-focus-tw-scale-125:focus {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .xl-focus-tw-scale-150:focus {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .xl-focus-tw-scale-x-0:focus {
    --transform-scale-x: 0 !important;
  }

  .xl-focus-tw-scale-x-50:focus {
    --transform-scale-x: .5 !important;
  }

  .xl-focus-tw-scale-x-75:focus {
    --transform-scale-x: .75 !important;
  }

  .xl-focus-tw-scale-x-90:focus {
    --transform-scale-x: .9 !important;
  }

  .xl-focus-tw-scale-x-95:focus {
    --transform-scale-x: .95 !important;
  }

  .xl-focus-tw-scale-x-100:focus {
    --transform-scale-x: 1 !important;
  }

  .xl-focus-tw-scale-x-105:focus {
    --transform-scale-x: 1.05 !important;
  }

  .xl-focus-tw-scale-x-110:focus {
    --transform-scale-x: 1.1 !important;
  }

  .xl-focus-tw-scale-x-125:focus {
    --transform-scale-x: 1.25 !important;
  }

  .xl-focus-tw-scale-x-150:focus {
    --transform-scale-x: 1.5 !important;
  }

  .xl-focus-tw-scale-y-0:focus {
    --transform-scale-y: 0 !important;
  }

  .xl-focus-tw-scale-y-50:focus {
    --transform-scale-y: .5 !important;
  }

  .xl-focus-tw-scale-y-75:focus {
    --transform-scale-y: .75 !important;
  }

  .xl-focus-tw-scale-y-90:focus {
    --transform-scale-y: .9 !important;
  }

  .xl-focus-tw-scale-y-95:focus {
    --transform-scale-y: .95 !important;
  }

  .xl-focus-tw-scale-y-100:focus {
    --transform-scale-y: 1 !important;
  }

  .xl-focus-tw-scale-y-105:focus {
    --transform-scale-y: 1.05 !important;
  }

  .xl-focus-tw-scale-y-110:focus {
    --transform-scale-y: 1.1 !important;
  }

  .xl-focus-tw-scale-y-125:focus {
    --transform-scale-y: 1.25 !important;
  }

  .xl-focus-tw-scale-y-150:focus {
    --transform-scale-y: 1.5 !important;
  }

  .xl-tw-rotate-0 {
    --transform-rotate: 0 !important;
  }

  .xl-tw-rotate-45 {
    --transform-rotate: 45deg !important;
  }

  .xl-tw-rotate-90 {
    --transform-rotate: 90deg !important;
  }

  .xl-tw-rotate-180 {
    --transform-rotate: 180deg !important;
  }

  .xl-tw--rotate-180 {
    --transform-rotate: -180deg !important;
  }

  .xl-tw--rotate-90 {
    --transform-rotate: -90deg !important;
  }

  .xl-tw--rotate-45 {
    --transform-rotate: -45deg !important;
  }

  .xl-hover-tw-rotate-0:hover {
    --transform-rotate: 0 !important;
  }

  .xl-hover-tw-rotate-45:hover {
    --transform-rotate: 45deg !important;
  }

  .xl-hover-tw-rotate-90:hover {
    --transform-rotate: 90deg !important;
  }

  .xl-hover-tw-rotate-180:hover {
    --transform-rotate: 180deg !important;
  }

  .xl-hover-tw--rotate-180:hover {
    --transform-rotate: -180deg !important;
  }

  .xl-hover-tw--rotate-90:hover {
    --transform-rotate: -90deg !important;
  }

  .xl-hover-tw--rotate-45:hover {
    --transform-rotate: -45deg !important;
  }

  .xl-focus-tw-rotate-0:focus {
    --transform-rotate: 0 !important;
  }

  .xl-focus-tw-rotate-45:focus {
    --transform-rotate: 45deg !important;
  }

  .xl-focus-tw-rotate-90:focus {
    --transform-rotate: 90deg !important;
  }

  .xl-focus-tw-rotate-180:focus {
    --transform-rotate: 180deg !important;
  }

  .xl-focus-tw--rotate-180:focus {
    --transform-rotate: -180deg !important;
  }

  .xl-focus-tw--rotate-90:focus {
    --transform-rotate: -90deg !important;
  }

  .xl-focus-tw--rotate-45:focus {
    --transform-rotate: -45deg !important;
  }

  .xl-tw-translate-x-0 {
    --transform-translate-x: 0 !important;
  }

  .xl-tw-translate-x-1 {
    --transform-translate-x: 0.25rem !important;
  }

  .xl-tw-translate-x-2 {
    --transform-translate-x: 0.5rem !important;
  }

  .xl-tw-translate-x-3 {
    --transform-translate-x: 0.75rem !important;
  }

  .xl-tw-translate-x-4 {
    --transform-translate-x: 1rem !important;
  }

  .xl-tw-translate-x-5 {
    --transform-translate-x: 1.25rem !important;
  }

  .xl-tw-translate-x-6 {
    --transform-translate-x: 1.5rem !important;
  }

  .xl-tw-translate-x-8 {
    --transform-translate-x: 2rem !important;
  }

  .xl-tw-translate-x-10 {
    --transform-translate-x: 2.5rem !important;
  }

  .xl-tw-translate-x-12 {
    --transform-translate-x: 3rem !important;
  }

  .xl-tw-translate-x-16 {
    --transform-translate-x: 4rem !important;
  }

  .xl-tw-translate-x-20 {
    --transform-translate-x: 5rem !important;
  }

  .xl-tw-translate-x-24 {
    --transform-translate-x: 6rem !important;
  }

  .xl-tw-translate-x-32 {
    --transform-translate-x: 8rem !important;
  }

  .xl-tw-translate-x-40 {
    --transform-translate-x: 10rem !important;
  }

  .xl-tw-translate-x-48 {
    --transform-translate-x: 12rem !important;
  }

  .xl-tw-translate-x-56 {
    --transform-translate-x: 14rem !important;
  }

  .xl-tw-translate-x-64 {
    --transform-translate-x: 16rem !important;
  }

  .xl-tw-translate-x-px {
    --transform-translate-x: 1px !important;
  }

  .xl-tw--translate-x-1 {
    --transform-translate-x: -0.25rem !important;
  }

  .xl-tw--translate-x-2 {
    --transform-translate-x: -0.5rem !important;
  }

  .xl-tw--translate-x-3 {
    --transform-translate-x: -0.75rem !important;
  }

  .xl-tw--translate-x-4 {
    --transform-translate-x: -1rem !important;
  }

  .xl-tw--translate-x-5 {
    --transform-translate-x: -1.25rem !important;
  }

  .xl-tw--translate-x-6 {
    --transform-translate-x: -1.5rem !important;
  }

  .xl-tw--translate-x-8 {
    --transform-translate-x: -2rem !important;
  }

  .xl-tw--translate-x-10 {
    --transform-translate-x: -2.5rem !important;
  }

  .xl-tw--translate-x-12 {
    --transform-translate-x: -3rem !important;
  }

  .xl-tw--translate-x-16 {
    --transform-translate-x: -4rem !important;
  }

  .xl-tw--translate-x-20 {
    --transform-translate-x: -5rem !important;
  }

  .xl-tw--translate-x-24 {
    --transform-translate-x: -6rem !important;
  }

  .xl-tw--translate-x-32 {
    --transform-translate-x: -8rem !important;
  }

  .xl-tw--translate-x-40 {
    --transform-translate-x: -10rem !important;
  }

  .xl-tw--translate-x-48 {
    --transform-translate-x: -12rem !important;
  }

  .xl-tw--translate-x-56 {
    --transform-translate-x: -14rem !important;
  }

  .xl-tw--translate-x-64 {
    --transform-translate-x: -16rem !important;
  }

  .xl-tw--translate-x-px {
    --transform-translate-x: -1px !important;
  }

  .xl-tw--translate-x-full {
    --transform-translate-x: -100% !important;
  }

  .xl-tw--translate-x-1\/2 {
    --transform-translate-x: -50% !important;
  }

  .xl-tw-translate-x-1\/2 {
    --transform-translate-x: 50% !important;
  }

  .xl-tw-translate-x-full {
    --transform-translate-x: 100% !important;
  }

  .xl-tw-translate-y-0 {
    --transform-translate-y: 0 !important;
  }

  .xl-tw-translate-y-1 {
    --transform-translate-y: 0.25rem !important;
  }

  .xl-tw-translate-y-2 {
    --transform-translate-y: 0.5rem !important;
  }

  .xl-tw-translate-y-3 {
    --transform-translate-y: 0.75rem !important;
  }

  .xl-tw-translate-y-4 {
    --transform-translate-y: 1rem !important;
  }

  .xl-tw-translate-y-5 {
    --transform-translate-y: 1.25rem !important;
  }

  .xl-tw-translate-y-6 {
    --transform-translate-y: 1.5rem !important;
  }

  .xl-tw-translate-y-8 {
    --transform-translate-y: 2rem !important;
  }

  .xl-tw-translate-y-10 {
    --transform-translate-y: 2.5rem !important;
  }

  .xl-tw-translate-y-12 {
    --transform-translate-y: 3rem !important;
  }

  .xl-tw-translate-y-16 {
    --transform-translate-y: 4rem !important;
  }

  .xl-tw-translate-y-20 {
    --transform-translate-y: 5rem !important;
  }

  .xl-tw-translate-y-24 {
    --transform-translate-y: 6rem !important;
  }

  .xl-tw-translate-y-32 {
    --transform-translate-y: 8rem !important;
  }

  .xl-tw-translate-y-40 {
    --transform-translate-y: 10rem !important;
  }

  .xl-tw-translate-y-48 {
    --transform-translate-y: 12rem !important;
  }

  .xl-tw-translate-y-56 {
    --transform-translate-y: 14rem !important;
  }

  .xl-tw-translate-y-64 {
    --transform-translate-y: 16rem !important;
  }

  .xl-tw-translate-y-px {
    --transform-translate-y: 1px !important;
  }

  .xl-tw--translate-y-1 {
    --transform-translate-y: -0.25rem !important;
  }

  .xl-tw--translate-y-2 {
    --transform-translate-y: -0.5rem !important;
  }

  .xl-tw--translate-y-3 {
    --transform-translate-y: -0.75rem !important;
  }

  .xl-tw--translate-y-4 {
    --transform-translate-y: -1rem !important;
  }

  .xl-tw--translate-y-5 {
    --transform-translate-y: -1.25rem !important;
  }

  .xl-tw--translate-y-6 {
    --transform-translate-y: -1.5rem !important;
  }

  .xl-tw--translate-y-8 {
    --transform-translate-y: -2rem !important;
  }

  .xl-tw--translate-y-10 {
    --transform-translate-y: -2.5rem !important;
  }

  .xl-tw--translate-y-12 {
    --transform-translate-y: -3rem !important;
  }

  .xl-tw--translate-y-16 {
    --transform-translate-y: -4rem !important;
  }

  .xl-tw--translate-y-20 {
    --transform-translate-y: -5rem !important;
  }

  .xl-tw--translate-y-24 {
    --transform-translate-y: -6rem !important;
  }

  .xl-tw--translate-y-32 {
    --transform-translate-y: -8rem !important;
  }

  .xl-tw--translate-y-40 {
    --transform-translate-y: -10rem !important;
  }

  .xl-tw--translate-y-48 {
    --transform-translate-y: -12rem !important;
  }

  .xl-tw--translate-y-56 {
    --transform-translate-y: -14rem !important;
  }

  .xl-tw--translate-y-64 {
    --transform-translate-y: -16rem !important;
  }

  .xl-tw--translate-y-px {
    --transform-translate-y: -1px !important;
  }

  .xl-tw--translate-y-full {
    --transform-translate-y: -100% !important;
  }

  .xl-tw--translate-y-1\/2 {
    --transform-translate-y: -50% !important;
  }

  .xl-tw-translate-y-1\/2 {
    --transform-translate-y: 50% !important;
  }

  .xl-tw-translate-y-full {
    --transform-translate-y: 100% !important;
  }

  .xl-hover-tw-translate-x-0:hover {
    --transform-translate-x: 0 !important;
  }

  .xl-hover-tw-translate-x-1:hover {
    --transform-translate-x: 0.25rem !important;
  }

  .xl-hover-tw-translate-x-2:hover {
    --transform-translate-x: 0.5rem !important;
  }

  .xl-hover-tw-translate-x-3:hover {
    --transform-translate-x: 0.75rem !important;
  }

  .xl-hover-tw-translate-x-4:hover {
    --transform-translate-x: 1rem !important;
  }

  .xl-hover-tw-translate-x-5:hover {
    --transform-translate-x: 1.25rem !important;
  }

  .xl-hover-tw-translate-x-6:hover {
    --transform-translate-x: 1.5rem !important;
  }

  .xl-hover-tw-translate-x-8:hover {
    --transform-translate-x: 2rem !important;
  }

  .xl-hover-tw-translate-x-10:hover {
    --transform-translate-x: 2.5rem !important;
  }

  .xl-hover-tw-translate-x-12:hover {
    --transform-translate-x: 3rem !important;
  }

  .xl-hover-tw-translate-x-16:hover {
    --transform-translate-x: 4rem !important;
  }

  .xl-hover-tw-translate-x-20:hover {
    --transform-translate-x: 5rem !important;
  }

  .xl-hover-tw-translate-x-24:hover {
    --transform-translate-x: 6rem !important;
  }

  .xl-hover-tw-translate-x-32:hover {
    --transform-translate-x: 8rem !important;
  }

  .xl-hover-tw-translate-x-40:hover {
    --transform-translate-x: 10rem !important;
  }

  .xl-hover-tw-translate-x-48:hover {
    --transform-translate-x: 12rem !important;
  }

  .xl-hover-tw-translate-x-56:hover {
    --transform-translate-x: 14rem !important;
  }

  .xl-hover-tw-translate-x-64:hover {
    --transform-translate-x: 16rem !important;
  }

  .xl-hover-tw-translate-x-px:hover {
    --transform-translate-x: 1px !important;
  }

  .xl-hover-tw--translate-x-1:hover {
    --transform-translate-x: -0.25rem !important;
  }

  .xl-hover-tw--translate-x-2:hover {
    --transform-translate-x: -0.5rem !important;
  }

  .xl-hover-tw--translate-x-3:hover {
    --transform-translate-x: -0.75rem !important;
  }

  .xl-hover-tw--translate-x-4:hover {
    --transform-translate-x: -1rem !important;
  }

  .xl-hover-tw--translate-x-5:hover {
    --transform-translate-x: -1.25rem !important;
  }

  .xl-hover-tw--translate-x-6:hover {
    --transform-translate-x: -1.5rem !important;
  }

  .xl-hover-tw--translate-x-8:hover {
    --transform-translate-x: -2rem !important;
  }

  .xl-hover-tw--translate-x-10:hover {
    --transform-translate-x: -2.5rem !important;
  }

  .xl-hover-tw--translate-x-12:hover {
    --transform-translate-x: -3rem !important;
  }

  .xl-hover-tw--translate-x-16:hover {
    --transform-translate-x: -4rem !important;
  }

  .xl-hover-tw--translate-x-20:hover {
    --transform-translate-x: -5rem !important;
  }

  .xl-hover-tw--translate-x-24:hover {
    --transform-translate-x: -6rem !important;
  }

  .xl-hover-tw--translate-x-32:hover {
    --transform-translate-x: -8rem !important;
  }

  .xl-hover-tw--translate-x-40:hover {
    --transform-translate-x: -10rem !important;
  }

  .xl-hover-tw--translate-x-48:hover {
    --transform-translate-x: -12rem !important;
  }

  .xl-hover-tw--translate-x-56:hover {
    --transform-translate-x: -14rem !important;
  }

  .xl-hover-tw--translate-x-64:hover {
    --transform-translate-x: -16rem !important;
  }

  .xl-hover-tw--translate-x-px:hover {
    --transform-translate-x: -1px !important;
  }

  .xl-hover-tw--translate-x-full:hover {
    --transform-translate-x: -100% !important;
  }

  .xl-hover-tw--translate-x-1\/2:hover {
    --transform-translate-x: -50% !important;
  }

  .xl-hover-tw-translate-x-1\/2:hover {
    --transform-translate-x: 50% !important;
  }

  .xl-hover-tw-translate-x-full:hover {
    --transform-translate-x: 100% !important;
  }

  .xl-hover-tw-translate-y-0:hover {
    --transform-translate-y: 0 !important;
  }

  .xl-hover-tw-translate-y-1:hover {
    --transform-translate-y: 0.25rem !important;
  }

  .xl-hover-tw-translate-y-2:hover {
    --transform-translate-y: 0.5rem !important;
  }

  .xl-hover-tw-translate-y-3:hover {
    --transform-translate-y: 0.75rem !important;
  }

  .xl-hover-tw-translate-y-4:hover {
    --transform-translate-y: 1rem !important;
  }

  .xl-hover-tw-translate-y-5:hover {
    --transform-translate-y: 1.25rem !important;
  }

  .xl-hover-tw-translate-y-6:hover {
    --transform-translate-y: 1.5rem !important;
  }

  .xl-hover-tw-translate-y-8:hover {
    --transform-translate-y: 2rem !important;
  }

  .xl-hover-tw-translate-y-10:hover {
    --transform-translate-y: 2.5rem !important;
  }

  .xl-hover-tw-translate-y-12:hover {
    --transform-translate-y: 3rem !important;
  }

  .xl-hover-tw-translate-y-16:hover {
    --transform-translate-y: 4rem !important;
  }

  .xl-hover-tw-translate-y-20:hover {
    --transform-translate-y: 5rem !important;
  }

  .xl-hover-tw-translate-y-24:hover {
    --transform-translate-y: 6rem !important;
  }

  .xl-hover-tw-translate-y-32:hover {
    --transform-translate-y: 8rem !important;
  }

  .xl-hover-tw-translate-y-40:hover {
    --transform-translate-y: 10rem !important;
  }

  .xl-hover-tw-translate-y-48:hover {
    --transform-translate-y: 12rem !important;
  }

  .xl-hover-tw-translate-y-56:hover {
    --transform-translate-y: 14rem !important;
  }

  .xl-hover-tw-translate-y-64:hover {
    --transform-translate-y: 16rem !important;
  }

  .xl-hover-tw-translate-y-px:hover {
    --transform-translate-y: 1px !important;
  }

  .xl-hover-tw--translate-y-1:hover {
    --transform-translate-y: -0.25rem !important;
  }

  .xl-hover-tw--translate-y-2:hover {
    --transform-translate-y: -0.5rem !important;
  }

  .xl-hover-tw--translate-y-3:hover {
    --transform-translate-y: -0.75rem !important;
  }

  .xl-hover-tw--translate-y-4:hover {
    --transform-translate-y: -1rem !important;
  }

  .xl-hover-tw--translate-y-5:hover {
    --transform-translate-y: -1.25rem !important;
  }

  .xl-hover-tw--translate-y-6:hover {
    --transform-translate-y: -1.5rem !important;
  }

  .xl-hover-tw--translate-y-8:hover {
    --transform-translate-y: -2rem !important;
  }

  .xl-hover-tw--translate-y-10:hover {
    --transform-translate-y: -2.5rem !important;
  }

  .xl-hover-tw--translate-y-12:hover {
    --transform-translate-y: -3rem !important;
  }

  .xl-hover-tw--translate-y-16:hover {
    --transform-translate-y: -4rem !important;
  }

  .xl-hover-tw--translate-y-20:hover {
    --transform-translate-y: -5rem !important;
  }

  .xl-hover-tw--translate-y-24:hover {
    --transform-translate-y: -6rem !important;
  }

  .xl-hover-tw--translate-y-32:hover {
    --transform-translate-y: -8rem !important;
  }

  .xl-hover-tw--translate-y-40:hover {
    --transform-translate-y: -10rem !important;
  }

  .xl-hover-tw--translate-y-48:hover {
    --transform-translate-y: -12rem !important;
  }

  .xl-hover-tw--translate-y-56:hover {
    --transform-translate-y: -14rem !important;
  }

  .xl-hover-tw--translate-y-64:hover {
    --transform-translate-y: -16rem !important;
  }

  .xl-hover-tw--translate-y-px:hover {
    --transform-translate-y: -1px !important;
  }

  .xl-hover-tw--translate-y-full:hover {
    --transform-translate-y: -100% !important;
  }

  .xl-hover-tw--translate-y-1\/2:hover {
    --transform-translate-y: -50% !important;
  }

  .xl-hover-tw-translate-y-1\/2:hover {
    --transform-translate-y: 50% !important;
  }

  .xl-hover-tw-translate-y-full:hover {
    --transform-translate-y: 100% !important;
  }

  .xl-focus-tw-translate-x-0:focus {
    --transform-translate-x: 0 !important;
  }

  .xl-focus-tw-translate-x-1:focus {
    --transform-translate-x: 0.25rem !important;
  }

  .xl-focus-tw-translate-x-2:focus {
    --transform-translate-x: 0.5rem !important;
  }

  .xl-focus-tw-translate-x-3:focus {
    --transform-translate-x: 0.75rem !important;
  }

  .xl-focus-tw-translate-x-4:focus {
    --transform-translate-x: 1rem !important;
  }

  .xl-focus-tw-translate-x-5:focus {
    --transform-translate-x: 1.25rem !important;
  }

  .xl-focus-tw-translate-x-6:focus {
    --transform-translate-x: 1.5rem !important;
  }

  .xl-focus-tw-translate-x-8:focus {
    --transform-translate-x: 2rem !important;
  }

  .xl-focus-tw-translate-x-10:focus {
    --transform-translate-x: 2.5rem !important;
  }

  .xl-focus-tw-translate-x-12:focus {
    --transform-translate-x: 3rem !important;
  }

  .xl-focus-tw-translate-x-16:focus {
    --transform-translate-x: 4rem !important;
  }

  .xl-focus-tw-translate-x-20:focus {
    --transform-translate-x: 5rem !important;
  }

  .xl-focus-tw-translate-x-24:focus {
    --transform-translate-x: 6rem !important;
  }

  .xl-focus-tw-translate-x-32:focus {
    --transform-translate-x: 8rem !important;
  }

  .xl-focus-tw-translate-x-40:focus {
    --transform-translate-x: 10rem !important;
  }

  .xl-focus-tw-translate-x-48:focus {
    --transform-translate-x: 12rem !important;
  }

  .xl-focus-tw-translate-x-56:focus {
    --transform-translate-x: 14rem !important;
  }

  .xl-focus-tw-translate-x-64:focus {
    --transform-translate-x: 16rem !important;
  }

  .xl-focus-tw-translate-x-px:focus {
    --transform-translate-x: 1px !important;
  }

  .xl-focus-tw--translate-x-1:focus {
    --transform-translate-x: -0.25rem !important;
  }

  .xl-focus-tw--translate-x-2:focus {
    --transform-translate-x: -0.5rem !important;
  }

  .xl-focus-tw--translate-x-3:focus {
    --transform-translate-x: -0.75rem !important;
  }

  .xl-focus-tw--translate-x-4:focus {
    --transform-translate-x: -1rem !important;
  }

  .xl-focus-tw--translate-x-5:focus {
    --transform-translate-x: -1.25rem !important;
  }

  .xl-focus-tw--translate-x-6:focus {
    --transform-translate-x: -1.5rem !important;
  }

  .xl-focus-tw--translate-x-8:focus {
    --transform-translate-x: -2rem !important;
  }

  .xl-focus-tw--translate-x-10:focus {
    --transform-translate-x: -2.5rem !important;
  }

  .xl-focus-tw--translate-x-12:focus {
    --transform-translate-x: -3rem !important;
  }

  .xl-focus-tw--translate-x-16:focus {
    --transform-translate-x: -4rem !important;
  }

  .xl-focus-tw--translate-x-20:focus {
    --transform-translate-x: -5rem !important;
  }

  .xl-focus-tw--translate-x-24:focus {
    --transform-translate-x: -6rem !important;
  }

  .xl-focus-tw--translate-x-32:focus {
    --transform-translate-x: -8rem !important;
  }

  .xl-focus-tw--translate-x-40:focus {
    --transform-translate-x: -10rem !important;
  }

  .xl-focus-tw--translate-x-48:focus {
    --transform-translate-x: -12rem !important;
  }

  .xl-focus-tw--translate-x-56:focus {
    --transform-translate-x: -14rem !important;
  }

  .xl-focus-tw--translate-x-64:focus {
    --transform-translate-x: -16rem !important;
  }

  .xl-focus-tw--translate-x-px:focus {
    --transform-translate-x: -1px !important;
  }

  .xl-focus-tw--translate-x-full:focus {
    --transform-translate-x: -100% !important;
  }

  .xl-focus-tw--translate-x-1\/2:focus {
    --transform-translate-x: -50% !important;
  }

  .xl-focus-tw-translate-x-1\/2:focus {
    --transform-translate-x: 50% !important;
  }

  .xl-focus-tw-translate-x-full:focus {
    --transform-translate-x: 100% !important;
  }

  .xl-focus-tw-translate-y-0:focus {
    --transform-translate-y: 0 !important;
  }

  .xl-focus-tw-translate-y-1:focus {
    --transform-translate-y: 0.25rem !important;
  }

  .xl-focus-tw-translate-y-2:focus {
    --transform-translate-y: 0.5rem !important;
  }

  .xl-focus-tw-translate-y-3:focus {
    --transform-translate-y: 0.75rem !important;
  }

  .xl-focus-tw-translate-y-4:focus {
    --transform-translate-y: 1rem !important;
  }

  .xl-focus-tw-translate-y-5:focus {
    --transform-translate-y: 1.25rem !important;
  }

  .xl-focus-tw-translate-y-6:focus {
    --transform-translate-y: 1.5rem !important;
  }

  .xl-focus-tw-translate-y-8:focus {
    --transform-translate-y: 2rem !important;
  }

  .xl-focus-tw-translate-y-10:focus {
    --transform-translate-y: 2.5rem !important;
  }

  .xl-focus-tw-translate-y-12:focus {
    --transform-translate-y: 3rem !important;
  }

  .xl-focus-tw-translate-y-16:focus {
    --transform-translate-y: 4rem !important;
  }

  .xl-focus-tw-translate-y-20:focus {
    --transform-translate-y: 5rem !important;
  }

  .xl-focus-tw-translate-y-24:focus {
    --transform-translate-y: 6rem !important;
  }

  .xl-focus-tw-translate-y-32:focus {
    --transform-translate-y: 8rem !important;
  }

  .xl-focus-tw-translate-y-40:focus {
    --transform-translate-y: 10rem !important;
  }

  .xl-focus-tw-translate-y-48:focus {
    --transform-translate-y: 12rem !important;
  }

  .xl-focus-tw-translate-y-56:focus {
    --transform-translate-y: 14rem !important;
  }

  .xl-focus-tw-translate-y-64:focus {
    --transform-translate-y: 16rem !important;
  }

  .xl-focus-tw-translate-y-px:focus {
    --transform-translate-y: 1px !important;
  }

  .xl-focus-tw--translate-y-1:focus {
    --transform-translate-y: -0.25rem !important;
  }

  .xl-focus-tw--translate-y-2:focus {
    --transform-translate-y: -0.5rem !important;
  }

  .xl-focus-tw--translate-y-3:focus {
    --transform-translate-y: -0.75rem !important;
  }

  .xl-focus-tw--translate-y-4:focus {
    --transform-translate-y: -1rem !important;
  }

  .xl-focus-tw--translate-y-5:focus {
    --transform-translate-y: -1.25rem !important;
  }

  .xl-focus-tw--translate-y-6:focus {
    --transform-translate-y: -1.5rem !important;
  }

  .xl-focus-tw--translate-y-8:focus {
    --transform-translate-y: -2rem !important;
  }

  .xl-focus-tw--translate-y-10:focus {
    --transform-translate-y: -2.5rem !important;
  }

  .xl-focus-tw--translate-y-12:focus {
    --transform-translate-y: -3rem !important;
  }

  .xl-focus-tw--translate-y-16:focus {
    --transform-translate-y: -4rem !important;
  }

  .xl-focus-tw--translate-y-20:focus {
    --transform-translate-y: -5rem !important;
  }

  .xl-focus-tw--translate-y-24:focus {
    --transform-translate-y: -6rem !important;
  }

  .xl-focus-tw--translate-y-32:focus {
    --transform-translate-y: -8rem !important;
  }

  .xl-focus-tw--translate-y-40:focus {
    --transform-translate-y: -10rem !important;
  }

  .xl-focus-tw--translate-y-48:focus {
    --transform-translate-y: -12rem !important;
  }

  .xl-focus-tw--translate-y-56:focus {
    --transform-translate-y: -14rem !important;
  }

  .xl-focus-tw--translate-y-64:focus {
    --transform-translate-y: -16rem !important;
  }

  .xl-focus-tw--translate-y-px:focus {
    --transform-translate-y: -1px !important;
  }

  .xl-focus-tw--translate-y-full:focus {
    --transform-translate-y: -100% !important;
  }

  .xl-focus-tw--translate-y-1\/2:focus {
    --transform-translate-y: -50% !important;
  }

  .xl-focus-tw-translate-y-1\/2:focus {
    --transform-translate-y: 50% !important;
  }

  .xl-focus-tw-translate-y-full:focus {
    --transform-translate-y: 100% !important;
  }

  .xl-tw-skew-x-0 {
    --transform-skew-x: 0 !important;
  }

  .xl-tw-skew-x-3 {
    --transform-skew-x: 3deg !important;
  }

  .xl-tw-skew-x-6 {
    --transform-skew-x: 6deg !important;
  }

  .xl-tw-skew-x-12 {
    --transform-skew-x: 12deg !important;
  }

  .xl-tw--skew-x-12 {
    --transform-skew-x: -12deg !important;
  }

  .xl-tw--skew-x-6 {
    --transform-skew-x: -6deg !important;
  }

  .xl-tw--skew-x-3 {
    --transform-skew-x: -3deg !important;
  }

  .xl-tw-skew-y-0 {
    --transform-skew-y: 0 !important;
  }

  .xl-tw-skew-y-3 {
    --transform-skew-y: 3deg !important;
  }

  .xl-tw-skew-y-6 {
    --transform-skew-y: 6deg !important;
  }

  .xl-tw-skew-y-12 {
    --transform-skew-y: 12deg !important;
  }

  .xl-tw--skew-y-12 {
    --transform-skew-y: -12deg !important;
  }

  .xl-tw--skew-y-6 {
    --transform-skew-y: -6deg !important;
  }

  .xl-tw--skew-y-3 {
    --transform-skew-y: -3deg !important;
  }

  .xl-hover-tw-skew-x-0:hover {
    --transform-skew-x: 0 !important;
  }

  .xl-hover-tw-skew-x-3:hover {
    --transform-skew-x: 3deg !important;
  }

  .xl-hover-tw-skew-x-6:hover {
    --transform-skew-x: 6deg !important;
  }

  .xl-hover-tw-skew-x-12:hover {
    --transform-skew-x: 12deg !important;
  }

  .xl-hover-tw--skew-x-12:hover {
    --transform-skew-x: -12deg !important;
  }

  .xl-hover-tw--skew-x-6:hover {
    --transform-skew-x: -6deg !important;
  }

  .xl-hover-tw--skew-x-3:hover {
    --transform-skew-x: -3deg !important;
  }

  .xl-hover-tw-skew-y-0:hover {
    --transform-skew-y: 0 !important;
  }

  .xl-hover-tw-skew-y-3:hover {
    --transform-skew-y: 3deg !important;
  }

  .xl-hover-tw-skew-y-6:hover {
    --transform-skew-y: 6deg !important;
  }

  .xl-hover-tw-skew-y-12:hover {
    --transform-skew-y: 12deg !important;
  }

  .xl-hover-tw--skew-y-12:hover {
    --transform-skew-y: -12deg !important;
  }

  .xl-hover-tw--skew-y-6:hover {
    --transform-skew-y: -6deg !important;
  }

  .xl-hover-tw--skew-y-3:hover {
    --transform-skew-y: -3deg !important;
  }

  .xl-focus-tw-skew-x-0:focus {
    --transform-skew-x: 0 !important;
  }

  .xl-focus-tw-skew-x-3:focus {
    --transform-skew-x: 3deg !important;
  }

  .xl-focus-tw-skew-x-6:focus {
    --transform-skew-x: 6deg !important;
  }

  .xl-focus-tw-skew-x-12:focus {
    --transform-skew-x: 12deg !important;
  }

  .xl-focus-tw--skew-x-12:focus {
    --transform-skew-x: -12deg !important;
  }

  .xl-focus-tw--skew-x-6:focus {
    --transform-skew-x: -6deg !important;
  }

  .xl-focus-tw--skew-x-3:focus {
    --transform-skew-x: -3deg !important;
  }

  .xl-focus-tw-skew-y-0:focus {
    --transform-skew-y: 0 !important;
  }

  .xl-focus-tw-skew-y-3:focus {
    --transform-skew-y: 3deg !important;
  }

  .xl-focus-tw-skew-y-6:focus {
    --transform-skew-y: 6deg !important;
  }

  .xl-focus-tw-skew-y-12:focus {
    --transform-skew-y: 12deg !important;
  }

  .xl-focus-tw--skew-y-12:focus {
    --transform-skew-y: -12deg !important;
  }

  .xl-focus-tw--skew-y-6:focus {
    --transform-skew-y: -6deg !important;
  }

  .xl-focus-tw--skew-y-3:focus {
    --transform-skew-y: -3deg !important;
  }

  .xl-tw-transition-none {
    transition-property: none !important;
  }

  .xl-tw-transition-all {
    transition-property: all !important;
  }

  .xl-tw-transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
  }

  .xl-tw-transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .xl-tw-transition-opacity {
    transition-property: opacity !important;
  }

  .xl-tw-transition-shadow {
    transition-property: box-shadow !important;
  }

  .xl-tw-transition-transform {
    transition-property: transform !important;
  }

  .xl-tw-ease-linear {
    transition-timing-function: linear !important;
  }

  .xl-tw-ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .xl-tw-ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .xl-tw-ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .xl-tw-duration-75 {
    transition-duration: 75ms !important;
  }

  .xl-tw-duration-100 {
    transition-duration: 100ms !important;
  }

  .xl-tw-duration-150 {
    transition-duration: 150ms !important;
  }

  .xl-tw-duration-200 {
    transition-duration: 200ms !important;
  }

  .xl-tw-duration-300 {
    transition-duration: 300ms !important;
  }

  .xl-tw-duration-500 {
    transition-duration: 500ms !important;
  }

  .xl-tw-duration-700 {
    transition-duration: 700ms !important;
  }

  .xl-tw-duration-1000 {
    transition-duration: 1000ms !important;
  }

  .xl-tw-delay-75 {
    transition-delay: 75ms !important;
  }

  .xl-tw-delay-100 {
    transition-delay: 100ms !important;
  }

  .xl-tw-delay-150 {
    transition-delay: 150ms !important;
  }

  .xl-tw-delay-200 {
    transition-delay: 200ms !important;
  }

  .xl-tw-delay-300 {
    transition-delay: 300ms !important;
  }

  .xl-tw-delay-500 {
    transition-delay: 500ms !important;
  }

  .xl-tw-delay-700 {
    transition-delay: 700ms !important;
  }

  .xl-tw-delay-1000 {
    transition-delay: 1000ms !important;
  }
}
